Error Message - Hitachi Compute Blade 2000 User Manual

Hide thumbs Also See for Compute Blade 2000:
Table of Contents

Advertisement

 Example
The HvmGetPerf command obtains a system operation overview only once per execution.
To obtain an overview of system operation for a long period of time, it is necessary to use
a batch file or other program that executes the HvmGetPerf command periodically. The
table below shows an example of a batch file.
@echo off
:logging
date /t >>log.txt
time /t >>log.txt
HvmGetPerf -host=192.168.0.26 -filename=- >> log.txt
ping localhost -n 5 > nul
goto logging
Save the above text file as a batch file (with an extension of .bat). When executed, the
batch file executes the HvmGetPerf command at intervals of about five seconds and logs
the command outputs in the log.txt file. In this example, the date and time of command
execution precede the results of the HvmGetPerf command.
 Error message
If an error occurs during command execution, the following message is output to the
standard error.
[Client|LP|Server]
IPMIClient:
[Client|LP|Server]
Time: 2007/05/01 12:12:12
0xXXXXXXXX
Message
If an error occurs, the command process terminates with the termination code described in
the message. In a Windows batch file, you can obtain the termination code by referencing
the ERRORLEVEL environment variable immediately after executing the HvmGetPerf
command.
2007/05/01 12:12:12
Time:
Return:
Indicates the error location.
Client:
Error detected in command.
LP, Server: Error detected in LP.
Indicates the time the error occurred.
Indicates the command termination code.
Describes the error.
1357
0xXXXXXXXX Message

Advertisement

Table of Contents
loading

Table of Contents