How to remove single Siebel Server from Enterprise using Server Edit (srvredit) utility
srvredit command to remove Siebel Servers from Enterprise
Siebel 7.8
srvredit –g Hostname_of_Gateway –e SIEBEL_ENTERPRISE –s
SERVER_TO_REMOVE –x $server
In the above command, $server does not signify a replacement
but that it’s the server which needs to be removed. Alternatively, if you wish
to remove the entire enterprise, please refer below command:
srvredit –g Hostname_of_Gateway –e SIEBEL_ENTERPRISE –x
$enterprise
Siebel 8.1
srvredit –g Hostname_of_Gateway –e SIEBEL_ENTERPRISE –u
SADMIN –p SADMINPASS –s SERVER_TO_REMOVE –x $server
In the above command, $server does not signify a replacement
but that it’s the server which needs to be removed. Alternatively, if you wish
to remove the entire enterprise, please refer below command:
srvredit –g Hostname_of_Gateway –e SIEBEL_ENTERPRISE –u
SADMIN –p SADMINPASS –x $enterprise
No comments:
Post a Comment