Startup

  • Run the commands below to start LiCO :

    If the management node has to provide web service, start nginx.
    $ sudo systemctl start nginx
    $ sudo systemctl enable nginx
    
    If the login node has to provide web service, start nginx.
    $ sudo psh login systemctl start nginx
    $ sudo psh login systemctl enable nginx
    
    Startup LiCO-related services
    $ sudo systemctl start lico-ganglia-mond
    $ sudo systemctl start lico-confluent-mond
    
    Starting LiCO
    $ sudo systemctl start lico
    
    After LICO starts, delete the file lico_env.local
    $ sudo rm -rf /root/lico_env.local
    

    After the LiCO service is started, you can access LiCO through web browser, open the link https://<ip of login node>:<port>/ (port is what you set in /etc/nginx/conf.d/https.conf (refer to: lico-portal)) in the web browser. If the installation is correct, you will see the LiCO login page. You can use the LDAP account (refer to: Initializing Users ) to log into LiCO.