Schedule the script

Post Reply
kk2491
Posts: 169
Joined: Fri Dec 05, 2014 6:42 am

Schedule the script

Post by kk2491 »

Hi All,

Can anybody please tell me how can we scheduled the scripting in 3PAR.?

For example I need to take the physical copy at 12 AM. Then how to schedule the command such that it will be executed at 12 AM.

Thanks in adance...

Regards,
KK
Christian
Posts: 77
Joined: Mon Dec 12, 2011 5:08 am

Re: Schedule the script

Post by Christian »

Hello

You can use createsched command but it has to be run as a local account.

createsched "createvvcopy -p parentvolumename targetvolume" "0 12 * * *" VVCOPY_Daily

Best Regards Christian
User avatar
Richard Siemers
Site Admin
Posts: 1333
Joined: Tue Aug 18, 2009 10:35 pm
Location: Dallas, Texas

Re: Schedule the script

Post by Richard Siemers »

By "local account" he means if you use AD authentication, you can't use your AD account to schedule the job. You must use a user local to the 3PAR.
Richard Siemers
The views and opinions expressed are my own and do not necessarily reflect those of my employer.
kk2491
Posts: 169
Joined: Fri Dec 05, 2014 6:42 am

Re: Schedule the script

Post by kk2491 »

Thanks Richard Sir and Christian Sir,

Yes, Im having a local account to login to 3PAR.

And my aim is to resynching the Physical copy every midnight by scheduling.

It would be a great help if you could share some knowledge.

Regards,
KK
Post Reply