I am not sure it it will help here but could you try this: 1. rename the exisiting multipath.conf to something (say multipath.conf.org) 2. create a new /etc/multipath.conf (blank file, do not copy it from other multipath.conf.* files) 3. Copy the following content into it: defaults { user_friendly_names yes selector "round-robin 0" } devnode_blacklist { wwid 3600508e000000000ed7fb52911133c06 devnode "^(ram|raw|loop|fd|md|sr|scd|st)[0-9]*" devnode "^hd[a-z]" } 4. reboot 5. lsmod | grep dm (it must show dm-multipath loaded) 6. run multipath -ll We had a similar issue where the multipath.conf file won't be read whatever you do, bu it went away after creating a new file (instead of copying). Though weird, worth giving it a try. Regards, Pradipmaya. On Jan 17, 2008 1:37 PM, Nath, Varun <varun.nath@xxxxxxx> wrote: > Default boot level is 3 > > [root@x ~]# chkconfig multipathd --list > multipathd 0:off 1:off 2:on 3:on 4:on 5:on 6:off > [root@x ~]# who -r > run-level 3 Jan 17 15:04 last=S > [root@ausb3ndadbp02 ~]# > > -----Original Message----- > From: dm-devel-bounces@xxxxxxxxxx [mailto:dm-devel-bounces@xxxxxxxxxx] > On Behalf Of Chandra Seetharaman > Sent: Thursday, January 17, 2008 3:34 PM > To: device-mapper development > Subject: RE: Need Help > > > On Thu, 2008-01-17 at 15:10 -0600, Nath, Varun wrote: > > This is what is happening as soon as the system comes up. > > > > There are no multipathing devices created. Once I run the multipath > > command only then the /dev/mpath/mpath# devices get created. It looks > > like I am missing some thing when the system boots up. The system has > > the multipathd start up script in /etc/rc3.d. > > What does "chkconfig --list multipathd" show ? > > And what is default level you boot to (i.e what is initdefault > in /etc/inittab) ? > > > > > Any suggestions? > > > > <snip> > > -- > > ---------------------------------------------------------------------- > Chandra Seetharaman | Be careful what you choose.... > - sekharan@xxxxxxxxxx | .......you may get it. > ---------------------------------------------------------------------- > > > -- > dm-devel mailing list > dm-devel@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/dm-devel > > > > > > -- > dm-devel mailing list > dm-devel@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/dm-devel > -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel