Unsolved
This post is more than 5 years old
2 Posts
0
554
July 8th, 2019 07:00
nsradmin no longer outputs all clients after upgrading to NetWorker v18.2.0
Howdy!
We recently upgraded to v18.2.0. Before the upgrade, we used nsradmin to output a list of NSR clients that we then compare to our host inventory.
More specifically, this is what would run on the host to generate the list:
echo -e "show name: ; scheduled backup:\nprint type: NSR client\n" | /usr/sbin/nsradmin
After upgrading, this list is now significantly shorter - only a fraction of the clients appear. However, when I open up the java GUI and pull up the client summary report, I see all of the hosts listed.
More info on the networker server:
OS: RedHat 7.6 | Kernel: 3.10.0-957.12.1.el7.x86_64
Platform: PowerEdge R540
Memory: 30.83 GiB
CPU: 56 core Intel(R) Xeon(R) Gold 5117 CPU @ 2.00GHz
Has anyone else experienced this? What did you do to get nsradmin to print everything out? Are there any other tools I can use to get this information via shell? Any help is much appreciated.
bingo.1
2.4K Posts
0
July 8th, 2019 12:00
nsradmin is the correct command. You could also use it via the nsradmin 'shell':
nsradmin > /tmp/clients
. type: nsr client
show name
p
q
Unfortunately I cannot tell you why you do not see all your clients. As the command works in general, I expect this to be a bug.
crazyrov
4 Operator
•
1.3K Posts
0
July 9th, 2019 04:00
Check your migration logs to ensure that you had a successful migration. Also, what you see under the NMC -> Protection -> Clients, should be what you see under the nsradmin as well.