Failed to Connect the Remote Client During the fio Test
Problem Description
Item |
Information |
|---|---|
Source of the Problem |
Online maintenance |
Product |
Kunpeng BoostKit |
Sub-item |
SDS |
Service Scenario |
Debugging and running |
Component |
Other |
Output Time |
2019-10-28 |
Author |
Chen Xiaobo 00416232 |
Team |
Kunpeng BoostKit |
Review Result |
Review passed |
Review Date |
2019-11-05 |
Release Date |
2020-03-20 |
Keywords |
fio connection failed |
Symptom
During the fio test, the remote client cannot be connected. The message is as follows:
fio: connect: Connection refused fio: failed to connect to 192.168.3.132:8765
Key Process and Cause Analysis
The fio service on the remote client is not started.
Conclusion and Solution
- Run the ps -ef | grep fio command. It is found that the fio service on the remote client is not started.
- Start the fio service on the remote client.
fio --server
- Deliver the fio test command again.