Legato NetWorker ClientPak for MPE/iX Installation Guide
Starting the NetWorker Daemons
12
4. Depending on whether you are adding one or more servers, insert the host
NetWorker name or names between the double quotation marks in the
JNSRSTRT file:
– If you have only one NetWorker server, enter the name as follows:
!run nsrexecd.netwrkr.sys;info="-s
jupiter
"
– If you have more than one NetWorker server, enter all server names
between the double quotation marks; as in the following example:
!run nsrexecd.netwrkr.sys;info="-s
jupiter
-s
pluto
"
To start the daemons, follow these steps:
1. Start the PORTMAP daemon by entering the following command:
: STREAM JPRTSTRT
2. Start the NSREXECD daemon by entering the following command:
: STREAM JNSRSTRT
Note that you can add the two STREAM commands to /SYS/PUB/SYSTRT.
3. Verify that the daemons are running:
: SHOWJOB
The job list is displayed:
The installation is complete.
Note that you can stop the daemon jobs by typing the same command
twice, once for each daemon:
: ABORTJOB NETWRKR.SYS
: ABORTJOB NETWRKR.SYS
JOBNUM STATE IPRI JIN JLIST INTRODUCED JOB NAME
#S2 EXEC 20 20 THU 2:06P MANAGER.SYS
#J1 EXEC 10S LP THU 2:07P FTPMON,FTP.SYS
#J2 EXEC 10S LP THU 2:07P JINETD,MANAGER.SYS
#J11 EXEC 10S LP THU 3:18P PORTMAP,NETWRKR.SYS
#J12 EXEC 10S LP THU 3:18P NSREXECD,NETWRKR.SYS