- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- reducing boot-disks
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
10-16-2002 06:24 AM
10-16-2002 06:24 AM
reducing boot-disks
lvlnboot -v shows me the following output:
....
/dev/dsk/c2t2d0 (0/0/2/0.2.0) -- Boot Disk
/dev/dsk/c2t0d0 (0/0/2/0.0.0)
/dev/dsk/c1t2d0 (0/0/1/1.2.0) -- Boot Disk
/dev/dsk/c1t0d0 (0/0/1/1.0.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c2t2d0
/dev/dsk/c1t2d0
Root: lvol3 ...
Unfortunately is the c1t0d0 a zombie. I removed it with rmboot /dev/rdsk/c1t0d0 and I think it is also removed. Because I had checked the lifls /dev/dsk/c1t0d0 and they came a error-message (can't list ... not a LIF volume).
What I have to do, that the the 'lvlnboot -v' runs also without the c1t0d0?
Regards Konrad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 06:38 AM
10-16-2002 06:38 AM
Re: reducing boot-disks
# lvrmboot -r /dev/vg00
# lvlnboot -b /dev/vg00/lvol1
==> Boot LV is lvol1 (/stand)
# lvlnboot -r /dev/vg00/lvol3
==> Root LV is lvol3 (/)
# lvlnboot -s /dev/vg00/lvol2
==> Primary swap LV is lvol2 (from swapinfo)
# lvlnboot -d /dev/vg00/lvol2
==> Dump space is also the primary swap.
# lvlnboot -R /dev/vg00
Now check it again ..
# lvlnboot -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 06:39 AM
10-16-2002 06:39 AM
Re: reducing boot-disks
You could try a lvlnboot -R. If it doesn't work, try to delete and recreate all the boot info (lvrmboot -r then lvlnboot -b, -r, -s, -d)
Regards,
Jean-Louis.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 07:05 AM
10-16-2002 07:05 AM
Re: reducing boot-disks
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062910943
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 11:34 PM
10-16-2002 11:34 PM
Re: reducing boot-disks
Jean-Louis: Thank you, but it is stil there ;-(
Ashwani: This is not the problem, but the disk isn't a 'ghost'. The disk is only a application-disk.
Also a reboot doesn't help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 01:20 PM
10-18-2002 01:20 PM
Re: reducing boot-disks
lvdisplay -v /dev/vg00/lvol1 | more
lvdisplay -vk /dev/vg00/lovl1 | more
check for the disk key to be removed
lvreduce -m 0 -k /dev/vg00/lvol1 ? ?
? ? unwanted boot disks
Take care !
hth