Creating a dbspace that uses the default page size
You can use onspaces or ON-Monitor to create a standard dbspace and a temporary dbspace.
About this task
For information about creating a dbspace with a non-default page size, see Creating a dbspace with a non-default page size.
Any newly added dbspace (and its mirror, if one exists) is available immediately. If you are using mirroring, you can mirror the dbspace when you create it. Mirroring takes effect immediately.
Procedure
Example
onspaces -c -d dbspce1 -p /dev/raw_dev1 -o 5000 -s 10240 -m /dev/raw_dev2 5000
onspaces -c -d dbspc3 \\.\e: -o 200 -s 5120
For more information about creating a dbspace with onspaces, see Dbspaces and information about the onspaces utility in the HCL OneDB™ Administrator's Reference.
What to do next
To create a dbspace with ON-Monitor (UNIX):
- Select the option.
- Enter the name of the new dbspace in the field Dbspace Name.
- If you want to create a mirror for the initial dbspace chunk,
enter
Y
in the Mirror field. Otherwise, enterN
. - If the dbspace that you are creating is a temporary dbspace, enter
Y
in the Temp field. Otherwise, enterN
. - If you are specifying a page size for a standard dbspace, enter
the size in KB in the Page Size field. The size must be a multiple
of the page size of the root dbspace. For more information about specifying
page sizes, see Creating a dbspace with a non-default page size.
All tables, indexes, and other objects within the dbspace use pages of the specified size.
- Enter the full path name for the initial primary chunk of the dbspace in the Full Pathname field of the primary-chunk section.
- Specify an offset in the Offset field.
- Enter the size of the chunk, in KB, in the Size field.
- If you are mirroring this dbspace, enter the full path name, size, and optional offset of the mirror chunk in the mirror-chunk section of the screen.
For more information, see the ON-Monitor topics in the HCL OneDB Administrator's Reference.