- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to find out the local and storage disks in ita...
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
10-23-2009 04:04 AM
10-23-2009 04:04 AM
how to find out the local and storage disks in itanium server
How we can identify the local disks connected in the itanium server.
ioscan -fnC disk output shows storage luns also.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2009 04:29 AM
10-23-2009 04:29 AM
Re: how to find out the local and storage disks in itanium server
So you need to have at least some knowledge of what is attached to the server and where, plus what model server you are using.
So for example, if you knew that _all_ the external storage was attached via fibre channel SANs, then you could look at the hardware paths you get from the fibre channel ports on the system:
ioscan -fuC fc
And then compare that to the HW paths you got from your "ioscan -fnCdisk" output. Anything that is on a fibre channel HW path you would know was external.
... of course that doesn't help you if you have external SCSI or SAS disks... like I said you need to know something about your server configuration already.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2009 04:34 AM
10-23-2009 04:34 AM
Re: how to find out the local and storage disks in itanium server
lvlnboot -v will tell you the boot disks, which in today's world will always be your only local disks.
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c0t0d0s2 (0/0/1/1/0.0.0) -- Boot Disk
/dev/dsk/c2t0d0s2 (2/0/1/1/0.0.0) -- Boot Disk
#######################
There is always a product description describing the type of disk, for example, EMC SYMMETRIX is the name of the disk array:
Class I H/W Path Driver S/W State H/W Type Description
===========================================================================
disk 16 0/5/2/0.221.35.0.0.0.0 sdisk CLAIMED DEVICE EMC SYMMETRIX
/dev/dsk/c6t0d0 /dev/rdsk/c6t0d0
/dev/rdsk/c0t0d0
#######################
You can also refer to the HBA's Hard Path. Any disk on the same path as an HBA is a disk array disk.
# ioscan -fC fc
Class I H/W Path Driver S/W State H/W Type Description
=================================================================
fc 0 0/2/0/0 td CLAIMED INTERFACE HP Tachyon TL/TS Fibre Channel Mass Storage Adapter
In this case 0/2/0/0 is the Hardware path for HBA /dev/td0
Now ioscan -funC disk
Class I H/W Path Driver S/W State H/W Type Description
===========================================================================
disk 0 0/2/0/1/0/4/0.0.0 sdisk CLAIMED DEVICE HP 73.4GST373
454LC
/dev/dsk/c0t2d0 /dev/rdsk/c0t2d0
disk 1 0/2/0/1/0/4/0.2.0 sdisk CLAIMED DEVICE HP 73.4GST373
454LC
/dev/dsk/c0t2d2 /dev/rdsk/c0t2d2
Anything along the same HW patch, 0/2/0 is a disk array disk since its on a HBA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2009 04:45 AM
10-23-2009 04:45 AM
Re: how to find out the local and storage disks in itanium server
# model
and
# ioscan -fn
and we will see what we can do.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2009 05:12 AM
10-23-2009 05:12 AM
Re: how to find out the local and storage disks in itanium server
>> ... in today's world will always be your only local disks.
I'd disagree with that - the rx2660, rx3600 and rx6600 can have 8, 8 and 16 internal disks respectively - a lot more than might be used for boot (although I'd agree not many folks do... I'm just being pedantic)
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2009 06:51 AM
10-23-2009 06:51 AM
Re: how to find out the local and storage disks in itanium server
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2009 07:13 AM
10-23-2009 07:13 AM
Re: how to find out the local and storage disks in itanium server
PS Didn't you know? All good SA's are pedantic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2009 03:03 AM
11-20-2009 03:03 AM
Re: how to find out the local and storage disks in itanium server
lvlnboot -v will show you the local disks,
Regards,
Rahul Rai.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2009 03:11 AM
11-20-2009 03:11 AM
Re: how to find out the local and storage disks in itanium server
Sorry, but this is nonsense.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2009 03:23 AM
11-20-2009 03:23 AM
Re: how to find out the local and storage disks in itanium server
#ioscan -fnC fc
#ioscan -fnC disk
Now check the paths all the disks coming via FC path are extenal and other are internal.
Second in ioscan, if you sure about what storage is connected you can see it in description section.
disk 2 0/1/1/0.1.0 sdisk CLAIMED DEVICE HP 146 GHUS153014VL3800
/dev/dsk/c2t1d0 /dev/rdsk/c2t1d0
disk 36 0/4/2/0.51.2.0.0.0.1 sdisk CLAIMED DEVICE HP HSV210
/dev/dsk/c6t0d1 /dev/rdsk/c6t0d1
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2009 03:25 AM
11-20-2009 03:25 AM
Re: how to find out the local and storage disks in itanium server
First it has to be defined what "local" is.
Is an external SCSI disk local?
Is an direct connected FC disk (not an array!, e.g. a DS2405 or DS2500) local?
Are only internal disks local?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2009 03:35 AM
11-20-2009 03:35 AM
Re: how to find out the local and storage disks in itanium server
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c2t1d2s2 (1/0/12/1/0/4/0.12.0.0.0.1.2) -- Boot Disk
...
ioscan:
disk 3 1/0/12/1/0/4/0.12.0.0.0.1.2 sdisk CLAIMED DEVICE HP
HSV200
/dev/dsk/c2t1d2 /dev/rdsk/c2t1d2
/dev/dsk/c2t1d2s1 /dev/rdsk/c2t1d2s1
/dev/dsk/c2t1d2s2 /dev/rdsk/c2t1d2s2
/dev/dsk/c2t1d2s3 /dev/rdsk/c2t1d2s3
It's on an EVA - is it local?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2009 05:46 AM
11-20-2009 05:46 AM
Re: how to find out the local and storage disks in itanium server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2009 09:12 PM
12-25-2009 09:12 PM
Re: how to find out the local and storage disks in itanium server
Local means, my internal disk which is connected in the system itself.
Regards
Rineesh Nallatath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2009 06:43 PM
12-27-2009 06:43 PM
Re: how to find out the local and storage disks in itanium server
Before going too deep ,
Do you want to know about a specific model ? or any Integrity?
tell me the model I can help you.
Regards,
Sooraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2009 07:20 PM
12-27-2009 07:20 PM