- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Change Swap to Swap/Dump
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
Discussions
Discussions
Discussions
Forums
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
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
тАО12-02-1999 03:09 AM
тАО12-02-1999 03:09 AM
Change Swap to Swap/Dump
it as being swap/dump.
How do I do this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-02-1999 03:17 AM
тАО12-02-1999 03:17 AM
Re: Change Swap to Swap/Dump
command updates the BDRA on each bootable disk to identify all dump devices.
See lvlnboot(1M) for additional information.
MrNeil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-02-1999 05:38 AM
тАО12-02-1999 05:38 AM
Re: Change Swap to Swap/Dump
Try #1:
tbz:/>lvlnboot -d /dev/vg00/lvswap
lvlnboot: Logical Volume "/dev/vg00/lvswap" must be contiguous.
tbz:/>
Try #2:
tbz:/>lvlnboot -d /dev/vgdump/lvol1
lvlnboot: Logical Volume "/dev/vgdump/lvol1" must be contiguous.
tbz:/>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-02-1999 06:14 AM
тАО12-02-1999 06:14 AM
Re: Change Swap to Swap/Dump
The -d option to lvlnboot specifies that the LV must be a contiguous LV, and
cannot have Bad Block Relocation enabled. An LV that does not meet these
criteria cannot be specified as a dump device. A strictly allocated LV is one
that was created with all physical extents contiguous. You can check yours like
so:
lvdisplay -v /dev/vg??/
Under the Logical Extents section, if the PE numbers are not contiguous and in
order, with no gaps or breaks, then it's contiguous.
You can change the Bad Block Reloc on the fly using lvchange, but the
allocation of the PEs is set when you create the LV. You can check the
configuration that was in effect when the LV was created using "lvdisplay
/dev/vg??/
MrNeil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-1999 03:29 AM
тАО12-03-1999 03:29 AM
Re: Change Swap to Swap/Dump
volume must also:
be a part of the root volume group
reside solely in the first 2 GB of disk space.
not exceed 2GB in size (for each volume, not total)