- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Losing all the vg's after reboot
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
05-23-2007 04:01 AM
05-23-2007 04:01 AM
Losing all the vg's after reboot
for this machine and clone it to stand alone machine (N Class) which is connected directly to VA7400. The cloning went smoothly with just
vg00 is the only vg on /etc/lvmtab. I created around 7 oracle vg's and created it successfuly but after a reboot all my oracle vg are gone only thing left is vg00. Remember that all oracle vg's are on VA7400. When I run ioscan, all the luns are present. Why I am losing vg's created on VA7400 after reboot.
Before I am suspecting that the powerpath software from the RP7420 is causing the problem but it is the same problem with or without powerpath.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2007 04:10 AM
05-23-2007 04:10 AM
Re: Losing all the vg's after reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2007 04:11 AM
05-23-2007 04:11 AM
Re: Losing all the vg's after reboot
The fact that you installed from a make_tape_recovery tape from a MCSG node is a very good clue.
Look at a file called /etc/lvmrc and look for a line like "AUTO_VG_ACTIVATE". I can almost guarantee that the value for that is 0 (zero).
Since this is now a stand-alone machine, make it 1.
AUTO_VG_ACTIVATE = 1
Now reboot and see what happens. I bet all your VGs now show up and get mounted automatically (assuming you put entries in /etc/fstab).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2007 10:42 AM
05-23-2007 10:42 AM
Re: Losing all the vg's after reboot
I cloned it on stand-alone N Class directly connected with VA7400. When I do
vgchange -a y /dev/vgsapdata1 see/query the
ctd (device file for the lun). When I run
ioscan the ctd is claimed and /etc/lvmtab
has the ctd. When I run bdf before rebooting
all my vg's are displayed and available only
when I reboot I lost all my VA7400 vg's.
Patrick,
I forgot to mention that I already set this parameter to 1 to automatically activate the vg's (other than vg00). It looks like disks/luns are missing after the reboot but ioscan sees those luns as claimed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2007 10:45 AM
05-23-2007 10:45 AM
Re: Losing all the vg's after reboot
Correction - after vgchange CTD cannot be seen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 12:03 AM
05-24-2007 12:03 AM
Re: Losing all the vg's after reboot
If ioconfig turns out to be the culprit, in my experince nothing helped except giving back all the disks, manually removing them from OS along with powermt remove command and starting over.
Matthew From Boston
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 01:33 AM
05-24-2007 01:33 AM
Re: Losing all the vg's after reboot
vgexport -p -s -m vg01.map vg01
i will copy the map files to second node.
i will do a vgexport for existing shared VGs in this node.
vgexport vg01
i will do a vgimport using the new mapfile from working node in the cluster
mkdir /dev/vg01
mknod /dev/vg01/group c 64 0x020000
vgimport -s -m vg01.map vg01
repeat the steps for all other VGs.