Installing fixes as a non-root user
Grant permissions to a non-root user to install fixes.
Before you begin
This task applies only to IBM® Connections deployments on AIX® or Linux®.
About this task
To grant the necessary permissions to a non-root user, complete the following steps:
Procedure
Results
Note: If different non-root
users intend to install fixes, you must first delete any files that
might remain in the download directories since you installed earlier
fixes.
Example
Grant permissions to a new non-root user who wants to install a fix pack for an IBM Connections deployment on Linux:
- Create a non-root user account called fix_installer.
- Create a home directory for the fix_installer user account.
- Open a command prompt and run the following commands:
- chown -R fix_installer /opt/IBM Note: In this example, the opt/IBM directory contains both the app_server_root and connections_root directories.
- chown -R fix_installer /usr/IBMNote: If the /usr/IBM directory does not exist, create it.
- chown -R fix_installer /opt/IBM
- Advise the new non-root user to log in and then download and install the latest fixes for IBM Connections.