- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- missing filesystems from /etc/lvmtab
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
08-23-2003 06:59 PM
08-23-2003 06:59 PM
missing filesystems from /etc/lvmtab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2003 04:53 AM
08-24-2003 04:53 AM
Re: missing filesystems from /etc/lvmtab
Were there any errors on the vgexport of note? On the vgimport?
If not check the control console for your disk cluster and see if ownerhip on the virtual disk/volume groups(whatever the designation) has been toggled to the new server and world wide name.
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
08-24-2003 05:29 PM
08-24-2003 05:29 PM
Re: missing filesystems from /etc/lvmtab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2003 05:51 PM
08-24-2003 05:51 PM
Re: missing filesystems from /etc/lvmtab
Try this on node 1
# ll /etc/vg*/group
Try the same in node 2
The minor number in the output of both the listings should be similar and check for reuse of numbers in the output of second server for the Volume groups. This should be avoided.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 07:40 AM
08-25-2003 07:40 AM
Re: missing filesystems from /etc/lvmtab
number... coordinate this among the various machines in the cluster.
2. Make certain you are not using the -p option accidently on the vgimport. If you do
this, it looks like you are changing things when you are not.
3. Performing 'strings /etc/lvmtab' into a file before and after vgimport/vgexport will allow you to see exactly what changed by diffing the two output files.
4. Make certain that you are using the -s options when attempting to import a shared volume group to a SG node that does not have that volume group actived currently.
5. Perform a strings on /etc/lvmtab and make certain that the vg names on the imported volumes are not present. Likewise, make certain that the physical names of the disks in question are not present To my knowledge,
trying to reimport the same physical volume to another volume group
6. You may need to use
ioscan -f
insf -e
to get the devices presented to the machine
properly.
7. Make certain all the volume groups in question are included in the MC/ServiceGuard package control file....
Just some ideas off the top of my head. Exact errors that you are seeing would help narrow this down more quickly.
-- Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2003 11:00 AM
09-18-2003 11:00 AM
Re: missing filesystems from /etc/lvmtab
Thanks for everyones help.