Skip to content

{ Category Archives } NIM

How to create /etc/niminfo file on the client.

root@selix  [/home/root] # niminit -a name=selix -a master=nim1 -a connect=nimsh 0513-059 The nimsh Subsystem has been started. Subsystem PID is 6095084. root@selix  [/home/root]

Tagged ,

HANDLING WITH AIX ERROR LOG PART ONE : SAVE

#!/usr/bin/ksh # Rotate Errorlog on local Node BINPATH=/usr/bin OUTPUT=/root/system/errpt.out USRLOC=/usr/local/bin DATE=`date +%Y%m%d-%H%M%S` # 1. Extract errtp $BINPATH/errpt -a > $OUTPUT.$DATE $BINPATH/gzip $OUTPUT.$DATE if [ -f $OUTPUT.$DATE.gz ] ; then $BINPATH/errclear 0 else echo “Achtung: $OUTPUT.$DATE.gz nicht gefunden!” exit 3 fi # eof

Tagged , ,

VIOS RELEASE PLAN

Tagged ,

DEFINE NIM CLIENT ON NIM MASTER

We start to define the nim clinet on the nim master. smit nim_mkmac Change/Show Characteristics of a Machine Type or select values in entry fields. Press Enter AFTER making all desired changes. [Entry Fields] Machine Name                                       [tsm6] * Hardware Platform Type                             [chrp]                                                                             + * Kernel to use for Network Boot                     [64]                                                                               + Machine Type                                        standalone […]

HANDLE CLIENT INSTALL ON THE NIM MASTER

quick fast way : SMIT NIM_BOSINST +————————————————————————–+ |                    Select a TARGET for the operation                     | |                                                                          | | Move cursor to desired item and press Enter.                             | |                                                                          | |   tsm6     machines       standalone                                     | |   vio_mars     machines       standalone                                     | |   vio_saturn     machines       standalone                                     | |                                                                          | | F1=Help                 F2=Refresh              F3=Cancel                | | F8=Image                […]