- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to check if the hard disk is mounted from SAN ...
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
Discussions
Discussions
Discussions
Forums
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
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-12-2009 07:20 AM
тАО03-12-2009 07:20 AM
just wondering, is there anyway we can know if the hard disk is mounted from SAN ?
many thanks !!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2009 07:25 AM
тАО03-12-2009 07:25 AM
SolutionCheck the vgdisplay output for disk devices and compare to "ioscan -fnC" output - the hardware path and device identifier will tell you.
If you have questions, please post an
# ioscan -fn
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
тАО03-12-2009 07:26 AM
тАО03-12-2009 07:26 AM
Re: how to check if the hard disk is mounted from SAN ?
If you run # ioscan -fn, and see a fiber channel mass storage adaptor, and note the path, i.e. 0/0/10/1/0, and see hard-drives off of that, i.e. 0/0/10/1/0.5.15.0.0.0.1, that is generally a SAN device. Depending on the type of SAN you have, you will have a description. For example, a clarion will show up as a CX500WDR5.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2009 07:28 AM
тАО03-12-2009 07:28 AM
Re: how to check if the hard disk is mounted from SAN ?
disk 331 0/0/10/1/0/4/0.11.4.0.0.1.2 sdisk CLAIMED DEVICE HP HSV300
/dev/dsk/c65t1d2 /dev/rdsk/c65t1d2
This is an EVA300, connected to switch with domain id 11, port# 4 LUN 10.
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
тАО03-12-2009 07:31 AM
тАО03-12-2009 07:31 AM
Re: how to check if the hard disk is mounted from SAN ?
HSV300 is an EVA4400.
0 points.
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
тАО03-12-2009 07:54 AM
тАО03-12-2009 07:54 AM
Re: how to check if the hard disk is mounted from SAN ?
Hi,
ioscan -fnC disk will tell you which model the disk, then you can make out what type of hard disks are connected to system.
ioscan -fnC fc will tell you if there is any fibre channel card is instaled, normally the SAN is connected to host via a fibre channel.
then if you do fcmsutil
As mentioned by others, hard disks are not directly mounted to system, you need to check LVM or VXVM which ever you use to know the device files.
Good Luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-13-2009 04:40 AM
тАО03-13-2009 04:40 AM
Re: how to check if the hard disk is mounted from SAN ?
Always, you need check with ioscan
ioscan -fnC disk
(will show hard disk is mounted from SAN or External storage device)
Thanks,
johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-13-2009 10:00 AM
тАО03-13-2009 10:00 AM
Re: how to check if the hard disk is mounted from SAN ?
As informed you need to run ioscan -fnC disk
It will display all disk which is attached to the server.
For example
#ioscan -funC disk
IF it is connected to hitachi you will see a output message "HITACHI DISK-SUBSYSTEM "
Take the disk device file name and compare whether it is assigned to vg by checking /etc/lvmtab file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-13-2009 10:10 AM
тАО03-13-2009 10:10 AM
Re: how to check if the hard disk is mounted from SAN ?
Tested on 11.31 - not sure what it might produce on 11.11 or 11.23:
ioscan -FuCfc | cut -d: -f 11 | while read hw
do
ioscan -funCdisk -H ${hw}
done
HTH
Duncan
I am an HPE Employee
