I changed my NIM environment.Its hardware migration.So My NIM Machine CPU ID changed.And I got this error.If you got this error:
0042-001 nim: processing error encountered on “master”:
0042-006 m_mkbosi: (From_Master) connect Error 0
0042-008 nimsh: Request denied – backupsrv
from the master
#uname -m
XXXX
from the client:
#uname -m
YYYY
nim -o change -a cpuid=YYYY <client_name>
from the client:
stopsrc -s nimsh
mv /etc/niminfo /etc/niminfo.oldcpuid
niminit -a name=<client_name> -a master=<master_name> -a connect=nimsh
startsrc -s nimsh
Then try running the same operations you were initially trying to.