- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: fbackup error Exit Code = 137
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
11-22-2004 09:11 AM
11-22-2004 09:11 AM
fbackup error Exit Code = 137
Exit Code = 137
The process still run about 9 hours and still running until kill -9 %p.
I need some patch?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2004 09:27 AM
11-22-2004 09:27 AM
Re: fbackup error Exit Code = 137
Maybe this link will help,
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062972954
The itrc doc id is KBRC00000427.
The doc says,
/quote/
A primary example of an unsupported exit code returned from fbackup is exit code 137. An exit code of 137 indicates a kill signal from the fbackup process. The signal that was caught is 137-128 = 9, i.e. kill -9. The most common cause of this exit code is full storage media (dev/rmt/0m -- tape is full). Other signal exit codes can be solved for similarly. A complete list of signals can be found in /usr/include/sys/signal.h
/EndQuote/
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2004 02:28 PM
11-22-2004 02:28 PM
Re: fbackup error Exit Code = 137
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2004 02:37 PM
11-22-2004 02:37 PM
Re: fbackup error Exit Code = 137
use following command to get a full list of error codes
dumpmsg /usr/lib/nls/C/fbackup.cat | more
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2004 05:48 PM
11-22-2004 05:48 PM
Re: fbackup error Exit Code = 137
fbackup allocates resources that are not returned to the system if it is killed in an ungraceful manner. If it is necessary to kill fbackup, send it a SIGTERM, not a SIGKILL.
regards,
Thierry.