Upgrade the primary node
Record the previous value to restore the setting when the upgrade is complete.
Note that the web server plug-in will check periodically for configuration updates based on the value of Refresh Configuration Interval property for the Web server plug-in (default value is 60 seconds). We can check this value on the Deployment Manager administrative console by selecting...
If automatic propagation of the plug-in configuration file is enabled on the web server(s) disable it from the Deployment Manager administrative console by going to...
...and clearing the Automatically propagate plug-in configuration file check box. Once automatic plug-in generation and propagation is disabled, we will need to manually generate and/or propagate the plugin-cfg.xml file to the Web server.
Stop IP traffic (Prod and Stage cluster upgrade)
Servers > Clusters > WebSphere application server clusters > cluster_name > Cluster members
Servers > Server Types > Web Servers > (web_server_name) > Plug-in Properties
Servers > Server Types > Web Servers > (web_server_name) > Plug-in Properties
Install the cumulative fix as the same user which used to install HCL WebSphere Portal originally. This install assumes we are using a non-root user. The non-root user will own the AppServer, PortalServer, ConfigEngine, and Portal profile directories and has read/write access to all files in these directories. Permission settings of 755 (rwxr-xr-x) are sufficient.
This must be a number and not unlimited.
Set umask and ulimit
ulimit -n 18192
We perform the first upgrade using the console, selecting the option to generate a response file. We then will use response file to apply CFs silently in other environments.
To see active application servers from wp_profile/bin and again from cw_profile/bin., run
If the Deployment Manager is installed on the same server as one of the cluster nodes, also stop the Deployment Manager using the stopManager command from the (dmgr)/bin directory:
To add the repositories:
Use Console mode for first upgrade
./serverStatus.sh -all
/opt/IBM/InstallationManager/eclipse/tools
./imcl -c
To see which application servers are active, from $WP_PROFILE/bin and $CW_PROFILE/bin.
If the Deployment Manager is installed on the same server as one of the cluster nodes, also stop the Deployment Manager using $DMGR/bin/stopManager command
By default, this is:
Use silent mode for additional upgrades
./serverStatus.sh -all
cd Installation_Manager/eclipse/tools
/opt/IBM/InstallationManager/eclipse/tools
imcl -acceptLicense -input /full/path/to/response_file -log /Full/path/to/imcl.log -showProgress
At this point ONLY the Portal binaries have been updated. The IIM only manages the binaries so we will need to run a Portal script to upgrade the profile.
For any profiles the following configuration steps are mandatory.
If we do not have any profiles at this point, no additional configuration steps are necessary and we can continue with the Restore IP traffic steps described below.
The following configuration steps should be run as the user who normally administers the Portal Server, which may or may not be the same user who runs the installation program.
Additional configuration steps for profiles
Use the following commands to update all profiles. These steps must be repeated for each profile, if multiple profiles exist. All cluster members and all profiles that share the same Portal installation directory (multiple profile option) must be updated to the same level to complete the CF installation.
To skip regeneration of the profile template, add the following flag to the CF update command:
If an updated template is needed at a later time, this command can be run to do so at any time:
Additional configuration: Update process
$PROFILE_ROOT/bin/osgiCfgInit.sh|bat
applyCF.sh -Dskip.profile.template.update=true
ex. ConfigEngine.sh cf-create-profile-templates
If we are installing the CF on an empty portal, see the Special Considerations below before running.
If the applyCF command fails for any reason, check the error logs and correct error conditions before re-running.
If the secondary notes only has read-only access to the Portal Binaries use the -DSharedBinaries=true flag with the applyCF command.
Important Notes:
...where /opt/IBM/WebSphere/PortalServer/ is the installation directory path.
Apply Cumulative Fix (CF)
cd
$PROFILE_ROOT/PortalServer/bin/
./applyCF.sh -DPortalAdminPwd=<password> -DWasPassword=<password>
$PROFILE_ROOT/PortalServer/bin/applyCF.sh -DPortalAdminPwd=<password> -DWasPassword=<password>
./ConfigEngine.sh delete-outbound-http-connection-config -DOutboundProfileType=system -DConfigFileName=/opt/IBM/WebSphere/PortalServer/base/wp.proxy.config/config/templates/sys.delete.xml
If we are installing the CF on an empty portal then extra steps are required to
avoid upgrade errors.
Upgrade the portal profile to the new CF level. Because many of the expected
artifacts will not exist in an empty portal, define the
isEmptyPortal property when performing this step:
If the applyCF command fails for any reason, check
the error logs and correct error conditions before continuing. Following a
successful run of the applyCF script, re-run the
empty-portal task to remove Portal artifacts that were reintroduced with the
CF, as these may cause runtime errors:
Additional configuration: Special consideration for empty portals
xmlaccess.bat -user Portal_admin_user -password Portal_admin_password -url http://<myhost>:<port>/wps/config -in <Portal home>/doc/xml-samples/Export.xml -out result.xml
$PROFILE_ROOT/PortalServer/bin/applyCF.sh -DisEmptyPortal=true -DPortalAdminPwd=<password> -DWasPassword=<password>
$PROFILE_ROOT/ConfigEngine/ ./ConfigEngine.sh empty-portal -DWasPassword=<password> -DPortalAdminPwd=<password>
xmlaccess.bat/sh -user <Portal_admin_user> -password <Portal_admin_password> -url http://<myhost>:<port>/wps/config -in result.xml -out importResults.xml
To restore traffic to the upgraded node:
If we previously disabled automatic propagation of the Web server(s), re-enable it now using the Deployment Manager administration console by going to...
...and checking Automatically propagate plug-in configuration file. If we are not using automatic generation and propagation for the Web server plug-in, manually generate and/or propagate the plugin-cfg.xml file to the Web servers.
Additional configuration: Restore IP traffic (Prod and Stage cluster upgrade)
Servers > Clusters > WebSphere application server clusters > cluster_name > Cluster members > member
Servers > Server Types > Web Servers > web_server_name > Plug-in Properties
There are several different methods to install the cumulative fix, and they are:
Start with the step Stopping IP traffic for additional nodes then choose one method that is available for the system. Follow the detailed steps for that option, and then proceed with the Additional configuration steps.
Do not attempt to upgrade additional nodes until after completing the upgrade of the primary node. The update for the primary must be performed and completed before the upgrade of any additional nodes. Additional node upgrades can be performed sequentially or in parallel. Update the additional nodes according to the following instructions. When instructed to stop or start the HCL WebSphere Portal server, stop or start all Portal server instances including vertical cluster members on the node.Upgrade additional nodes
Note that the web server plug-in will check periodically for configuration updates based on the value of Refresh Configuration Interval property for the Web server plug-in (default value is 60 seconds). We can check this value on the Deployment Manager administrative console by selecting...
Once automatic plug-in generation and propagation is disabled, we will need to manually generate and/or propagate the plugin-cfg.xml file to the Web servers.
Additional configuration: Stop IP traffic for additional nodes (Prod and Stage upgrade only)
Servers > Clusters > WebSphere application server clusters > cluster_name > Cluster members
Servers > Server Types > Web Servers > (web_server_name) > Plug-in Properties
To see which application servers are active, use the serverStatus command from the wp_profile/bin directory and again from the cw_profile/bin directory.
If the Deployment Manager is installed on the same server as one of the cluster nodes, also stop the Deployment Manager using the stopManager command from the (dmgr)/bin directory:
Use a Graphical User Interface on additional nodes
./serverStatus.sh -all
To see
which application servers are active, use the serverStatus
command from the (wp_profile)/bin directory and again from
the cw_profile>/bin directory. If the Deployment Manager
is installed on the same server as one of the cluster nodes, also stop
the Deployment Manager using the stopManager command from the
(dmgr)/bin directory:
Use a live repository via the Graphical User Interface on additional nodes
./serverStatus.sh -all
To see which application servers are active, use the serverStatus command from the (wp_profile)/bin directory and again from the cw_profile>/bin directory.
If the Deployment Manager is installed on the same server as one of the cluster nodes, also stop the Deployment Manager using the stopManager command from the (dmgr)/bin directory:
Launch the installation program of Installation Manager.
Use a command line on additional nodes
./serverStatus.sh -all
./imcl install com.ibm.websphere.PORTAL.SERVER.v85 -repositories <fullpath/to/repository.config> -installationDirectory <portal_server_root> -acceptLicense
To see which application servers are active, use the serverStatus command from the wp_profile/bin directory and again from the cw_profile/bin directory. If the Deployment Manager is installed on the same server as one of the cluster nodes, also stop the Deployment Manager using the stopManager command from the dmgr/bin directory:
If we do not have any profiles on the node, remove the 'portal.profile' feature from the features='ce.install,portal.binary' list.
Use silent mode installation on additional nodes
./serverStatus.sh -all
/opt/IBM/InstallationManager/eclipse/tools
features='ce.install,portal.binary,portal.profile'
imcl -acceptLicense -input /Full/path/to/response_file -log /Full/path/to/imcl..log -showProgress
To see which application servers are active, use the serverStatus command from the (wp_profile)/bin directory and again from the (cw_profile)/bin directory.
By default, this is:
To add the repositories:
Use Console Mode installation on additional nodes
./serverStatus.sh -all
If the Deployment Manager is installed on the same server as one of the cluster nodes, you must also stop the Deployment Manager using the stopManager command from the (dmgr)/bin directory:
/opt/IBM/InstallationManager/eclipse/tools
./imcl -c
For any profiles the following configuration steps are mandatory.
If we do not have any profiles at this point, no additional configuration steps are necessary and we can continue with the Restore IP traffic steps described below.
The following configuration steps should be run as the user who normally administers the Portal Server, which may or may not be the same user who runs the installation program.
Additional configuration steps on additional nodes for profiles
Use the following commands to update all profiles. These steps must be repeated for each profile, if multiple profiles exist. All cluster members and all profiles that share the same Portal installation directory (multiple profile option) must be updated to the same level to complete the CF installation.
To skip regeneration of the profile template, add the following flag to the CF update command.
If an updated template is needed at a later time, this command can be run to do so at any time.
The Deployment Manager must be started.
If the applyCF command fails for any reason, check the error logs and correct error conditions before re-running.
Additional configuration: Update process (Linux and Windows)
$PROFILE_ROOT/bin/osgiCfgInit.sh|bat
applyCF.sh -Dskip.profile.template.update=true
ConfigEngine.sh cf-create-profile-templates
$PROFILE_ROOT/PortalServer/bin/applyCF.sh -DPortalAdminPwd=<password> -DWasPassword=<password>
If we are installing the CF on an empty portal then extra steps are required to
avoid upgrade errors.
If the applyCF command fails for any
reason, check the error logs and correct error conditions before continuing.
Additional configuration: Special consideration for empty portals
xmlaccess.bat/sh -user Portal_admin_user -password Portal_admin_password -url http://<myhost>:<port>/wps/config -in <Portal home>/doc/xml-samples/Export.xml -out result.xml
$PROFILE_ROOT/PortalServer/bin/applyCF.sh -DisEmptyPortal=true -DPortalAdminPwd=<password> -DWasPassword=<password>
$PROFILE_ROOT/ConfigEngine/ ./ConfigEngine.sh empty-portal -DWasPassword=<password> -DPortalAdminPwd=<password>
xmlaccess.bat/sh -user <Portal_admin_user>> -password <Portal_admin_password> -url http://<myhost>:<port>/wps/config -in result.xml -out importResults.xml
If we are not using automatic generation and propagation for the Web server plug-in, manually generate and/or propagate the plugin-cfg.xml file to the Web servers.
Additional configuration: Restore IP traffic (Prod and Stage upgrade only)
Servers > Clusters > WebSphere application server clusters > (cluster_name) > Cluster members member
1. Re-enable automatic synchronization on all nodes in the cluster if you disabled it earlier.
2. If there is a custom theme that contains a static content WAR and the com.hcl.portal.resource.blacklist and com.hcl.portal.resource.whitelist context parameters have not yet been added to the web.xml file, Go and log in to HCL Software Support to find detailed information associated with Security Bulletin: Fix Available for Security Vulnerability in HCL WebSphere Portal (CVE-2014-8912). The changes associated with this security bulletin (APAR PI47714) can cause custom themes to produce a lot of warning messages in the logs resulting in a significant performance penalty. The custom theme must be redeployed before the changes will take effect.
3. If necessary, redeploy any customizations, including JSPs, to the WCM portlets (if using Web Content Manager), any other portlets, or any other Portal enterprise applications, if these were customized prior to installing the cumulative fix.
4. If we have set up a remote search server or document conversion server for use with HCL WebSphere Portal v8.5, then whenever you apply a cumulative fix to the portal server, you should also apply the corresponding cumulative fix to the remote server. Refer to the HCL WebSphere Portal v8.5 combined cumulative fix instructions: Remote search for the details of applying a cumulative fix to the remote server.
5. Go and log in to HCL Software Support to find documentation to see if Configuration Changes and Options introduced in HCL DX v8.5 Combined Cumulative Fixes applies to the environment.
6. If using HCL Web Content Manager and have installed any official extensions (such as the WCM Multilingual Solution (MLS) or WCM Social Media Publisher (SMP), then run the following task to update them. This task needs to be run for primary and additional nodes:
The task can be run even if you are not sure if you had the extensions
enabled. To check if they were enabled the following tasks can be used:
7. If we brought down the entire cluster to perform the upgrade (not maintaining 24 x 7 on a single cluster), and the automatic plug-in generation and propagation are disabled on the web server Plug-in properties, we will need to manually generate and/or propagate the plugin-cfg.xml file to the Web servers.
8. Clear the browser cache.
9. Please go to Recommended Updates for HCL DX to review and apply any recommended fixes.
10. Prior to CF07, it was recommended to set the DB2 database configuration parameter dft_queryopt to a value of 2 as this was tested to provide the best balance of query optimization time and query execution time for the SQL produced by the JCR. For CF07 or later, this recommendation has been changed to use a value of 5 in conjunction with the testing and changes made to the JCR and JCR schema. This setting is NOT updated automatically within the JCR Database Domain configuration as part of the CF07 (or later) upgrade. This can be done manually by customers by executing the following SQL against the JCR Domain Database:
Or it can also be done by running the following Config Engine Task:
Finalize the upgrade
System administration > Node agents > nodeagent > File Synchronization Service
$PROFILE_ROOT/ConfigEngine/ConfigEngine.sh action-update-wcm-extensions -DWasPassword=<password> -DPortalAdminPwd=<password>
ConfigEngine.sh|bat action-is-wcm-mls-enabled
ConfigEngine.sh|bat action-is-wcm-smp-enabled
db2 update db cfg for JCRDBNAME using DFT_QUERYOPT 5
configure-jcr-db2-dft-queryopt
The steps in these sections for rolling back the cumulative fix describe how to roll back from a successful update to a previous level. However, rolling back from a failed update does not guarantee return to a dependable state. When an update fails, it is advised that you fix the cause of the failure and try again for a successful update; to return to a previous level, depend on a system and database backup and restore.
Versions of Portal prior to CF12 do not support JDK 8. Therefore, if JDK 8 has
been enabled in CF12 or later, the managesdk command must be used
to switch back to JDK 7 or 7.1 before performing a rollback to CF11 or
earlier.
Before beginning a roll back
Limitations in CF rollback
The HCL WebSphere Portal roll back will run several ConfigEngine scripts. These scripts depend on the wkplc.properties being up to date and accurate on each node in the cluster, particularly with the password properties. If we are using multiple profiles, verify that the information in each profile is correct. These steps need to be performed on all nodes.
...and ensure the following values are set correctly:
...and ensure the following values are set correctly:
Ensure wkplc properties files are correct for rollback
$wp_profile_root/ConfigEngine/properties/wkplc.properties
wp_profile_root/ConfigEngine/properties/wkplc_dbdomain.properties
The update process removes plain text passwords from the wkplc*.properties files. To keep these passwords in the properties files, include the following line in the wkplc.properties file:
Update process in CF rollback (Linux and WIndows)
PWordDelete=false
Ensure that automatic synchronization is disabled and that all node agents are
stopped for all Portal clusters in the cell. When the automatic synchronization is
enabled, the node agent on each node automatically contacts the deployment manager
at start up and at every synchronization interval to attempt to synchronize the
node's configuration repository with the master repository managed by the deployment
manager.
In the administrative console for the deployment manager, select...
Disable automatic synchronization and stopping the node agents for roll back
System administration > Node agents > nodeagent > File Synchronization Service
System administration > Nodes
System administration > Node agents
If we are using the Web server plug-in for load balancing, perform the following
steps to stop traffic to the node: Note that the web server plug-in will check
periodically for configuration updates based on the value of Refresh
Configuration Interval property for the Web server plug-in (default
value is 60 seconds). We can check this value on the Deployment Manager
administrative console by selecting...
If automatic propagation of the plug-in configuration file is
enabled on the web server(s) disable it from the Deployment Manager administrative
console by going to...
...and clear the Automatically propagate plug-in configuration file check box. Once automatic plug-in generation and propagation is disabled, we will need to manually generate and/or propagate the plugin-cfg.xml file to the Web servers.
Stop IP traffic for roll back (Required only if following the Prod and Stage cluster roll back)
Servers > Clusters > WebSphere application server clusters > (cluster_name) > Cluster members
Servers > Server Types > Web Servers > (web_server_name) > Plug-in Properties
Servers > Server Types > Web Servers > (web_server_name) > Plug-in Properties
There are several different methods to roll back the cumulative fix, and they are:
Start with the step Stopping IP traffic for roll back then choose one
method that is available for the system. Follow the detailed steps for that option,
and then proceed with the Post Rollback Steps.
Do not attempt to
combine the steps for primary and secondary nodes. The roll back must be
performed first on the primary node and then on the additional nodes, according
to the following instructions.
Steps to roll back the Primary node
To see which application servers are active, use the serverStatus command from the $WP_PROFILE/bin directory and again from the $CW_PROFILE/bin directory.
If the Deployment Manager is installed on the same server as one of the cluster nodes, also stop the Deployment Manager using the stopManager command from the $DMGR/bin directory:
Use a Graphical User Interface to roll back
./serverStatus.sh -all
Use a command line to roll back
./serverStatus.sh -all
./imcl rollback com.ibm.websphere.PORTAL.SERVER.v85 -installationDirectory <portal_server_root>
To see which application servers are active, use the serverStatus command from the $WP_PROFILE/bin directory and again from the $CW_PROFILE/bin directory. If the Deployment Manager is installed on the same server as one of the cluster nodes, also stop the Deployment Manager using the stopManager command from the $DMGR/bin directory:
Use silent mode to roll back
./serverStatus.sh -all
/opt/IBM/InstallationManager/eclipse/tools
imcl -input Full/path/to/response_file -log /Full/path/to/imcl.log -showProgress
For
Use Console Mode to roll back
./serverStatus.sh -all
/opt/IBM/InstallationManager/eclipse/tools
./imcl -c
Use the following commands to roll back all profiles. These steps must be repeated for each profile, if multiple profiles exist. All cluster members and all profiles that share the same Portal installation directory (multiple profile option) must be updated to the same level to complete the CF installation.
The following configuration steps should be run as the user who normally administers the Portal Server, which may or may not be the same user who runs the installation program.
If a remote search server is used within this environment, it should be started before running the following commands.
1. Ensure the nodeagent and HCL WebSphere Portal servers are stopped on the profile you intend to rollback. The Deployment Manager must be started.
2. Run the following command from within the path of the profile to configure.
If we are rolling back the CF on an empty portal then many of the expected artifacts will not exist and the rollbackCF command will fail. In this case define the isEmptyPortal property on the command line.
Important: If the rollbackCF command fails for any
reason, check the error logs and correct error conditions, then stop HCL Digital
Experience before re-running.
3. If we previously customized any configuration files in the wp_profile_root/PortalServer/config directory, check to see if rolling back the cumulative fix affected those files by restoring a version of the files that was saved when the cumulative fix was originally installed. If it did affect the files, perform the same customization on the restored version of each file.
4. Verify that the system is operational by entering the server's URL in a browser and logging in to browse the content.
Post Rollback Steps
$PROFILE_ROOT/PortalServer/bin/rollbackCF.sh -DPortalAdminPwd=<password> -DWasPassword=<password>
rollbackCF.sh -DisEmptyPortal=true
...and checking Automatically propagate plug-in
configuration file. If we are not using automatic
generation and propagation for the Web server plug-in, manually generate
and/or propagate the plugin-cfg.xml file to the Web
servers.
Restore IP traffic after roll back Prod and Stage cluster rollback only)
Servers > Clusters > WebSphere application server clusters > (cluster_name) > Cluster members
Servers > Clusters > WebSphere application server clusters > (cluster_name) > Cluster members
Note that the web server plug-in will check periodically for configuration updates based on the value of Refresh Configuration Interval property for the Web server plug-in (default value is 60 seconds). We can check this value on the Deployment Manager administrative console by selecting
Once automatic plug-in generation and propagation is disabled, we will need to manually generate and/or propagate the plugin-cfg.xml file to the Web servers.
Stop IP traffic for roll back for additional nodes Prod and Stage cluster rollback only)
Servers > Clusters > WebSphere application server clusters > (cluster_name) > Cluster members
Servers > Server Types > Web Servers > web_server_name > Plug-in Properties
There are several different methods to roll back the cumulative fix on additional
nodes, and they are:
Start with the step Stopping IP traffic for roll back for additional nodes then choose one method that is available for the system. Follow the detailed steps for that option, and then proceed with the Post Rollback Steps on additional nodes.
Do not attempt to roll back additional nodes until after completing the roll back of the primary node. The roll back for the primary must be performed and completed before the roll back of any additional nodes. Additional node roll backs can be performed sequentially or in parallel. Roll back the additional nodes in accordance with the following instructions.
Steps to roll back additional nodes
Use a Graphical User Interface to roll back on additional nodes
./serverStatus.sh -all
Use a command line to roll back on additional nodes
./serverStatus.sh -all
./imcl rollback com.ibm.websphere.PORTAL.SERVER.v85 -installationDirectory <portal_server_root>
To see which application servers are active, use the serverStatus command from the $WP_PROFILE/bin directory and again from the $CW_PROFILE/bin directory. If the Deployment Manager is installed on the same server as one of the cluster nodes, also stop the Deployment Manager using the stopManager command from the $DMGR/bin directory:
Use silent mode to roll back on additional nodes
./serverStatus.sh -all
imcl -input Full/path/to/response_file -log /Full/path/to/imcl.log -showProgress
To see which application servers are active, use the serverStatus command from the $WP_PROFILE/bin directory and again from the $CW_PROFILE/bin directory. If the Deployment Manager is installed on the same server as one of the cluster nodes, you must also stop the Deployment Manager using the stopManager command from the $DMGR/bin directory:
Use Console Mode to roll back on additional nodes
./serverStatus.sh -all
/opt/IBM/InstallationManager/eclipse/tools
./imcl -c
Use the following commands to roll back all profiles. These steps must be repeated for each profile, if multiple profiles exist. All cluster members and all profiles that share the same Portal installation directory (multiple profile option) must be updated to the same level to complete the CF installation.
The following configuration steps should be run as the user who normally administers the Portal Server, which may or may not be the same user who runs the installation program.
If a remote search server is used within this environment, it should be started before running the following commands.
Example:
Important: If the rollbackCF command fails
for any reason, check the error logs and correct error conditions, then
stop HCL DX before re-running.
Post Rollback Steps on additional nodes (Linux and Windows)
rollbackCF.sh -DisEmptyPortal=true
$PROFILE_ROOT/PortalServer/bin/rollbackCF.sh -DPortalAdminPwd=<password> -DWasPassword=<password>
Restore IP traffic after roll back for additional nodes (Prod and Stage cluster rollback only)
Servers > Clusters > WebSphere application server clusters > (cluster_name) > Cluster members
1. Re-enable automatic synchronization on all nodes in the cluster if you disabled it earlier.
2. If necessary, redeploy any customizations, including JSPs, to the WCM portlets (if using HCL Web Content Manager), any other portlets, or any other Portal enterprise applications, if these were customized prior to rolling back the cumulative fix.
3. If we have set up a remote search server or document conversion server for use with HCL WebSphere Portal v8.5, then whenever you roll back a cumulative fix to the portal server, you should also roll back the corresponding cumulative fix to the remote server. Refer to the HCL WebSphere Portal v8.5 combined cumulative fix instructions: Remote search for the details of rolling back a cumulative fix to the remote server.
4. If using HCL Web Content Manager and have installed any official extensions (such as the WCM Multilingual Solution (MLS) or WCM Social Media Publisher (SMP)), then run the following task to update them. This task needs to be run for primary and additional nodes:
The task can be run even if you are not sure if you had the extensions
enabled. To check if they were enabled the following tasks can be used:
5. For rollback to CF03 or earlier level only: If the Brightcove integration was enabled perform the following steps:
6. For rollback to CF03 or earlier level only: If using Rich Media Edition, perform the following steps:
7. If we brought down the entire cluster to perform the rollback (not maintaining 24 x 7 on a single cluster), and the automatic plug-in generation and propagation are disabled on the web server Plug-in properties, we will need to manually generate and/or propagate the plugin-cfg.xml file to the Web servers.
8. Clear the browser cache. Finalize the roll back
System administration > Node agents > nodeagent > File Synchronization Service
$PROFILE_ROOT/ConfigEngine/ConfigEngine.sh action-update-wcm-extensions -DWasPassword=<password> -DPortalAdminPwd=<password>
ConfigEngine.sh|bat action-is-wcm-mls-enabled
ConfigEngine.sh|bat action-is-wcm-smp-enabled