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 |
|
Log switching
A system administrator can enable log switching to have Service Manager write log information to a new file when the current log file reaches a pre-defined size limit
Log switching is particularly useful for systems that run continuously and do not have downtime for system administrators to back up or delete logs. If you do not enable log switching, Service Manager will add all log messages to the one log file defined in the initialization file.
Configure log switching by the maximum log size
Applies to User Roles:
System Administrator
To configure log switching by the maximum log size, follow these steps:
- Stop the Service Manager server.
-
Open the sm.ini file in a text editor.
This file is in your Service Manager RUN directory.
-
Type the following system parameter:
System parameter Description maxlogsize: n For n, type the maximum log size in bytes you want Service Manager to use as the log size threshold. The default value is 5MB. Service Manager switches the log when the log size reaches the maximum size defined by this parameter. Caution You must have configured the
numberoflogfiles
parameter to enable log switching. - Save your changes.
-
Restart Service Manager.
Service Manager uses your new log file settings.
Enable log switching
Applies to User roles: System Administrator
To enable log switching, follow these steps:
- Stop the Service Manager server.
-
Open the sm.ini file in a text editor.
This file is in your Service Manager RUN directory.
-
Type the following system parameter.
System parameter Description numberoflogfiles: n For n, type the number of log files you want Service Manager to maintain. The minimum value is 0 (disables log switching) and the maximum value is 100. The default value is 0. If the specified number exceeds the maximum value, Service Manager uses a value of 7.
Service Manager switches the log when the log size reaches the maximum size defined by the
maxlogsize
parameter. When this happens, the current log file is archived to the log file ending with 1, and the existing log files are renamed to the next higher number, so that the archive log file n+1 always contains older data than archive file n. - Save your changes.
-
Restart Service Manager.
Service Manager uses your new log file settings.
Disable log switching
Applies to User roles: System Administrator
To disable log switching, follow these steps:
- Stop the Service Manager server.
-
Open the sm.ini file in a text editor.
This file is in your Service Manager RUN directory.
-
Locate the numberoflogfiles parameter, and set its value to "0".
- Save your changes.
-
Restart Service Manager.
Service Manager uses your new log file settings.
Related topics