UNSOLVED

nkut

updated

8 years ago

N

nkut

1 Rookie

23 Posts

0

1603

December 20th, 2018 05:00

racadm lclog view -k doesn't work

I would like to view some LC logs using racadm command. As it's written here there is '-k' flag which "filters the records based on the filter string provided in racadm lclog view command".

So in order to filter particular iDRAC agent message which has particular RACXXXX code I tried to use command as below but got an error:

ssh root@
 
   racadm lclog view -k RAC0182
ERROR: The syntax of the command specified is not correct.
 

I tried to execute a command given as an example in the mentioned above racadm cli guide but it also failed:

ssh root@
 
   racadm lclog view -k session
ERROR: The syntax of the command specified is not correct.
 

Firmware versions:

ssh root@
 
   racadm getversion
Bios Version                     = 2.8.0
iDRAC Version                    = 2.60.60.60
Lifecycle Controller Version     = 2.60.60.60
IDSDM Version                    = NA
 

So I wonder what a proper syntax for '-k' flag usage is?