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 |
|
- Set SA Client options
- General options
- SA Agent installation - Installer options
- SA Agent installation - Protocols
- SA Agent installation - Advanced options
- Terminal and shell options
- Patch policy options
- Network Automation options
- Server Automation Visualizer (SAV) options
- Virtualization settings
- Scan time-out preference
- Discovery settings
- Reset all settings
- Displayed platforms options
Terminal and shell options
These settings define the command that the SA Client invokes on your PC to open a Global Shell or start a remote terminal session. (For instructions on using an ssh
client instead of the SA Client, see Open a Global Shell session) See alsoOpening a remote terminal session on an agentless server
.
To view and change terminal and shell settings:
- In the SA Client, select the Tools > Options menu item. This displays the Set Options window.
- In the View pane, select Terminal and Shell. This displays the commands that will be used when connecting to managed and unmanaged servers.
The following sections describe how the terminal and shell settings are used and how to set them.
Note
In order to use remote login capabilities to access unmanaged servers using the Secure Shell (ssh) or Remote Login (rlogin) protocols, you will need to install a client program capable of communicating via these protocols. Once you have installed these programs, you must configure the SA Client to invoke those programs.
Terminal client command
This setting specifies the terminal client that the SA Client uses for remote terminal sessions on UNIX managed servers and for Global Shell sessions. This setting is used when you select a managed UNIX server and select Actions > Open With > Remote Terminal. It is also used when you run the Global Shell using Tools> Global Shell. The default value is:
cmd /c start /w cmd /c "(telnet %h %p || echo > nul) && echo %m && pause > nul"
The telnet
program emulates a command-line terminal session. The %h
represents the host and the %p
is for the port number. See Variables for the Terminal, RDP, Rlogin and SSH Client Options.
If you change the Terminal Client setting from the default value, make sure that the command blocks until the terminal application terminates. The terminal application must not run in the background. If you specify cmd /c start
, include the /w
switch to make cmd
block until the underlying command (such as telnet
) completes.
You are not required to use telnet as the terminal application. For example, you could use putty, the free Windows application that supports SSH, rlogin and telnet. To use a putty client, you could specify the following command:
C:\\Program Files\\putty\\putty.exe" -telnet %h %p
RDP client command
This setting specifies the Remote Desktop Protocol (RDP) client that the SA Client uses for remote terminal sessions on Windows managed servers and unmanaged servers. This setting is used when you select a managed Windows server and select Actions > Open With > Remote Terminal. It is also used when you select an unmanaged server and select Actions > Log in with > Windows Terminal Services. The default value is the Microsoft Terminal Services Client:
mstsc "%r"
The specified terminal client must be installed on your PC. To verify the existence of the terminal client, click the Test button.
The command can include variables such as %h
and %p
representing the host name and port number, respectively. When the terminal client is launched, these variables are replaced with the values shown in Variables for the Terminal, RDP, Rlogin and SSH Client Options. To override a replacement value, specify a constant instead of a variable. For example, you might specify 435 for the port instead of %p
.
SSH client command
This setting specifies the terminal client and configuration settings that the SA Client uses to remotely log in to unmanaged Windows servers. This setting is used when you select an unmanaged server and select Actions > Log in with > ssh.
You must specify a client program that can communicate over the SSH protocol. For example you could use putty, the free Windows application that supports SSH.
For the SSH Client setting, specify the command line to invoke your SSH client.
The following shows a putty command you can use to remotely log in to an unmanaged server over SSH.
putty -ssh -l %u -P %p %h
Encoding
This sets the encoding for Global Shell and the Remote Terminal sessions. This option is the replacement value of the %e
variable in the command specified by the Terminal Client field. The default value of the Encoding option is UTF-8.
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to hpe_sa_docs@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: