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 |
|
- Scheduled processes
- Access the schedule file
- Add an agent to the startup agent record
- Configure the alert periodic schedule record
- Create an anubis agent record
- Create an anubis schedule record
- Restart stopped background processes automatically
- Start a scheduled process
- Stop a process
- Unlock a deadlocked resource
- Scheduled processes
Add an agent to the startup agent record
Applies to User Roles:
System Administrator
Adding an agent to the startup agent record allows Service Manager to automatically start a background process on startup.
To add an agent to the startup agent record:
-
Type the following command into the Service Manager command line:
info
The info.startup.g form opens.
- In the Type field, type the following:
startup
- Click Search.
The startup agent record opens. - Scroll to the first available open record in the Processor Information section.
-
Type or select the following agent information.
Field Description Name Type the name you want to use for the agent. For example, message1
. This name appears in the System Status list of background processes.RAD Application Type scheduler
.Class Type the name for the type of objects this processor will handle. For example, message
.Wakeup Interval (secs.) Type the number of seconds that you want the message processor to wait before checking for messages. For example, 60
.Priority Type the numeric CPU priority you want the message processor to have. For example, 1
.
- Click Add.
Service Manager adds the Information record.
Related topics
Start a scheduled process
Stop a process
Scheduled processes