STORE and TurboSTORE/iX Products Manual (B5151-90003)
98 Chapter6
STORE and TurboSTORE/iX Command Options
STORE Options
ONLINE option with START or END), the files being stored remain available and can be
modified while the backup is occurring. Refer to Chapter 7, "TurboSTORE/iX 7x24
True-Online Backup," for more information.
The NOTIFY option can be used to help automate the process of performing some action at
the time where the files being stored are available for modification, either at the end of the
STORE, at the end of the attach phase, or at the end of the sync point.
NOTIFY allows STORE to stream a user-specified job file (using the MPE/iX STREAM
command) either at the end of the attach phase (while using ONLINE), at the end of a
successful STORE operation (normal backup), or at the end of the sync point (ONLINE=START
or ONLINE=END). The job file is specified by the user by setting up a formal file designator
named NOTIFY, prior to running the store job. This job can contain various actions that
notify users that the files are free, start other jobs that modify the files, or allow users back
on to the system, for example.
If the specified job does not contain passwords, STORE will prompt the user for the
passwords if STORE is being run from a session. If STORE is being run from a job and
passwords are not present, the job stream will fail.
When the job fails to stream, due to lack of passwords, or other reasons, all error messages
will be sent to the standard list ($STDLIST). All other output as the result of streaming
the job will also be sent to $STDLIST.
The following is an example of using the NOTIFY command in conjunction with a user
specified job file.
First, set up the file equation, using the FILE command:
:FILE NOTIFY=MYJOB.PUB.SYS
Where the job stream could contain, for example:
!JOB NOTIFY,MANAGER.SYS
!TELL @ Your files are now available!
!EOJ
Then, run STORE with the NOTIFY option:
:FILE T;DEV=TAPE
:STORE @.PUB.SYS;*T;SHOW;ONLINE;NOTIFY
Since this is an online store, the job stream will be executed once the files have been
attached, and a message would then be sent to all users telling them that their files are
now free to be accessed.
Additional Backup Information (STATISTICS)
In addition to the counts of files stored and not stored that are normally reported at the
end of a backup, the STATISTICS option provides extra data about the backup. This extra
information includes:
• Amount of data written to each piece of media for each parallel set
• Amount of time required to write each piece of media
• Throughput for each piece of media