Top
PRIMECLUSTER Wizard for NetWorker 4.2 Configuration and AdministrationGuide

2.9.1 Definition of Operation Environment at NetWorker Startup

Definition of operation environment is available when the NetWorker starts.

PRIMECLUSTER Wizard for NetWorker executes the following NetWorker startup scripts to start NetWorker.

Server Cluster Operation

/etc/opt/FJSVclntw/sys/v_nsrd_start

Storage Node Cluster Operation
Client Cluster Operation

/etc/opt/FJSVclntw/sys/networker_start

If you want NetWorker to execute some commands and setting of environmental variables just before NetWorker starts, you can define them in the definition file PRIMECLUSTER Wizard for NetWorker provides.

Example

  1. Copy /etc/opt/FJSVclntw/etc/networker.env_draft file to /etc/opt/FJSVclntw/etc/networker.env.

    # cp -p /etc/opt/FJSVclntw/etc/networker.env_draft /etc/opt/FJSVclntw/etc/networker.env
  2. Edit networker.env file with vi(1).

    # vi /etc/opt/FJSVclntw/etc/networker.env

Example

# networker.env executed as a part of the NetWorker startup script
# All Rights Reserved, Copyright Fujitsu 2006
#
# Users can write commands and the setting of environmental variables
# executed just before starting NetWorker.
#
# Examples:
# NSR_DEV_BLOCK_SIZE_4MM_20GB=64
# export NSR_DEV_BLOCK_SIZE_4MM_20GB
# LANG=C
# export LANG
# LC_ALL=$LANG
# export LC_ALL
# ulimit -n 1024
#
NSR_DEV_BLOCK_SIZE_4MM_20GB=128
export NSR_DEV_BLOCK_SIZE_4MM_20GB

Note

  • Define in the all nodes installed PRIMECLUSTER Wizard for NetWorker to.

  • Define environmental variables LANG and LC_ALL if you change the language that NetWorker operates.