Installation

This chapter explains the Service Chain Consensus Node (SCN) installation.

Linux Archive Distribution

The archive file for Service Chain Consensus Node has the following directory layout.

File NameFile Description

bin/kscn

SCN executable file

bin/kscnd

SCN start/termination script file

conf/kscnd.conf

SCN configuration file

The archive file for homi binary has the following directory layout.

File NameFile Description

bin/homi

HOMI executable file

Installation

The installation is the uncompression of the downloaded package.

$ tar zxf kscn-vX.X.X-XXXXX-amd64.tar.gz
$ tar zxf homi-vX.X.X-XXXXX-amd64.tar.gz

RPM Distribution (RHEL/CentOS/Fedora)

Installation

You can install the downloaded RPM file with the following yum command.

$ yum install kscnd-vX.X.X.el7.x86_64.rpm
$ yum install homi-vX.X.X.el7.x86_64.rpm

Installed Location

The Klaytn Linux package consists of the executable binary and the configuration file structured as follows.

File NameLocation

kscn

/usr/bin/kscn

kscnd.conf

/etc/kscnd/conf/kscnd.conf

homi

/usr/bin/homi

Last updated