Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

427

August 18th, 2008 07:00

Display All Classes & ASL question

Does anyone know what the shortcut key is to display all classes? I seem to recall that it is CTRL-SHIFT-M when highlighting the AM-PM domain in the Notification Log Console, but this does not seem to do the trick.

I also have this line in an ASL script:
{"]"}? {":"}? text:rep(word)

Can someone explain the above line to me?

August 18th, 2008 10:00

Hi JackO,

(1a) to show all classes with existing classes, it is : CTRL + ALT + M, in the topology browser console
(1b) to show any classes, just right the background of the topology tree and you will have access to the "select" option ...
(1c) dmctl -s getClasses may help also

(2) the line is an ASL pattern matching expression and it means:
put all the words ("rep" means repetition) of the current input stream in the variable 'text' (the words can follow the "]" or the ":" character or both)

--Fred

=> APG v4.1 is now available with new out of the box reports for Smarts InCharge health
Frederic Meunier
Solutions Watch4Net Inc
APG & Smarts InCharge integration
http://www.watch4net.com
No Events found!

Top