beautypg.com

Job planning - tru64 unix, Monitor job window, Schedule tab – HP P6000 Continuous Access Software User Manual

Page 146

background image

Continue. Continue a paused job instance.

Procedure

.

Pause. Pause a job instance.

Procedure

.

Scheduled job event actions on the Schedule tab

View Properties. View the interval (frequency) and start time of a scheduled job event.

Procedure

.

Enable/Disable. Toggle a scheduled job event on or off.

Procedure

.

Schedule Job. Schedule a job event.

Procedure

.

Edit Schedule. Edit a scheduled job event.

Procedure

.

Remove. Delete a scheduled job event.

Procedure

.

Job instance actions on the Monitor Job window

Continue. Continue a paused job instance.

Procedure

.

Pause. Pause a running job instance.

Procedure

.

Abort. Stop a running job instance.

Procedure

.

Refresh. Refresh the Monitor Job window.

Job Planning - Tru64 UNIX

Suspending I/O before replicating AdvFS volumes - Tru64 UNIX

If you plan to replicate an AdvFS host volume or volume group (fileset or domain) that has heavy
I/O, HP recommends that the job includes steps to briefly suspend I/O of the appropriate mount
points just before the replication steps.

When generating a job template, select the option Suspend Source Before Replication to add the
steps. If creating a custom job, manually enter the steps. An example follows.

Task

Line

...

// Suspend the host application.

14

Launch ( $source_host, %suspend_command_line%, "", WAIT, "0" ) onerror pauseat E1:

15

DO {

16

$Rep1 = SnapshotHostVolume ( $source_hostvol_unc1, FULLY_ALLOCATED, SAME, NOWAIT ) onerror pauseat
E1:

17

//

18

} ALWAYS {

19

// Resume the host application.

20

Launch ( $source_host, %resume_command_line%, "", WAIT, "0" )

21

}

22

//

23

...

In the first Launch command (example, line 15) enter a host command or script file name to suspend
I/O (freeze the mount point). For example, the syntax for the freezefs utility is:

"freezefs –t -1 /mountPoint"

146

Jobs