Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
Logging memory monitoring
You can turn on detailed messages of the memory monitoring thread by adding the following parameter to the sm.ini
file:
log4jdebug:com.hp.ov.sm.common.oom.LowMemoryHandler
Messages like these will be sent to the sm.log
file when the parameter is turned on.
Warning messages are written to the log whether detailed messages are turned on or not.
2120( 2232) 02/04/2009 13:25:02 JRTE I Starting Memory Monitoring thread to check for memory every 15 seconds. 2120( 5980) 02/04/2009 13:25:02 JRTE D JavaMemory Max(123928576) Used(1011872) %Used(0.0) 2120( 5980) 02/04/2009 13:25:02 JRTE D NativeMemory Max(2147352576) Used(358121472) %Used(16.0) 2120( 5980) 02/04/2009 13:28:32 JRTE W Process Low on Java Memory. Max(123928576) Used(119603800) PercentUsed(96.0) 2120 02/04/2009 13:30:14 JRTE W Send error response: Server is running low on memory try again. 2120 02/04/2009 13:30:16 JRTE W Send error response: Server is running low on memory try again. 2120( 5980) 02/04/2009 13:30:47 RTE I Process Java Heap Memory is back to normal range. 2120( 5980) 02/04/2009 13:30:47 JRTE I Process Java Memory. Max(123928576) Used(4256640) PercentUsed(3.0)
Related topics
Monitoring memory in Service Manager processes
Monitoring native heap and Java heap memory
Related topics
Servlet parameters
Debugging parameters
Parameter: log4jDebug
Parameter: memorypollinterval