OCI(Gen 2) 환경의 경우 Oracle Enterprise Performance Management Cloud에 액세스할 수 있는 IP 주소와 CIDR(Classless Inter-Domain Routings)의 허용 목록을 구성합니다. 이 명령은 IPv4 주소 및 CIDR을 추가하거나 제거합니다.
이 명령은 OCI(Gen2)에서 호스트된 EPM Cloud 환경의 허용 목록을 구성하는 셀프 서비스 방법을 제공합니다.
Note:
적용 대상
Planning, Planning Modules, FreeForm, Financial Consolidation and Close, Tax Reporting, Account Reconciliation, Profitability and Cost Management, Enterprise Profitability and Cost Management, Oracle Enterprise Data Management Cloud, Narrative Reporting, Sales Planning 및 Strategic Workforce Planning.필수 역할
서비스 관리자사용법
epmAutomate setIPAllowlist add|remove FILE_NAME.txt
설명:
add
는 텍스트 파일에 나열된 IP 주소와 CIDR을 허용 목록에 추가합니다.remove
는 텍스트 파일에 나열된 IP 주소와 CIDR을 허용 목록에서 삭제합니다.FILE_NAME
은 허용 목록에 추가하거나 제거할 IP 주소와 CIDR을 나열하는 텍스트 파일의 이름입니다. 파일의 각 항목이 라인 바꿈 문자로 구분되어야 합니다. 이 파일을 환경에 업로드하려면 uploadFile 명령을 사용합니다. 파일의 각 행은 IPv4 주소 또는 다음 형식의 CIDR이어야 합니다.
xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx/n
Note:
remove
옵션을 사용하여 이 명령을 실행합니다.
epmAutomate getIPAllowlist > myRemoveList.txt epmAutomate uploadFile myRemoveList.txt epmAutomate setIPAllowlist remove myRemoveList.txt
예
epmAutomate setIPAllowlist add myAddList.txt
epmAutomate setIPAllowlist remove myRemoveList1.txt