Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

401

February 16th, 2011 11:00

Optimizer exclude time window?

I want to exclude Optimizer swaps from starting during the business day.   I currently just have one default time window setup from 1999 to 2030 where swaps can be done at any time.  Do I just need to setup a new time window just specifying the times I don't want to allow swaps?

February 18th, 2011 08:00

Trouphaz,

set time_window id=tw_id,

     type=SWAP,

     flag=EXCLUDE,

     period=WEEKLY_BY_DAY,

     days=MON,TUE,WED,THU,FRI,start_time=08:00,end_time=17:00;

Beware to make sure you're basing the start_time and end_time on the right locale. Normally a Symmetrix in UTC (aka Zulu, aka GMT+0) timezone. Depending on where you are, you might to change 08:00 and 17:00 to the correct mapping of your business hours.

Cheers,

Guus

859 Posts

February 19th, 2011 18:00

yes, create a new time windows for performance analysis (during business hours) and swap window (in non business hours).

regards,

saurabh rohilla

No Events found!

Top