Originally posted by: Mohammed Farooqui
You need to enable the RSH connection on the client LPAR
Enable the rshd on the client
# chsubserver -a -v shell -p tcp6 -r inetd
# refresh -s inetd
# cd /
# rm .rhosts
# vi .rhosts
+
# chmod 600 .rhosts
Then test the connection from NIM MAster to LPAR
Ensure that NFS and RSH is working fine between the NIM Master and Client.
# rsh <LPAR Name> date
# nim -o lslpp <LPAR Name> | grep -w "bos.rte"
#AIX-Forum