Kernel Server - Installation step by step

From PlcWiki

Revision as of 12:32, 9 July 2020 by Jon (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Basic system instalation

Same for CLEVER Kernel Server and CLEVER SQL Server. For more information see this page

Register on server sasmbosql

Set as FTP Server for Kick start clients installation

Install PMC

Install Sequence Controller

Temporary part. (This should, among other things, be done by RPM)

mkdir -p /usr/local/plc/var/webapps/SeqControl
chown -R tomcat.tomcat /usr/local/plc/var/webapps/
mkdir -p /usr/local/plc/log/SeqControl/
chown tomcat.tomcat /usr/local/plc/log/SeqControl/

Add role to /etc/tomcat/tomcat-users.xml for basic authentication

 <role rolename="SeqControl" description="Move cockpit(s) from a production to the stacks (suspend)"/>

Install CCT

CLEVER Config Tool. Provides cct commands and API for "CLEVER System" config files editing.

Install CCT-WEB basic

Basic web interface for "CLEVER System" config files editing.

Install CCT-WEB

Web interface for the "CLEVER System" configuration.

  • Get a suitable distribution bundle
  • Unpack the distribution bundle (*.tar) into a root directory
  • Check directory rights

For more information see this page.

Personal tools