- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /var/adm/crash
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-02-2003 05:42 AM
07-02-2003 05:42 AM
The following is the output when I executed the lvlnboot -v command:
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c0t4d0 (10/0.4.0) -- Boot Disk
/dev/dsk/c0t3d0 (10/0.3.0)
/dev/dsk/c0t6d0 (10/0.6.0)
/dev/dsk/c0t5d0 (10/0.5.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c0t4d0
/dev/dsk/c0t5d0
Root: lvol3 on: /dev/dsk/c0t4d0
/dev/dsk/c0t5d0
Swap: lvol2 on: /dev/dsk/c0t4d0
/dev/dsk/c0t5d0
Dump: lvol2 on: /dev/dsk/c0t4d0, 0
Dump: lvol9 on: /dev/dsk/c0t3d0, 1
We have one the file system is specifically assigned for crash dump, i.e.
/dev/vg00/lvdump 2621440 616546 1880783 25% /var/adm/crash
I think the Dump (lvlnboot -v) should point to the filesystem lvdump instaed of lvol9.
Am I correct? I really appreciate your suggestions.
Cheers,
Nikee
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 05:55 AM
07-02-2003 05:55 AM
SolutionAnyway,you can change it anytime with lvlnboot -d,run crashconf to see whats there.
check /etc/rc.config.d/savecrash parameter SAVECRASH_DIR to be what you expect it to be.
BTW,do ll /dev/vg00 to see device file for lvdump there.
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 06:00 AM
07-02-2003 06:00 AM
Re: /var/adm/crash
The parameter SAVECRASH_DIR point to your dump dir
# SAVECRASH_DIR:Directory name for system crash dumps. Note: the filesystem
# in which this directory is located should have as much free
# space as your system has RAM.
SAVECRASH_DIR=/var/adm/crash
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 06:07 AM
07-02-2003 06:07 AM
Re: /var/adm/crash
In the /etc/rc.config.d/savecrash file the parameter value assigned as SAVECRASH_DIR=/var/adm/crash
Which means that I have to assign the dump of lvlnboot -v to lvdump instead of lvol2 and lvol9?
Note: lvol2 and lvol9 are swap.
Cheers,
Nikee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 06:16 AM
07-02-2003 06:16 AM
Re: /var/adm/crash
have a look at this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1d135fe8b250d71190080090279cd0f9,00.html
essentially:
dump: were goes the memory dump, usually on swap, because if you have a dump your swap won't be usefull.
crash: where the dump is copied when the system comes up again.
The should be different, and your dump must not point to a FS, otherwise it will be wiped out at the first dump.
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 07:22 AM
07-02-2003 07:22 AM
Re: /var/adm/crash
(swap and dump) device,put SAVECRASH dir whenever you like.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 08:09 AM
07-02-2003 08:09 AM
Re: /var/adm/crash
lvlnboot -d lvol2
lvlnboot -d lvdump