- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- expanding system dump area
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
09-05-2006 04:57 AM
09-05-2006 04:57 AM
Is this as simple as using the lvextend command? Are there any special arguments I need to include because this is system dump?
Also because there is no file system mounted do I need to run the fsadm command? Or is there some variation of it just for system dump?
Can I do this while users are logged on? Or is this a system dedicated process that needs a re-boot?
Are there any other gotchas ?
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2006 05:04 AM
09-05-2006 05:04 AM
Re: expanding system dump area
/dev/vg01/lvol1 .. swap defaults 0 0
last "0" specifies to use it first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2006 05:05 AM
09-05-2006 05:05 AM
Solution/dev/vg01/lvol1 .. swap defaults 0 0
last "0" specifies to use it first.
If you still want to increase lvol2 from vg00 then you have to re-ignite server and when recovering it you can expand it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2006 05:17 AM
09-05-2006 05:17 AM
Re: expanding system dump area
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2006 06:04 AM
09-05-2006 06:04 AM
Re: expanding system dump area
I agree that swap and dump should be separate. And now understand that dump has to be contiguous. If I can not make the lvol2 on vg00 contiguous without a major effort, can I create new lvols on vg00 and designate them as swap? My vg00 is mirrored, so I am concerned and do not understand the comment that dump should not be mirrored. And why should I define multiple dump spaces rather than one at the size I need?
How can I tell how much contiguous disk space I have available on vg00 ?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2006 06:09 AM
09-05-2006 06:09 AM
Re: expanding system dump area
To check contiguous logical extents, vgdisplay -v vg00 and see how many extents you have per disk and PE size.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2006 06:56 AM
09-05-2006 06:56 AM
Re: expanding system dump area
BTW, I came up with 5 GB dump space based on the /sbin/crashconf -v formula of total pages in dump times 4 KB times 1.25.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2006 07:55 AM
09-05-2006 07:55 AM
Re: expanding system dump area
BTW, I came up with 5 GB dump space based on the /sbin/crashconf -v formula of total pages in dump times 4 KB times 1.25.
=======================================
Yes. You can create 5GB of dump space. Even if you mirror it won't be any problem. If all other logical volumes are mirrored then go ahead mirror dump too. When you create logical volume using lvcreate use "-C" option to make it contiguous.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2006 08:08 AM
09-05-2006 08:08 AM
Re: expanding system dump area
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2006 08:20 AM
09-05-2006 08:20 AM
Re: expanding system dump area
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 05:33 AM
09-06-2006 05:33 AM
Re: expanding system dump area
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 05:58 AM
09-06-2006 05:58 AM
Re: expanding system dump area
Like Dump1 size of 2.5GB on Primary disk and 2.5GB of Dump2 on alternate disk so that they would be used to collect dump.
If you look at /dev/vg00/lvol2 also acts as swap and dump .. After configuring like above, you would have 2 more dumps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 06:34 AM
09-06-2006 06:34 AM
Re: expanding system dump area
If you look at /dev/vg00/lvol2 also acts as swap and dump .. After configuring like above, you would have 2 more dumps.
Sorry. So now I'm more confused. Dump1 on the Primary disk will mirror by default. What do you mean by alternate disk for Dump2? I thought the disk space had to be contiguous?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 06:40 AM
09-06-2006 06:40 AM
Re: expanding system dump area
you create them as dumps only and they are two logical volumes and each one is contiguous.
System dumps will be saved wherever dumps defined and don't have to one big size logical volumes.
Hope this makes clear to you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 06:41 AM
09-06-2006 06:41 AM
Re: expanding system dump area
On systems with large amounts of physical memory (e.g. 32GiB or so), something like 25% of the total is sufficient for a dump area because almost certainly all the significant data will be captured in 8GiB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 07:10 AM
09-06-2006 07:10 AM
Re: expanding system dump area
I not sure I understand the difference of creating 1 lvol of 5 GB or 2 lvols of 2.5 GB each.
I did review the lvlnboot command and see how to make he lvols contiguous, etc.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 07:21 AM
09-06-2006 07:21 AM
Re: expanding system dump area
If you want to configure separate dump and swap areas (and I 'll take the simplistic view that you are mirroring on identical physical disks) then all the LVOL's in /dev/vg00 should be mirrored except what ever LVOL's you create to be the dump area's. For that, if for example, you wanted 5GiB total of dump space, you would create 2 2.5GiB LVOL's (with different names and allocate each one from separate PV's). You then run lnlvboot -d twice and specify these dump LVOL's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 07:47 AM
09-06-2006 07:47 AM
Re: expanding system dump area
How do I stop the mirroring from PV /dev/dsk/c0t6d0 to PV /dev/dsk/c3t6d0 ?
I must be missing something.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 11:59 AM
09-06-2006 11:59 AM
Re: expanding system dump area
1. Create one logical vol without mirror (lvcreate) on primary disk and make it as dump (lvlnboot -d)
2. Reboot system with alternate disk and do the same thing above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 12:32 PM
09-06-2006 12:32 PM
Re: expanding system dump area
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2006 03:08 AM
09-07-2006 03:08 AM
Re: expanding system dump area
However, 2 more questions arise.
1) If I have a system crash that requires booting from the alternative disk, which in my case is the mirror disk, I would not have any dump space to write to.
2) I already have lvol2 set up as a dump/swap on vg00. Can I or should I safely remove lvol2. Or should I just change it in SAM to be the last device the dump should look for.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2006 03:16 AM
09-07-2006 03:16 AM
Re: expanding system dump area
No, you cannot remove a swap volume while the machine is running but you can define dump volumes "on the fly".
I should note that this is all hypothetical in my case because I literally cannot remember the last time I had a production crash.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2006 04:02 AM
09-07-2006 04:02 AM