Using the command line to extend an Assure MIMIX for AIX-protected file system - assure_mimix - 6.0

Assure MIMIX for AIX Guide

Product type
Software
Portfolio
Integrate
Product family
Assure
Product
Assure MIMIX™ Software for AIX
Version
6.0
ft:locale
en-US
Product name
Assure MIMIX for AIX
ft:title
Assure MIMIX for AIX Guide
Copyright
2025
First publish date
2003
ft:lastEdition
2025-03-12
ft:lastPublication
2025-03-12T05:07:12.494000
Note: In versions prior to 5.2.01.00, the default state map size supported a file system size of 1 TB. As of version 5.2.01.00, the default state map size has been increased to support a file system size of 3.984375 TB (4177920 MB). The state map size will be changed during the upgrade install to version 5.2.01.00.

A file system can only be extended to a size within the limits of the region size (blocks). The default region size of 8192 blocks supports a max file system size of 3.984375 TB (4177920 MB).

The following table provides max file system sizes for several combinations of Region Size in blocks and SMBitmap size in bytes. The SMBitmap size is set to 131072 bytes and should never be changed.

Region Size (blocks)

Region Size (MB)

SMBitmap Size (bytes)

Max File System Size (MB)

Max File System Size (TB)

8192

4

131072

4177920

3.984375

16384

8

131072

8355840

7.96875

32768

16

131072

16711680

15.9375

65536

32

131072

33423360

31.875

If a protected file system needs to be extended, verify the following.

  • The RegionSize will not be exceeded.

The RegionSize for a protected LV can be checked using the command

/usr/scrt/bin/rtattr -C 1 -o smf_<LV> -a RegionSize

The unit of the region size is the number of blocks. Each block is 512 bytes. If the RegionSize will be exceeded, refer to Extending a protected file system beyond the limit of the region (block) size.

  • The protected LV "MAX LPs:" will not be exceeded.

  • The replica LV ("pt" LV) "MAX LPs:" will not be exceeded.

  • There is enough free space in the protected and replica VGs.

Assure MIMIX for AIX-protected file systems can be extended when Assure MIMIX for AIX is active using the smit chfs command. When the file system is extended:

  • On the production server, the replica ("pt" LV) is automatically extended when data is written to the expanded area.

Note: To manually extend the replica (“pt” LV), use the extend_replica_lv command to force the expansion of a Replica LV (Logical Volume):extend_replica_lv -C <Context ID> -L <PVS LV>
  • On the recovery server, the write journal associated with the file system is not extended.