evminfo(1) — Commands
NAME
evminfo − Provides information about EVM
SYNOPSIS
evminfo -vp
OPTIONS
-vpWrites a string to stdout that can be used as the first two components (vendor & product) of a system event name.
DESCRIPTION
The evminfo command currently requires the -vp argument to be supplied. It is provided to enable script writers to refer to system events in a way that is independent of the host system.
EXAMPLES
The following example illustrates the use of evminfo -vp to preserve system independence in a shell script that monitors system events.
VP=‘evminfo -vp‘
evmwatch -f "[name $VP]" | evmshow
EXIT VALUES
The following exit values are returned:
0Successful completion
not 0An error occurred
SEE ALSO
Commands: evmget(1), evmpost(1), evmshow(1), evmsort(1), evmwatch(1)
Event Management: EVM(5)
EVM Events: EvmEvent(5)
Event Filter: EvmFilter(5)