HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problems with fbackup after Y2K-Installation f...
Operating System - HP-UX
1834657
Members
2553
Online
110069
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-1999 09:00 PM
12-28-1999 09:00 PM
Problems with fbackup after Y2K-Installation for HP-UX 10.20
Hi,
since i updated our HP-UX 10.20 systems by the last Y2K Patch bundle i have
some problems with the fbackup command within the sam script
/usr/sam/lbin/br_backup. Before updating the systems the automated backup
through the above script produced some warnings (mainly due unreadable active
or open files) and exited with an error code of '0', representing a 'normal
completion' according to the manual. But since the installation of the Y2K
patches with the same amount of warnings i get an exit code of '4',
representing the situation 'if any warning conditions are encountered'.
Therefore i get the message that the backup has failed.
Further within the logfiles the inclusion of the file space for each file path
is noted, thus increasing the logfile size tremendously.
Does anyone know what has been changed through the Y2K patches within fbackup
or the br_backup scripts or where to get information about this changes? I
controlled the patch documentation, but could not find any information about
changes concerning this topic.
It's important for me to know this in order to assure a save backup. I should
mention that this happens on two independent automated backups on two different
machines.
Bye
Gian Antonio
since i updated our HP-UX 10.20 systems by the last Y2K Patch bundle i have
some problems with the fbackup command within the sam script
/usr/sam/lbin/br_backup. Before updating the systems the automated backup
through the above script produced some warnings (mainly due unreadable active
or open files) and exited with an error code of '0', representing a 'normal
completion' according to the manual. But since the installation of the Y2K
patches with the same amount of warnings i get an exit code of '4',
representing the situation 'if any warning conditions are encountered'.
Therefore i get the message that the backup has failed.
Further within the logfiles the inclusion of the file space for each file path
is noted, thus increasing the logfile size tremendously.
Does anyone know what has been changed through the Y2K patches within fbackup
or the br_backup scripts or where to get information about this changes? I
controlled the patch documentation, but could not find any information about
changes concerning this topic.
It's important for me to know this in order to assure a save backup. I should
mention that this happens on two independent automated backups on two different
machines.
Bye
Gian Antonio
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-1999 08:34 AM
12-29-1999 08:34 AM
Re: Problems with fbackup after Y2K-Installation for HP-UX 10.20
A new exit code (4) was added to the fbackup program. This is an informational
code only, and does not indicate any problems with the backup. Unfortunately,
SAM has not been modified to account for the new code!
To work around the problem, change line 329 of the /usr/sam/lbin/br_backup
script to accept either exit code 0 or 4 as 'success':
if ["$exit_code" = "0" -o "$exit_code" = "4" ]
Note: See online support document KBRC00000151 for a detailed explanation on
'exit code 4'.
code only, and does not indicate any problems with the backup. Unfortunately,
SAM has not been modified to account for the new code!
To work around the problem, change line 329 of the /usr/sam/lbin/br_backup
script to accept either exit code 0 or 4 as 'success':
if ["$exit_code" = "0" -o "$exit_code" = "4" ]
Note: See online support document KBRC00000151 for a detailed explanation on
'exit code 4'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-1999 07:45 PM
12-31-1999 07:45 PM
Re: Problems with fbackup after Y2K-Installation for HP-UX 10.20
This sure sounds a lot like the problem we had with tar! We loaded patches &
then our script failed. Tar returned a 5 instead of a 0 if it had anything to
complain about. (owners of files not on box...) The tar patch "fixed" it
because before it just printed an error & returned 0. Now it returns a non-zero
if it printed any errors. We put our old tar file back in place for a quick fix
& changed our scripts later, then we fixed the scripts for either return code
& reinstalled the new tar.
then our script failed. Tar returned a 5 instead of a 0 if it had anything to
complain about. (owners of files not on box...) The tar patch "fixed" it
because before it just printed an error & returned 0. Now it returns a non-zero
if it printed any errors. We put our old tar file back in place for a quick fix
& changed our scripts later, then we fixed the scripts for either return code
& reinstalled the new tar.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP