- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Boot disk
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
11-06-2006 07:08 AM
11-06-2006 07:08 AM
Boot disk
I know We can identify the disk using ioscan -func disk , How to identify new disk added .
If its is mirred how to check which is primary & seconday .
If primary fails how to boot from alternate ,after primary recoverd how to change it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 07:17 AM
11-06-2006 07:17 AM
Re: Boot disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 07:32 AM
11-06-2006 07:32 AM
Re: Boot disk
"I know We can identify the disk using ioscan -func disk , How to identify new disk added."
If you run "ioscan -fn" after you installed a new disk online, you will see a disk entry without device files. This is your new disk.
You should create device files at this point using insf -H ... (see man insf).
For question regarding disk replacement see
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 04:20 PM
11-06-2006 04:20 PM
Re: Boot disk
Hi,
To boot off an alternate disk, from BCH / PDC, use " bo
Once the primary disk is recovered / replaced, use 'setboot' to redefine the Primary boot path.
BR
Vasu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2006 08:36 AM
11-07-2006 08:36 AM
Re: Boot disk
vgdisplay -v vgname===tells if Lvols are mirrored
lvdisplay -v /dev/vgname/lvol1===tells mirror status. Normally 1st column is pri, 2nd is alt. In fact no difference between pri or alt.
We only define primary boot disk, alternate boot disk. The primary boot disk is defined in several places: /stand/bootconf, setboot, lvlnboot -v vg00 if all configured correctly.