Install > Post-installation tasks > Start, stop, and check service status

Start, stop, and check service status

You can start, stop, restart, or check HPE ITOC services manually on RHEL 6 or RHEL 7 using the following commands:

Use optional commands on RHEL 6 and RHEL 7

  • On RHEL 6, use the service command:

    service <itoc | portal> <start | stop | status | restart>

    The following example shows how to start HPE ITOCmanually on RHEL 6:

    service itoc start

  • On RHEL 7, use the systemctl command:

    systemctl <start | stop | status | restart> <itoc | portal>

    The following example shows how to start HPE ITOC manually on RHEL 7:

    systemctl start itoc

    After you perform these steps, wait a few minutes for all services to start.

Use HPE ITOC scripts on RHEL 6 and RHEL 7

HPE ITOC services can be configured manually using the following HPE ITOC script:

$<itoc_install_directory>/scripts <itoc | portal> <start | stop | status | restart>