- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- about disk
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
06-03-2002 07:36 PM
06-03-2002 07:36 PM
about disk
when i use "vgdisplay",my system return the information
"vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c4t14d0":
The specified path does not correspond to physical volume attached to this volume group"
this disk is an EMC disk,how can i check it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 08:16 PM
06-03-2002 08:16 PM
Re: about disk
Does an
#ioscan -fn /dev/dsk/c4t14d0
return the disk as CLAIMED ? Otherwise there might be something wrong with the path to the disk.
If CLAIMED you can check the disk with
#diskinfo /dev/rdsk/c4t14d0
If it returns a size of 0 (or doesn't return , the disk is bad.
However, since you say this is a disk in an EMC-box, that would surprise me (normally there's hotspares in a box like that).
Are you sure the disk is NOT in a volumegroup ? You can check this with
#strings /etc/lvmtab
If the disk is in there ... it's in a volumegroup !
Hope this helps,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 08:21 PM
06-03-2002 08:21 PM
Re: about disk
First try to see if the disk is in fact a valid one or one that EMC may use as a
gatekeeper (used for EMC statistics). It could also be that disk does not exist anymore.
# diskinfo /dev/rdsk/c4t14d0
# ioscan -fn (and look under the column of
s/w state for that disk)
Post the output and we'll see if we can help further.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 08:39 PM
06-03-2002 08:39 PM
Re: about disk
just to see what would happen of course... it wasn't good.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 09:13 PM
06-03-2002 09:13 PM
Re: about disk
and i can also see it belong to a vg with "string /etc/lvmtab"
but when i use "vgdisplay -v VG_NAME"
i can't see it at the end of display content.
if i could backup the data in lv without mount it as a filesystem,how can i do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 09:24 PM
06-03-2002 09:24 PM
Re: about disk
# diskinfo /dev/rdsk/c4t14d0
# dd if=/dev/dsk/c4t14d0 of=/dev/null bs=1024
This will hopefully determine as to whether your disk is good or not....
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 09:57 PM
06-03-2002 09:57 PM
Re: about disk
also do strings /etc/lvmtab