Unsolved

This post is more than 5 years old

5 Posts

2765

January 10th, 2011 04:00

How to restart server_cepp using Celerra XML APIs?

Hello all,
I know that I can restart the cepp_server on a physical data mover (PDM) using the commands (though putty):
1. server_cepp -service -stop
2. server_cepp -service -start

I'm asking if there's a way to make this using Celerra XML API. So I can restart server_cepp from code given the sufficient parameters (i.e. Control Station IP, PDM, credentials...)

Thanks in advance.
Cheers,
Ogail

5 Posts

February 26th, 2011 21:00

Well, you can't restart the cepp_server programatically using XML APIs instead you can simulate a HTTPS request that behaves like the Command CLI in the web interface when you type 'cepp_server -service -stop' and then 'cepp_server -service -start'. Then post this HTTPS request from code, after that you'll receive response with 'done' indicating that the cepp_server has been restarted successfully.

No Events found!

Top