Siebel System Administration Guide > Siebel Management Framework APIs > Methods Used with the Server-Level Service >

startServer


Starts the application server in the particular enterprise. Boolean return value is True if a success start to the application server process is made. Note this is different than checking to see if the application server actually came up or not. You execute the siebctl command on the agent and if that command returns successfully a Boolean True is returned, if not, a Boolean False is returned.

Syntax

See the following for syntax of this method:

Boolean startServer(String entName, String srvrName) throws Exception;

Siebel System Administration Guide Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices.