Команду manageprofiles можно найти в директории <дир_was>/bin.
Синтаксис
Используйте следующий синтаксис команды manageprofiles:
• В Windows используйте manageprofiles.bat — режим — аргументы
• В UNIX используйте manageprofiles.sh -режим — аргументы
Существующие режимы перечислены в табл. 3.5.
В следующих примерах показаны результаты выполнения команд manageprofiles
-<режим> — help и manageprofiles — listProfiles:
• Вводите команду manageprofiles -<режим> — help, чтобы получить подробную информацию по каждому из режимов. В примере 3.2 показано выполнение команды manageprofiles — create — help.
Пример 3.2. Получение справки по команде manageprofiles
C:Program FilesIBMWebSphereAppServerbin>manageprofiles — create — help The following command line arguments are required for this mode. Command-line arguments are case sensitive.
-create: Creates a new profile. Specify — help — create — templatePath <path> to get template-specific help information.
-templatePath: The fully qualified path name of the profile template that is located on the file system. The following example selects a template:
-templatePath <app_server_home>/profileTemplates/<Template_name>
-profileName: The name of the profile.
-profilePath: The intended location of the profile in the file system.
The following command line arguments are optional, and have no default values. Command-line arguments are case sensitive.
-isDefault: Make this profile the default target of commands that do not use their profile parameter.
Введите команду manageprofiles — listProfiles, чтобы увидеть список профилей, имеющихся в реестре. Ниже приводится образец данных, выводимых режимом — listProfiles:
C:Program FilesIBMWebSphereAppServerbin>manageprofiles — listProfiles [Dmgr01, AppSrv01, Custom01, Custom02, Dmgr02]