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 |
|
- Connection parameters
- Special parameters: allowwsdlretrieval
- Startup parameter: compress_soap
- Parameter: disableWSEss
- Startup parameter: emailout
- Parameter: enablecoredump
- Parameter: group
- Parameter: groupmcastaddress
- Parameter: groupname
- Parameter: groupport
- Parameter: host
- Parameter: httpPort
- Parameter: httpsPort
- Parameter: licensefile
- Parameter: loadBalancer
- Startup parameter: ntservice
- Parameter: pid
- Parameter: preferredFQHN
- Startup parameter: quiesce
- Parameter: reportlbstatus
- Parameter: requestviaproxy
- Parameter: restart
- Parameter: restartGraceInterval
- Parameter: restartRandMax
- Parameter: scauto
- Parameter: scautolistener
- Startup parameter: shutdown
- Parameter: sslConnector
- Startup parameter: system
- Parameter: threadTerminateWait
- Parameter: updatelicense
- Parameter: useHostinWSDL
- Parameter: useIPinWSDL
- Parameter: ws_endpoint
- Startup parameter: webservices_sessiontimeout
- Startup parameter: connectionTimeout
- Parameter: smartemailTimeout
Parameter: reportlbstatus
Parameter
reportlbstatus
Description
This parameter displays information about available ports and threads in horizontal and vertical scaling servlet implementations. You can capture the output of this report in a text file using standard output (stdout) parameters appropriate to your operating system.
The following example shows connection statistics for a vertical scaling servlet implementation on one host.
Note
- This example report has been reformatted for print display.
- The output in this example has been truncated (this is not the full output from the command).
Load Balancer Status:Sat Jun 23 09:58:52 PDT 2012
HP Service Manager LoadBalancer Running on Host:myhost.myserver.com Port:34567
List of Hosts:
HostName: myhost.myserver.com
-------------------------------------------------------------------Server Instances
ProcessID ClusterAddress HttpPort HttpsPort Sessions DbgMode QMode LB
7872 15.178.177.72:33285 34568 0 (3/50) N N N
7881 15.178.177.72:33283 34569 0 (1/50) N N N
7837 15.178.177.72:33278 34567 0 (0/50) N N Y
---------------------------------------------------
State LowMem JAVA_USED/MAX/PERCENT
WR[6d22h39m] N (4404408/238616576/1.8458097)
QR[9m] N (2983152/238616576/1.2501864)
RUN N (2601080/238616576/1.0900668)
------------------------------------------------------------Non Server Instances---
ProcessID ClusterAddress State LowMem JAVA_USED/MAX/PERCENT
8510 15.178.177.72:33329 RUN N (0/89522176/0.0)
7931 15.178.177.72:33299 RUN N (1502256/59703296/2.5162027)
7880 15.178.177.72:33280 RST N (1539248/59703296/2.5781624)
7930 15.178.177.72:33291 SHT N (1514024/59703296/2.5359137)
---------------------------------------
Command Line parameters
-reportlbstatus
-sync -log:../logs/sm.sync.log
system.start -log:../logs/sm.start.log
-que:ir -log:../logs/sm.que.log
The State column lists one of the following values:
State | Description |
---|---|
RUN | The process is currently running. |
WR[<time>] | The process is in restart waiting interval. The value in brackets is the remaining waiting interval expressed in d days, h hours, and m minutes. |
QR[<time>] | The process is in quiesce mode prior to restarting. The value in brackets is the time remaining until the process restarts expressed in d days, h hours, and m minutes. |
RST | The process is currently restarting. |
SHT | The process is currently shutting down. |
The report output will appear in the log directory with a file name of sm.log_datetime.log, where datetime is in the format mmddyyhhmmss and represent the time at which the command was submitted.
Valid if set from
Server's operating system command prompt
Requires restart of the Service Manager server?
Yes
Default value
None
Possible values
The number of seconds in which the report should execute again
Example usage
Command line: sm -reportlbstatus status.txt
Related topics
Servlet implementation
System parameters
Enter a parameter in the sm.ini file
Connection parameters
Servlet parameters