AIX Install using NIM
NIM (Network Installation Manager) Installation of AIX using NIM server, Server has to be configured as NIM master, #lsnim –l master (This will tell you if NIM is configured as master) You should have created resources SPOT(Shared Product Object TREE) and lpp_source from original AIX CD/DVD. You should have mksysb resource created on NIM server To define machine as client on NIM master 1). Add IP address and hostname of client(where we want to install AIX) on /etc/hosts file of NIM master #vi /etc/hosts at the end of the file add following line (IP address and hostname below is just example) 192.168.1.143 aix1 once you have edited /etc/hosts file on NIM master define client as machine on NIM master #smitty nim_mkmac Enter the hostname of the client you wants to install AIX on, in our example its aix1 and...