How to automatically start Octane on Linux after reboot

  • KM03513842
  • 03-Sep-2019
  • 09-Oct-2019

Summary

How to automatically start Octane on Linux after reboot

Question

How to automatically start Octane on Linux after reboot

Answer

1) Open a shell and type: chmod +x /opt/octane/wrapper/HPALM
2) Open the file for editing: /etc/rc.d/rc.local
3) The following line should be present...

touch /var/lock/subsys/local

4) Add the following line beneath the line above...

/opt/octane/wrapper/HPALM start

Note: the path to the "HPALM" binary might be different depending on the Octane installation and/or version

5) Save the file "rc.local"

Octane should now start automatically after server reboot