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

•
Continue. Continue a paused job instance.
.
•
Pause. Pause a job instance.
.
Scheduled job event actions on the Schedule tab
•
View Properties. View the interval (frequency) and start time of a scheduled job event.
•
Enable/Disable. Toggle a scheduled job event on or off.
.
•
Schedule Job. Schedule a job event.
.
•
Edit Schedule. Edit a scheduled job event.
.
•
Remove. Delete a scheduled job event.
Job instance actions on the Monitor Job window
•
Continue. Continue a paused job instance.
.
•
Pause. Pause a running job instance.
.
•
Abort. Stop a running job instance.
•
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