How to Find out if an HP/Linux uses SAN or not?


 
Thread Tools Search this Thread
Operating Systems Linux How to Find out if an HP/Linux uses SAN or not?
# 1  
Old 01-24-2013
How to Find out if an HP/Linux uses SAN or not?

Is there a command I can run on my HP /LINUX to see if uses SAN? This command work son AIX ls -al /DEV/rdsk however it does not work on HP Linux. Please let me know?

Thanks
# 2  
Old 01-24-2013
A 'df' shows what is mounted or virtual, and 'find' has '-local' . . . .
# 3  
Old 01-28-2013
Depends on the type of SAN, FC cards, whether multipathd is being used, etc.

You can try a few things. Run lspci and check for HBAs. Check dmesg. Specific things - check for kernel modules loaded for your HBA, check your multipathd config, etc. Some specific HBAs/fabric setups have their own drivers/software (PowerPath for EMC, SanSurfer for QLogic). Check with your storage admins.
# 4  
Old 04-02-2013
Actually this command is better: mount
# 5  
Old 04-05-2013
Mostly, the nature of nfs or other mount system storage and more proprietary fiber network attachments makes it both nonportable and opaque!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

How to find the SAN path?

Hi folks, How to identify the SAN is running in Single path or dual source path for linux servers. (2 Replies)
Discussion started by: gsiva
2 Replies

2. Solaris

Find Brocade SAN switch’s IP in Sun server?

We have a Sun M5000 connecting to a Brocade SAN switch. I don't know the IP of the Brocade switch and don't want to use its serial port to get the info. How can I find the IP of the Brocade switch under Solaris 10? Snoop is not supported by Solaris multipathing. What other tools can I use to find... (6 Replies)
Discussion started by: aixlover
6 Replies

3. AIX

Find information for Host and SAN disconnect

Can someone point me in the right direction as to where I can find information on how to cleanly disconnect my AIX 5.3 host from our DS/4200 SAN. I have to do a firmware upgrade on the SAN. -Thanks (2 Replies)
Discussion started by: tfort73
2 Replies

4. AIX

How to find the status of SAN Disc through command prompt

How to find the status of SAN Disc through command prompt (1 Reply)
Discussion started by: AIXlearner
1 Replies

5. AIX

can't find a LTO3 drive through SAN,pls help!

Hi,everyone the situation is: at the very beginning ,through cfgmgr i find all LTO3 drives and 9840D drives. Then, some guy changed the device id(loop id) of all the stk drives on the tape lib panel. This time, i ran the cfgmgr but got nothing. so i asked that guy to change the loop id... (2 Replies)
Discussion started by: zzisking
2 Replies

6. Filesystems, Disks and Memory

how to create same paritations from same SAN disk on two linux servers

Hi All, Storage team assigned same SAN disk on two servers how to create same paritations from same SAN disk on two linux servers may i know options & procedure. But here one server writing on SAN disk and another server reading other files from SAN disks Thanks in advance (1 Reply)
Discussion started by: kurva
1 Replies

7. Filesystems, Disks and Memory

Finding SAN Lun's on Linux.

Am trying to differentiate between the local disks and LUN's presented from SAN onto the server. Have Tried fdisk -l, however I quite cudn't differentiate the local disks from SAN presented LUN's. Can you pls. let me know the procedure and commands to find this. OS - RHEL 4 SAN - EMC... (3 Replies)
Discussion started by: Crazy_murli
3 Replies

8. Linux

Linux on SAN

Hello everyone. I was wondering if there is a way to increase the size on the LUN on a SAN and make the Linux kernel understand the changes without restarting? In the past it has always been rebooted to see the new values but im sure that there is a way now for the lvm to see the Free PE in... (8 Replies)
Discussion started by: d_ark
8 Replies

9. Filesystems, Disks and Memory

Multiple Paths to SAN with LVM in Linux?

I'm setting up a CentOS 5 server that will be connected to an HP EVA4000. My previous experience is with an HP VA7400 and HP-UX. In HP-UX I can add "alternate paths" to a volume group in order to have redundant paths to the SAN via dual fiber channel HBAs just by either adding them with... (3 Replies)
Discussion started by: deckard
3 Replies

10. Solaris

Thoughts/experiences of SAN attaching V880 to EMC SAN

Hi everyone, I wonder if I can canvas any opinions or thoughts (good or bad) on SAN attaching a SUN V880/490 to an EMC Clarion SAN? At the moment the 880 is using 12 internal FC-AL disks as a db server and seems to be doing a pretty good job. It is not I/O, CPU or Memory constrained and the... (2 Replies)
Discussion started by: si_linux
2 Replies
Login or Register to Ask a Question