close
vi /etc/multipath.conf
#add the followings:
multipaths{
multipath{
wwid 360000000000000000000000
alias my_disk1
}
multipath{
wwid 3600000000000000000000001
alias my_disk2
}
}
Reboot the machine to take effect.
Check the result:
dmsetup ls --target=multipath
multipath -ll
ll /dev/mapper
Make the Disk ownership Changed Permanently:
/etc/rc.local
>>
chown oracle:dba /dev/mapper/my_disk*
全站熱搜