A.153 showcustomcmds

Shows available custom commands for an object type.

Syntax

showcustomcmds {{ AccessGroup | Assembly | FileServer | FileSystem | Job | PhysicalDisk | Repository | StorageArray | Server | ServerPool | VirtualDisk | Vm | VolumeGroup }}

Description

This command shows the available custom commands specific to an object. Use the showobjtypes command to find all object types, then use the showcustomcmds command to show associated commands.

Note

Not all object types have custom commands associated. For example, the YumConfig object type does not have any custom commands.

Options

The following table shows the available options for this command.

Option

Description

{ AccessGroup | Assembly | FileServer | FileSystem | Job | PhysicalDisk | Repository | StorageArray | Server | ServerPool | VirtualDisk | Vm | VolumeGroup }

The object type for which to list the custom commands.

Examples

Example A.207 Showing custom commands for an Oracle VM Server

OVM> showcustomcmds Server

Example A.208 Showing custom commands for a virtual machine

OVM> showcustomcmds VM    

Example A.209 Showing custom commands for a repository

OVM> showcustomcmds Repository

See Also