- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- EMC devices not available during Boot process
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
01-24-2002 09:15 AM
01-24-2002 09:15 AM
EMC devices not available during Boot process
We are running HP-UX 11.00 on 4 K-class boxes connected to 2 EMC 8430 frames (2 boxes connected to each frame).
Everything had been running pretty smoothly for 2+ years until we had a binfile change done 2 weeks ago.
Now we are having a very weird problem on both boxes connect to one of the frames.
The problem occurs during the boot process. When executing script /sbin/bcheckrc we can see the following messages for each device belonging to the database volume group (vgora):
***
vgchange: Couldn't attach to the volume group physical volume /dev/dsk/cntndn
The path of the physical volume refers to a device that does not exist, or is not configured into the kernel.
***
Funny thing is that the boot process goes on after that and after the box is finally up I just have to activate the vg with "vgchange -a y" and everything works out just fine.
Does anybody have any ideas on this???
Thanks for your help,
Yan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 09:35 AM
01-24-2002 09:35 AM
Re: EMC devices not available during Boot process
For giggles, does vgdisplay -v vg## produce warnings or errors about missing disks?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 09:46 AM
01-24-2002 09:46 AM
Re: EMC devices not available during Boot process
Do you have any custom volume group activation? This would be done in '/etc/lvmrc'. If so, its AUTO_VG_ACTIVATE would be set to <0> to enable the 'custom_vg_activation' function.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 10:05 AM
01-24-2002 10:05 AM
Re: EMC devices not available during Boot process
Is it possible since there was a change to your bin in your EMC...that maybe some new disks got added, and thus a new bin had to be created.
Is it possible that you added some new disk or maybe volume group and did not properly halt the package...then stop cluster control of the vg with a vgchange -c n
If this scenario sounds familiar .. then let me know what you did and maybe I can post what to do to fix it...
If it's not the case...than maybe someone else will have a resolution for you and I don't have to do extra typing.
Regards,
Rita
..I'll stop by and check post in a while.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 11:10 AM
01-24-2002 11:10 AM
Re: EMC devices not available during Boot process
The binfile change main purpose was to unify the hypervolumes size to 8.4GB instead of the 6GB/12GB mix we had before.
As a consequence of that all LUNs had to be reassigned and now all servers see approximately 50% more devices than before.
All previous data has been erased and the databases have been recreated from scratch!
After the volume gets activated vgdisplay gives no errors or warnings whatsoever.
JRF: No custom activation! No changes made to /etc/lvmrc file ever!
Rita: No MC/SG being used. We do failover manually with in-house customized scripts.
Thanks to all,
Yan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 11:37 AM
01-24-2002 11:37 AM
Re: EMC devices not available during Boot process
I think you will find that your /etc/lvmtab isn't consistent. I'd recreate it:
# mv /etc/lvmtab /etc/lvmtab.old
# vgscan -av
Before you do this, read the 'vgscan' man pages. See the discussion of alternate links and boot information.
Regards!
...JRF...