Originally posted by: ravisIBM
I got the same error 0042-001 and 0042-103 while creating SPOT for mksysb of VIOS ver 2.1 on
the NIM server AIX 6.1.4.3.
The recently upgraded the NIM server from AIX 5.3 to 6.1.4.3. Then I tried to crreate the SPOT for VIOS2.1. The process I used was,
1) Copied the mksysb from DVD to the local filesystem
# cp /cdrom/nimol/ioserver_res/mksysb /nimdata1/vios21/mksysb/vios21mksysb
2) Defined mksysb
# nim -o define -t mksysb -a server=master -a location=/nimdata1/vios21/mksysb/vios21mksysb
vios21_mksysb
3) Creating the SPOT for mksysb
# nim -o define -t spot -a server=master -a location=/nimdata1/vios21 -a source=vios21_mksysb
vios21_spot
This above command shows the error as,
Creating SPOT in "/nimdata1/vios21" on machine "master" from "vios21_mksysb" ..
.
Restoring files from BOS image. This may take several minutes ...
0042-001 nim: processing error encountered on "master":
0042-103 m_mkspot: unable to restore from vios21_mksysb
Am I missing anything here?
Any help on this is greatly appreciated.
Thank you.