- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: primary Swap
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
02-23-2005 07:03 PM
02-23-2005 07:03 PM
my server with hpux 11i was delivered with a smal swap LV. I tried to increase this value but it doesn't work cause of non contigous disk space. then I create a new LV with the required disk space and defined them to the new swap space. then I delete the "old" swap space lvol2. Now I would like the make a second mirroring of the original disk. But it doesn't work cause of missing primary swap. what should I do?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 07:16 PM
02-23-2005 07:16 PM
Re: primary Swap
we got the swap and only the swap on two separate mirrored disks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 07:35 PM
02-23-2005 07:35 PM
Re: primary Swap
Have you tried the command
lvlnboot -s /dev/vg00/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 08:10 PM
02-23-2005 08:10 PM
Re: primary Swap
You need to make IgniteUX make_tape_recovery.
Than boot from the tape. Interupt the booting and go to advanced mode. There you can change the swap space to the value you want to.
Here are the steps how you can do it:
1. Make recovery tape with -I option and including vg00.
2. To be sure make a copy of the tape to another tape.
3. shutdown the server
4. Start the server and interupt the boot
6. Insert the tape
7. Put SEA command ang wait for possible boot devices
8. enter command
boot P?
? - is appropriet number of tape device
9. Answer N for IPL
10. Wait until it boots and the user interface is shown
11. Select HP-UX-inatallation
12. If you want to change the filesystem size check the advanced mode -> go to Filesystem tab and change the value for lvol2
After all it will start installation on the system and it will reboot by the istallation proces.
Regards,
Borislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 08:20 PM
02-23-2005 08:20 PM
SolutionYou could have just added a secondary swap and keept the primary. But lvlnboot -s /dev/vg00/
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2005 06:57 PM
02-27-2005 06:57 PM
Re: primary Swap
I recreated the old primary swap lvol2 with only 1024 MB. the other lvol11 is a second swap device with 4 Gb.
I tried to make a second mirror disk from all logical volumes on vg00. It should be also a bootable disk. on the attachment you will see the lvlnboot -v output. I thing the third disk (/dev/dsk/c3t2d0) is not ready to be a bootable disk.
What you mean?