![]() |
| サイトマップ | |
|
![]() |
Tecplot 360、Tecplot Focus、Tecplot ライセンスマネージャのアンインストール手順です。
※ 全ての手順でOS管理者権限が必要です。 |
※ 赤字箇所 は、キーボードから入力していただく箇所です。 |
※ ライセンスマネージャ (RLM) では Tecplot ライセンスのみ管理している事を前提としています。 |
> net stop teclmd
$ cd /Applications $ sudo rm -rf (Tecplotホームフォルダ)
$ defaults delete com.tecplot.Tecplot
$ cd /Library/Application\ Support/TecplotLM $ sudo ./setuplic +--------------------------------------------+ | | | | | LICENSE SETUP | | | | | +--------------------------------------------+ Choose license manager option: 1. Get HOSTID information 2. Display current license manager status and usage 3. Start the license manager 4. Kill the license manager [1]: 4 1. Kill only the teclmd ISV server. 2. Kill the server and all associated servers [2]: 2 (中略) Shutting down RLM - are you sure? [y/n]: y (中略) License manager successfully shut down.
$ cd /Library/StartupItems/ $ sudo rm -rf ./TecplotLM
$ cd /Library/Application\ Support/ $ sudo rm -rf ./TecplotLM
$ su - root # rm -rf (Tecplot ホームディレクトリ)
# User specific aliases and functions #export TEC_360_2011=/usr/local/tec360_2011 #export PATH=$TEC_360_2011/bin:$PATH
$ su - root # cd (RLM ホームディレクトリ) $./setuplic +--------------------------------------------+ | | | | | LICENSE SETUP | | | | | +--------------------------------------------+ Choose license manager option: 1. Get HOSTID information 2. Display current license manager status and usage 3. Start the license manager 4. Kill the license manager [1]: 4 1. Kill only the teclmd ISV server. 2. Kill the server and all associated servers [2]: 2 (中略) Shutting down RLM - are you sure? [y/n]: y (中略) License manager successfully shut down.
$ su - root # chkconfig TecplotLicenseManager off # cd /etc/init.d # rm -i ./TecplotLicenseManager
# rm -rf (RLM ホームディレクトリ)