Go to main content

Oracle® MiniCluster S7-2 Administration Guide

Exit Print View

Updated: October 2021
 
 

MCMU CLI Overview

MiniCluster includes the mcmu command that enables you to administer the system at the command line.

To perform mcmu commands, you must log into the mcmu CLI with a valid MCMU account such as the mcinstall user account. See Log in to the MCMU CLI.

This is the syntax for the mcmu command:

mcmu subcommand subcommand_option additional_option

where:

  • subcommand – Specifies one of the subcommands listed in the table.

  • subcommand_option – An argument that can be specified in either of these formats:

    • -AA is a single alpha character (Note: this is case sensitive. Uppercase and lowercase letters perform different operations).

    • --stringstring is a valid string for the subcommand.

  • additional_option – is a valid argument for the subcommand_option.

This example creates a DB instance using the tenant subcommand with -I (instance) and -c (create) options.

% mcmu tenant -I -c

This example performs the same operation as the previous example:

% mcmu tenant --dbinstance -c

For the latest CLI information, additional details, and valid options, use the mcmu help option. See Display mcmu Help For All Subcommands (CLI) and Display mcmu Help for a Specific Subcommand (CLI).