Universal Cache User Guide : IBM InfoSphere CDC for solidDB® reference : Other commands : dmsetaccessserverparams: Set Access Server parameters
  
dmsetaccessserverparams: Set Access Server parameters
Use this command to define the access and login data to the Access Server. This command is needed when using the Refresh stored procedure.
Syntax
dmsetaccessserverparams [-u <username>] [-p <password>]
[-H <hostname>] [-P <port>]
Parameters
-u <username>
Specifies the Access Server user.
-p <password
Specifies the password for the Access Server user.
-H <hostname>
Specifies the host name (system name) or full IP address of the workstation running Access Server.
-P <port>
Specifies a unique TCP/IP port number that is used to connect to Access Server. You specify this port number when you install the Access Server and when you log on to the Management Console. The default value is 10101.
-L <locale>
The name of the locale used for the IBM InfoSphere CDC instance. The default is the locale of the machine where IBM InfoSphere CDC is installed.
When using dmsetaccessserverparams for the first time, specify all the parameters. If you do not specify the parameter values, the following default values are set:
User - Admin
Password - "" (blank)
Host - localhost
Port - 10101
After you have set the values, you can modify them by issuing the command again, including all or some of the parameters.
Result
This command returns a value of 0 if the command was successful and a non-zero value if the command fails.
Examples
dmsetaccessserverparams -u dba -p dba -H localhost -P 10101
Sets the access and login data for the user ‘dba’ with password ‘dba’.
dmsetaccessserverparams - H newmachine
Changes the host name of the workstation running Access Server.
See also
Other commands