FileNet P8 Content Engine, 버전 5.0.+              

storepasswords 명령

storepasswords 명령은 프로파일에 포함된 비밀번호가 공백일 경우 프롬프트를 표시하며, 암호화된 비밀번호를 파일에 저장합니다. 암호화된 비밀번호를 저장하는 기술은 FIPS 140-2와 호환되지 않을 수 있습니다. 이 명령은 프로파일에 포함된 단일 태스크 또는 모든 태스크에 대해 실행할 수 있습니다. 명령 이름은 대소문자를 구분하지 않습니다.

storepasswords 명령 구문

다음 구문은 명령을 알아보기 쉽도록 줄 바꿈을 사용하고 있습니다. 명령 및 옵션을 입력할 때는 줄 바꿈 없이 한 줄로 입력하십시오.

팁: storepasswords 명령이 디스크의 구성 파일에 비밀번호를 저장하도록 프롬프트를 표시하는 경우, 또는 아니오(y 또는 n 대신)로 응답해야 합니다.
configmgr_cl storepasswords [-task task_type | -taskfile task_file_name]
 -profile myprofile [-help]

storepasswords 명령 매개변수

-task task_type
-task task_type 매개변수는 비밀번호를 암호화할 태스크를 지정합니다. 모든 태스크의 비밀번호를 저장하거나 -taskfile task_file_name 매개변수를 지정하는 경우에는 -task task_type 매개변수를 생략해도 됩니다. task_name 값은 대소문자를 구분하지 않습니다. 다음 표에는 유효한 태스크 이름, 그와 연관된 구성 XML 파일, 해당 태스크의 영향을 받는 Content Engine 설정에 대한 설명이 나열되어 있습니다.
표 1. task_type 값
옵션 구성 파일 설명
생략

applicationserver.xml

configurebootstrap.xml

configurebootstrap.n.xml

configurejdbcgcd.xml

configurejdbcos.xml

configurejdbcos.n.xml

configureldap.xml

configureldap.n.xml

deployapplication.xml

(n은 정수이며 2부터 시작함)

-task task_type 매개변수와 -taskfile task_file_name 매개변수를 생략할 경우 프로파일에 포함된 모든 구성 XML 파일에 대해 비밀번호 입력 프롬프트가 표시됩니다. 각 비밀번호는 XML 파일에 추가되기 전에 암호화됩니다.
configurebootstrap

configurebootstrap.xml

configurebootstrapn.xml(n은 정수이며 2부터 시작함)

글로벌 구성 데이터를 작성하고 Content Engine을 시작할 때 사용되는 BootstrapPassword 특성의 비밀번호를 암호화합니다.

configurebootstrap.n.xml 파일이 여러 개인 경우 각 태스크 파일에 대해 명령을 실행하십시오.

configurejdbcgcd

configurejdbcgcd.xml

Content Engine에서 GCD 데이터베이스에 액세스할 때 사용하는 DatabasePassword 특성의 비밀번호를 암호화합니다.

configurejdbcos

configurejdbcos.xml

configurejdbcos.n.xml(n은 정수이며 2부터 시작함)

Content Engine에서 오브젝트 저장소 데이터베이스에 액세스할 때 사용하는 DatabasePassword 특성의 비밀번호를 암호화합니다.

configurejdbcos.n.xml 파일이 여러 개인 경우 각 태스크 파일에 대해 명령을 실행하십시오.

configureldap

configureldap.xml

configureldap.n.xml(n은 정수이며 2부터 시작함)

Content Engine에서 Content Engine 사용자를 인증하기 위해 디렉토리 서버에 연결할 때 사용하는 LDAPBindPassword 특성의 비밀번호를 암호화합니다.

(WebSphere® Application Server 또는 Oracle WebLogic Server만 해당) configureldap.n.xml 파일이 여러 개인 경우 각 태스크 파일에 대해 명령을 실행하십시오.

-taskfile task_file_name
-taskfile task_file_name 매개변수는 사용할 구성 XML 파일을 지정합니다.

task_type에 대한 태스크 파일이 하나뿐인 경우 -taskfile task_file_name 매개변수는 선택사항입니다.

task_type에 대한 태스크 파일이 두 개 이상인 경우 반드시 -taskfile task_file_name 매개변수를 지정해야 합니다. -taskfile task_file_name 매개변수를 지정할 때는 -task task_type 매개변수를 생략해도 됩니다.

-profile myprofile
-profile myprofile 매개변수는 사용할 프로파일을 지정합니다. myprofile 값은 다음 중 하나로 지정할 수 있습니다.
  • 프로파일 이름(예: ce_was_tiv_db2). 프로파일은 ce_install_path/tools/configure/profiles 디렉토리에 있어야 합니다. 여기서, ce_install_pathContent Engine 소프트웨어가 설치된 위치입니다.
  • 프로파일 디렉토리에 대한 절대 경로는 "C:\Program Files\IBM\FileNet\ContentEngine\tools\configure\profiles\ce_was_tiv_db2" 또는 opt/IBM/FileNet/ContentEngine/tools/configure/profiles/ce_was_tiv_db2와 같습니다.
  • 프로파일 입력 파일의 절대 경로는 "C:\Program Files\IBM\FileNet\ContentEngine\tools\configure\profiles\ce_was_tiv_db2\ce_was_tiv_db2.cfg" 또는 opt/IBM/FileNet/ContentEngine/tools/configure/profiles/ce_was_tiv_db2/ce_was_tiv_db2.cfg와 같습니다.
알아두기: 경로에 포함된 디렉토리 이름에 공백이 있는 경우, 경로 전체를 따옴표로 묶으십시오. 예를 들어 "C:\Program Files\IBM\FileNet\ContentEngine\tools\configure\profiles\ce_was_tiv_db2\ce_was_tiv_db2.cfg"와 같이 입력하십시오.

storepasswords 명령 예제

프로파일에 대한 모든 비밀번호를 암호화하여 저장합니다.
다음 명령은 wstdb2jdbc_one 프로파일에 포함된 모든 공백 항목에 대한 비밀번호를 암호화하여 저장합니다.
configmgr_cl storepasswords -profile wstdb2jdbc_one
configurejdbcos 태스크가 여러 개인 프로파일에서 특정 configurejdbcos 태스크의 비밀번호를 암호화하여 저장합니다.
다음 명령은 wstdb2jdbc_many 프로파일의 configurejdbcos.2.xml 파일에 있는 모든 공백 항목에 대한 비밀번호를 암호화하여 저장합니다.
configmgr_cl storepasswords -taskfile configurejdbcos.2.xml 
-profile wstdb2jdbc_many
storepasswords 명령에 대한 도움말을 표시합니다.
다음 명령은 storepasswords 명령에 대한 도움말을 표시합니다.
configmgr_cl storepasswords -help


피드백

마지막 업데이트 날짜: 2010년 11월


© Copyright IBM Corp. 2010.
이 Information Center는 Eclipse 기술로 구현됩니다. (http://www.eclipse.org)