You can configure the Web Console to show or hide the CommCell Console GUI link on the My Applications page of the Web Console using command line scripts or additional settings.
Procedure
Using the Command Line Interface
You can add or remove the CommCell Console link for a specific user group using the command line interface.
Note
To change the URL for the CommCell Console link, see Updating the URL for the CommCell Console Link.
-
At the command prompt on the CommServe computer, go to Installation_Directory/Base, and type the following command:
qoperation execscript -sn updateUserGroupUserPropertiesCap -si 'ug=user_group' -si 'Cloud Capabilities' -si 'COMMCELLCONSOLE' -si 'add|remove'
Examples:
-
Adding the Link
qoperation execscript -sn updateUserGroupUserPropertiesCap -si 'ug=user_group' -si 'Cloud Capabilities' -si 'COMMCELLCONSOLE' -si 'add'
-
Removing the Link
qoperation execscript -sn updateUserGroupUserPropertiesCap -si 'ug=user_group' -si 'Cloud Capabilities' -si 'COMMCELLCONSOLE' -si 'remove'
where, user_group is the name of the user group that is updated.
-
-
Sign out and then sign back in to the Web Console to see the change.
Using Additional Setting
To add the CommCell Console link for all users logged on to the Web Console , complete the following steps:
-
Verify that you have a CommCell Console installed on the Web Console computer.
-
To the Web Console computer, add the showGuiConsoleSSO additional setting as shown in the following table.
For instructions on adding additional settings from the CommCell Console, see Adding or Modifying Additional Settings from the CommCell Console.
Property
Value
Name
Category
WebConsole
Type
Boolean
Value
True
Note: To show the CommCell Console link only for the users who log on on to the Web Console using Security Assertion Markup Language (SAML) login, add the showGuiConsoleOnSamlLogin additional setting with value True.
-
Restart the Tomcat service on the computer where the Web Console is installed. For instructions on restarting the Tomcat service, see Restarting a Service.
-
Sign out and then sign back in to the Web Console to see the change.
Users can now view the CommCell Console link on the My Applications page of the Web Console. If Single Sign On (SSO) is enabled on the domain, when users click the link, they are automatically logged on to the CommCell Console using the same login credentials.
Note
If both Multi-Web Console SSO and Active Directory SSO are configured on your CommServe computer, the Multi-Web Console SSO takes precedence over the Active Directory SSO.