All,

I am trying to configure a VCS resource. Have some confusion regarding the
below points.

1) I have created the online, offline, monitor, clean scripts. Can anybody
explain me how these scripts are called by VCS.

I know I have defined the .cf file for the application but it seems they are
not called from the ArgList parameter. I cross checked with other running
applications as well and seems they are not called anywhere. Does arglist by
default call these scripts ?  I mean I was expecting these scripts to be
called at any configuration file.

My .cf file looks like below

# more ABRA.cf
type ABRA (
        static int RestartLimit = 2
        static str ArgList[] = { Vandalhome, stupiduser }
        str Vandalhome
        str stupiduser
)
2)  One of the reasons for the above question is , I think all my
applications do not have a proper Clean procedure as the clean script does
not make sense to me. Just wanted to check if Clean is implemented on the
system or not.

3) What agent attribute would be best suited for the resource to wait for
specific interval of time before starting the procedure.

Im toying with following attributes.

OnlineWaitLimit : But SADG Says "Number of monitor intervals to wait after
completing the online procedure, and before the resource becomes online." :
My requirement is to wait before starting the online procedure

OnlineTimeout: Not convinced with this as well

ConfInterval: Had seen the implementation of this parameter in main.cmd so
not happy about it.

Ciao
_______________________________________________
Veritas-ha maillist  -  Veritas-ha@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-ha

Reply via email to