---
title: 客户端安装
description: "1. 使用PuTTY工具，以root用户登录服务器。"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpcindapp/instg-osc/kunpenglustre_005.html
sourcePath: /source/zh/kunpenghpcs/hpcindapp/instg-osc/kunpenglustre_005.html
indexId: f5ec00938723c5bd59ca3a94f445e4b8ee9a29f8b8e94c7a6d111fe1725cb94465
---
# 客户端安装

#### 操作步骤

1. 使用PuTTY工具，以root用户登录服务器。
2. 执行以下命令进入安装目录。

```
cd /root/rpmbuild/SOURCES/lustre-2.12.2
```


3. 执行以下命令安装相关客户端的RPM包。

```
rpm -ivh --nodeps kmod-lustre-client*.rpm lustre-client*.rpm lustre-iokit*.rpm
```
