Managing Multipath I/O for Devices
55
no
vd
ocx
(e
n)
7 Ja
nua
ry 201
0
If you configure partitions for a device, DM-MP automatically recognizes the partitions and
indicates them by appending p1 to p
n
to the device’s ID, such as
/dev/disk/by-id/
26353900f02796769p1
To partition multipathed devices, you must disable the DM-MP service, partition the normal device
node (such as
/dev/sdc
), then reboot to allow the DM-MP service to see the new partitions.
5.4.3 Configuring the Server for Multipathing
The system must be manually configured to automatically load the device drivers for the controllers
to which the multipath I/O devices are connected within the
INITRD
. Therefore add the needed
driver module to the variable INITRD_MODULES in the file
/etc/sysconfig/kernel
.
For example, if your system contains a RAID controller accessed by the
cciss
driver and
multipathed devices connected to a QLogic* controller accessed by the driver qla2xxx, this entry
would look like:
INITRD_MODULES="cciss"
Because the QLogic driver is not automatically loaded on start-up, add it here:
INITRD_MODULES="cciss qla23xx"
After having changed
/etc/sysconfig/kernel
, you must re-create the
INITRD
on your system
with the command
mkinitrd
, then reboot in order for the changes to take effect.
When you are using LILO as a boot manager, reinstall it with the command
/sbin/lilo
. No further
action is required if you are using GRUB.
5.4.4 Adding multipathd to the Boot Sequence
Use either of the methods in this section to add multipath I/O services (
multipathd
) to the boot
sequence.
“YaST” on page 55
“Command Line” on page 55
YaST
1
In YaST, click
System
>
System Services (Runlevel)
>
Simple Mode
.
2
Select
multipathd
, then click
Enable
.
3
Click
OK
to acknowledge the service startup message.
4
Click
Finish
, then click
Yes
.
The changes do not take affect until the server is restarted.
Command Line
1
Open a terminal console, then log in as the
root
user or equivalent.
2
At the terminal console prompt, enter
insserv multipathd
Содержание LINUX ENTERPRISE SERVER 10 SP3 - ARCHITECTURE-SPECIFIC
Страница 4: ...4 SLES 10 SP3 Storage Administration Guide novdocx en 7 January 2010...
Страница 30: ...30 SLES 10 SP3 Storage Administration Guide novdocx en 7 January 2010...
Страница 42: ...42 SLES 10 SP3 Storage Administration Guide novdocx en 7 January 2010...
Страница 76: ...76 SLES 10 SP3 Storage Administration Guide novdocx en 7 January 2010...
Страница 108: ...108 SLES 10 SP3 Storage Administration Guide novdocx en 7 January 2010...
Страница 118: ...118 SLES 10 SP3 Storage Administration Guide novdocx en 7 January 2010...
Страница 124: ...124 SLES 10 SP3 Storage Administration Guide novdocx en 7 January 2010...
Страница 132: ...132 SLES 10 SP3 Storage Administration Guide novdocx en 7 January 2010...