Siebel Server Manager Environment Commands
Use environment commands to set the Siebel Server Manager environment variables, which control the current Siebel Server Manager session.
To set the current working Siebel Server
Enter the following command:
set server siebel_server_nameThis command works only if you did not specify a Siebel Server when executing the srvrmgr program using the -s flag.
To unset (clear) the current working Siebel Server
Enter the following command:
unset serverThis command works only if you did not specify a Siebel Server when executing the srvrmgr program using the -s flag.
To show the environment variables
Enter the following command:
show
To show an individual environment variable
Enter the following command:
show variable_name
To spool output to a file
Enter the following command:
spool output_file
To stop spooling to a file
Enter the following command:
spool off
To read commands from a file
Enter the following command:
read input_file
To refresh the Siebel Enterprise Server connections
Enter the following command:
refresh enterpriseThe
refresh enterprisecommand closes all of the connections to the existing Siebel Servers and creates new connections to these servers.
To remove header and footer information from srvrmgr command-line output
Enter the following command:
set header falseand
set footer falseRemoving the header and footer information is useful if you are trying to parse the output of srvrmgr commands.
To add header and footer information to the srvrmgr command-line output
Enter the following command:
set header trueand
set footer true
To exit the srvrmgr program
Enter the following command:
exitTo save any configuration changes prior to exiting, use a
backupcommand listed in Siebel Server Management Commands.