Running and Verification
Procedure
- Use PuTTY to log in to the server as the root user.
- Verify ELK.
elk --version
Information similar to the following is displayed:
[root@localhost elk-8.4.30]# elk --version Elk code version 8.4.30 started Error(readinput): error opening elk.in
- Execute the 31 test cases provided by the software.
cd /path/to/elk/elk-8.4.30/ make test
Information similar to the following is displayed:

The 29th test fails, as shown in the following figure:

Go to the 29th test file and run the ELK test again.
cd tests/test_029 elk

Parent topic: ELK 8.4.30 Porting Guide (Kylin V10)