- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- boot 7410 npar
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-02-2004 02:08 AM
11-02-2004 02:08 AM
Got HPUX 11.11 on rp7410. Replaced a failed primary root mirror disk. The vgdisplay shows the device unavailable. HP CE said to reboot the box and it will spin up.
Question, is this true? In rebooting the system will I affect the other npar on the same system? What other tasks do I need to perform to get this disk back into play as the primary root disk?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 02:13 AM
11-02-2004 02:13 AM
SolutionThis may or may happen at boot depending on /etc/lvmtab configuration.
If you have an Ignite vg00 backup tape, you can boot off that tape and rebuild the system, vg00 only the way it was before the failure.
What you need to do depends on your backup methodology and what was on the disk.
What was on the disk? All ov vg00, you either do an Ignite restore or possbily cold install of the OS.
Tell me more and I'll give more advice.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 02:16 AM
11-02-2004 02:16 AM
Re: boot 7410 npar
RP7410's disks are hot-pluggable. Did you run
'ioscan -f' before running vgdisplay?. If ioscan still shows it as 'NO_HW', then the HP CE may have to re-seat it. Do you see any suspecious LED activity on the disk?. Like the LED continuously on or no power etc.,I suggest you have a look at RP7410's documentation (docs.hp.com) on how the disks are allocated to nPars. Check to see if he replaced a wrong disk.
Rebooting is not necessary. You don't need to worry about other nPar if you decided to reboot. It will not be affected as long as the CE replaced the harddisk belonging to this nPar.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 02:17 AM
11-02-2004 02:17 AM
Re: boot 7410 npar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 02:19 AM
11-02-2004 02:19 AM
Re: boot 7410 npar
vgcfgrestore -n /dev/vg00 /dev/dsk/cxtxdx
vgchange -a y vg00
vgsync
Rebooting npar will not affect other npar.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 02:20 AM
11-02-2004 02:20 AM
Re: boot 7410 npar
Before you can see it part of VG and after it is claimed in the 'ioscan -f', you will have to follow the boot mirror restore process. There are many threads on restoring the mirror disk. Basically until the vgcfgrestore is done (after making it a boot disk) to restore the LVM headers on the disk and the VG is re-activated, it will not be recognized as part of the volume group.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 02:21 AM
11-02-2004 02:21 AM
Re: boot 7410 npar
Seems like I should be able to synchronize the new primary root disk with the existing secondary root disk and be in business?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 02:25 AM
11-02-2004 02:25 AM
Re: boot 7410 npar
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 07:01 AM
11-02-2004 07:01 AM
Re: boot 7410 npar
Many thanks!