Recovery Manager Central
1753814 Members
7656 Online
108805 Solutions
New Discussion

Reboot hpe-rmc on schedule.

 
serg_an
Occasional Visitor

Reboot hpe-rmc on schedule.

There's a need to set hpe-rmc reboot pre schedule. Are there any ways to do it correctly by running the scripts inside the appliance, or by external instructions from VMware?

1 REPLY 1
AlSlater
Occasional Advisor

Re: Reboot hpe-rmc on schedule.

Yes, you'd need to script something external using the REST API. (usual search engine for RMCSDK as one word will lead you to the right downloadable content for that).

Then, you'd be looking at using this URI endpoint : /rest/rm-central/v1/appliances

and POST it something like:

{ "appliance": { "action":"reboot" } }

(replace reboot for shutdown if you don't want it back up until manually powered up)

al