Originally posted by: teletype
Here is my situation:
lsnim -a serves res_server <res_server>: serves = AIX610605@<res_server> serves = AIX610605@<res_server>_COPY
The res_server does not exist:
ping -c2 res_server: (<ipaddr>): 56 data bytes ----res_server PING Statistics---- 2 packets transmitted, 0 packets received, 100% packet loss
If I remove the resource I get:
nim -Fo remove AIX610605@res_server 0042-001 nim: processing error encountered on
"master": 0042-006 m_rmpdir: (From_Master) connect A remote host did not respond within the timeout period. nconn: connect() failed, errno is 78res_server: A remote host did not respond within the timeout period.
(mark the missing space between 78 and res_server)
I cannot remove the resource server in nim. A reset of the res_server object does not help.
I know that I can get it done by odmdelete. But I think nim should be able to do it.