Top
PRIMECLUSTER Wizard for NetWorker 4.2 Configuration and AdministrationGuide

2.9.4 NetWorker Management Console Setting

Implement either of Procedure 1, Procedure 2 or Procedure 3 when you use NetWorker Management Console(NMC) in the cluster environment using PRIMECLUSTER Wizard for NetWorker.

[Procedure 1] Install NMC server besides the cluster environment

Install NMC server in the machine besides the cluster environment.It is necessary to install the NetWorker client package to install NMC.

[Procedure 2] Register NMC as a resource of PRIMECLUSTER

Control NMC by registering in the Cmdline resource of PRIMECLUSTER. When you implement this procedure, contact Fujitsu engineer.

[Procedure 3] Incorporate NMC in PRIMECLUSTER Wizard for NetWorker

Install NMC in one node of the cluster, and incorporate the NMC start procedure in PRIMECLUSTER Wizard for NetWorker.

  1. Edit "/etc/opt/FJSVclntw/sys/v_nsrd_start" file as follows. Add "/etc/init.d/gst start &" (NMC start command) before the last "exit 0" in the file. The following example shows the edited file.

    Example

    else 
       (/usr/sbin/nsrd -k $1) >${MSG_FILE} 2>&1 
       if [ $? -ne 0 ]; then 
          ${CMD_LOGGER} -p daemon.err <${MSG_FILE} 
          [ -f "${MSG_FILE}" ] && ${CMD_RM} -f ${MSG_FILE} 
          exit 1 
       else 
          ${CMD_LOGGER} -p daemon.notice <${MSG_FILE} 
       fi 
       ${CMD_LOGGER} -p daemon.notice ' nsrd' 
    #   (echo ' nsrd') > /dev/console 
    #   (echo '') > /dev/console 
    fi 
    
    ${CMD_RM} -f ${MSG_FILE}
    
    /etc/init.d/gst start & 
    
    exit 0
  2. Edit "/etc/opt/FJSVclntw/sys/networker_start" file as follows. Add "/etc/init.d/gst start &" (NMC start command) before the last "exit 0" in the file. The following example shows the edited file..

    Example

    fi
         ;; 
    *) 
    #${CMD_LOGGER} -p daemon.err "usage: `basename $0` {start|stop}" 
    echo "usage: `basename $0` {start|stop}" 
    [ -f "${MSG_FILE}" ] && ${CMD_RM} -f ${MSG_FILE} 
    exit 1 
         ;; 
    esac 
    
    [ -f "${MSG_FILE}" ] && ${CMD_RM} -f ${MSG_FILE} 
    
    /etc/init.d/gst start & 
    
    exit 0
  3. Change the file name of the NMC start script.

    # mv /etc/rc3.d/S97gst /etc/rc3.d/FJSVclntw.S97gst

    Note

    When you connect to the NMC after the procedure above, connect to the IP address of physical node which the NMC is installed.