Shows information about an object.
Syntax
show {
AccessGroup
|
AntiAffinityGroup
|
Assembly
|
AssemblyVirtualDisk
|
AssemblyVm
|
BondPort
|
ControlDomain
|
Cpu
|
CpuCompatibilityGroup
|
FileServer
|
FileServerPlugin
|
FileSystem
|
Job
|
Manager
|
Network
|
PeriodicTask
|
PhysicalDisk
|
Port
|
Repository
|
RepositoryExport
|
Server
|
ServerController
|
ServerPool
|
ServerPoolNetworkPolicy
|
ServerUpdateGroup
|
ServerUpdateRepository
|
StorageArray
|
StorageArrayPlugin
|
StorageInitiator
|
Tag
|
VirtualCdrom
|
VirtualDisk
|
VlanInterface
|
Vm
|
VmCloneCustomizer
|
VmCloneNetworkMapping
|
VmCloneStorageMapping
|
VmDiskMapping
|
Vnic
|
VolumeGroup
}
instance
Where is:
instance
{
id=
|
valuename=
}value
Description
This command shows information about an object. Use the list command to find all instances of an object type, then use the show command to show more detailed information about the object.
A Job object does not have a name attribute, only
an id attribute. The show Job
name=value command is the same
as entering show Job
id=value. You can use these two
options interchangeably. Any name attributes are
automatically converted to ids.
Options
The following table shows the available options for this command.
Option | Description |
|---|---|
{
| The object about which to show information. |
{
|
The instance of the object using either the
|
Examples
Example A.205 Showing details about a VNIC
OVM> show Vnic name=00:21:f6:00:00:0b
Using the show Vnic command can provide you with information such as the virtual machine that is using a particular VNIC, as well as the IP addresses that are configured for that VNIC.
IP addresses are only displayed for VNICs attached to virtual machines that have been properly set up with the Oracle VM Guest Additions packages. See the Oracle VM Administrator's Guide for information on using the Oracle VM Guest Additions packages.

