Command Reference Guide

Object DS Commands
SQL/MX Connectivity Service Administrative Command Reference526350-005
5-10
ALTER DS
InitPri [priority-val]
is the initial system priority used to start a new server on this DS. The valid values
are 1 to 199 and SYSTEM_DEFAULT | number, which is the association server
process priority.
priority-val
SYSTEM_DEFAULT | number
Trace [OFF]
is a flag for activating the server trace facility in all servers using this DS and
started by this service. The Trace flag is not a permanent setting, is not stored in
the configuration database, and is not retained through a service shutdown. It is set
as specified on this DS for the current service or all services when service-name
is the asterisk (*) wild card. Trace data is written to the collector specified when the
service is started. Use this flag without the OFF option to turn it ON. The default
value is not changed when the attribute is not used. Changing this flag affects
currently running servers started by this service.
CpuList cpu_val
is an SQL string literal (in single quotes if specifying more than one value),
containing the list of CPU numbers where the service can start servers for this DS
(the next CPU is selected round-robin). When you use this parameter, all
requested values must be specified again. The valid values are 0 to 15 and ALL,
which specifies all available CPUs on the system where the service is running.
Duplicate numbers are accepted. Because a CPU can be down now and up later,
nonexistent CPU numbers are not reported when set but return an EMS warning
when you attempt to use them. This option affects only new servers; currently
running servers are not changed.
The CpuList values come from either the command-line or from the source DS,
and not a combination of the two. If you specify one of these CPUs on the
command-line, you must specify them all:
cpu-val
ALL | ‘nbr0 [nbr1] ... [nbr15]’
AllStat [OFF]
is a flag to set, for this DS, all seven individual statistics gathering flags for servers
started by this service. Use this flag without the OFF option to turn all seven
individual flags ON. This flag must precede other individual statistics flags, which
reset just those individual flags. Currently running servers started by any service
are affected by changing this flag.