Skip to main content

Dear Community,

I try to configure airgap interval on HSX cluster from 7AM to 4AM next day to allow aux copy for 3 hours only , when I run command “./cvsds -c 7:00 4:00” I get “Failed to get storage services status”.

Kindly need your support.

Could you temporarily try a different time range? - I’m wondering if it is having issues parsing the range you put

 

Looking at the example in the docs:

# ./CVSDS -C 18:20 19:20

 

See if this works, and if so, this seems like a support case.

 


Hi,

You say you want “7am to 4am” to allow for 3 hours only.

It sounds like you meant to configure it from 4am to 7am as that is a 3 hour window.

 

./cvsds -c 4:00 7:00


Reply