ccmsrv modify

The ccmsrv modify command modifies the number of users or other parameters allowed in the database server.

Synopsis

ccmsrv modify    /u|/user max_users [/y]

ccmsrv modify    /p|/parameter parameter /v|/value value [/y]

Uses

The users for this command are Informix-Admin group member and local administrator.

You must run this command on the machine where the database server resides.

Options and arguments

/p|/parameter parameter
Specifies parameters to be modified in the Informix® server configuration file. Valid parameters are LTAPEDEV or LTAPESIZE.
Use /p for logical log backups. For information about logical log backups, see Managing log files.
/u|/users max_users
Specifies the maximum number of users allowed in the database.
/v|/value value
Specifies the value of parameter, for example, the name of the tape device or the size of the tape.
/y
Runs the command without displaying confirmation messages.

Example

Change the maximum number of users allowed in the database to 50.

> ccmsrv modify /user 50


Feedback