IBM Tivoli Storage FlashCopy Manager for VMware, Version 4.1

Starting and stopping services for Tivoli Storage FlashCopy Manager for VMware

You can start, stop, restart, and verify the status of the services that are started after the installation of Tivoli® Storage FlashCopy® Manager for VMware completes.

Procedure

  1. To add, start, and stop services, complete the following steps:
    • To add entries for the Tivoli Storage FlashCopy Manager for VMware daemons into /etc/inittab, enter the following command:
      ./setup.sh –a install_agents
    • To start the entries for the Tivoli Storage FlashCopy Manager for VMware daemons in /etc/inittab, enter the following command:
      ./setup.sh –a start
    • To stop the entries for the Tivoli Storage FlashCopy Manager for VMware daemons in /etc/inittab, enter the following command:
      ./setup.sh –a stop 
    • To remove the entries from /etc/inittab, enter the following command:
      ./setup.sh –a uninstall_agents
    The script stops the daemons and then removes the entries from the inittab file.
  2. To verify that the VMCLI daemon and WebSphere® Application Server service is running, complete the following steps:
    • To verify that the VMCLI daemon is running, enter the following command:
      /etc/init.d/vmcli status
    • To verify that the WebSphere Application Server service is running, enter the following command:
      /etc/init.d/webserver status
  3. To start, stop, and restart the VMCLI daemon complete the following steps:
    • To start the VMCLI daemon, enter the following command:
      /etc/init.d/vmcli start
    • To stop the VMCLI daemon, enter the following command:
      /etc/init.d/vmcli stop 
    • To restart the VMCLI daemon, enter the following command:
      /etc/init.d/vmcli restart
  4. To start, stop, and restart the WebSphere Application Server service complete the following steps:
    • To start the WebSphere Application Server service, enter the following command:
      /etc/init.d/webserver start
    • To stop the WebSphere Application Server service, enter the following command:
      /etc/init.d/webserver stop 
    • To restart the WebSphere Application Server service, enter the following command:
      /etc/init.d/webserver restart


Feedback