Content-type: text/html Man page of nsrwizreg

nsrwizreg

Section: Maintenance Commands (8)
Updated: Dec 11, 01m
Index Return to Main Contents
 

NAME

nsrwizreg - Command to register NetWorker Configuration Wizard plugins or clients.  

SYNOPSIS

nsrwizreg -a | -r -f nsrwizcon.res | nsrwizclnt.res -t plugin_type [ -c client_name ] [ -n plugin_name ] [ -p library_path ] [ -v library_version ]  

DESCRIPTION

The nsrwizreg command performs the following:

- Adds or removes plugins in either the wizard resource file or client resource file on the NetWorker wizard computer.

- Adds or removes clients in the wizard resource file on the NetWorker wizard computer.  

OPTIONS

-a | -r
Adds (-a) or removes (-r) a specified plugin, plugin library, or client in either the wizard or client resource file of the NetWorker wizard computer. Use either -a or -r, but not both options.

A plugin is specified by the -t and -n options. A plugin library is specified by the -p and -v options. A client is specified by the -c option. The resource file is specified by the -f option.

-f nsrwizcon.res | nsrwizclnt.res
Specifies the name of the resource file in which the operation is to be performed. The resource filename must be nsrwizcon.res (wizard resource file) or nsrwizclnt.res (client resource file).
-t plugin_type
Specifies the type of plugin to be added or removed. The value of plugin_type can be any suitable text string without quote marks, for example, NMO or NMSAP. If a new plugin is to be added, the -n option must also be specified.
-c client_name
(Optional) Specifies the hostname of the client to be added or removed.
-n plugin_name
(Optional) Specifies the name of the plugin to be added (not removed). The value of plugin_name can be any suitable text string within double quote marks.
-p library_path
(Optional) Specifies the pathname of the library to be added or removed.
-v library_version
(Optional) Specifies the version of the library to be added or removed. The value of library_version is the library version number, for example, 2.0.
 

EXAMPLES

1.

To add a new wizard plugin of type NMSAP to the wizard resource file, enter the following command:

nsrwizreg -a -t NMSAP -n "NetWorker Module for SAP R/3" -f nsrwizcon.res

2.

To add a new plugin library to an already registered NMO plugin type in the wizard resource file, enter the following command:

nsrwizreg -a -t NMO -p /usr/lib/nsr/plugin.so -v 1.0 -f nsrwizcon.res

3.

To remove an existing NMEx plugin with the plugin.so library (version 2.2) from the client resource file, enter the following command:

nsrwizreg -r -t NMEx -p /usr/lib/nsr/plugin.so -v 2.2 -f nsrwizclnt.res

4.

To add a new plugin of type NMSQL with the sql1.so library (version 1.0) and client thunder.emc.com to the wizard resource file, enter the following command:

nsrwizreg -a -t NMSQL -p /usr/lib/nsr/sql1.so -v 1.0 -c thunder.emc.com -f nsrwizcon.res

 

SEE ALSO

nsrwiz(1m)


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:37:09 GMT, October 02, 2010