Using Siebel Utilities to Access Siebel Gateway
When using any of the Siebel utilities that connect to Siebel Gateway, for example the srvrmgr utility, you must specify the gateway authentication user name and password.
You can pass the gateway authentication user name and password in the command line as command flags, for example:
srvrmgr /g gateway1 /e enterprise1 /s server1 /u username /p password(Windows)
srvrmgr -g gateway1 -e enterprise1 -s server1 -u username -p password (UNIX)
where:
username
is a valid user name that has been assigned Siebel administrator privilegespassword
is the password associated withusername
You must enter a value for the /u username
or -u username
flag.
If you do not specify a value for the /p password
or -p password
flag,
then you are prompted for this value when you submit the command.