Unsolved

This post is more than 5 years old

128 Posts

24633

March 26th, 2008 14:00

Get Networker version running on client

How to get Networker version running on clients from Networker Server? As per docs the info do not get populated in client resource when running eavl/Enterprise license (I have version 7.1) and nsradmin can not be used in this case

159 Posts

March 27th, 2008 06:00

Fix: Method 1:

Inspect each client individually via NetWorker Administrator


On Unix:

1. Run nwadmin GUI

2. Go to Clients menu and select Client Setup.

3. Highlight the Client and scroll down to the NetWorker Version field.


On Windows:

1. Run NetWorker Administrator

2. Click on Manage Click

3. Right Click on the Client and select Edit

4. Click on the Client Information TAB.

5. Make not of version in the NetWorker Version field.

Note: The NetWorker Version Field will be empty if:

1- The client had not been backed up yet.

2- The NetWorker server is running an Eval License.

3- The NetWorker server has an Enterprise License.



Method 2:

Use nsradmin to query the NetWorker server for a list of all clients and the version being used.


1. From command line run


Windows:

C:\Program Files\nsr\res>nsradmin -f nsr.res

UNIX:

/nsr/res> nsradmin -f nsr.res



2. At the nsradmin prompt type:

nsradmin> . type:nsr client;


3. At the nsradmin prompt type:

nsradmin> show name;NetWorker version


4. At the nsradmin prompt type:

nsradmin> p


Sample Output:



C:\Program Files\nsr\res>nsradmin -f nsr.res

NetWorker administration program.

Use the "help" command for help.

nsradmin> . type:nsr client;


Current query set

nsradmin> show name;NetWorker version

nsradmin> p

name: fusion;

NetWorker version: 5.5.1.Build.115;


name: acerec;

NetWorker version: 7.0.Build.322;


name: flare;

NetWorker version: 6.0.Build.153;

If you use nsradmin, be very careful.

Regards.

Inma Bernabe.

128 Posts

March 27th, 2008 14:00

The attribute is not getting populated on client resource. Any other method

79 Posts

April 3rd, 2008 12:00

Hi ,
You can try the below ..
If you want a particualr client details..
echo "print type: NSR client;name:clinet-name" | /usr/sbin/nsradmin -i-

If you want all the clients details..
echo "print type: NSR client" | /usr/sbin/nsradmin -i-


Hope this helps

14 Posts

June 5th, 2014 08:00

# nsradmin

NetWorker administration program.

Use the "help" command for help, "visual" for full-screen mode.

nsradmin> types   

                 Known types: NSR, NSR client, NSR device, NSR directive,

                              NSR group, NSR jukebox, NSR label, NSR license,

                              NSR notification, NSR policy, NSR pool,

                              NSR schedule, NSR Snapshot Policy, NSR stage,

                              NSR Storage Node, NSR usergroup;

nsradmin> . type: nsr  

Current query set

nsradmin> print

                        type: NSR;

                        name: XXXXXXXXXX;

                     version: \

NetWorker 7.4.5.10.Build.810 Power Edition/65535;

                     comment: ;

                 parallelism: 32;

                manual saves: Enabled;

             public archives: Disabled;

             volume priority: NearLine Priority;

       SmartMedia save mount: volume by characteristics;

              license server: ;

             update licenses: No;

         device sharing mode: maximal sharing;

WORM pools only hold WORM tapes: Yes;

WORM tapes only in WORM pools: Yes;

    Jobsdb retention in days: 7;

    Jobsdb maximum size (KB): 20460;

                  BMR server: ;

               administrator: "user=root,host=XXXXXXXXXX",

                              "user=administrator,host=XXXXXXXXXX",

                              "user=system,host=XXXXXXXXXX";

                contact name: ;

                     company: ;

              street address: ;

                   city/town: ;

              state/province: ;

             zip/postal code: ;

                     country: ;

                       phone: ;

                         fax: ;

               email address: ;

              server OS type: Linux;

                     site-id: ;

       support email address: ;

               purchase date: ;

       product serial number: ;

        datazone pass phrase: ;

nsradmin>

Top