Strage
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
* 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)
終了行:
* 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)
ページ名: