A.108 getTriageEvent

Lists the highest severity event for an object.

Syntax

getTriageEvent objType=value objId=value

Description

This command lists the highest severity event for an object. To acknowledge an event, use the ackEvent command.

Options

The following table shows the available options for this command.

Option

Description

objType=value

The object type for which to list the event. The value of objType is an object such as FileServer, Repository, or Server. To get a list of all object types, use the showobjtypes command. The value for objType is case insensitive.

objId=value

The name or ID of the object.

Examples

Example A.139 Listing the highest severity event for an Oracle VM Server

OVM> getTriageEvent objType=Server objId=MyServer

See Also