Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Appendix A. Additional Utilities
A.1. The Domain Management Tool Link kopierenLink in die Zwischenablage kopiert!
rhsc-manage-domains
. This command is only accessible from the machine on which Red Hat Gluster Storage Console is installed, and must be run as the root user.
A.1.1. Syntax of the Domain Management Tool Link kopierenLink in die Zwischenablage kopiert!
rhsc-manage-domains -action=ACTION [options]
rhsc-manage-domains -action=ACTION [options]
rhsc-manage-domains
command's help output:
rhsc-manage-domains --help
# rhsc-manage-domains --help
A.1.2. Adding Domains to a Configuration Link kopierenLink in die Zwischenablage kopiert!
rhsc-manage-domains
command is used to add the ActiveDirectory domain test.redhat.com
to the Red Hat Gluster Storage Console configuration. The configuration is set to use the administrator user when querying the domain; the password is provided interactively.
Example A.1. rhsc-manage-domains Add Action
A.1.3. Editing a Domain in the Configuration Link kopierenLink in die Zwischenablage kopiert!
rhsc-manage-domains
command is used to edit the directory.test.redhat.com
domain in the Red Hat Gluster Storage Console configuration. The configuration is updated to use the administrator user when querying this domain; the password is provided interactively.
Example A.2. rhsc-manage-domains Edit Action
A.1.4. Deleting a Domain from the Configuration Link kopierenLink in die Zwischenablage kopiert!
rhsc-manage-domains
command is used to remove the directory.test.redhat.com
domain from the Red Hat Gluster Storage Console configuration. Users defined in the removed domain will no longer be able to authenticate with the Red Hat Gluster Storage Console. The entries for the affected users will remain defined in the Red Hat Gluster Storage Console until they are explicitly removed.
Example A.3. rhsc-manage-domains Delete Action
A.1.5. Validating a Domain Configuration Link kopierenLink in die Zwischenablage kopiert!
rhsc-manage-domains
command is used to validate the Red Hat Gluster Storage Console configuration. The command attempts to log into each listed domain with the credentials provided in the configuration. The domain is reported as valid if the attempt is successful.
Example A.4. rhsc-manage-domains Validate Action
rhsc-manage-domains -action=validate
# rhsc-manage-domains -action=validate
Domain test.redhat.com is valid.
The configured user for domain test.redhat.com is admin@TEST.REDHAT.COM
Manage Domains completed successfully
A.1.6. Listing the Domains in a Configuration Link kopierenLink in die Zwischenablage kopiert!
rhsc-manage-domains
command is used to list the domains defined in the Red Hat Gluster Storage Console configuration. For each configuration entry, the command displays the domain, the user name - in User Principle Name (UPN) format - and whether the domain is local or remote.
Example A.5. rhsc-manage-domains List Action
rhsc-manage-domains -action=list
# rhsc-manage-domains -action=list
Domain: test.redhat.com
User name: admin@TEST.REDHAT.COM
Manage Domains completed successfully