on 2012 Dec 04 9:53 AM
How can we start and stop BI 4.0 servers(CMS, APS, AJS ... ext ) using commandline.
Any help would be greatly appreciated.
Regards,
Santosh
Dear Santosh
Restarting the SIA(Server Intelligence agent) service would restart all servers on the system.
Regards
Anil Kumar Mehar G
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We found the below information from the KB: 1286926.
Below are sample commands on Wiindows :
"C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\ccm.exe" -managedstop machine1.WebIntelligenceProcessingServer -cms machine1:6500 -username SysAdmin -password 35%bC5@5 -authentication secLDAP
"C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\ccm.exe" -managedstart machine1.WebIntelligenceProcessingServer -cms machine1:6500 -username SysAdmin -password 35%bC5@5 -authentication secLDAP
"C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\ccm.exe" -managedrestart machine1.WebIntelligenceProcessingServer -cms machine1:6500 -username SysAdmin -password 35%bC5@5 -authentication secLDAP
To enable/disable the same service use the following without the "managed" parameter
"C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\ccm.exe" -enable machine1.WebIntelligenceProcessingServer -cms machine1:6500 -username SysAdmin -password 35%bC5@5 -authentication secLDAP
"C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\ccm.exe" -disable machine1.WebIntelligenceProcessingServer -cms machine1:6500 -username SysAdmin -password 35%bC5@5 -authentication secLDAP
To specify which CMS to log on to:
-cms <cmsname:port#>
If a CMS is not specified, it will default to your local machine name.
To specify a user name when logging onto the CMS:
-username <username>
If a username is not specified, it will default to Administrator.
To specify a password when logging onto the CMS:
-password <password>
If a password is not specified, it will default to a blank.
To specify an authentication type to use when logging onto the CMS:
-authentication <authentication type>
If an authentication type is not specified, it will default to secEnterprise.
Regards,
Santosh
Santosh,
Each Server instance has a service registered on its name. You can check their names from Service categories in servers tab in Central configuration Manager (cmc). You can restart/ stop/ start the service with the following commands.
net start <Service name> to start a service
net stop <Service name> to stop a service
net pause <Service name> to pause a service
net continue <Service name> to resume a service
Regards,
Anil Kumar Mehar G
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
11 | |
11 | |
10 | |
9 | |
9 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.