Top
PRIMECLUSTER Wizard for NetWorker 4.2 Configuration and AdministrationGuide

4.3 hvnwenable - Restart Monitoring Resources

User

Superuser

Format

/etc/opt/FJSVclntw/sbin/hvnwenable application_name resource_name
/etc/opt/FJSVclntw/sbin/hvnwenable -a [ application_name ]

Function

Resume monitoring on application that is stopped by hvdisable command. Use this function for NetWorker maintenance.

Parameter

application_name resource_name
application_name and resource_name specify the user application name and resource name that were specified to be the "hvnwdisable" command.


-a [ application_name ]
The option restarts monitoring all NetWorker resources that belong to userApplication that is running on a local node and is specified for application_name.
If application_name is omitted, the option will restart monitoring all the NetWorker resources on the local node.

Example

It is an example of the procedure after hvnwdisable is executed.

# nsr_shutdown
nsr_shutdown will kill the following processes
6411 ? S 0:00 /usr/sbin/nsrexecd
6421 ? S 0:00 /usr/sbin/nsrexecd
6444 ? S 0:02 /usr/sbin/nsrd -k hostname
6484 ? S 0:00 /usr/sbin/nsrmmdbd
6491 ? S 0:00 /usr/sbin/nsrindexd
6513 ? S 0:00 /usr/sbin/nsrmmd -n 1
6523 ? S 0:00 /usr/sbin/nsrmmd -n 2
Do you want to continue? [Yes]?
* * Killing NetWorker daemons

** Maintenance **

# /etc/opt/FJSVclntw/sys/v_nsrd_start hostname
# /etc/opt/FJSVclntw/sbin/hvnwenable app1 ManageProgram001_Nwsv
hvnwenable: INFO: The monitoring of
"ManageProgram000_Nwsv_APP1" is enabled successfully.
#

<- NetWorker
shutdown command


<-Logical node name









<- Startup NetWorker server with logical node name

Exit Status

0 : stopped normally
except for above : stopped abnormally

Note

Use this command as a pair of a hvnwdisable command.