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
- Create a non-root user.
- Create a home directory for the new non-root user.
- Open a command prompt and grant the appropriate permissions
to the non-root user by running the commands shown in the following
table:
Table 1. Non-root user permissions Directory Permissions Command app_server_root RWX chown -R non-root_user app_server_root connections_root RWX chown -R non-root_user connections_root path/tmp/efixes RWX chown -R non-root_user tmp/efixes where non-root_user is the account ID of the new non-root user and path is the path to the efixes directory.
Notes: Verify that the /tmp/efixes directory already exists before running the chown command.
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.