1、查看服务器上HBA卡的wwn: cat /sys/class/fc_host/host1/port_name 2、在服务器上扫盘: echo "- - -" > /sys...
IP属地:北京
1、查看服务器上HBA卡的wwn: cat /sys/class/fc_host/host1/port_name 2、在服务器上扫盘: echo "- - -" > /sys...
1、如果硬盘大于2T,需要使用parted命令进行分区: parted /dev/nvme1n1(parted) mklabel gpt(parted) mkpart nvm...
系统环境 系统环境:OpenPOWER服务器+RHEL7.5 for ppc64le版本 配置yum源 由于是红帽商业系统,先给系统配置一个centos7u5的源,如下: [...