- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- logical volume on emc needs extending
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
03-02-2005 12:32 PM
03-02-2005 12:32 PM
logical volume on emc needs extending
the server see it as /dev/vg00/lvol7.
on the EMC Navisphere console, I only see things listed similiar to c3t6d0... (not a unix guy, just trying to hold down the fort till we hire a new one)
I have done some digging and found lvdisplay command... here's what the server shows me...
root@sapapp2:/usr/sap> lvdisplay /dev/vg00/lvol7
lvdisplay: Warning: couldn't query physical volume "/dev/dsk/c3t6d0":
The specified path does not correspond to physical volume attached to
this volume group
lvdisplay: Warning: couldn't query all of the physical volumes.
--- Logical volumes ---
LV Name /dev/vg00/lvol7
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 1
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 2048
Current LE 128
Allocated PE 256
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
root@sapapp2:/usr/sap>
Now... I'm guessing that if I go back to the EMC and look at c3t6d0 for this particular machine I would be looking at the correct disk?
Can somebody point me in the right direction on this one...
It's an HP RP7410 connected to an EMC Clariion cx600 if that helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 01:30 PM
03-02-2005 01:30 PM
Re: logical volume on emc needs extending
not sure if the disk, /dev/dsk/c3t6d0 is in working condition. could you perform this:
# pvdisplay /dev/dsk/c3t6d0
and
# diskinfo /dev/dsk/c3t6d0
and
# ioscan -fnC disk
please reply the output of the command given above.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 01:40 PM
03-02-2005 01:40 PM
Re: logical volume on emc needs extending
i attached the output file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 01:51 PM
03-02-2005 01:51 PM
Re: logical volume on emc needs extending
from ioscan, i do not see the disk, c3t6d0, which means that the disk could be bad.
i just like to confirm if that disk is still there:
# diskinfo /dev/rdsk/c3t6d0
# dmesg
# lvdisplay -v /dev/vg00/lvol7
i will need the outputs.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 03:45 AM
03-04-2005 03:45 AM
Re: logical volume on emc needs extending
strings /etc/lvmtab
vgdisplay -v /dev/vg00
before further investigation is possible.
C3t6d0 might have failed and not recognized by the system. Chances are C3t6d0 might not be in /etc/lvmtab or /dev/vg00. You might need to run vgexport vgimport to fix up the vg00 discrepancy before you talk about adding 2GB of space.
Regards
Andrew