manageprofiles 명령행 도구를 사용하여 WebSphere Process Server 런타임 환경을 작성하거나 기능을 보강할 수 있습니다. 이 명령은 Deployment Manager, 사용자 정의 프로파일 또는 독립형 프로파일의 런타임 환경을 정의하는 파일 세트인 프로파일을 관리하는 데 사용할 수 있습니다. 이 명령을 사용하여 프로파일을 작성, 삭제, 기능 보강, 기능 해제, 나열 또는 유효성을 검증할 수 있습니다.
manageprofiles 명령은 프로파일 마법사(그래픽 모드 또는 자동 응답 파일에서 사용 가능) 이외에 프로파일을 작성할 수 있는 또 다른 방법입니다. 프로파일 마법사 또는 응답 파일(프로파일 마법사와 교대로 "자동으로" 활성화됨)의 사용은 대부분의 상황에서 프로파일을 작성할 수 있는 방법입니다. 그러나 고급 사용자는 일부 상황에서 manageprofiles 명령을 사용하는 것이 바람직하다고 생각할 수 있습니다. 프로파일 마법사는 이러한 기능을 제공하지 않으므로 예를 들어, 프로파일을 기능 해제한 후 삭제하려면 manageprofiles 명령을 사용해야 합니다. 프로파일을 삭제하기 전에 기능을 해제해야 합니다.
프로파일 마법사(자동 설치 포함)를 사용하여 처음 프로파일을 작성하거나 기능을 보강할 경우, 프로파일 작성 또는 기능 보강의 명령행 버전이 로그 파일에 작성됩니다. 로그 파일에서 이 명령행을 추출하여 특정 위치에 신중하게 수정을 가하고 이를 사용하여 다른 프로파일을 작성하거나 기능을 보강할 수 있습니다.
중요: IBM은 WebSphere Process Server의 경우, 처음에 프로파일 마법사나 자동 설치 프로세스를 사용하여 새 파일을 작성하거나 기존 WebSphere Application Server 프로파일의 기능을 보강하고 이러한 프로파일을 또는 기능 보강을 "복사"하거나 매우 비슷하게 작성하는 경우에만 manageprofiles 명령을 사용할 것을 권장합니다. manageprofiles 명령을 사용하여 프로파일 작성 및 기능 보강 이 프로시저의 단계별 지시사항을 포함합니다.
명령 파일은 install_root/bin 디렉토리에 있습니다. 명령 파일은 Linux 및 UNIX 플랫폼의 경우에는 manageprofiles.sh로, Windows 플랫폼의 경우에는 manageprofiles.bat로 이름 지정된 스크립트입니다.
Linux 및 UNIX 플랫폼: manageprofiles 명령과 함께
다음 구문 및 매개변수를 사용하여 프로파일에 대한 정보를 얻고 프로파일을 삭제하거나 프로파일의 기능을 해제하십시오. manageprofiles 명령으로
프로파일을 작성하거나 기능을 보강하려면 manageprofiles 명령을 사용하여 프로파일 작성 및 기능 보강의 지시사항을 수행하십시오.
# ./manageprofiles.sh -listProfiles
# ./manageprofiles.sh -unaugment -profileName profile_name
# ./manageprofiles.sh -delete -profileName profile_name | -profilePath profile_path
# ./manageprofiles.sh -getName -profilePath profile_path
# ./manageprofiles.sh -getPath -profileName profile_name
# ./manageprofiles.sh -validateRegistry
# ./manageprofiles.sh -validateAndUpdateRegistry [-backup file_name]
# ./manageprofiles -help # ./manageprofiles -option_name -help
manageprofiles -listProfiles
manageprofiles -unaugment -profileName profile_name
manageprofiles -delete -profileName profile_name | -profilePath profile_path
manageprofiles -getName -profilePath fully_qualified_profile_path
manageprofiles -getPath -profileName profile_name
manageprofiles -validateRegistry
manageprofiles -validateAndUpdateRegistry [-backup file_name]
manageprofiles -help manageprofiles -option_name -help
WebSphere Process Server에서 manageprofiles 명령과 사용하는 매개변수 목록 및 설명은 manageprofiles 매개변수의 내용을 참조하십시오.
(c) Copyright IBM Corporation 2005, 2006.
이 Information Center는 Eclipse 기술을 기반으로 합니다. (http://www.eclipse.org)