Creating a dbspace that uses the default page size
You can use onspaces 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. You can mirror the dbspace when you create it.
Procedure
- On UNIX™, you must
be logged in as user informix or root to create a dbspace.
On Windows™, users in the Informix-Admin group can create a dbspace.
- Ensure that the database server is in online, administration, or quiescent mode.
- Allocate disk space for the dbspace, as described in Allocate disk space.
- To create a dbspace, use the onspaces -c -d options.
KB is the default unit for the -s size and -o offset options. To convert KB to megabytes, multiply the unit by 1024 (for example,
10 MB = 10 * 1024 KB
).See Creating a dbspace with a non-default page size for information about additional onspaces options if you are creating a dbspace with a non-default page size.
- If you do not want to specify the first and next extent
sizes for the tblspace tblspace in a dbspace, go to 6.
If you want to specify the first and next extent sizes for the tblspace tblspace in a dbspace, see additional information in Specifying the first and next extent sizes for the tblspace tblspace.
- After you create the dbspace, you must perform a level-0 backup of the root dbspace and the new dbspace.
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 Informix® Administrator's Reference.