码迷,mamicode.com
首页 > 其他好文 > 详细

ssh命令、ping命令、traceroute 命令所使用的协议

时间:2017-06-21 09:46:26      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:nec   for   命令使用   orm   toc   protocol   icmp   rip   地址   

在Node reboot or eviction: How to check if yourprivate interconnect CRS can transmit network heartbeats (文档 ID 1445075.1)中有这么一句话:

The script in here performs the network connectivity check usingssh.  
This check complements ping or traceroute since ssh uses TCP protocol 
while ping uses ICMP and traceroute in Linux/Unix uses UDP (traceroute on Windows use ICMP).

也就是说:

ssh命令使用TCP协议

ping命令使用ICMP协议

traceroute(Linux和Unix下)命令使用UDP协议

traceroute(Windows下)命令使用ICMP协议

这些命令在rac环境的私有网络检查中比較实用。比方在aix rac下,有个节点的crs服务起不来,检查发现:ping对方私网IP地址能通,可是traceroute 对方私网IP不通。于是就让网络管理员检查。等网络管理员修复网络后,该节点的crs服务就能顺利启动了。

ssh命令、ping命令、traceroute 命令所使用的协议

标签:nec   for   命令使用   orm   toc   protocol   icmp   rip   地址   

原文地址:http://www.cnblogs.com/llguanli/p/7057707.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!