Installation guide

EMC NetWorker Release 8.1 SP1 Installation Guide
133
Verify the Installation
On a UNIX NetWorker server, type:
nsraddadmin -u "user=root, host=
console_host
3. Add the NMC administrator user to the administrators list on the NetWorker server:
nsraddadmin -u "user=administrator, host=
console_host
"
where
console_host
is the Console server hostname.
Enabling temporary internet file caching
Enable the Temporary internet file caching attribute in the Java Control Panel of the
Console client. When you do not enable this option in JRE, Java WebStart fails to start.
For Windows Console clients:
1. Browse to Control Panel > Java > General > Temporary Internet Files > Settings
2. Select Keep temporary files on my computer.
For UNIX Console clients:
1. Start the Java Web Start Application Manager, javaws.
2. Select Enable temporary internet file caching.
Ensuring required daemons are running
Ensure that the console processes gstd, dbsrv12, and httpd are running on the Console
server.
For UNIX Console servers:
1. Type:
ps -ef | grep gstd
ps -ef | grep dbsrv12
ps -ef | grep httpd
Note: Two or more httpd processes appear. The parent httpd process runs as root and
the child process(es) run as the username specified during the installation.
2. Start the gstd daemon, if it is not started. This will also start the dbsrv12 and httpd
processes:
On Solaris and Linux: /etc/init.d/gst start
On AIX: /etc/rc.gst start

If the /etc/init.d/gst file on Linux or /etc/rc.gst file on AIX does not exist, run the
/opt/lgtonmc/bin/nmc_config script.
For Windows Console servers:
1. In Task Manager, confirm the gstd, httpd, and dbsrv12 processes are running.
On Windows, the Console server software registers the httpd as the EMC GST Web
Service. Two httpd processes start when the Console server is active.