Hi
I'm running TNG 2.4 on NT
Got a question that is bugging me about cautil.
Every night I schedule a batch file to extract information from the console log about a particular node.
cautil sel conlog node=minos msg='*' etc etc
This works OK but I would like to take if further. This command gives me a csv file containing all messages from the node. Including all of the rubbish that I am not interested in such as CATD* messages.
What I want to do is use regular expressions within the select command so that I can say something like:
cautil sel conlog node=minos msg='Host* or caiLogA2* but not CATD*'
Does anyone know if this is possible?
I'm running TNG 2.4 on NT
Got a question that is bugging me about cautil.
Every night I schedule a batch file to extract information from the console log about a particular node.
cautil sel conlog node=minos msg='*' etc etc
This works OK but I would like to take if further. This command gives me a csv file containing all messages from the node. Including all of the rubbish that I am not interested in such as CATD* messages.
What I want to do is use regular expressions within the select command so that I can say something like:
cautil sel conlog node=minos msg='Host* or caiLogA2* but not CATD*'
Does anyone know if this is possible?