You must start the Jena, IBM HTTP, Liberty server, and the LDAP server services on the
App node.
Procedure
-
Log in to the App node as root or sudo user.
-
Run the command to start IBM HTTP Server.
sudo docker exec -t IFEIHSNode bash -c '/opt/IBM/HTTPServer/bin/apachectl start'
-
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"'
-
Run the command to start the LDAP Server.
sudo docker exec -it IFELdapNode bash -c 'systemctl start slapd'