[root@localhost ~]# hostnamectl set-hostname "head.cix.vscaler.cloud" --static
[root@head ~]# hostname -f
head.cix.vscaler.cloud
DEVICE=ib0
BOOTPROTO=static
IPADDR=172.20.0.1
NETMASK=255.255.0.0
ONBOOT=yes
[root@head ~]# yum -y install ibutils infiniband-diags
[root@head ~]# systemctl stop NetworkManager
[root@head ~]# systemctl disable NetworkManager
[root@head ~]# yum -y install opensm
[root@head ~]# systemctl start opensm
[root@head ~]# systemctl enable opensm
[root@head ~]# ibstat
CA 'mthca0'
CA type: MT25204
Number of ports: 1
Firmware version: 1.2.0
Hardware version: a0
Node GUID: 0x0030487f354a0000
System image GUID: 0x0030487f354a0003
Port 1:
State: Initializing
Physical state: LinkUp
Rate: 20
Base lid: 0
LMC: 0
SM lid: 0
Capability mask: 0x02590a68
Port GUID: 0x0030487f354a0001
Link layer: InfiniBand
[root@head ~]# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
172.18.0.1 controller head