- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: need help finding disks cXtXdx from server to ...
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
07-23-2003 10:13 AM
07-23-2003 10:13 AM
need help finding disks cXtXdx from server to SAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 10:19 AM
07-23-2003 10:19 AM
Re: need help finding disks cXtXdx from server to SAN
There's always the old standby "light the lights with dd" test:
dd if=/dev/cXtXdX of=/dev/null bs=1024k
and look for the active LUN.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 10:20 AM
07-23-2003 10:20 AM
Re: need help finding disks cXtXdx from server to SAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 10:31 AM
07-23-2003 10:31 AM
Re: need help finding disks cXtXdx from server to SAN
Yeah, with RAID you're going to be striped most likely, so that kind of kills that idea. Unless you have some sort of utility that comes with the array (like the amutil command for the FC60), the only other chance is with STM:
xstm/mstm: Select: Tools > Exper Tool > Run
then select: Utilities > Flash Component Lights > Drive | LUN | Disk Enclosure | Array
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 11:46 AM
07-23-2003 11:46 AM
Re: need help finding disks cXtXdx from server to SAN
cXtd would correspond to LUN a*8+b eg
cXt2d3 would be 2*8+3 ==> LUN 19
Unfortunately I THINK you are limited to 32 devices per controller (may well be wring here), so cXt3d7 would be LUN31 (including LUN0 is 32)
Regards
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 12:34 PM
07-23-2003 12:34 PM
Re: need help finding disks cXtXdx from server to SAN
Shows:
Device Product Device
----------------------- --------- --------------------- -------------------
Name Type Vendor ID Rev Ser Num Cap (KB)
----------------------- --------- --------------------- -------------------
/dev/rdsk/c0t6d0 HP 36.4G ST336752LC HP02 3ET0FPZ1 35566480
/dev/rdsk/c3t6d0 HP 36.4G ST336752LC HP02 3ET0FQNS 35566480
/dev/rdsk/c4t0d0 EMC SYMMETRIX 5568 15000000 7680
/dev/rdsk/c4t1d0 R1 EMC SYMMETRIX 5568 15101000 8838720
Under the serial num, 15101000 means "frame" 15, LUN 101.
Don't know if that helps....
Rgds...Geoff