Dear all,
I hope someone can help me to resolve this problem.
We use TSM via script to backup some filesystems on AIX 5.3 systems.
Unfortunately as soon as an error was produced by "find" (0652-019) the backup process stopped.
My questions are:
How can the process finish the backup successfully, eventhough there is a "find"-error?
How should I change the backup command/script?
(I couldn't find the force or "go-further-with-the-backup-after-a-find-error" option
in mkjfsback)
Best regards,
cipaera
Software: tivoli.tsm.client.sysback.rte 5.6.8.3
Backup command (used in the script, which was stopped):
---------------------------------------------------------------------
fs2backup_bk ()
{
mkjfsback -h bckserverhost -f/dev/rmt0 -x -n -l0 -U remotehost / /usr /var /home /opt
}
Log output:
---------------------------------------------------------------------
Generating LVM information ..
Generating table of contents ..
Pre-processing / filesystem ..
find: 0652-019 The status on ./var/__adXX.X.XXXXXXX is not valid.
Error writing temporary file. Check space in /tmp directory. <=== space was OK!
FAILURE: Filesystem backup failed to complete.
^G
mkjfsback: Filesystem backup failed on host pof01.
FAILURE: Filesystem backup failed to complete.
---------------------------------------------------------------------
I hope someone can help me to resolve this problem.
We use TSM via script to backup some filesystems on AIX 5.3 systems.
Unfortunately as soon as an error was produced by "find" (0652-019) the backup process stopped.
My questions are:
How can the process finish the backup successfully, eventhough there is a "find"-error?
How should I change the backup command/script?
(I couldn't find the force or "go-further-with-the-backup-after-a-find-error" option
in mkjfsback)
Best regards,
cipaera
Software: tivoli.tsm.client.sysback.rte 5.6.8.3
Backup command (used in the script, which was stopped):
---------------------------------------------------------------------
fs2backup_bk ()
{
mkjfsback -h bckserverhost -f/dev/rmt0 -x -n -l0 -U remotehost / /usr /var /home /opt
}
Log output:
---------------------------------------------------------------------
Generating LVM information ..
Generating table of contents ..
Pre-processing / filesystem ..
find: 0652-019 The status on ./var/__adXX.X.XXXXXXX is not valid.
Error writing temporary file. Check space in /tmp directory. <=== space was OK!
FAILURE: Filesystem backup failed to complete.
^G
mkjfsback: Filesystem backup failed on host pof01.
FAILURE: Filesystem backup failed to complete.
---------------------------------------------------------------------