Linux Agent Install
Prerequisite Tasks for Installing Kuipernet
A port of a domain should be open for correct connection before installing Kuipernet. Please open 17099~17100 Port of `h.kuipernet.com` domain.
1. Check the supported OS.
Product family of Kuipernet supports OSes that is compatible with Jre7 and above.
You need to check whether the OS where you would like to install our product is supported by Jre7 .
2. Check the information of Linux OS Bit.
root@Ast:~# getconf LONG_BIT
64
3. Download client installation file by entering a command
Download in case of 32bit OS
root@Ast:~# wget http://www.kuipernet.com/rpm/kpnclient-linu x-32.tar
Download in case of 64bit OS
root@Ast:~# wget http://www.kuipernet.com/rpm/kpnclient-linu x-64.tar
4. Decompress client files downloaded.
32bit
root@Ast:~# tar -xvf kpnclient-linux-32.tar
64bit
root@Ast:~# tar -xvf kpnclient-linux-64.tar
5. Set the execute permission of decompressed files.
32bit
root@Ast:~# chmod 755 kpnclient-linux-32.bin
64bit
root@Ast:~# chmod 755 kpnclient-linux-64.bin
6. Proceed the installation by using command.
32bit
root@Ast:~# ./kpnclient-linux-32.bin install complete kpnclient
64bit
root@Ast:~# ./kpnclient-linux-64.bin install complete kpnclient
7. Check the installation
root@Ast:~# cd /home/kpcclient
root@Ast:~# ls -ltr
total 32
drwxr-xr-x. 2 root root 4096 2016-09-09 16:17 config
drwxr-xr-x. 3 root root 4096 2016-09-09 16:17 jdk1.7.0_51
drwxr-xr-x. 3 root root 4096 2016-09-09 16:17 lib
drwxr-xr-x. 3 root root 4096 2016-11-07 14:55 tmp
drwxr-xr-x. 5 root root 4096 2017-01-24 18:10 db
drwxr-xr-x. 2 root root 4096 2017-03-17 12:35 conf
drwxr-xr-x. 2 root root 4096 2017-03-17 12:35 logs
drwxr-xr-x. 2 root root 4096 2017-03-17 12:35 bin
8. Download license.
- Download by clicking the button "license download" or "copy license"
- Download license
9. Register license.
- Upload the license downloaded on the path below.
/home/kpnclient/conf
10. Execute agent
root@Ast:~# cd /home/kpnclient/bin
root@Ast:~# ./kpn start
Starting kpnclient...
Waiting for kpnclient.............
running: PID:3082
- if PID value has a normal output, that means it is properly working
11. Command agent to stop/reoperate
root@Ast:~#./kpn stop
Stopping kpnclient...
Stopped kpnclient.
root@Ast:~#./kpn restart
Stopping kpnclient...
Stopped kpnclient.
Starting kpnclient...
Waiting for kpnclient........
running: PID:4231