A.61 getEvents

Lists the events for an object.

Syntax

getEvents { AccessGroup | FileServer | FileSystem | PhysicalDisk | Repository | SanServer | Server | ServerPool | Vm | VolumeGroup } instance type= { All | Ackable } amount=value

Where instance is:

{ id=id | name=name }

Description

This command lists the events for an object.

Options

The following table shows the available options for this command. To acknowledge an event, use the ackEvent command.

Option

Description

{ AccessGroup | FileServer | FileSystem | PhysicalDisk | Repository | SanServer | Server | ServerPool | Vm | VolumeGroup }

The object for which to list events.

type= { All | Ackable }

The event type. The All option lists all event types, and the Ackable option lists all events that can be acknowledged.

amount=value

The number of events to list.

{ id=id | name=name }

The instance of the object using either the id or name option, for example name=MyServer.

Examples

Example A.80 Listing Oracle VM Server events

OVM> getEvents Server name=MyServer type=Ackable amount=10

See Also