This post is more than 5 years old
1 Rookie
•
47 Posts
1
18957
June 10th, 2015 07:00
Netrworker command for deleting peer information from networker server??
Hi All,
Is there any command for deleting peer information of a client from networker server without logging into client machine?If it is there please let me know.
No Events found!
crazyrov
4 Operator
•
1.3K Posts
0
June 10th, 2015 07:00
Yes there is. Here you go
nsradmin -s client_machine -p nsrexecd
Deb_PS
156 Posts
2
June 11th, 2015 07:00
Delete NSR Peer information
nsradmin -p nsrexec
print type: nsr peer information; name:
delete
y
Thanks..
Deb
Please Like my Post if you liked it, Please Mark it as Helpful if it helped you, and mark it as Correct Answer if it resolved your query
sddc_guy
159 Posts
1
June 11th, 2015 08:00
One of my most-loved daily tasks in test dev :-)
wrote a small powershell script ( assuming Server on Windows ):
this deletes the client form nsr peer information.
you can remove line 19 if you are not as lazy as me and want to specify the doamin name yourself :-)
ble1
2 Intern
•
14.3K Posts
0
June 11th, 2015 11:00
That removes it on backup server - OP asked for this procedure when targeting nsrladb on client. In essence, he can use the script and modify just line where nsradmin is called by adding -s with client name plus removing reference to client in delete action.
I'm not sure why OP needs that on client as 99% of nsrauth issues with exchange of keys are resolved by removing client reference on the server only.