RAS events functions
The "RAS events" functions are a privileged set of Vue functions provided for very specialized system or application debugging purposes.
The "RAS events" functions are a privileged set of Vue functions provided for very specialized system or application debugging purposes. They are not intended for general use. They provide system tracing and dumping facilities. Many of these functions are "pass through" functions that allow a Vue script to directly invoke kernel services, and hence there are risks involved with using them. You need special privileges to successfully invoke these functions in your Vue script: you must either be root or have the aix.ras.probevue.rase authorization.
To avoid the risk of these functions, pass the -K flag to the probevue command. Otherwise, these functions simply disappear from the Vue language completely.