•
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
. Continues a paused job instance.
Procedure
.
•
Pause
. Pauses a running job instance.
Procedure
.
•
Abort
. Stops a running job instance.
Procedure
.
•
Refresh
. Refreshes 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 (
fi
leset or domain) that has heavy I/O,
HP recommends that the job include steps to brie
fl
y 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. Below is an example.
Line Task
...
14 // Suspend the host application.
15 Launch ( $source_host, %suspend_command_line%, "", WAIT, "0" ) onerror pauseat E1:
16 DO {
17 $Rep1 = SnapshotHostVolume ( $source_hostvol_unc1, FULLY_ALLOCATED, SAME, NOWAIT ) onerror
pauseat E1:
18 //
19 } ALWAYS {
20 // Resume the host application.
21 Launch ( $source_host, %resume_command_line%, "", WAIT, "0" )
22 }
23 //
...
In the
fi
rst Launch command (example, line 15) enter a host command or script
fi
le name to suspend I/O
(freeze the mount point). For example, the syntax for the
freezefs
utility is:
"freezefs –t -1 /mountPoint"
Be sure to include the -1 argument. This prevents the OS from automatically performing a subsequent
thaw. If omitted, the job can fail on the resume step (example, line 21).
162
Jobs
Summary of Contents for 418800-B21 - StorageWorks Modular Smart Array 70 Storage Enclosure
Page 16: ...Tables 1 Document conventions 18 16 ...
Page 20: ...20 About this guide ...
Page 56: ...56 Replication Solutions Manager ...
Page 160: ...160 Host volumes ...
Page 384: ...384 Managed sets ...
Page 402: ...402 Oracle ...
Page 412: ...412 Storage systems ...
Page 444: ...444 Virtual disks ...
Page 456: ...456 CLUI ...