how to list storage lun linux server

solidsnake

Member
Joined
Oct 6, 2021
Messages
44
Reaction score
2
Credits
592
In Linux, should there be a script for the hba (host bus adapter) manufacturer so that I can list a disk (lun) that I will connect to the server from storage with the multipath -ll command?

The hba manufacturer of my old servers was a different brand and my new server is different?
 


No Linux distro that I am aware of has this by default. But usually you dont need it, you can
just run the multipath commands.

# multipath -l
3600d0230000000000e13955cc3757800 dm-1 WINSYS,SF2372 size=269G features='0' hwhandler='0'
|-+- policy='round-robin 0' prio=1 status=active
| `- 6:0:0:0 sdb 8:16 active ready running
`-+- policy='round-robin 0' prio=1 status=enabled
`- 7:0:0:0 sdf 8:80 active ready running

or...

# multipath -ll
3600d0230000000000e13955cc3757801 dm-10 WINSYS,SF2372 size=269G features='0' hwhandler='0'
|-+- policy='round-robin 0' prio=1 status=enabled
| `- 19:0:0:1 sdc 8:32 active ready running
`-+- policy='round-robin 0' prio=1 status=enabled
`- 18:0:0:1 sdh 8:112 active ready running
 

Members online

No members online now.

Top