Example 14-33 Starting ODA_BASE on the Local Node
Connect to Dom0 on the desired node and enter the following command to start
ODA_BASE on that node:
oakcli start oda_base
oakcli start repo
Use the
oakcli start repo
command to start a shared repository on a node.
Syntax
oakcli start repo repo_name [-node node_number] [-h]
Parameters
Parameter Description
repo_name repo_name
is the name of the shared repository to be started.
-node
node_number
Specifies the node on which to start the shared repository.
node_number
is the number of the node where it is to be
started, either 0 or 1. If
-node
is not specified, the shared
repository is started on both nodes.
-h
(Optional) Displays help for using the command.
Example 14-34 Starting a Shared Repository on Node 0
Start the shared repository named
repo1
on Node 0:
oakcli start repo repo1 -node 0
oakcli stop command
Use the
oakcli stop
command to stop a virtual machine, to stop a shared repository
on a node, or to stop ODA_BASE on the local node.
Syntax
oakcli stop [vm vm_name [-force] | repo repo_name [-node node_number] |
oda_base ] [-h]
Parameters
Parameter
Description
vm
vm_name vm_name
is the name of the virtual machine to be stopped.
-force
(Optional) forces the virtual machine to stop.
repo
repo_name repo_name
is the name of the shared repository to be stopped.
Chapter 14
oakcli stop command
14-52