HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- difference b/w the values in multipath output
Operating System - Linux
1828214
Members
2394
Online
109975
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
05-16-2009 05:37 AM
05-16-2009 05:37 AM
difference b/w the values in multipath output
there are differences b/w the output of 'multipath -ll' and 'multipath -l' .. why ?
Why the difference in the value of 'prio' ? .
And in case of '-ll' it is "[ready]" while in '-l' its "[undef]" .. why ?
# multipath -ll
3600508b40006e2cc0000c00000400000dm-0 HP,HSV200
[size=305G][features=0][hwhandler=0]
\_ round-robin 0 [prio=100][active]
\_ 0:0:3:1 sdb 8:16 [active][ready]
\_ 1:0:3:1 sdd 8:48 [active][ready]
\_ round-robin 0 [prio=20][enabled]
\_ 0:0:2:1 sda 8:0 [active][ready]
\_ 1:0:2:1 sdc 8:32 [active][ready]
NFL-PRD:~ # multipath -l
3600508b40006e2cc0000c00000400000dm-0 HP,HSV200
[size=305G][features=0][hwhandler=0]
\_ round-robin 0 [prio=0][active]
\_ 0:0:3:1 sdb 8:16 [active][undef]
\_ 1:0:3:1 sdd 8:48 [active][undef]
\_ round-robin 0 [prio=0][enabled]
\_ 0:0:2:1 sda 8:0 [active][undef]
\_ 1:0:2:1 sdc 8:32 [active][undef]
Why the difference in the value of 'prio' ? .
And in case of '-ll' it is "[ready]" while in '-l' its "[undef]" .. why ?
# multipath -ll
3600508b40006e2cc0000c00000400000dm-0 HP,HSV200
[size=305G][features=0][hwhandler=0]
\_ round-robin 0 [prio=100][active]
\_ 0:0:3:1 sdb 8:16 [active][ready]
\_ 1:0:3:1 sdd 8:48 [active][ready]
\_ round-robin 0 [prio=20][enabled]
\_ 0:0:2:1 sda 8:0 [active][ready]
\_ 1:0:2:1 sdc 8:32 [active][ready]
NFL-PRD:~ # multipath -l
3600508b40006e2cc0000c00000400000dm-0 HP,HSV200
[size=305G][features=0][hwhandler=0]
\_ round-robin 0 [prio=0][active]
\_ 0:0:3:1 sdb 8:16 [active][undef]
\_ 1:0:3:1 sdd 8:48 [active][undef]
\_ round-robin 0 [prio=0][enabled]
\_ 0:0:2:1 sda 8:0 [active][undef]
\_ 1:0:2:1 sdc 8:32 [active][undef]
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2009 05:38 AM
05-17-2009 05:38 AM
Re: difference b/w the values in multipath output
"multipath -l" gets its information from sysfs and device mapper only. It does not invoke path checkers.
"multipath -ll" gets information from all relevant sources, including path checkers. If your storage system is of active/passive type (i.e. the servers should prefer the currently "active" paths, instead of just using any available path), and your multipath configuration is not yet aware of it, this may cause disk I/O delays.
In other words: depending on the type of your storage system, "multipath -ll" may or may not be slightly unsafe if your multipath policy is configured incorrectly; "multipath -l" does not give as much information but should always be safe to use.
MK
"multipath -ll" gets information from all relevant sources, including path checkers. If your storage system is of active/passive type (i.e. the servers should prefer the currently "active" paths, instead of just using any available path), and your multipath configuration is not yet aware of it, this may cause disk I/O delays.
In other words: depending on the type of your storage system, "multipath -ll" may or may not be slightly unsafe if your multipath policy is configured incorrectly; "multipath -l" does not give as much information but should always be safe to use.
MK
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2009 10:20 AM
05-17-2009 10:20 AM
Re: difference b/w the values in multipath output
thanks MK for help, reply and suggestion.
please also let me know the difference b/w the output and values
there are differences b/w the output of 'multipath -ll' and 'multipath -l' .. why ?
Why the difference in the value of 'prio' ? .
And in case of '-ll' it is "[ready]" while in '-l' its "[undef]" .. why ?
and one more thing I got the 4 columns(instead of three)
1, round-robin
2, 0
3, [prio=value] ### extra column
4, [enabled/active]
I mean as per the http://kbase.redhat.com/faq/docs/DOC-2644;jsessionid=640A0C46553CAB54A761E7C3A620B475.ab46478d
For each path group:
_ scheduling_policy [path_group_priority_if_known][path_group_status_if_known]
so in my case
scheduling_policy is "round-robin"
path_group_priority is "0"
path-group_status "[active/enabled]"
but [prio=0/100] is what ?
Regards
please also let me know the difference b/w the output and values
there are differences b/w the output of 'multipath -ll' and 'multipath -l' .. why ?
Why the difference in the value of 'prio' ? .
And in case of '-ll' it is "[ready]" while in '-l' its "[undef]" .. why ?
and one more thing I got the 4 columns(instead of three)
1, round-robin
2, 0
3, [prio=value] ### extra column
4, [enabled/active]
I mean as per the http://kbase.redhat.com/faq/docs/DOC-2644;jsessionid=640A0C46553CAB54A761E7C3A620B475.ab46478d
For each path group:
_ scheduling_policy [path_group_priority_if_known][path_group_status_if_known]
so in my case
scheduling_policy is "round-robin"
path_group_priority is "0"
path-group_status "[active/enabled]"
but [prio=0/100] is what ?
Regards
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP