1. Home
  2. Security Hardening
  3. CIS IBM DB2 V10 V1.1.0 Linux OS L1
  4. Secure permissions for the primary archive log location – LOGARCHMETH1 OS Permissions

Secure permissions for the primary archive log location – LOGARCHMETH1 OS Permissions

Details

The logarchmeth1 parameter specifies the type of media and the location used as the primary destination of archived logs. It is recommended that the directory used for the archived logs be set to full access for DB2 administrator accounts and read and execute for all other accounts.

Solution

For Windows and Linux-
1. Attach to the DB2 instance.
2. Run the following command from the DB2 command window to change the primary archive log directory, if necessary-
db2 => update database configuration using logarchmeth1
Additional steps for Windows (assuming that the logarchmeth1 parameter includes DISK)-
1. Connect to the DB2 host
2. Right-click on the primary archive log directory
3. Choose Properties
4. Select the Security tab
5. Grant all DB2 administrator accounts the Full Control authority
6. Grant all other accounts read and execute privileges only (revoke all other privileges)
Additional steps for Linux (assuming that the logarchmeth1 parameter includes DISK)-
1. Connect to the DB2 host
2. Change to the primary archive log directory
3. Change the permissions for the directory
OS => chmod -R 755

Supportive Information

The following resource is also helpful.

This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles