- Community Home
- >
- HPE Community, China
- >
- 服务器
- >
- 工业标准服务器
- >
- Multipathing Overview for XenServer
类别
Company
Local Language
论坛
讨论平台
论坛
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
讨论平台
讨论平台
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
论坛
博客
- 将帖子标记为未读
- 加注书签
- 订阅
- 禁止
- 订阅此主题的 RSS 提要
- 高亮显示此帖
- 打印此帖
- 报告不当内容
修改时间 12-01-2014 08:44 PM
修改时间 12-01-2014 08:44 PM
Multipathing Overview for XenServer
This article provides a general overview of multipathing on Citrix XenServer 5.0.
ContentsAdvanced multipath configuration
iSCSI testing and troubleshooting commands
Fibre Channel (FC) testing and troubleshooting commands
Basic Multipath ConfigurationThere are three cases for multipathing implementation:
- You do not have existing Storage Repositories (SRs), you only have local SRs
- You have existing SRs on the host running in single path
- You have existing SRs and you upgraded from Xen Server 4.1 to 5.0
In XenCenter, select Enter Maintenance Mode on the server, as displayed in the following screen shot:
Enable multipathing. To do so, open the server's Properties page, select the Multipathing tab, and select Enable multipathing on this server.
Exit Maintenance mode.
Repeat Steps 1, 2, and 3 on each XenServer in the pool.
- Now you can create new SRs. New SRs should go over multiple paths automatically.
CLI Instructions
Run the following command to set the host's other-config:multipathing parameter:
# xe host-param-set other-config:multipathing=true uuid=host_uuidSet the host's other-config:multipathhandle parameter to dmp:
# xe host-param-set other-config:multipathhandle=dmp uuid=host_uuidRepeat Steps 1 and 2 on each server in the pool.
Now you can create new SRs. New SRs should go over multiple paths automatically.
You have existing SRs on the host running in a single path:
GUI Instructions
Stop all Virtual Machines running out of the SRs.
Unplug the Physical Block Devices (PBDs) related to such SRs for safety purposes.
Find the PBD related to particular storage:
# xe sr-list uuid=<sr-uuid> params=allUnplug the PBD:
# xe pbd-unplug uuid=<pbd_uuid>Enter Maintenance mode on the server.
Enable multipathing.
Exit the Maintenance mode.
Repeat Steps 5, 6, and 7 on each server in the pool.
Repair the storage.
CLI Instructions
Stop all Virtual Machines running out of the SRs.
Unplug the PBDs related to such SRs for safety purposes.
Find the PBD related to particular storage:
# xe sr-list uuid=<sr-uuid> params=allUnplug the PBD:
# xe pbd-unplug uuid=<pbd_uuid>Set the host's other-config:multipathing parameter:
# xe host-param-set other-config:multipathing=true uuid=host_uuidSet the host's other-config:multipathhandle parameter to dmp:
# xe host-param-set other-config:multipathhandle=dmp uuid=host_uuidRepeat steps 5 and 6 on each server in the pool.
Plug the PBD in:
# xe pbd-plug uuid=<pbd_uuid>
After upgrading XenServer to version 5.0, you might notice that your Fibre Channel (FC) storage (type=lvmohba) is broken and you are unable to repair it.
Complete the following procedure to fix this issue:
Take note of the Logical Unit Number (LUN) ID related to the particular SR that you want to fix.
# xe sr-list uuid=<sr-uuid> params=all
(this will display your PBD Universally Unique Identifier (UUID))
# xe pbd-list uuid=<pbd-uuid_from_previous_command> params=all
Note the device-config parameter that includes the SCSI ID.
(device-config (MRO): device: /dev/mapper/360a9800050334c66435a4c3046675242)Using the GUI, detach the storage repository, as displayed in the following screen shot:
Reattach the storage repository.
The wizard might offer you many LUNs to reattach. Choose the one with appropriate SCSI ID that you gathered in Step 1.
Click Yes to reattach the SR.
Repeat Steps 1, 2, and 3 for every FC storage that is broken after the upgrade.
Note: If you do not see the storage properly attached, run the following command:
# xe-toolstack-restart
Or
Disconnect and reconnect the pool in XenCenter.Select Enter Maintenance mode on the server.
Enable multipathing.
Exit Maintenance mode.
Repeat Steps 7, 8, and 9 on each server in the pool.
You should be able to see the storage attached with multiple paths in XenCenter.
You must edit the /etc/multipath-enable.conf file on each XenServer host in the pool. The file must be the same across the pool.