manageprofiles 명령행 도구는 그래픽 프로파일 작성 마법사의 대안으로 모든 WebSphere ESB 런타임 환경을 작성하는 데 사용할 수 있습니다. 이 명령은 프로파일(Deployment manager에 대해 런타임 환경을 정의하는 파일 세트), 사용자 정의 프로파일 또는 독립형 서버 프로파일 등을 작성합니다. 또한 이 명령은 프로파일을 작성, 삭제, 기능 업그레이드, 업그레이드된 기능 해제, 나열 또는 유효성 검증하는 데 사용할 수 있습니다.
프로파일 작성 마법사는 ISMP(InstallShield for MultiPlatforms) 응용프로그램입니다. 마법사를 사용하면 이번 주제에 설명된 대부분의 매개변수를 입력할 수 있습니다. 그러나 일부 매개변수에는 manageprofiles 명령을 사용해야 합니다. 예를 들어 프로파일 작성 마법사에서 삭제 기능을 제공하지 않기 때문에 프로파일의 삭제 또는 업그레이드된 기능 해제를 수행하려면 manageprofiles 명령을 사용해야 합니다.
그러나 프로파일 작성 마법사는 또한 manageprofiles 명령에서 수행하지 않는 타스크를 수행합니다. 예를 들어 마법사는 작성되는 각 프로파일에 대해 Windows® 서비스를 작성할 수 있습니다. 또한 이전의 포트 할당에 기초하여 충돌하지 않는 포트를 할당할 수도 있습니다.
프로파일 작성 마법사를 (대화식 또는 자동으로) 사용하여 프로파일을 작성하거나 기능 업그레이드할 경우 명령행 버전의 프로파일 작성 또는 기능 업그레이드가 로그 파일에 기록됩니다. 로그 파일에서 이 명령행을 추출하고 주의깊게 수정하여 사용하면 다른 프로파일을 작성하거나 기능 업그레이드할 수 있습니다.
각 프로파일의 템플리트는 install_root/profileTemplates 디렉토리에 있습니다.
이 디렉토리 안에는 다른 프로파일 유형에 상응하는 다양한 디렉토리가 있습니다. 이 디렉토리는 -templatePath 옵션으로 manageprofiles 명령에 지시하는 경로입니다. 또한 설치 루트 외부에 있는 프로파일 템플리트(있는 경우)를 지정할 수 있습니다.
명령 파일은 install_root/bin 디렉토리에 있습니다. 명령 파일은 스크립트이며 이름은 Linux® 및 UNIX® 플랫폼의 경우에는 manageprofiles.sh, Windows 플랫폼의 경우에는 manageprofiles.bat입니다.
프로파일 작성 마법사는 명령행 도구에 대한 GUI(Graphical User Interface)입니다. 프로파일 작성 마법사를 호출하는 명령의 파일 이름은 운영 체제 플랫폼마다 다릅니다.
manageprofiles 명령과 함께 다음 구문 및 매개변수를 사용하면 자신의 프로파일 정보를 가져오고 프로파일을 삭제하거나 업그레이드된 기능 해제를 수행할 수 있습니다. manageprofiles를 사용하여 프로파일을 작성 또는 기능 업그레이드하려면 manageprofiles 명령을 사용하여 프로파일 작성 및 기능 업그레이드의 지시사항을 수행하십시오.
# ./manageprofiles.sh -listProfiles
# ./manageprofiles.sh -unaugment -profileName profile_name
# ./manageprofiles.sh -unaugment -profileName profile_name # ./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.sh -help # ./manageprofiles.sh -option_name -help
manageprofiles -listProfiles
manageprofiles -unaugment -profileName profile_name
manageprofiles -unaugment -profileName profile_name manageprofiles -unaugment -profileName profile_name manageprofiles -delete -profileName profile_name | -profilePath profile_path
manageprofiles -getName -profilePath fully_qualified_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 ESB에 대한 manageprofiles 명령과 함께 사용하는 매개변수의 목록 및 설명은 manageprofiles 매개변수를 참조하십시오.