- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX 10.01 Backup Problem
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
07-03-2000 03:05 AM
07-03-2000 03:05 AM
HP-UX 10.01 Backup Problem
I am facing a problem with HP9000/827/H20 machine which is running on HPUX
10.01.
We are having a customized script which is used to take the
backup. Backup normally takes more than 30 min.. But for last few
days, after 10 or 15 min., the backup script is exiting with an error code
"memory fault ( core dump)". We tested the memory, all the memory is
detecting with out any problem. Swap also not getting utilized much. So to
isolate the problem, we made a script which will execute find command for
more than 15 min.. We got the same error here also after 10 to 15 min..
So we added 16 MB memory more to the system. Tried again. Same problem
exists still.
System is having 96MB memory now.
Please help me to solve the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2000 03:09 AM
07-03-2000 03:09 AM
Re: HP-UX 10.01 Backup Problem
If you run the file command against hte core file it produces, you may get an indication of which area the failure is in.
I would also suggest you check for any recent changes, patch installs etc.
It may also help if you include the error message, along with the program itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2000 04:33 AM
07-04-2000 04:33 AM
Re: HP-UX 10.01 Backup Problem
Enclosed please find the core dump file.
Pls. help me to understand the problem from it.
Thanks and Regards,
Sanjiv Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2000 10:52 AM
07-05-2000 10:52 AM
Re: HP-UX 10.01 Backup Problem
instead of attaching the core file on your system change to the dir where the file is and type
file core
and
what core
these both may give you clues on what the problem is
or better, copy the response to here
another sugestion is to run the script line by line (not exactly line for line, just execute what the script does piece by piece) at the command promt and see just what is happening
core dumps are a pain
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2000 11:02 AM
07-05-2000 11:02 AM
Re: HP-UX 10.01 Backup Problem
Does this script run with other machines - that may have a higher/lower OS rev or a different flavor of UNIX? There may be a command that the higher rev OS can handle but the lower rev OS chokes on - thus the memory fault.
(Could go the other way as well - lower OS has command that higher OS does not)
The script may be flavor or OS rev dependent.