Unsolved
This post is more than 5 years old
79 Posts
0
10644
July 19th, 2018 11:00
How to upgrade Networker client versions on multiple clients
I am looking for a way to upgrade a bunch networker clients from 8.x to 9.x . Are there any tools or procedure that we can leverage for this ?
No Events found!
bingo.1
2.4K Posts
0
July 19th, 2018 12:00
Such is not possible as each backup server has its own databases (incl. their SW repositories).
And before you do this, first go and prepare your clients as follows:
- Add the new NW server(s) to the servers file (/nsr/res/servers)
- Restart the NW daemons at the client to make him read the new file
bingo.1
2.4K Posts
0
July 19th, 2018 12:00
If you want a graphical interface to support you/to use nsrpush, go to the NetWorker Admin screen and select the Hosts window. Then follow the steps:
- Create the Software Repository and add the client software version(s) you want to distribute
You better upgrade your server to 9.2.x to because you can add here also the software from the other OS family without
first copying it to an appropriate client (Unix to Windows, for example).
- Run the Software Inventory for your clients
- From the Known Hosts window, select the clients to upgrade and execute the process
Of course, the NetWorker manuals contain more detailed info.
new2prog2
79 Posts
0
July 19th, 2018 12:00
The situation is that all our Networker 8.2 clients are on different datazone running with 8.2 Server.
We built a brand new NW 9.2 server and we want to move over all those clients to new Nw server.
so I wan curious if there are any custom tools or methods that we can push the code upgrade from a centralized location
new2prog2
79 Posts
0
July 23rd, 2018 07:00
has any one know of a procedure that is more like a scirpted format to remotely upgrade NW client software ?
Princeaijazbhat
41 Posts
0
July 23rd, 2018 13:00
nsrpush functionality can be used to update client version remotely. Before
any client upgrade first we should add software repository using NMC.
NMC>Hosts>Software Repository> Right Click select Add to Repository. This
process will create Repository location on Networker Server. Extract the
networker software and add it to the repository . Then run inventory.
Networker admin guide has more details
On Mon, Jul 23, 2018 at 8:11 PM, new2prog
new2prog2
79 Posts
0
July 24th, 2018 08:00
Yeah I am considering NSRPUSH as one of the option but the problem is , first we need to bulk import all the clients.
So I am looking a easy way how to move all the clients in one shot from old networker server to new one.
also we have this error when we try configure the nsrpush using HOSTS tab on NMC
"nable to connect to Client Push daemon" working with support on this.
SurajPujari
155 Posts
0
July 31st, 2018 07:00
Even 9.1.x supports addition of software repository on cross-platforms skipping the need for a proxy host as it was in earlier versions.
SurajPujari
155 Posts
0
July 31st, 2018 07:00
NSRPUSH is very hard to push, you will have to take multiple restart of nsrcpd if using GUI. go with CLI with allowing at least 30 seconds of sleep time between two nsrpush operations.
Doing inventory for client mentioned in list.log(Unix machine)
while read line; do nsrrpcinfo -p $line; nsrpush -i $line;sleep 60; done < /nsr/scripts/list.log
Pushing NetWorker client to all the machines mentioned in list.log
while read line;do nsrpush -u -p NetWorker -v 9.1.1.5 $line >> /nsr/scripts/final.out; nsrrpcinfo -p $line;sleep 30; done < /nsr/scripts/list.log
For doing bulk import I would suggest using nsradmin to export client attributes in a file and then create clients on the new server using the same file.
Vakil
1 Rookie
•
35 Posts
0
August 1st, 2018 14:00
You can use nsrpush or there are multiple tools which you can use , I like puppet or chef to do so, you can use SSMS as well.
Deb_PS
156 Posts
0
August 2nd, 2018 09:00
There is a detailed document available for NSRPush, which I found somewhere may be some months ago, have a look,
https://community.emc.com/servlet/JiveServlet/download/38-84347/NetWorker%20Software%20Distribution%20Functionality%20(NSRPUSH)_.pdf