Administrator's and User's Guide for SFM HP-UX 11i v3 March 2013
5. Click OK on the message box.
The custom solution is permanently removed from the CER.
For more information about deleting a custom solution using the HP SMH GUI, select Help on the
action pane of the Delete a Custom Solution page.
Deleting a Custom Solution using the CLI
To delete a custom solution using the CLI, enter the following command at the HP-UX prompt:
# emtui -d -u <user solution number>
Where:
-d is an option used to delete a custom solution present in the CER.
-u is an option used to specify the number associated with the custom solution that you want to
delete.
You can also use the following switches with the -m option:
• -c<cause number>
• -i <error number>
For information on deleting custom solution in the CER using the CLI, see emtui(1).
Tracing EMT
This section provides an overview of tracing and information about the various trace levels in EMT.
This section also describes how to enable, modify, and disable tracing.
This section addresses the following topics:
• “Enabling Tracing using the EMT GUI” (page 80)
• “Enabling Tracing using the EMT CLI” (page 80)
• “Modifying Tracing using the EMT GUI” (page 80)
• “Modifying Tracing using the EMT CLI” (page 80)
• “Disabling Tracing using the EMT GUI” (page 81)
• “Disabling Tracing using the EMT CLI” (page 81)
Tracing is a feature that enables you to log and report errors. You can use tracing to log information
about problems encountered while using EMT. In this document, this information is called trace
records. The trace records are stored in the /var/opt/hpsmh/logs/error_log file. You can
send the error_log file to the HP support center whenever you encounter a problem.
Following is a sample of the information logged in the error_log file.
[Mon Nov 06 01:10:07 2006] [error] [client 15.76.96.40] 11/06/06 01:10:07 emtuicmd INFORMATIONAL 22253 1
Processing request to add action data, referer: <address>.
Table 18 describes the fields included in the error_log file.
Table 18 Entries in error_log
DescriptionField
Displays the date when the message was logged in the error_log file.Date
Displays the time when the message was logged in the error_log file.Time
Displays the severity of the error.Trace level
Displays the IP address of the client system.IP address
Displays messages that are generated on the client system.Message
Displays the program that has generated the log.Address
Tracing EMT 79