Retrieve a list of current configuration settings for an application.
About this task
To retrieve a list of current configuration settings for an application from the command-line
interface. To view configuration settings, you must use the showAppConfig
option with appConfigUtility. To view all the options for the
appConfigUtility command, you can type ./appConfigUtility.sh
(Linux® or UNIX) and
appConfigUtility.bat (Windows) at the
command line.
Procedure
-
Locate the /<install_dir>/MailboxUtilities/admin/bin (UNIX/Linux) or
\<install_dir>\MailboxUtilities\admin\bin directory.
Tip: Replace <install_dir> with the directory where your
instance is installed.
-
From the command line, type ./appConfigUtility.sh showAppConfig (Linux or UNIX) or appConfigUtility.bat showAppConfig (Windows) command.
-
Enter the following parameters and values to suit your needs, in the format:
./appConfigUtility.sh showAppConfig <parameter="value">
(Linux or UNIX) and appConfigUtility.bat showAppConfig <parameter="value">
(Windows).
- --adminUser
- Global Mailbox administrator user. Optional.
Utility prompts for value if not provided. For example:
--adminUser="userid"
- --adminPassword
- Global Mailbox administrator password. Required if
--adminUser is specified. Otherwise, utility prompts for value. For example:
--adminPassword="password"
- --appName
- The name of the application. This name is displayed in the Application
field in the user permissions wizard in Global Mailbox. The
appName
is ignored if appID
is specified. For
example:--appName="application name"
- --appID
- The unique ID of the application which is generated at application registration time. Optional.
For example:
--appID="application id"
- --properties
- Fully qualified path of output file where configuration properties is written to. For
example:
--properties="path to file"
Results
The application configuration settings are displayed on the console.