Use the onspaces utility or ISA to add a chunk to an sbspace or temporary sbspace. You can specify a metadata area for a chunk, let the database server calculate the metadata area, or use the chunk for user data only.
The database server allocates the specified amount of metadata area on the new chunk.
The database server divides the estimated average size of the smart large objects by the size of the user data area.
If you use the -U option, the database server does not allocate metadata space in this chunk. Instead, the sbspace uses the metadata area in one of the other chunks.
For more information, see Monitoring Sbspaces.
This example adds a 10-megabyte mirror chunk to sbsp4. An offset of 200 kilobytes for both the primary and mirror chunk is specified. If you are not adding a mirror chunk, you can omit the -m option. The -U option specifies that the new chunk will contain user data exclusively.
onspaces -a sbsp4 -p /dev/rawdev1 -o 200 -s 10240 -m /dev/rawdev2 200 -U
For more information, see Adding a Chunk to a Dbspace or Blobspace, and information on the onspaces utility in the IBM Informix Administrator's Reference.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]