Recovery Manager Central
1753914 Members
9112 Online
108810 Solutions
New Discussion

RMC (on Hyper-V) auto shut down

 
yuma_hirokawa
Occasional Advisor

RMC (on Hyper-V) auto shut down

Hi,expert.

Is there any way to shut down RMC (on Hyper-V) automatically at same time of host server shutdown?

1 REPLY 1
AlSlater
Occasional Advisor

Re: RMC (on Hyper-V) auto shut down

I would be guessing that you want it shut down before the hosting server reboots, as it would do that as a by-product of that 

activity anyway.

Currently - not easily - there is a REST API that we could possibly use to power off the VM  if you wrapped that with some PS for example, it's this uri https://<ip>/rest/rm-central/v1/appliances and you need to POST it 

{"appliance":{"action":"shutdown","force":"false"}}

.. the RMCSDK is the best place to start if you're thinking of doing this.

al