- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- volume group not active at boot time
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
07-23-2003 03:54 AM
07-23-2003 03:54 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 03:56 AM
07-23-2003 03:56 AM
Re: volume group not active at boot time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 03:58 AM
07-23-2003 03:58 AM
Re: volume group not active at boot time
If there is a boot order issue, you may need to change the location of the soft link starting the secure path product.
These are in /sbin/rc#.d
The # is replaced by a number which you will see in the rc.log file.
They point to /etc/sbin/init.d start up scripts.
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
07-23-2003 04:06 AM
07-23-2003 04:06 AM
Re: volume group not active at boot time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 04:14 AM
07-23-2003 04:14 AM
Re: volume group not active at boot time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 04:28 AM
07-23-2003 04:28 AM
Re: volume group not active at boot time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 06:48 AM
07-23-2003 06:48 AM
Solutioninit reads /etc/inittab which runs /sbin/bcheckrc - > which calls /sbin/lvmrc and goes for the activation of VGs as defined in the /etc/lvmrc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 01:10 AM
08-20-2003 01:10 AM
Re: volume group not active at boot time
You might think the solution would be to put the kmadmin command in before the lvmrc vgchange.. Unfortunately, kmadmin uses dynamic libraries found in /usr/lib which at the point lvmrc is called are unavailable.
I would have expected HP to provide a static loadable kmadmin command (like they do for /etc/vgchange for example) but no - their solution is to call:
/usr/sbin/vgchange -a y
/usr/sbin/mountall
in rc2.d somewhere.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2003 03:05 AM
09-25-2003 03:05 AM
Re: volume group not active at boot time
The following messages appears on console during boot sequence :
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c12t0d0":
Invalid argument
vgchange: Warning: Couldn't query physical volume "/dev/dsk/c12t0d0"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 02:04 AM
01-22-2004 02:04 AM
Re: volume group not active at boot time
If you configure some Secure Path devices under volume groups, make SAN configuration changes, and reboot the system, the volume groups may not be
activated at reboot. This situation can occur because the Secure Path persistence module is loaded after the Logical Volume Manager (LVM) configuration completes. To resolve this problem, you must manually activate the volume groups using the command vgchange -ay
The problem has been corrected in SecurePath v3.0C.