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-21-2006 09:42 PM
03-21-2006 09:42 PM
Can anyone of you tell me how to check the LUN's , vg's, pv's, how many disk in use, how much free space etc...thro. command as i don't have the password of the managment tool
thanks in adv.
regards
wish
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 09:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 10:04 PM
03-21-2006 10:04 PM
Re: EVA 5000
Basic.
vgdisplay
pvdisplay
and other lvm commands.
tools./utilities
pvlist script -Search on forms.
xpinfo
syminq
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 10:07 PM
03-21-2006 10:07 PM
Re: EVA 5000
just another information over the best solutions provided by Senthil.
You can see the EVA5000 disks by ioscan looking for HSV110 or HSV111 according to firmware released on EVA5000.
The following is an excerpt of Ignite-UX release notes, I post it just to clear.
=====================
4.3 EVA GL (EVA3000/EVA5000) Disk Arrays
=========================================
With new firmware released for the EVA GL (EVA3000/EVA5000) disk arrays (in
December 2005) all of the previous limitations with Ignite-UX have been
removed. If the array is running the new firmware, Ignite-UX supports
installation and recovery of systems using the EVA GL disk arrays.
To determine if you are running a version of firmware for these arrays that
is supported with Ignite-UX, look at the ioscan output on a system connected
to it. In the ioscan output for LUNs, the array will be a string that starts
with "HSV". Look at the following table to see if your array firmware is
supported by Ignite-UX:
Array Not Supported Supported
------- ------------- ---------
EVA3000 HSV100 HSV101
EVA5000 HSV110 HSV111
If you are running SecurePath with the newer firmware, you must be running
at least version 3.0F SP1 of SecurePath.
If you are running older firmware (when the ioscan description for a LUN shows
HSV110 or HSV110), Ignite-UX does not support those EVA GL (EVA3000/EVA5000)
disk arrays. These limitations are as follows:
1. System installation from a golden image is not supported if an EVA GL
disk LUN is included in any volume group to be created by Ignite-UX.
This includes the root volume group.
2. Recovery (tape or network) is not supported if a volume group that is
recreated includes any disk LUNs belonging to an EVA GL array. This
includes the root volume group.
3. Any volume group containing EVA GL array disk LUNs may need to be
manually imported post recovery.
4. The disk device file names for EVA GL array disk LUNs may change
during a recovery session as instance numbers for hardware associated
with the array are not preserved.
Please note that this is not considered a defect in Ignite-UX or in the
combination of SecurePath and EVA GL disk arrays.
=====================
HTH.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 10:07 PM
03-21-2006 10:07 PM
Re: EVA 5000
Basic disk commands will help you,
# ioscan -fnC disk
# pvdisplay
# diskinfo
# sam
-Arun