Migrating diskless and dataless clients and NIM SPOTS
Migration to a new release of AIX® is not supported for diskless and dataless clients. Also, migration of a SPOT that is not a converted /usr file system is not supported.
After migrating a machine that is a SPOT server to a new release of AIX, you must remove and redefine the SPOT in order to also bring it to the new AIX level.
nim -o remove SPOT_name
nim -o define -t spot -a location=SPOTDirectory \
-a server=SPOTServer -a source=SPOTSource SPOTName
A /usr SPOT served by a client in the NIM environment can be reinstalled with a new level of AIX using the migration procedure, but the SPOT object must be removed and then redefined after the migration completes. Any diskless or dataless clients served by that SPOT must be reinitialized. To reinitialize diskless and dataless clients after migrating a /usr SPOT server, deallocate, then reallocate the root resources, and then perform the dtls_init or dkls_init operation accordingly.
nim -o reset -F ClientName
nim -o deallocate -a root=RootResourceName ClientName
nim -o allocate -a root=RootResourceName ClientName
nim -o dkls_init ClientName