HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Creating a dump logical volume onhpux11i
Operating System - HP-UX
1833111
Members
3366
Online
110051
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
04-13-2003 04:18 AM
04-13-2003 04:18 AM
Creating a dump logical volume onhpux11i
I'm trying to configure dump device on IA64 machine Model rx2600 machine, running hpux 11 i.
I'm using the following procedure with no success:
#vi /etc/rc.config.d/crashconf
CRASH_INCLUDED_PAGES="all"
CRASHCONF_REPLACE=1
#/sbin/init.d/crashconf start
#crashconf -v
note down
f.e. 327680
#bc
327680/1024
320
add 10% (for kernel)
352 extents of 4MB
#lvcreate -l 352 /dev/vg00
#lvchange -C y -r n -s y /dev/vg00/lvol9
#lvextend -m 1 /dev/vg00/lvol9 #### ???? (Lior) ####
#lvlnboot -d /dev/vg00/lvol9
#lvlnboot -R
#lvlnboot -v
#vi /etc/fstab
/dev/vg00/lvol9 ... dump pri=0 0 0
#/sbin/init.d/crashconf start
#/sbin/init.d/crashconf -v #### ???? (Lior) ####
# vi /etc/rc.config.d/savecrash
SAVECRASH=1
SAVECRASH_DIR=/var/adm/crash
COMPRESS=1
==============================
I test the creation with
CTRL-B
CM>tc
X:Disable all future alert messages
x
*** Proceeding with full dump
==============================
I expect to get :
***Dumping : 100% complete (1280 of 1280 MB) (vg00/lvol9)
==============================
Instead I get the error:
*** A system crash has occurred. (See the above messages for details.)
*** The system is now preparing to dump physical memory to disk, for use
*** in debugging the crash.
*** The dump will be a SELECTIVE dump: 348 of 2042 megabytes.
*** To change this dump type, press any key within 1 seconds..
*** Proceeding with selective dump.
ERROR: can't open first dump device /dev/vg00/lvol9. Dump aborted.
Can anyone help?
Thanks
I'm using the following procedure with no success:
#vi /etc/rc.config.d/crashconf
CRASH_INCLUDED_PAGES="all"
CRASHCONF_REPLACE=1
#/sbin/init.d/crashconf start
#crashconf -v
note down
f.e. 327680
#bc
327680/1024
320
add 10% (for kernel)
352 extents of 4MB
#lvcreate -l 352 /dev/vg00
#lvchange -C y -r n -s y /dev/vg00/lvol9
#lvextend -m 1 /dev/vg00/lvol9 #### ???? (Lior) ####
#lvlnboot -d /dev/vg00/lvol9
#lvlnboot -R
#lvlnboot -v
#vi /etc/fstab
/dev/vg00/lvol9 ... dump pri=0 0 0
#/sbin/init.d/crashconf start
#/sbin/init.d/crashconf -v #### ???? (Lior) ####
# vi /etc/rc.config.d/savecrash
SAVECRASH=1
SAVECRASH_DIR=/var/adm/crash
COMPRESS=1
==============================
I test the creation with
CTRL-B
CM>tc
X:Disable all future alert messages
x
*** Proceeding with full dump
==============================
I expect to get :
***Dumping : 100% complete (1280 of 1280 MB) (vg00/lvol9)
==============================
Instead I get the error:
*** A system crash has occurred. (See the above messages for details.)
*** The system is now preparing to dump physical memory to disk, for use
*** in debugging the crash.
*** The dump will be a SELECTIVE dump: 348 of 2042 megabytes.
*** To change this dump type, press any key within 1 seconds..
*** Proceeding with selective dump.
ERROR: can't open first dump device /dev/vg00/lvol9. Dump aborted.
Can anyone help?
Thanks
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2003 05:10 AM
04-13-2003 05:10 AM
Re: Creating a dump logical volume onhpux11i
I don't think you have enough room in lvol9 since you're trying to save 2042 mb, 2 gb:
"...The dump will be a SELECTIVE dump: 348 of 2042 megabytes..."
Do you have another spot to put this right now that's 2gb plus? If so then :
savecrash -rf /temp/file
"...The dump will be a SELECTIVE dump: 348 of 2042 megabytes..."
Do you have another spot to put this right now that's 2gb plus? If so then :
savecrash -rf /temp/file
Support Fatherhood - Stop Family Law
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