Example 2, Example 3 – HP Integrity NonStop H-Series User Manual
Page 148

Troubleshooting
Mid-Range Library Media Manager Installation and User’s Guide — 541641-001
C -14
Example 2
Example 2
PROBLEM:
Which PORT is the MLMM server configured to run on?
SOLUTION:
The NonStop server communicates with the library and MLMM software through the
use of TCP/IP port numbers, which have to be configured when the MLMM software is
installed. The port numbers can normally range from 4001 through 8000. It will show
up when you run a VIEW_CONFIG in your MLMM configuration menu. If you are
using MLMM Clients, make sure they use a different port number than the MLMM
Server uses [preferably at least 10 ports apart, i.e. HOST = 4001, CLIENT = 4011].
Example 3
PROBLEM:
Which TCP/IP process are you running the MLMM software on?
SOLUTION:
You can start MLMM on any TCP/IP process that you have running. TSI recommends
using a TCP/IP process other than $ZTCP0/1 on the NonStop system. This is
considered an internal network that controls the internode communication on the
NonStop system. To see which TCP/IP processes that are running, enter this
command from any TACL session:
STATUS *,PROG $SYSTEM.*.TCPIP
Then, put whichever process you want in the MLMM startup file as follows:
clear all
param TCPIP^PROCESS^NAME $ZB01A
delay 10 seconds
RUN $
term $ZHOME, out $ZHOME, cpu 0/
Note. The MLMM port numbers used in your MLMM configuration do not need to be defined in the SERVICES or
PORTCONF file.
Note.
MLMM will automatically add one to your port number and open this port for EMS
messaging. For example, if you have MLMM configured to run on port 4001, you will also need
port 4002 open. You will not need to configure the EMS port number, since MLMM will
automatically open it when you start the MLMM processes.
Note. Having a delay in the MLMM startup obey file will help when establishing a connection.