Tecplot init script
JP Renaud | September 27 2006I got fed up of forgetting to start the Tecplot license manager on my laptop (laptops are rebooted more often that desktop computers usually) so I decided to write an init script to have it done automatically. As my laptop runs Kubuntu, it’s a debian style init script. You can download it from here, put it into “/etc/init.d/” and make it executable. The syntax is very simple and self explanatory:
sudo /etc/init.d/tecplotlm start
sudo /etc/init.d/tecplotlm stop
sudo /etc/init.d/tecplotlm restart
You might want to customize the location of the Tecplot directory before using it. I cannot remember if /usr/local/tec360 is the default or not…
After having tested the script and making sure it works, you can add it to the relevant runlevel to have it started at boot. On (K)ubuntu (and probably other debian derivatives), just issue:
sudo update-rc.d tecplotlm defaults
Et voilà.
I am very new to writing things like this so the script can probably be improved. However, I believe that it is better that the hack-ish solution described in the Tecplot 360 Installation guide…









