Link to home
Start Free TrialLog in
Avatar of sminfo
sminfo

asked on

pameter no_nim_client on NIM's BOSINST.

wmp,

What's the meaning of this parameter no_nim_client?

I know it's by default = NO, but some BOSINST like VIOservers you have to set to = YES.
What exactly does it do. once you reboot the first time the installed AIX?

Ty
SOLUTION
Avatar of woolmilkporc
woolmilkporc
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sminfo
sminfo

ASKER

ok... but why on the power vm best practices says when you are going to restore a vios from NIM:

nim -o define -t mksysb \
-a server=master \
-a location=/export/vios_backup/vios22.mksysb vios22_mksysb
# nim -o define -t spot \
-a server=master \
-a location=/export/vios_backup/spot \
-a source=vios22_mksysb vios22_spot
# nim -o bos_inst \
-a source=mksysb \
-a mksysb=vios22_mksysb \
-a spot=vios22_spot \
-a installp_flags=-agX \
-a no_nim_client=yes \
-a boot_client=no \
-a accept_licenses=yes vios22

Is it for to not change the SEA? Or network  parameters? Also, what means "-a boot_client=no"?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sminfo

ASKER

thx wmp...