- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: physical volume "dev/dsk/c6t0d0" no lvm inform...
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
12-22-2003 11:10 AM
12-22-2003 11:10 AM
physical volume "dev/dsk/c6t0d0" no lvm information
phisical volume "dev/dsk/c6t0d0" no lvm information.
wath can i do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 11:23 AM
12-22-2003 11:23 AM
Re: physical volume "dev/dsk/c6t0d0" no lvm information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 11:30 AM
12-22-2003 11:30 AM
Re: physical volume "dev/dsk/c6t0d0" no lvm information
If not try to do a 'ioscan -f' and then re-run the 'pvcreate' if the hardware shows as claimed in the output.
# ioscan -f
# pvcreate -f /dev/rdsk/cxtydz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 11:32 AM
12-22-2003 11:32 AM
Re: physical volume "dev/dsk/c6t0d0" no lvm information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 12:04 PM
12-22-2003 12:04 PM
Re: physical volume "dev/dsk/c6t0d0" no lvm information
if it doesnt take too long and doesn't return any error try adding to the VG
Otherwise if it takes 5 min, there is something wrong with the disk i guess
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 12:07 PM
12-22-2003 12:07 PM
Re: physical volume "dev/dsk/c6t0d0" no lvm information
This ds2405 was attached to a va7110 before we moved it to the k580 in direct attach, can this affect us? may be the format than manage the va7110.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 01:54 PM
12-22-2003 01:54 PM
Re: physical volume "dev/dsk/c6t0d0" no lvm information
# diskinfo /dev/rdsk/c6t0d0
or # lssf /dev/rdsk/c6t0d0
make sure the info is correct Prod ID & size, if it doesnot work with either "cannot open device" or the size returned is "0" zero, bad news bad disk. Another way to verify a good disk by:
# dd if=/dev/rdsk/c6t0d0 of=/dev/null
when dd kicks in the drive usually starts to blink, ideally this should return same rec In & out if not or if it hangs you got a bad disk dude.
# ioscan -fnC fc will return the FC cards on your system with their device files like /dev/td0 if the K-class has newer card:
#fcmsutil /dev/td0 should tell you driver status.
Cheers,
T+