---
title: 运行和验证
description: "1. 使用PuTTY工具，以root用户登录服务器。"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpcindapp/prtg-osc/kylin_kunpeng_galaxy_2201_02_0010.html
sourcePath: /source/zh/kunpenghpcs/hpcindapp/prtg-osc/kylin_kunpeng_galaxy_2201_02_0010.html
indexId: 210df7fefd8a0cd4149ed6666da66e6b7ae8ff1ec9d7bb6b3efe60a2be0f9e2080
---
# 运行和验证

#### 操作步骤

1. 使用PuTTY工具，以root用户登录服务器。
2. 执行以下命令，验证。

```
cd
/path/to/GALAXY/galaxy_install
sh run.sh
```


  结果回显包含以下数据，表明程序正常运行。

3. （可选）查看端口是否被占用。

```
netstat -tunlp | grep 8080
ps -aux | grep pid(此处pid是8080端口占用进程的pid)
```


  结果回显信息如下，表明程序正常运行。
