Users Guide

16
Other Use Case Scenarios
This section provides some miscellaneous use cases.
Retrieving Remote Service Status
To successfully perform remote operations on the server, make sure that the prerequisites provided in the Common
Prerequisites Before Using Remote Services section are met.
Before performing any Remote Services operation (for example, managing NICs, managing RAID configuration,
inventory, and so on), make sure that Remote Services is running, is up-to-date, and can send data. Use the Get Remote
Service Status feature to:
Get the current status of Remote Services such as Ready, Not Ready, or Reloading.
Keep polling to determine if Remote Services is Ready.
To retrieve remote services status:
1. Invoke the GetRSStatus() method.
A status is returned along with a Message, MessageID, and ReturnValue.
2. Continue executing the method with an interval until a Ready Status is returned.
Ready status indicates Lifecycle Controller is ready for operations.
References For Retrieving Remote Service Status
NOTE: The sections referenced in this table contain only generic examples.
Table 26. Step Number and Location
Step Number Location in Lifecycle Controller Web Services Interface Guide (Windows or Linux)
step 1 20.1 — Getting Remote Service Status
Profiles
DCIM-LCManagementProfile
MOFs
DCIM_LCService.mof
79