SQL/MX Connectivity Service Manual (SQL/MX 2.x)
Installing, Starting, and Uninstalling MXCS
HP NonStop SQL/MX Connectivity Service Manual—524944-008
2-4
Starting the MXCS Service
The following example commands configure MXCS as a persistent process, and then
start it.
TACL> scf
1-> assume process $zzkrn
2-> add #mxoas, cpu firstof(01,00), AutoRestart 10, hometerm
$zhome, name $mxo, StartMode
2-> application
2-> startupmsg “-pn 35000”, program $system.zmxodbc.mxoas
3-> start #mxoas
4-> status #mxoas
Your installation might require different parameters or to configure a different set of
CPUs. For more information, see the SCF Manual for the Kernel Subsystem.
Starting the MXCS Service
To start the MXCS service, execute the MXOAS command at the TACL prompt to start
the association server, as follows:
NAME as-name
specifies the process name of the MXCS association server.
TERM terminal-name
specifies the name of a valid terminal to be used as the home terminal for all
MXCS processes. Specify a terminal that is always available, for example,
$ZHOME.
If a home terminal is not specified, or it is a dynamic telnet window, the default is
the terminal used to start the MXOAS process. If that terminal is a dynamic telnet
window and it closes, MXCS stops accepting new connections because the
window is valid only for current server connections.
CPU cpu-number
specifies the primary CPU in which the association server is to run.
MXOAS /NAME proc-name, NOWAIT, TERM terminal-name,
CPU cpu-number/ [-TCP tcp-process] [-EMS collector-name]
[-PN port-number] [-PR port-range] [-I] [-E detail-level]
[-RMC alternate collector-name]
[-TMC alternate collector-name ]
Note. If the home terminal closes, the MXCS service cannot create new servers or
process new connection requests.