Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Use vmkping network troubleshooting commands for linux

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Editor to share with you the use of linux vmkping network troubleshooting commands, I believe that most people do not know much, so share this article for you to learn, I hope you will learn a lot after reading this article, let's go to learn the method!

Vmkping is a specific version of VMware's Ping command. It uses IP VMkernel to Ping the VMkernel port of another ESX host, which means you can send ping packets over the vMotion network instead of the management network. This command helps solve VMotion and network storage problems.

Syntax format: vmkping [parameters] [address]

Common parameters:

Reference example

Send an ICMP request to 10.10.10.1 through the vmkl interface:

[root@linuxcool] # vmkping-I vmk1 10.10.10.1

Confirm network connectivity between the ESXi host and a specific IP:

[root@linuxcool] # vmkping-I vmk1 10.10.10.1

Test whether port 3260 of 10.10.10.10 can be accessed:

[root@linuxcool] # vmkping-I vmk1 nc-z 10.10.10.10 3260

Set an interval of 3 seconds to send a vmkping packet:

[root@linuxcool] # vmkping-I 3-I vmk1 10.10.10.1

Show help:

[root@linuxcool ~] # vmkping-h is all the contents of the vmkping network troubleshooting command using linux. Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report