installutil getmasterproperty

Use the installutil getmasterproperty subcommand to retrieve the master properties values for a database set.

Applicability

Platform: Windows™

Command type: installutil subcommand

Synopsis

installutil getmasterproperty
dbsetName [ -user_db_name userDBname] cqLogin cqPassword masterProperty | -all

Description

The installutil getmasterproperty subcommand retrieves the master properties values for the database set. Use this subcommand with the master properties described in Modifiable master properties.

Options and Arguments

dbsetName
Name of the database set or connection.
-user_db_name userDBname
User database to which the master property applies. By default, the master property applies to all user databases in the database set.
cqLogin
HCL Compass login name of the administrative user. This user must have Super User privileges and be marked for HCL Compass authentication.
cqPassword
HCL Compass password for the administrative user cq_login. To specify a null password, enter an empty set of double quotation marks ().
masterProperty
Name of the master property to get.
-all
Get all master property values.

Example

  • Get the REMEMBER_PASSWORD master property value for the mydbset database set.

    installutil getmasterproperty mydbset admin secret REMEMBER_PASSWORD
    Starting test getmasterproperty
    REMEMBER_PASSWORD="TRUE"
    Exit code 0 for test getmasterproperty

  • Get the OSLC_FRIENDSCONFIG master property value and display it on the console:

    installutil getmasterproperty mydbset admin secret OSLC_FRIENDSCONFIG