제품: Zoo
요약: Mac용 Rhino에서 Zoo 라이선스 관리자 서버를 찾는 방법에 대해 안내합니다.
Rhino가 Zoo 서버에서 라이선스를 필요로 할 때, 다음 위치를 이 순서대로 찾아 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
안내: /Library (글로벌 라이브러리)와 /Users/[사용자_계정]/Library (사용자의 라이브러리)를 혼동하는 것은 흔한 실수입니다. 글로벌 라이브러리를 보고 있는지 반드시 확인하세요.
이 파일의 내용은 다음과 유사합니다:
<?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>