CA EEM에서 응용 프로그램의 등록을 취소하는 경우 CA EEM 서버에서 응용 프로그램과 함께 모든 관련 사용자 및 그룹을 삭제해야 합니다.
참고: 또한 CA EEM 인터페이스를 사용하여 이러한 작업을 수행할 수도 있습니다. 자세한 내용은 CA Embedded Entitlements Manager Getting Started Guide(CA Embedded Entitlements Manager 온라인 도움말), CA Embedded Entitlements Manager Online Help(CA Embedded Entitlements Manager 온라인 도움말), CA Embedded Entitlements Manager Programming Guide(CA Embedded Entitlements Manager 프로그래밍 안내서)를 참조하십시오.
다음 단계를 따르십시오.
참고: APM이라는 응용 프로그램과 해당 사용자 및 그룹의 등록을 취소하는 Safex 스크립트 코드는 <EM_Home>/examples/authentication 디렉터리에 위치한 eem.unregister.app.xml 샘플 파일을 참조하십시오.
예를 들면 C:\Program Files\CA\SharedComponents\iTechnology\Unregister_APM.xml과 같이 만들 수 있습니다.
<Safex>
<!-- Attach as global user -->
<Attach/>
<!-- unregister "APM" application -->
<UnRegister>
<ApplicationInstance name="APM" label="APM"/>
</UnRegister>
</Safex>
>safex.exe -h localhost -u EiamAdmin -p <password> -f <yourfilename>.xml
예를 들면 다음과 같습니다.
>safex.exe -h localhost -u EiamAdmin -p <password> -f Unregister_APM.xml
FIPS 모드의 CA EEM에서 APM 응용 프로그램을 등록 해제할 때는 이 명령을 실행하여 Safex 스크립트를 실행합니다.
>safex.exe -h localhost -u EiamAdmin -p <password> -f <yourfilename>.xml -fips
예를 들면 다음과 같습니다.
>safex.exe -h localhost -u EiamAdmin -p <password> -f Unregister_APM.xml -fips
등록이 취소된 APM 응용 프로그램은 삭제되어 나열되지 않습니다. 모든 관련 사용자 및 그룹도 삭제됩니다.
|
Copyright © 2013 CA.
All rights reserved.
|
|