#author("2025-04-15T02:45:03+00:00","default:iseki","iseki") * Strage [#p7f936c2] ** RAID [#ge8dd9d4] *** [[mdadm]] [#f39ca8e0] - - ソフトウエアRAIDの制御コマンド ** Fiber Channel [#t0d1f5e8] *** Multipath [#o19365ed] **** HPE MSA [#n3299ea5] yum install fcoe-utils yum install fctxpd /sbin/mpathconf --enable reboot multipath -ll lsblk ls -l /dev/mapper/mpath* ** NFS [#y9c15a3c] *** Rocky [#l5371a6e] yum install nfs-utils systemctl stop firewalld systemctl disable firewalld systemctl start nfs-server systemctl enable nfs-server vi /etc/exports exportfs -rav (r: reexport) - /etc/exports /fc/vol_a 202.26.150.65(rw,async,no_root_squash) /fc/vol_b 202.26.150.65(rw,async,no_root_squash)