- Community Home
- >
- Storage
- >
- Entry Storage Systems
- >
- Disk Enclosures
- >
- Re: physical disk layout for FC60 disk array
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
04-11-2002 10:33 PM
04-11-2002 10:33 PM
physical disk layout for FC60 disk array
I need to prepare the diagram of physical layout of disk in the disk array to find out which disk belong to which LUN and volume group.
I have the ioscan output.(ioscan -fn C disk).
IS it possible to create the physical sisk layout using ioscan output,vgdisplay,pvdisplay,lvdisplay commands.
Thanks
AR
ps:I do not have access to SAM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 10:45 PM
04-11-2002 10:45 PM
Re: physical disk layout for FC60 disk array
You might want to try a program like (XVG) in this threads.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa9920cb17a32d5118fef0090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x6d4168c57f64d4118fee0090279cd0f9,00.html
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 11:25 PM
04-11-2002 11:25 PM
Re: physical disk layout for FC60 disk array
You might as well have a look at the great sysinfo tool.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1b11ec7c4fc4d5118ff10090279cd0f9,00.html
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 12:15 AM
04-12-2002 12:15 AM
Re: physical disk layout for FC60 disk array
much easy if you start in sam , disk and file system -> disk device
Now you can see FC60 LUN associate with hardware path.
if you view more info by select controller can know each individual disk belong to which LUN.
OK , from hardware path use ioscan to get device file.
At this steps know LUN <-> device file.
use
#strings /etc/lvmtab
know disks(LUN) in volumn group.
then use bdf you know file sytem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 12:26 AM
04-12-2002 12:26 AM
Re: physical disk layout for FC60 disk array
# amdsp -a
You can then use ioscan / pvdisplay / vgdisplay / lvdisplay to get the LUN -> vg -> lvol mapping.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 06:01 AM
04-12-2002 06:01 AM
Re: physical disk layout for FC60 disk array
# mstm
Highlight one FC60 hardware path with description of A5277A using spacebar and run information on the menu.
Tools -> Information Tool -> Run
If you don't have STM installed, get it on the web "www.software.hp.com".
It's free.
Hope this helps,