- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP UX Possible Disk Errors
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
02-11-2004 03:11 AM
02-11-2004 03:11 AM
HP UX Possible Disk Errors
mv /etc/lvmtab /etc/lvmtab.backup
vgscan -a
Creating "/etc/lvmtab"
vgscan: Physical volume "/dev/dsk/c1todo" is not a block special file.
Couldn't stat physical volume "/dev/dsk/c1t0d0":
Invalid argument
Physical Volume "/dev/dsk/c1t2d0" contains no LVM information
The Volume Group /dev/sqdeal/group was not matched with any Physical Volumes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 03:15 AM
02-11-2004 03:15 AM
Re: HP UX Possible Disk Errors
# ll /dev/dsk/c1*
# ioscan -fnC disk
# diskinfo /dev/rdsk/c1todo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 03:16 AM
02-11-2004 03:16 AM
Re: HP UX Possible Disk Errors
I feel like I'm missing part of the picture here. What errors did this "script" give you and from what commands in the script? Why would this lead you to run "vgscan -a"? What does "ioscan -f" tell you about /dev/dsk/c1t0d0 (I'm assuming that /dev/dsk/c1todo is a typo)?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 03:16 AM
02-11-2004 03:16 AM
Re: HP UX Possible Disk Errors
The fix was to run vgexport on the volume group and then vgimport it.
If vgimport fails you may need to rebuild the volume group from scratch. Obviously a backup prior to starting this is critical.
A few searches that might help.
http://us-support2.external.hp.com/emse/bin/doc.pl/sid=394512371cad33b60d?todo=search&searchtext=vgexport+vgimport+vgcreate&x=28&y=12&searchcriteria=allwords&searchtype=SEARCH_TRAINER&searchtype=SEARCH_FORUMS&searchcategory=ALL&rn=25&presort=rank
You should be able to cut and paste the necessary procedures out of any of the threads above.
Proceed with caution and backups.
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
02-11-2004 03:21 AM
02-11-2004 03:21 AM
Re: HP UX Possible Disk Errors
it sounds like a typo somewhere, I never heard that name for a device file before.
Otherwise
# insf -e
# vgscan -v
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 04:57 AM
02-11-2004 04:57 AM
Re: HP UX Possible Disk Errors
I would go with Pete's analysis first.
What errors did you originally see that prompted you to run vgscan?.
Looks like the device files for the disk at c1t0d0 got messed up somehow.
Running the following may help you as said before.
#ioscan -f
#insf -e
#vgscan -v (as you already moved lvmtab)
-Sri