Increasing the capacity of a replicated file system
You can increase the capacity of a replicated file system by adding disks to the redundancy groups.
Before you begin
- To perform this task, you must be a Db2® cluster services administrator.
About this task

Procedure
Add two new disks to
redundancy group 1 and 2 for db2datafs file
system in figure 1.
db2cluster -cfs -add -filesystem db2datafs -disk /dev/hdisk10,/dev/hdisk11 -rdncy_grp_id 1 -disk /dev/hdisk12,/dev/hdisk13 -rdncy_grp_id 2 Note:
- Assuming the above commands result in redundancy groups 1 and 2 having the same total size, no alert is raised.
- If the file system db2datafs does not have the file system tiebreaker group, an alert is raised about missing redundancy group. Adding the file system tiebreaker group removes the alert automatically.
- If redundancy group 2 does not exist before issuing the above command and there exists data already in the file system, those data are not replicated automatically at the completion of the above command. Use the replicate command at off-peak usage period to replicate existing data across the two redundancy groups.
- The capacity of the file system tiebreaker redundancy group need not be increased regardless of the size in redundancy group 1 and 2 because no user data or metadata exists on that disk.