Pages

Tuesday, April 2, 2013

NIM Daemon Restart


#See the tcp activity on the interface.
tcpdump -lni en0 | grep destination_IP

#Server daemon restart
stopsrc -s nimsh
startsrc -s nimsh
stopsrc -g nim
startsrc -g nim

#Client daemon restart
stopsrc -g nimclient
startsrc -g nimclient

#rebuild /etc/niminfo
nimconfig -r
niminit -a name=nim_client -a master=nim_master -a connect=nimsh

EOF

No comments:

Post a Comment