製品:Zoo
要約:Rhino for Mac のZooライセンスマネージャーのサーバーの検出方法についての概要
RhinoがZooのサーバーからライセンスを必要とする場合、Rhinoは次の場所を以下の順序で検索してZooのサーバーの名前を指定します:
ネットワークノードとして実行している場合、Rhinoはまずこのフォルダの LicensesZooClient.Settings ファイルを参照して、Zooサーバーの名前を指定します。
/Library/Application Support/McNeel/Rhinoceros/7.0/License Manager
/Library/Application Support/McNeel/Rhinoceros/6.0/License Manager
/Library/Application Support/McNeel/Rhinoceros/License Manager
メモ: よくある間違いに、 /ライブラリ (グローバルライブラリ)を /ユーザー/[ユーザーアカウント]/ライブラリ (ユーザーのライブラリ)と混乱することが挙げられます。 グローバルライブラリ内を探すようにしてください。
このファイルの中身は次のようになっています:
<?xml version="1.0" encoding="utf-8"?> <!--Zoo client settings file writen by Rhino--> <ZooClient> <Software_McNeel_Rhinoceros_6.0_License_Manager Server="host name or IP address" /> </ZooClient>
メモ: Software_McNeel_Rhinoceros_6.0_License_Manager を使用します。
<?xml version="1.0" encoding="utf-8"?> <!--Zoo client settings file writen by Rhino--> <ZooClient> <Software_McNeel_Rhinoceros_6.0_License_Manager Server="host name or IP address" /> </ZooClient>
<?xml version="1.0" encoding="utf-8"?> <!--Zoo client settings file written by Rhino--> <ZooClient> <Software_McNeel_Rhinoceros_5.0_License_Manager Server="host name or IP address"/> </ZooClient>
設定ファイルを検索してもRhinoがZooサーバーの名前を特定できない場合、RhinoはDNSサーバーにデフォルトのZooサーバーを照合します。これは次のホスト名です:
__mcneel.__zoo5
例えば、会社のドメインが mcneel.com である場合、Zooサーバーの場所を指す __mcneel.__zoo5.mcneel.comというDNSエイリアスを追加できます。