Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

1707

August 28th, 2013 11:00

Script to copy clients to a new Networker Server

Hi,

Scenario: NW server A with a lot of clients. We need to copy all client configurations to a NW server B. I think nsradmin is the right tool to do this, but I'm not an expert about it. Can someone share his experience at similar situation?

Regards

Claudio

1.1K Posts

August 28th, 2013 19:00

1. backup the nsr.res file.

2. put the codes in a script called "clientinfo"

=====================

nsradmin -i - << EOF

. type: nsr client

print

EOF

=======================

3. run the script and save all the client info.

clientinfo > clientinfo.txt 2>&1

4. revise the clientinfo.txt.

     replace "type: NSR client" with "create type: NSR client;"

     replace the server name in "server:(new_server_name)"

5. on the target NW server run this command:

nsradmin -i clientinfo.txt

please mark my answer as "corret/helpful answer" if it helps.

14.3K Posts

August 29th, 2013 04:00

Hey Kevin, nsr.res does not exist for long time - you should update copy&paste notes

1.1K Posts

August 29th, 2013 18:00

yeah, just don't know what version the questioner is concerned about.

anyway, please start with the 2nd step.

No Events found!

Top