AIX - Nim
Commands
Globals
Get list of nim attributes:
Get ressource detail:
Upgrade AIX:
nimadm -j nimadmvg \
-c {server} \
-s {spot} \
-l {lpp} \
-d {hdisk_to_install} -Y
# nimadm -j nimadmvg \
# -c aix-srv-1 \
# -s spot_aix72 \
# -l lpp_aix72 \
# -d hdisk1 -Y
Spot
Get list of spot:
Create Spot:
nim -o define -t spot \
-a server=master \
-a source={mksysb-name} \
-a location={spot-location} \
{spot-name}
# Ex: nim -o define -t spot \
# -a server=master \
# -a source=srv1_mksysb \
# -a location=/export/spot/spot_srv1 \
# spot_srv1
Check spot:
Check integrity of spot:
Map spot to a server:
nim -o bos_inst \
-a source=mksysb \
-a mksysb={mksysb-name} \
-a boot_client=no \
-a spot={spot-name} \
{server}
Delete spot:
Link
- https://www.ibm.com/docs/en/aix/7.2?topic=csrfmr-creating-spot-resource-from-mksysb-resource-smit-from-command-line