- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite UX
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
04-21-2003 07:43 AM
04-21-2003 07:43 AM
Does anyone have any suggestions on how to get the kernel to sycn with the lvmtab. The machine we are trying to make a disk image of is our production server so if your options include the need to reboot the system please let me know.
Thanks for your help and suggestions.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2003 07:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2003 07:50 AM
04-21-2003 07:50 AM
Re: Ignite UX
strings /etc/lvmtab
compare this to what you think you have with regards to disk.
vgdisplay /dev/vg00
for every volume group.
You'll probably need to rebuild lvmtab
mv /etc/lvmtab /etc/lvmtab.old
vgscan -a
This might get you to a consistent state or you may need to take further steps.
Might also want to look for a bad disk with dmesg and ioscan -fnC disk
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
04-21-2003 07:50 AM
04-21-2003 07:50 AM
Re: Ignite UX
vgscan -a -v will recreate your lvmtab
before that run mv /etc/lvmtab /etc/lvmtab.old
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2003 08:16 AM
04-21-2003 08:16 AM
Re: Ignite UX
Thanks for the quick response.
I know the kernel is accurate so the lvmtab will have to be re-created. My client won't let me touch the machine until tonight but I think you have all given me the answer that I needed. Thanks again for your help.
Regards...
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2003 08:17 AM
04-21-2003 08:17 AM
Re: Ignite UX
# remove any disk not used
vgreduce -f /dev/vg14
# copy your exiting lvmtab file
mv /etc/lvmtab /etc/lvmtab.old
# scan the vg
vgscan -v