ECS: How to determine a node model number
摘要: How to determine a node model number.
本文适用于
本文不适用于
本文并非针对某种特定的产品。
本文并非包含所有产品版本。
说明
How to determine the model of nodes used in an ECS.
For a single node ssh into the node and issue the following command:
# dmidecode --type 3 | grep -i version
For multiple nodes, the viprexec command can be used to issue the command to all nodes in the ECS. If a node is offline, the model of the node can be assumed to be the same as the other nodes in the chassis. The ECS chassis has four server nodes per chassis:
# viprexec 'dmidecode --type 3 | grep -i version' Output from host : 192.168.219.1 Version: 105-000-345-02 Output from host : 192.168.219.2 Version: 105-000-345-02 Output from host : 192.168.219.3 Version: 105-000-345-02 Output from host : 192.168.219.4 Version: 105-000-345-02
受影响的产品
ECS Appliance产品
ECS Appliance文章属性
文章编号: 000014926
文章类型: How To
上次修改时间: 22 4月 2025
版本: 4
从其他戴尔用户那里查找问题的答案
支持服务
检查您的设备是否在支持服务涵盖的范围内。