- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: multipathing with sles10 and eva4400
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
08-15-2010 10:19 PM
08-15-2010 10:19 PM
multipathing with sles10 and eva4400
Does the procedure for multipathing change from OS to OS and Storage to Storage?
this system was given to me to manage from another team and i have no clue how they have done the multipathing. I have never done it before.
i tried to simulate it using iscsi on a vmware workstation but didnt get any success.
Any help as to how i should proceed appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2010 12:17 AM
08-16-2010 12:17 AM
Re: multipathing with sles10 and eva4400
if using multipath it would be not be very trouble some.
may be this can help
http://support.novell.com/techcenter/sdb/en/2005/04/sles_multipathing.html
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2010 12:44 AM
08-17-2010 12:44 AM
Re: multipathing with sles10 and eva4400
http://eval.symantec.com/mktginfo/enterprise/white_papers/ent-whitepaper_vsf_5.0_dynamic_multi-pathing_05-2007.en-us.pdf
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2010 04:15 AM
08-17-2010 04:15 AM
Re: multipathing with sles10 and eva4400
To see if DM multipath is running, use these commands:
# chkconfig boot.device-mapper
# chkconfig list boot.multipath
# chkconfig list multipathd
The above commands will return "on" if DM multipath is in use.
# multipath -l will show you the configured paths
For more information go to http://www.hp.com/go/devicemapper and download the latest HPDMMultipath kit for your distribution and review the included documentation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2010 09:37 PM
08-22-2010 09:37 PM
Re: multipathing with sles10 and eva4400
this is what i get if i run the above commands.
haad-oas4:~ # chkconfig --list | grep boot.device
haad-oas4:~ # chkconfig --list | grep device-mapper
haad-oas4:~ # chkconfig --list | grep boot.multipath
haad-oas4:~ # chkconfig --list | grep multipathd
multipathd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
haad-oas4:~ # man multipath
Reformatting multipath(8), please wait...
haad-oas4:~ # multipath -l
DM multipath kernel driver not loaded
does that mean that the the OS multipath is not used?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2010 03:10 AM
08-23-2010 03:10 AM
Re: multipathing with sles10 and eva4400
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2010 03:46 AM
08-23-2010 03:46 AM
Re: multipathing with sles10 and eva4400
thanks
Is there any way i can find out how its being done?