0042-008 NIMState: Request denied method_req
These messages appear during client install when the cpuid (uname -m) of the client machine does not match the cpuid that the nim master "remembers" for this client.
#lsnim -l machine | grep cpuid
on the nim master will show what uname the master retains for this client.
You can change the uname value on the nim master to match the new client machine,
#nim -o change -a cpuid=<newvalue> client
Agregado por EDíaz:
En ocasiones la información en el cliente no es la correcta para que se establezaca la comunicaciones entre ambos servidores. Revisar que la configuración el archivo /etc/niminfo del cliente sea la correcta:
e.g:
# cat /etc/niminfo
#------------------ Network Install Manager ---------------
# warning - this file contains NIM configuration information
# and should only be updated by NIM
export NIM_NAME=HostNameCliente
export NIM_HOSTNAME=HostNameCliente
export NIM_CONFIGURATION=standalone
export NIM_MASTER_HOSTNAME=nimserver
export NIM_MASTER_PORT=1058
export NIM_REGISTRATION_PORT=1059
export NIM_SHELL="shell"
export NIM_BOS_IMAGE=/SPOT/usr/sys/inst.images/installp/ppc/bos
export NIM_BOS_FORMAT=rte
export NIM_HOSTS=" 127.0.0.1:loopback:localhost IPMaquinaCliente:HostNameCliente IPNIM:nimserver "
export NIM_MOUNTS=""
export ROUTES=" default:0:IPDefaulGateWay "
#
Nota:
En la linea de IPNIM: nimserver siempre y cuando la ip del nim master este registrada en el /etc/hosts.