Neoview Command Interface (NCI) Guide (R2.5)
PERMISSION OPERATOR
assigns OPERATOR privileges to the role. Users associated with roles that have OPERATOR
privileges can configure and manage NDCS services, data sources, and servers.
Considerations
• To run this command in SQL mode, you must first run the CMDOPEN command. This
command does not run in CS mode.
• The command requires an SQL terminator.
• You must have OPERATOR privileges to display and change the NDCS privileges. Initially,
only members of SUPER.SUPER, SUPER.SERVICES, ROLE.DBA, and ROLE.SECMGR have
OPERATOR privileges.
• If you omit the PERMISSION clause in the command, the role acquires OPERATOR privileges.
Example
This command assigns OPERATOR privileges to ROLE.MGR:
SQL>add user ROLE.MGR, permission operator;
ALTER DS Command
The ALTER DS command modifies the attributes of an existing data source in the NDCS
configuration.
Syntax
ALTER DS data-source-name[, MAXSERVER count]
[, AVAILSERVER count]
[, INITSERVER count]
[, SRVRIDLETIMEOUT timeout-value]
[, CONNTIMEOUT timeout-value]
[, AUTOSTART {ON | OFF}]
timeout-value is:
SYSTEM_DEFAULT | "-1" | "num-minutes"
data-source-name
is the name of the data source to be modified. data-source-name is case-sensitive and
cannot be the asterisk (*) wild card. The data source must exist, or the command fails.
MAXSERVER count
is the maximum number of NDCS servers that the NDCS service can start for this data source.
The default value is 1. Valid values are 0 through the total number of ports allowed, which
is 1000 by default, minus 3. A value of 0 specifies the system default, which is a value
determined by the system at run time. The MAXSERVER limit can be different for each NDCS
service and is often in the range of 20 through 500.
AVAILSERVER count
is the number of NDCS servers that the NDCS service keeps in the available state. Valid
values are 0 through the MAXSERVER count, with 0 as the default. This count represents
idle servers that are waiting for user connections.
After peak user loads, idle servers are terminated to the AVAILSERVER count value.
INITSERVER count
is the number of NDCS servers that the NDCS service starts for the data source when the
data source is started. Valid values are from 0 to the smaller of either 200 or the value specified
ALTER DS Command 159