User's Guide

Examples
'dump' commands enable you to save application logs to the specified directory. Add -destination option, and
specify the directory path to save file.
The following shows an example.
-> dump -destination C:\temp
COMMAND COMPLETED
C:\temp\LOG.zip
If you want to save the application log file any name, specify the zip file name to the path and execute
commands.
dump -destination C:\temp\application_log.zip /logs
When you add -force option, the zip file is overwritten.
dump -destination C:\temp\application_log.zip -force /logs
5.1.2 Application log
Information of NEC ESMPRO Manager application log is located at the following target.
/logs/<log>
Property of this target is as follow. There is no specified command for this target.
Table 5-4 Properties of '/logs<log>'
Property Access Description
Type read Displays the type of application log.
INFORMATIOIN
WAR NI NG
ERROR
ComponentName read Displays the component name.
IpAddress read Displays the OS IP address of the component.
BmcIpAddress read Displays the BMC IP address of the component.
Date read Displays the date when the application log was
registered.
User read Displays the user who executed this operation.
Contents read Displays the application log.
Examples
'show' commands enable you to view the NEC ESMPRO Manager application log.
-> show /logs/log10
ufip=/logs/log10
ufit=log10
Targets:
Properties:
Type=INFORMATION
ComponentName=Server01
IpAddress=192.168.0.2
BmcIpAddress=192.168.0.3
Date=4/1/2011 12:00:00
User=-
Contents=The component was added.
Verb s:
cd
exit
help
show
46