storepasswords 명령은 프로파일에서 비어 있는 비밀번호를
입력하도록 프롬프트를 표시하고 파일에 암호화된 비밀번호를
저장합니다. 암호화된 비밀번호를 저장하면 FIPS 140-2를 준수할 수 없습니다.
프로파일에서 단일 태스크 또는 모든 태스크에 대한 명령을
실행할 수 있습니다. 명령 이름은 대소문자를 구분하지 않습니다.
storePasswords 명령 구문
다음
구문에는 읽기를 위한 명령을 형식화하는 줄 바꿈이 있습니다.
줄 바꿈 없이 하나의 행에 명령 및 옵션을 입력하십시오.
팁: storePasswords 명령이 디스크의 구성
파일에 비밀번호를 저장할지 묻는 프롬프트를 표시하는 경우,
예 또는 아니오(y
또는 n 대신)로 응답해야 합니다. storePasswords
명령을 실행한 후 Configuration Manager 의 GUI 버전에서
구성 XML을 열면 비밀번호가 점으로
표시됩니다.
configmgr_cl.exe storePasswords [-task task_type
| -taskfile task_file_name] -profile
myprofile [-debug] [-help]
storePasswords 명령 매개변수
- -task task_type
- -task task_type 매개변수가
비밀번호를 암호화하는 특정 태스크를 지정합니다. 모든 태스크의
비밀번호를 저장하려 하거나 -taskfile task_file_name
매개변수를 지정하는 경우 -task task_type 매개변수를
생략할 수 있습니다.
태스크 입력 이름은 listTasks 명령에 의해 보고됩니다.
- -taskfile task_file_name
- -taskfile task_file_name 매개변수는
사용할 구성 XML 파일을 지정합니다. task_file_name 값은 대소문자를
구분하지 않습니다. 태스크 파일 이름은 listTasks 명령에 의해 보고됩니다.
- -task 또는 -taskfile을 사용하여 암호화된 비밀번호를 추가할 태스크를 지정하십시오.
-task 또는 -taskfile이
지정되지 않으면, 명령이 프로파일에서 모든 태스크에 비밀번호를 추가하도록
프롬프트를 표시합니다.
- -profile myprofile
- -profile myprofile 매개변수가
사용할 프로파일을 지정합니다. myprofile 값은 다음
항목 중 하나입니다.
- 파일 이름(예: WebApplicationDeploymentFile)입니다.
프로파일은 ier_install_path\EnterpriseRecords\configure\profiles 디렉토리에 있어야 합니다.
여기서 ier_install_path는 IBM® Enterprise
Records 소프트웨어가 설치된 위치입니다.
- 프로파일 디렉토리에 대한 절대 경로의 예는 다음과 같습니다.
"C:\Program Files\IBM\EnterpriseRecords\configure\profiles
\WebApplicationDeploymentFile"
또는opt/IBM/EnterpriseRecords/configure/profiles/WebApplicationDeploymentFile
- 또는 ..\profiles 폴더에 대한 상대 경로입니다.
중요사항: 경로에 공간이 있는 디렉토리 이름이 있는 경우, 전체 경로를 따옴표로 묶으십시오(예: "C:\Program Files\IBM\EnterpriseRecords\configure\profiles\WebApplicationDeploymentFile").
- -debug
- -debug 매개변수를 사용하면 명령에 대한
로깅이 가능합니다.
제한사항: 이 매개변수는
HP-UX 설치에서 사용할 수 없습니다.
- -help
- -help는 명령 도움말을 표시합니다.
storePasswords 명령 예제
- 프로파일의 모든 비밀번호를 암호화하여 저장합니다.
- 다음 명령은 WebApplicationDeploymentFile 프로파일에
빈 항목에 대한 비밀번호를 암호화하여 저장합니다.
configmgr_cl.exe storePasswords -profile WebApplicationDeploymentFile
- 프로파일에서 특정 configurewepsphereapplicationserver 태스크의 비밀번호를
암호화하여 저장합니다.
- 다음 명령은 WSWebApplicationDeploymentFile 프로파일에서
configurewebsphereapplicationserver.xml 파일의 빈 항목에
대한 비밀번호를 암호화하여 저장합니다.
configmgr_cl.exe storePasswords -taskfile
configurewebsphereapplicationserver.xml
-profile WSWebApplicationDeploymentFile
- storepasswords 명령에 대한 도움말을 표시합니다.
- 다음 명령은 storepasswords 명령에 대한 도움말을 표시합니다.
configmgr_cl.exe storePasswords -help