728x90


Question

How do you estimate ontape storage space requirements in IBM Informix Servers?

Cause

The onconfig parameters TAPESIZE and LTAPESIZE are used in connection with TAPEDEV and LTAPEDEV to determine the size for each tape or file to be used for an ontape backup. At times, the backup size requirement may exceed the size configured for an ontape backup. This is usually not a problem if you are standing by, ready to handle the situation. If you want the backup to fit into a single tape or file, you have to make sure your size estimate is reasonable.

Answer

The size needed for an Informix Server Backup using ontape is based on several internal factors. The most important considerations are: 


Estimates should be made on the basis of what the largest backup size could be. Then, we can expect it will always be smaller than the maximum estimate.

To determine backup size requirements, generate an 'onstat -d' listing, and examine the chunk column references for "Size" and "Free". Work with one group of page size at a time to determine a value (K):

  1. Review the dbspaces with similar page size (2k, 4k, 8k, etc). Each collection of dbspaces with the same page size is a group (group-P). Add all the totals for (group-P) 'Size' and place it in 'N'.
  2. Add all the totals for (group-P) 'Free' and place it in 'F'.
  3. Subtract F from N (N-F).
  4. Multiply M times the page size (for group-P) to get the number of page units (K ) needed for storage:
  5. Repeat steps 1-4 for other page sizes, and add all of the K values. The final result provides a maximum size estimate for the next backup


내용은 DBSpace 사용량 계산입니다. 최소한 이 사이즈보다는 작다는 것을 참고하시면 되겠네요.


http://www-01.ibm.com/support/docview.wss?uid=swg21580139&myns=swgimgmt&mynp=OCSSGU8G&mync=E

728x90

+ Recent posts