Importing a configuration profile from a file | HCL Digital Experience
To restore all policies and settings for a given application scoped profile, use the import procedure given here. For example, you can use this procedure to restore a specific connection profile configuration that you backed up previously.
About this task
Procedure
- Optional: If you want to restore the global
configuration, skip this step. Determine the name of the application
scope for which you want to restore its outbound HTTP connection profile.
To obtain this name, follow the procedure given under Listing all available configuration profiles.
- Start the appropriate portal configuration engine task,
depending on whether you want to restore the global configuration
or an application-scoped configuration:
- To restore the global configuration, run the following configuration
engine tasks:
- AIX®
HP-UX
Linux™
Solaris
z/OS®:
./ConfigEngine.sh clean-outbound-http-connection-config -DOutboundProfileType=global ./ConfigEngine.sh update-outbound-http-connection-config -DConfigFileName=/tmp/configuration.xml
- IBM® i:
ConfigEngine.sh clean-outbound-http-connection-config -DOutboundProfileType=global ConfigEngine.sh update-outbound-http-connection-config -DConfigFileName=/tmp/configuration.xml
- Windows™:
ConfigEngine.bat clean-outbound-http-connection-config -DOutboundProfileType=global ConfigEngine.bat update-outbound-http-connection-config -DConfigFileName=/tmp/configuration.xml
- AIX®
HP-UX
Linux™
Solaris
z/OS®:
- To restore an application-scoped configuration, run the following
configuration engine tasks:
- AIX®
HP-UX
Linux™
Solaris
z/OS®:
./ConfigEngine.sh clean-outbound-http-connection-config -DapplicationScopeRef=THE_APPLICATION_SCOPE ./ConfigEngine.sh update-outbound-http-connection-config -DapplicationScopeRef=THE_APPLICATION_SCOPE -DConfigFileName=/tmp/configuration.xml
- IBM® i:
ConfigEngine.sh clean-outbound-http-connection-config -DapplicationScopeRef=THE_APPLICATION_SCOPE ConfigEngine.sh update-outbound-http-connection-config -DapplicationScopeRef=THE_APPLICATION_SCOPE -DConfigFileName=/tmp/configuration.xml
- Windows™:
ConfigEngine.bat clean-outbound-http-connection-config -DapplicationScopeRef=THE_APPLICATION_SCOPE ConfigEngine.bat update-outbound-http-connection-config -DapplicationScopeRef=THE_APPLICATION_SCOPE -DConfigFileName=/tmp/configuration.xml
- AIX®
HP-UX
Linux™
Solaris
z/OS®:
- where
THE_APPLICATION_SCOPE
is the name of the application scope.
- To restore the global configuration, run the following configuration
engine tasks: