-
停crs
-
crsctl stop crs
-
-
aix:
-
chdev -pl ent1 -a jumbo_frames=yes
-
chdev -pl en1 -a mtu=9000
linux:
-
查看mtu:ip l | grep bond_hb
-
及时生效:ifconfig bond_hb mtu 9000
-
永久生效:
-
cd /etc/sysconfig/network-scripts/
-
echo 'mtu=9000' >> ifcfg-bond_hb
-
-
测试命令:
-
traceroute -f node02-priv 9000
-
traceroute -f node02-priv 9001
-
ping -c 2 -m do -s 8972 node02-priv
-
ping -c 2 -m do -s 8973 node02-priv
启动crs
crsctl start crs
各平台ping测试
-
for oracle solaris, use: ping –d –s <ip> 8972
-
-
for linux, use: ping –m do –s 8972 <ip>
-
-
for microsoft windows server 2003 use: ping –f –l 8972 <ip>
-
-
in esx shell, use: vmkping –s 8972 <ip>
参考:2423930.1、2520148.1、2103317.1
阅读(144) | 评论(0) | 转发(0) |