Starting services on the App node

You must start the Jena, IBM HTTP, Liberty server, and the LDAP server services on the App node.

Procedure

  1. Log in to the App node as root or sudo user.
  2. Run the command to start IBM HTTP Server.
    sudo docker exec -t IFEIHSNode bash -c '/opt/IBM/HTTPServer/bin/apachectl start' 
  3. Run the command to start the liberty server used by the IBM® IoT for Energy and Utilities framework_server.
    sudo docker exec -t IFEAppNode bash -c 'su - wlp -c "/opt/IBM/WebSphere/Liberty/bin/server start framework_server"'
  4. Run the command to start the LDAP Server.
    sudo docker exec -it IFELdapNode bash -c 'systemctl start slapd'