- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problem when running lvlnboot
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
05-15-2003 12:31 PM
05-15-2003 12:31 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 12:38 PM
05-15-2003 12:38 PM
Solutionhttp://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7407237a4bc6d611abdb0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 12:39 PM
05-15-2003 12:39 PM
Re: problem when running lvlnboot
What release? If this is 11.0 and you are using disks connected to an A5838A
SCSI card for swap or dump space, then this won't work according to Technical Knowledge Base document #KBRC00010650.
If this is not the case, please post more specifics -- OS level, the patch you are referencing, and the hardware in question.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 01:03 PM
05-15-2003 01:03 PM
Re: problem when running lvlnboot
Can you show me how to display the current information of swap.?
I am not doing mirroring of device,
what i did is to configure a new vgboot and use cpio to copy over the information?...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 01:13 PM
05-15-2003 01:13 PM
Re: problem when running lvlnboot
The thread SK posted details some of the issues. One question is the order and the extent of the first three logical volumes -- they should/must occur in the order: lvol1, lvol2, lvol3, where 1=/stand, 2=swap/dump 3=/.
Post, please, the output of the following:
# for N in 1 2 3
> do
> lvdisplay -v /dev/vgXX/lvol${N}
> done
...where vgXX is the volume for which you are attempting to do the 'lvlnboot'. Again, the hardware specifics, OS-level, etc. are always important.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 01:36 PM
05-15-2003 01:36 PM
Re: problem when running lvlnboot
/stand
====
# lvcreate -C y -r n -n lvol1 /dev/vgboot
# lvextend -L 84 /dev/vgboot/lvol1 /dev/dsk/c2t2d0
swap
====
# lvcreate -C y -r n -L 2048 -n lvol2 /dev/vgboot
/
==
# lvcreate -C y -r n -n lvol3 /dev/vgboot
# lvextend -L 200 /dev/vgboot/lvol3 /dev/dsk/c2t2d0
.. run the above in that order ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 05:42 PM
08-06-2003 05:42 PM
Re: problem when running lvlnboot
I have used the procedure as you posted to manually replicate the rootvg using cpio, however, i have ran into this error when trying to do
swap logical volume size beyond the IODC max address
the os is on 11.0 and rev 41.2 ?
don't know whethere or not the PDC firmware level need to be updated in order for the host to boot via fiber??