
# 硬件架构检查
#### 功能
判断节点硬件架构IEF是否支持。
#### 语法
**edgectl check arch**
#### 参数说明
无
#### 使用示例
检查硬件架构：
```
edgectl check arch
```
示例执行结果：
```
The node architecture is x86_64 and supports installation of IEF software using x86_64.
+------------------------------------+
| System architecture check succeed. |
+------------------------------------+
```
回显中会显示节点的硬件架构，并提示IEF软件会以何种架构进行安装。
