- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Core File Path
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
03-30-2008 12:53 AM
03-30-2008 12:53 AM
Core File Path
Just now we have upgrade the disk and in old disk the core path is set in /var now i want core should get stored in the new FS /dump.
So how should i do that ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2008 01:43 AM
03-30-2008 01:43 AM
Re: Core File Path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2008 01:54 AM
03-30-2008 01:54 AM
Re: Core File Path
http://docs.hp.com/en/B2355-60103/savecrash.1M.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2008 02:23 AM
03-30-2008 02:23 AM
Re: Core File Path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2008 10:40 AM
03-30-2008 10:40 AM
Re: Core File Path
Normally, the crashed process core file goes to the HOME directory of the process executing.
Am not sure that this can be controlled.
good luck
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2008 10:57 AM
03-30-2008 10:57 AM
Re: Core File Path
/etc/rc.config.d/savecrash
The line reads:
SAVECRASH_DIR=/var/adm/crash
Since the vast majority of HP-UX servers use this directory, I would keep this path. Then remove the contents of /var/adm/crash leaving an empty directory. Now pick a new logical volume and add it to /etc/fstab:
/dev/vg00/lvolNEW /var/adm/crash vxfs largefiles,delaylog 0 2
Then after creating a filesystem on the new lvol, use the mount command:
mount /var/adm/crash
Now a system crash will be copied from the dump area to the new lvol at reboot time.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2008 01:05 AM
09-07-2008 01:05 AM
Re: Core File Path
You mean current directory.
>Am not sure that this can be controlled.
On 11.31, see coreadm(1M).