After upgrading to Access Manager 5.0, the Java Communication Channel (JCC) processes run as a non-root user in Identity Server and Access Gateway. You can revert the changes to run the process as a root user using the following procedure, which is applicable for both SLES and RHEL operating system:
Go to the /etc/systemd/system/novell-jcc.service directory.
Remove the following lines:
User=novlwww
Group=novlwww
Execute the following commands:
systemctl daemon-reload
systemctl restart <service_name>
Reboot the Identity Server machine.
Perform the following steps:
In Administration Console Dashboard, click Advanced File Configurator.
Select Administration Console.
Click the plus icon () > Edit Configurations on the Server, and specify the following details:
Field |
Description |
---|---|
Type |
|
Cluster Name |
This option does not apply to Administration Console. |
Source |
Select the device from which you want to import the file, and click Fetch File. |
File |
Click File Editor and perform the following steps:
|
Restart Administration Console |
By default, this option is turned on for novell-jcc. Do not turn it off. You will be prompted to restart Administration Console after sending the configuration change to devices. |
Temporary Modification |
Turn off the toggle to retain this configuration change in the next Access Manager upgrade. |
Modification Type |
Select the type of modification from the list. You can specify the type manually if the list does not contain the required type. You can later use this information to search for files that are updated for a specific type. For example, you can search for all files for which Modification Type is Security Setting. |
Description |
Specify the details of the changes you have made in the file. As you might require to update the configurations many times over the period, you can use these details to track when and what changes were done in the file. You can also use this information as criteria to search for specific files. |
Click OK.
Select novell-jccl that you have modified.
Click the Send Configurations to Servers icon ().
Click OK.
Restart the service using /etc/init.d/novell-jcc restart.