Post Installation Steps for CA Unified Self-Service
Perform the following optional post-installation steps for USS 14.1.02:
casm1401
Perform the following optional post-installation steps for USS 14.1.02:
Prerequisites
Create a backup of the
US4SM\OSOP\portal-ext.properties
file.US4SM
is the default Unified Self-Service installation directory.Customize CA SDM Data Source Property
Perform the following steps to customize the CA SDM Data Source Property:
- Open theUS4SM\OSOP\portal-ext.propertiesfile and copy the following content at the end of the file:# SDM Datasource Config Fields# Maximum number of the SDM Fields that can be shown in SDM Datasource config Fields sections# If no value/invalid value/ value less than 4 is specified, it will default to 10sdm.configFields.maxFieldsToShowInConfigOptionsPage = 10# If you want this property to be tenant specific, prefix the Web ID of the tenant to the property. It is case-sensitive# (Web Id can be obtained from the http(s)://server-name:<port-no>/group/control panel > Portal Instances)# Example Format:# someCompany.com.sdm.configFields.maxFieldsToShowInConfigOptionsPage = 10
- Save the file and restart the services.
Enable or Disable the Community
Perform the following steps to enable or disable the community:
- OpenUS4SM\OSOP\portal-ext.propertiesand copy the following content at the end of the file:# Community On/Off# Community/Message board feature can be disabled by the setting property disable.uss.community to true (case sensitive)# Example - with Multi tenancy # For a specific tenant, prefix the property with the tenant webID # For tenants, if the value is not defined or the property is missing,Community is enabled, by default. # someCompany.com.disable.uss.community = true # Example - All other tenant Community will be disabled if the value for the property is true (case sensitive).# If the value is not defined or the property is missing, Community is enabled, by default. # disable.uss.community = true
- Save the file and restart the services.
Enable Clickjacking Filter
Follow these steps:
- Open theUS4SM\OSOP\tomcat-7.0.40\conf\web.xmlfile.
- Search for the text:Built In Filter DefinitionsThe Built In Filter section appears as follows:<!-- ================== Built In Filter Definitions ===================== --><filter>...</filter>
- Add the following filter at the end of theBuilt In Filter Definitionssection:<!-- Filter :Restricts framing of USS application in all domains expect the current domain in which USS is hosted --><filter><filter-name>ClickjackFilterSameOrigin</filter-name><filter-class>org.owasp.esapi.filters.ClickjackFilter</filter-class><init-param><param-name>mode</param-name><param-value>SAMEORIGIN</param-value></init-param></filter><filter-mapping> <filter-name> ClickjackFilterSameOrigin </filter-name><url-pattern>/*</url-pattern></filter-mapping>
- Save and close the file and restart the services.
USS Announcements are Formatted Incorrectly for Windows
- Navigate to theUS4SM\OSOP\tomcat-7.0.40\binfolder and edit the filewrapper.conf:
- Modify the variablewrapper.java.additional.20value from-Duser.timezone=GMTto-Duser.timezone=sdm-time-zoneFor Example: ‘-Duser.timezone=America/Denver’. (Mountain Time)
- Save and close the file.
- Navigate toUS4SM\OSOP\folder andappend the following content at the end of theportal-ext.propertiesfile.
- Save the file and restart the services.
USS Announcements are Formatted Incorrectly for Linux
- Navigate to theUS4SM\OSOP\tomcat-7.0.40\binfolder and edit the filesetupenv.sh
- Modify the variableDuser.timezonevalue from-Duser.timezone=GMTto-Duser.timezone=sdm-time-zoneFor Example: ‘-Duser.timezone=America/Denver’. (Mountain Time)
- Save and close the file.
- Navigate toUS4SM\OSOP\folder andappend the following content at the end of theportal-ext.propertiesfile.
- Save the file and restart the services.
For more information about USS enhancements, see CA Service Management Release 14.1.02 Enhancements.