Controlling SAP Adaptive Computing Environments with Redwood Server
Controlling Services across your data center has never been as easy as with Redwood Server. The process definition SAP_ACC_Controller allows you to stop, start and relocate services on the fly.
You can automate service relocation on demand, using Redwood Server; this is, however, out of the scope of the current documentation. Please contact your account representative for more information.
Prerequisites
- You have installed and configured ACC. If you have not yet configured adaptive computing see Installation Guides
- Web services have been enabled, see Enabling ACC in the Web Service Framework
Procedure
Stopping a service
- Navigate to "Definitions > Processes".
- Choose Submit from the context-menu of the process definition SAP_ACC_Controller.
- Fill in Url, Username, Password, and Service ID parameters of the process.
- Select Stop in the Command parameter.
- Choose Next, select an appropriate queue and choose Submit.
Relocating a service
- Navigate to "Definitions > Processes".
- Choose Submit from the context-menu of the process definition SAP_ACC_Controller.
- Fill in Url, Username, Password, Hostname, and Service ID parameters of the process.
- Select Relocate in the Command parameter.
- Choose Next, select an appropriate queue and choose Submit.
Example
Accounting processes are taking too long to complete and management is requesting important reports for a board meeting; it has been decided to move the service MSLN_Reporting to a more powerful system sol03.example.com to speed up completion.
- Navigate to "Definitions > Processes".
- Choose Submit from the context-menu of the process definition SAP_ACC_Controller.
- Fill in Url, Username, Password, Hostname, and Service ID parameters of the process.
- Select Relocate in the Command parameter.
- Choose Next, select an appropriate queue and choose Submit.
Parameter | Value |
---|---|
Url | http://sapacc.example.com:50200/ACCGW/ACC |
Username | accmgr |
Password | mysecret |
Command | RELOCATE |
ServiceId | MSLN_Reportin |
Hostname | sol03.example.com |
ForceSmallServer | false |
ReplyLog | Yes |