To allow CLI command to be run on the NetVault Backup server run nvpluginaccess on the NetVault Backup server and specify the name of the NetVault server as it appears in client management as the "client". When prompted specify the plugin name as "CLI".
_
Here is an example of using nvpluginaccess to allow CLI commands to work:
_
[root@nvserver util]# ./nvpluginaccess -client NVSERVER
Please select a plugin you wish to allow client 'NVSERVER' to access:
1) Informix plugin
2) Oracle RMAN plugin
3) Informix and Oracle RMAN plugins
4) Specify plugin name
4
Please input the plugin name: CLI
Please enter the user account: default
Please enter the password for the account 'default': password
Successfully added client 'NVSERVER'
[root@nvserver util]#
For the example of creating a File System plugin set using nvsetcreate, the nvpluginaccess command is still run on the NetVault Backup server, but the client will be set to the client.
_
[root@nvserver util]# ./nvpluginaccess -client client02
Please select a plugin you wish to allow client 'client02' to access:
1) Informix plugin
2) Oracle RMAN plugin
3) Informix and Oracle RMAN plugins
4) Specify plugin name
4
Please input the plugin name: File System
Please enter the user account: default
Please enter the password for the account 'default': password
Successfully added client 'client02'
_