Rebooting the server

Reboot the server to ensure all the Tivoli® Netcool® Performance Manager processes start automatically and correctly.

Before you begin

Before you reboot a server, stop all processes by running the command as user virtuo:

$ sap stop -f

About this task

Run the commands to reboot the server.

Procedure

  1. To reboot the server, run the commands as user root on each of the Tivoli Netcool Performance Manager servers:
    • # shutdown -Fr
    • # /usr/sbin/shutdown -i6 -g0 -y
    • # shutdown -r now
    Important: Distributed systems only. In a distributed system, you must reboot the Tivoli Netcool Performance Manager servers in the following order: database server, directory server, application server, and loader servers.
  2. Disable the firewall by using these commands:

    Determine if the firewall is enabled.

    For RHEL 7.x:
    • Checking status:
      systemctl status firewalld
    • Stopping the firewall:
      service firewalld stop
    • Starting the firewall:
      service firewalld start