ccmsrv modify

The ccmsrv modify command changes the database server parameters.

Synopsis

ccmsrv modify   [-s|-server servername][-u|-user max_users] [-y]

ccmsrv modify   [-p|-parameter parameter] [-s servername]
                [-v|-value value] [-y]

Uses

You must run this command on the database server, as user informix.

Use the ccmsrv modify command to change database parameters, such as the maximum number of users allowed on the database server.

For more information, see Modifying database server parameter values.

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 Backing up logical log files for UNIX.
-s|-server servername
Specifies the name of the database server. The default is the server on the current machine.
-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
Executes the command without displaying confirmation messages.

Example

Change the maximum number of users allowed in the current server to 55.

$ ccmsrv modify -users 55


Feedback