![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| fbackup | sbn | HP-UX | 14 | 10-17-2008 12:46 PM |
| question about fbackup/frecover | yeti00 | HP-UX | 6 | 03-04-2008 02:25 AM |
| Good (reliable!) check if user exists | _Spare_Ribs_ | Shell Programming and Scripting | 4 | 12-19-2006 04:00 PM |
| HP fbackup/frecover to SUN UNIX format? | tinakumar | HP-UX | 0 | 07-24-2006 09:17 AM |
| Backup using fbackup | Kashif Raees | HP-UX | 3 | 02-20-2006 11:45 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
fbackup endind with wraning how to check on a script fbackup is good
Hi,
I am writing a script that is doing a fbackup during the night and before it shutdown the database then run the fbackup then at the end before restarted the data base, I would like to check the status that the fbackup is fine but I always have warning (about socket: fbackup(1102): WARNING: unable to stat file /var/spool/sockets/pwgr/ etc... ) so my fbackup ending with warning and if I checked the $? it is different of 0 So how can I check that the fbackup was good and complete my script with some checks... Or how can I avoid the warning errors (do I have to stop ) Just for information I have to use fbackup. Thanks in advance for help. Cheers |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Ideally, you should restore the fbackup-ed tape on a test system using frestore and try to startup the database. If it works, you have no problems in your backup.
|
|
#3
|
||||
|
||||
|
That warning is generally harmless. fbackup first build a list of files to save on tape. Then it writes those files to tape. By the time it got to the mentioned file, it was gone. You can avoid those by running fbackup in single user mode.
|
||||
| Google The UNIX and Linux Forums |