I have found the problem. The problem is that a single partition (ie table, index, table fragment, index fragment) cannot exceed 16,777,216 (2^24) pages on most platforms, including HPUX, IDS's page size is 2K so the maximum partition size is 32GB. So I had to fragment the table to make it accept more than 32 GB data.