- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Activation of VG which contain Raw partitions ...
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
12-10-2001 04:48 AM
12-10-2001 04:48 AM
Not sure if anyine can help, I have a server which does not activate a VG on boot, however once the server is up I can manualy vgchange this without problem.
The server is 10.20, the VG only contains two LVs which are raw partition for an ADABAS database, there are no entries in the fstab for this VG as there is no mount points for these (raw partition).
The VG exists in the lvmtab, could someone please explain where I am going wrong???
Cheers
Kev
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 04:54 AM
12-10-2001 04:54 AM
Re: Activation of VG which contain Raw partitions Only
Check the file /etc/lvmrc.
The AUTO_VG_ACTIVATE should be set to 1 to activate all the vg on boot.
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 05:01 AM
12-10-2001 05:01 AM
Re: Activation of VG which contain Raw partitions Only
I have checked the lvmrc and this is set to 1.
So it is not a problem with that.
Kev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 05:06 AM
12-10-2001 05:06 AM
Re: Activation of VG which contain Raw partitions Only
locate the function
custom_vg_activation()
and add
/sbin/vgchange -a y -s
Regards
rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 05:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 05:08 AM
12-10-2001 05:08 AM
Re: Activation of VG which contain Raw partitions Only
/etc/lvmrc of cource and not /etc/lvmrv
Reagrds
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 05:17 AM
12-10-2001 05:17 AM
Re: Activation of VG which contain Raw partitions Only
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 05:40 AM
12-10-2001 05:40 AM
Re: Activation of VG which contain Raw partitions Only
Thanx for your efforts, The only error I am getting in the rc.log is during the database startup as it cannot find the raw partitions.
If I place the VG in the custom_vg_activation area of the lvmrc file, what are the risks if the VG mounts automaticaly due to the AUTO_VG_ACTIVATION parameter being set to 1 (not sure if this VG has ever auto activated).
Kev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 07:37 AM
12-10-2001 07:37 AM
Re: Activation of VG which contain Raw partitions Only
I always have AUTO_VG_ACTIVATE=0
and control activation of my VG's
by putting it in custom_vg-activation()
This way I never have problems with the activation and I can control what will be activated,
Regards
Rainer