Hide Forgot
Document URL: https://access.redhat.com/documentation/en-US/Red_Hat_Storage/3.1/html/Console_Administration_Guide/appe-Utilities.html#sect-Domain_Management_Tool] Section Number and Name: A.1.2. Examples Describe the issue: Section ends abrupty with " The following examples demonstrate the use of rhsc-manage-domains to perform basic manipulation of the Red Hat Gluster Storage Console domain configuration. " Suggestions for improvement: Add examples similar to https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.4/html-single/Administration_Guide/index.html 19.2.3. Using the Domain Management Tool Additional information:
Sahina, I've added the examples as you discussed with Anjana. Can you take a look to be sure that they all still apply? http://jenkinscat.gsslab.pnq.redhat.com:8080/view/Gluster/job/doc-Red_Hat_Gluster_Storage-3.1-Console_Administration_Guide-en-US%20(html-single)/lastSuccessfulBuild/artifact/tmp/en-US/html-single/index.html#sect-Domain_Management_Tool
Please change all references to "Red Hat Enterprise Virtualization Manager" to "Red Hat Gluster Storage Console" like in "In this example, the rhsc-manage-domains command is used to add the IdM domain directory.demo.redhat.com to the Red Hat Enterprise Virtualization Manager configuration" Otherwise the examples are relevant
Thanks for the catch Sahina, I caught the command change but forgot about this. :) I've corrected all instances of RHEV-M in these sections to RHGS-C instead. Since that was the only issue, setting this to ON_QA. See the link in comment 2 for review.
A.1.1. Syntax ------------- Syntax needs to be changed. engine-manage-domains <action> [options] A.1.1. Syntax ------------- All the options need t ostart with "--" insted of "-" Ex: --domain=DOMAIN --user=USER A.1.1. Syntax ------------- Remove following option as it not available -interactive Specifies that the domain user's password is to be provided interactively. This option or the - passwordFile option must be used to provide the password for use with the add action. A.1.1. Syntax -------------- Change -passwordFile=FILE Specifies that the domain user's password is on the first line of the provided file. This option or the -interactive option must be used to provide the password for use with the add action. to --password-file=PASS_FILE A file containing the password (if it's not set, the password will be read interactively). Example A.3. rhsc-manage-domains Edit Action -------------------------------------------- Command needs to be changed to rhsc-manage-domains edit --domain=directory.demo.redhat.com --user=admin
Thanks for the quick update. One last change is required. A.1.1. Syntax ------------- In option section change the following parameters The -domain parameter --> The --domain parameter The -user parameter --> The --user parameter -passwordFile=FILE --> --password-file=FILE --configFile=FILE --> --config-file=FILE The -configFile parameter --> The --config-file parameter Rest looks good to me. -Sachin
PLease change -password-file=FILE to --password-file=FILE Rest is fine. Thanks Sachin
Link in the comment 10 correctly reflects --password-file=FILE. Moving this bug to verified state.