list_database_sizes

Lists all of the database sizes that have been created.

Format

emcli list_database_sizes 
      [-name="<Existing size name>"]

[ ]  indicates that the parameter is optional.

Options

  • name

    A complete or a partial string. If the name parameter is specified, only database sizes that include the specified string are returned.

Examples

Example 1

The following command finds all database sizes that have been created.

emcli list_database_sizes 

Output:

Name:Extra-Small
Description:Extra-small database size
CPU(cores):4
Memory(GB):4
Storage(GB):Not Specified
Processes(Units):Not Specified

Name:Small
Description:Small database
CPU(cores):8
Memory(GB):8
Storage(GB):Not Specified
Processes(Units):Not Specified

Name:Medium
Description:Medium
CPU(cores):8
Memory(GB):16
Storage(GB):Not Specified
Processes(Units):Not Specified

Example 2

The following command finds all database sizes that include 'Extra' in the name string.

emcli list_database_sizes 
-name="Extra*"

Output:

Name:Extra-Small
Description:Extra-small database size
CPU(cores):4
Memory(GB):4
Storage(GB):Not Specified
Processes(Units):Not Specified