Unsolved
This post is more than 5 years old
31 Posts
0
757
March 4th, 2014 03:00
How to determine NetWorker module on a client from NetWorker server
Hello,
Is there any way to determine which NetWorker modules are installed on a particular clients from NetWorker server GUI or CLI.
No Events found!



crazyrov
4 Operator
•
1.3K Posts
0
March 4th, 2014 04:00
You should be able to see it in the "Info & Licensing" tab of the client property for the respective client.
ble1
4 Operator
•
14.3K Posts
1
March 4th, 2014 04:00
If running nsrpush, you could do inventory against the client.
mkeil
68 Posts
1
March 5th, 2014 02:00
Hi,
that's right, run "nsrpush -i -all" to inventory all clients (they need to be online). Then you can get the versions for every client with "nsrpush -s -all" or "nsrpush -s clientname".
Regards
mkeil