After you deploy OceanBase Deployer (OBD), you can run the obd demo command to deploy and start OceanBase Database on a single local server. Make sure the following prerequisites are met:
Ports
2881and2882are not occupied.At least 6 GB of memory is available on the server.
At least two CPU cores are available on the server.
At least 54 GB of disk space is available on the server.
Your server can be connected to the network, or there are installation packages required for deployment.
Note
If the preceding prerequisites are not met, see Deploy OceanBase Database on a single OBServer node.
For more information about the
obd democommand, see Quick deployment command.
# Deploy and start OceanBase Database.
obd demo
# Run the following command to connect to OceanBase Database by using the OBClient:
obclient -h127.0.0.1 -uroot@sys -P2881