Task: modify-virtual-portal | HCL Digital Experience
Portal ConfigEngine task that modifies a virtual portal.
Use this task to modify a virtual portal by using its
object ID. To determine the correct object ID of the virtual portal,
use the task list-all-virtual-portals
.
Parameters
- VirtualPortalObjectId
- The object ID of the virtual portal. This input is mandatory for identification of the virtual portal that you want to modify.
- VirtualPortalRealm
- The realm of the virtual portal. You can and must specify a realm only if you have realms that are enabled in your portal installation.
- VirtualPortalNlsFile
- The national language support (NLS) file for the virtual portal. Provide the path and file name of your national language support file. This input is optional.
Syntax
You pass the parameters in the parameter list for each
configuration task as appropriate. You do this by either of the following
methods:
- Specifying the parameter and value that is preceded by -D on the command line.
- Defining them in the file wkplc.properties. Note: The property file must be encoded in the ISO 8859-1 character encoding format.
- AIX®
- ./ConfigEngine.sh modify-virtual-portal -DPortalAdminPwd=password -DWasPassword=password
- HP-UX
- ./ConfigEngine.sh modify-virtual-portal -DPortalAdminPwd=password -DWasPassword=password
- IBM® i
- ConfigEngine.sh modify-virtual-portal -DPortalAdminPwd=password -DWasPassword=password
- Linux™
- ./ConfigEngine.sh modify-virtual-portal -DPortalAdminPwd=password -DWasPassword=password
- Solaris
- ./ConfigEngine.sh modify-virtual-portal -DPortalAdminPwd=password -DWasPassword=password
- Windows™
- ConfigEngine.bat modify-virtual-portal -DPortalAdminPwd=password -DWasPassword=password
- z/OS®
- ./ConfigEngine.sh modify-virtual-portal -DPortalAdminPwd=password -DWasPassword=password