Emerson Avocent ACS808MEAC-400 Manual
Emerson
Ikke kategoriseret
Avocent ACS808MEAC-400
Læs gratis den danske manual til Emerson Avocent ACS808MEAC-400 (58 sider) i kategorien Ikke kategoriseret. Denne vejledning er vurderet som hjælpsom af 11 personer og har en gennemsnitlig bedømmelse på 4.3 stjerner ud af 6 anmeldelser. Har du et spørgsmål om Emerson Avocent ACS808MEAC-400, eller vil du spørge andre brugere om produktet?
Side 1/58

Avocent® ACS800/8000
Advanced Console System
Command Reference Guide

Technical Support Site
If you encounter any installation or operational issues with your product, check the pertinent section of
this manual to see if the issue can be resolved by following outlined procedures. For additional assistance,
visit https://www.VertivCo.com/en-us/support/

TABLE OF CONTENTS
1 Introduction, Navigation and Commands 1
1.1 Access Options and How to Log in to the CLI 1
1.2 Configuration Tasks Performed With the CLI 2
1.3 CLINavigation 2
1.4 Autocompletion 4
1.5 Parameters 4
2 CLI Command Set 5
2.1 Commands Used for the CLI 5
2.1.1 add 5
2.1.2 cd 5
2.1.3 commit 6
2.1.4 delete 6
2.1.5 exit/quit 6
2.1.6 ftp 7
2.1.7 help 7
2.1.8 list_configuration 7
2.1.9 ls 8
2.1.10 opiepasswd 8
2.1.11 pwd 9
2.1.12 passwd 9
2.1.13 revert 9
2.1.14 scp 9
2.1.15 set 10
2.1.16 show 10
2.1.17 wiz 10
2.1.18 connect 11
2.1.19 disconnect 11
2.1.20 cycle, on, off, lock and unlock 11
2.2 Special Multi-session Commands 13
2.2.1 sniff 13
2.2.2 share 13
2.2.3 list_shared_session 14
2.2.4 kill_shared_session 14
2.2.5 sendmsg 14
2.2.6 show_databuf and show_appliance_databuf 15
2.2.7 cleandbuf and clean_appliance_databuf 15
2.3 CLI Equivalent Actions to Web Manager Checkbox Selection 16
3 Port Access and Configuration Examples 19
3.1 View Information About the Console System and Connected Devices 19
3.2 Connect to a Device Console Connected to a Serial Port 20
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | i

3.3 Accessing Serial Ports using ts_menu 21
3.4 Manage Power for a Device Connected to an Outlet on a PDU 22
3.5 Port Configuration Examples 22
4 CLI Overview for Administrators 25
4.1 System 25
4.2 System/Security 25
4.2.1 System/Date and Time 26
4.2.2 System/Help and Language 27
4.2.3 System/General 27
4.2.4 System/Boot Configuration 28
4.2.5 System/Information 28
4.2.6 System/Usage 28
4.3 Network 29
4.3.1 Network/Settings 29
4.3.2 Network/IPv4 and IPv6 29
4.3.3 Network/Devices 30
4.3.4 Network/Hosts 31
4.3.5 Network/Firewall 32
4.3.6 Network/IPSec(VPN) 33
4.4 Network/SNMP 33
4.5 Sensors 33
4.5.1 Wiz command 34
4.6 Ports 35
4.6.1 Auxiliary ports 38
4.7 Pluggable Devices 38
4.8 Authentication 39
4.9 Users 40
4.10 Events_and_Logs 42
4.11 Power Management 43
4.12 Active Sessions Information 44
Appendices 45
Appendix A: Recovering a Console System That Will Not Boot From Flash 45
Appendix B: Migration CLI 47
Appendix C: Su and Sudo Commands 50
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | ii

1 INTRODUCTION, NAVIGATION AND COMMANDS
The Avocent® ACS800/8000 Advanced Console System is a 1U appliance that serves as a single point for
access and administration of connected devices, such as target device consoles, modems and power
devices. Console systems support secure remote data center management and out-of-band management
of IT assets from any location worldwide.
This guide describes how to access and navigate the Command Line Interface (CLI)utility and how to use
it after the console system has been installed and assigned an IP address. For information on how to install
or operate your console system using the web user interface (UI), see the Avocent® ACS800/8000
Advanced Console System Installation/User Guide.
1.1 Access Options and How to Log in to the CLI
The CLI utility can be accessed in the following ways:
•
•
•
•• Through a local terminal or a computer that has a terminal emulation program connected to
the console port of the console system with session settings of 9600, 8, N and 1, with no flow
control. The local console speed can be modified in the device's boot configuration.
•
•
•
•• After the console system is connected to the network and has an IP address, it can be accessed
by one of the following methods:
•
•
•
•• An SSH or Telnet client on a remote computer (if the SSH or Telnet protocol is enabled in
the selected Security Profile)
•
•
•
•• With the Web Manager - Access - Appliance Viewer button
•
•
•
•• With DSView management software
NOTE: For details on the remote access methods and IP address configuration options, see the
Avocent® ACS800/8000 Advanced Console System Installation/User Guide.
Administrators have full access to the CLI and to connected devices. An administrator can authorize
regular users to access ports, manage power, manage data buffer storage and use one or more console
system administration tools. Users can always change their own passwords.
To start the CLI:
1. An administrator can access the CLI through the console port, with Telnet, SSH or through the
web manager.
2. Enter the username and password at the prompt. The cli-> prompt appears.
-or-
Aroot user logs into the Linux shell by default. From the shell, type to launch the CLI.cli
Welcome to ACS8000 <host name>.
Type help for more information
--:- / cli->
The default password for admin is avocent and for root is . The password for these users may havelinux
been changed during installation of the console system. If not, change the default root and admin
passwords to avoid potential security breaches.
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 1

1.2 Configuration Tasks Performed With the CLI
The navigation structure of the CLI mirrors that of the web manager. Options and parameters are also the
same, except that spaces in web manager options and parameters are replaced with underscores (_), as in
system_tools. Examples that show how to select an option in the web manager use a dash surrounded by
two spaces ( - ). In the CLI, two similar options in a path are separated by a forward slash (/).
For example, in the web manager, user configuration is done when an administrator selects Users Local-
Accounts User Names- to get to the User Names screen. To navigate to the equivalent configuration
level in the CLI, an administrator would use the cd command followed by the path: cd /users/local_
accounts/user_names.
Administrators should log into the CLI in one window and log into the web manager in another window to
see how the menu options in the web manager map to the navigation options in the CLI. Configuration
with the CLI also requires mastery of the following information on CLI navigation and of the CLI
commands. For more information, see CLI Command Set on page 5
1.3 CLINavigation
The CLI navigation options are in a nested tree configuration.
When a command line is shown in an example, and the step starts with “Enter,” or when a syntax example
is given, the user should type the command as shown and then press . The key is not shown inEnter Enter
command line examples unless needed for clarity.
When a user logs in the CLI, the prompt indicates the user is at the / level.
--:- / cli->
No parameters can be set at this level of the navigation tree.
At any CLI prompt at any level, if you type <cd space Tab Tab cd Tab Tab Tab,> or the navigation options
(path elements) for that level are listed. Different options appear for administrators and for authorized
users.
•
•
•
•• When an administrator types the command and then presses at the / prompt, thecd Tab Tab
following navigation options (path elements) appear.
--:-/ cli->cd
access/ monitoring/ sensors/
active_sessions/ network/ system/
authentication/ pluggable_
devices/
system_
tools/
change_password/ ports/ users/
events_and_logs/ power_
management
When a regular user types the command and then presses at the / prompt, the followingcd Tab Tab
navigation options appear.
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 2

--:-/ cli->cd
access/ change_password/ power_management/
Enter <one_or_more_path_elements> to move down one or more levels of the navigation tree:cd
--:- / cli-> cd system_tools
A prompt like the following appears at each level:
--:- system_tools cli->
NOTE: CLI commands are case sensitive.
At any level, you can press at the prompt to see the commands that can be entered at theTab Tab
current level.
--:- / cli->
add pwd
cd quit
clone_ports reboot
commit reset_port_to_
factory
configuration_integrity restore_
configuration
delete revert
disable_ports save_configuration
echo scp
edit set
enable_ports set_cas
exit set_dial-in
factory_defaults set_dial-out
finish set_power
ftp set_socket-client
generate_|_download_
certificate shell
help show
hostname shutdown
list_configuration upgrade_firmware
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 3

ls whoami
opiepasswd wiz
passwd
If you know the path, you can enter multiple path elements in a single command separated with forward
slashes (/).
--:- / cli-> cd ports/serial_ports/
--:- serial ports cli->
Enter to move up one level of the navigation tree. Enter [ ] to move up multiple levels.cd .. cd ../.. /..
--:- serial ports cli-> cd ../..
--:- / cli->
1.4 Autocompletion
Autocompletion allows you to type the first few letters of a command or navigation option and then press
Tab. The rest of the name is filled in automatically if the letters typed are unique to one command or to a
navigation option at that level. If the letters match more than one of the commands or navigation options
for that level, the matching options are listed.
For example, if you type and press at the CLI prompt from the / level, the access option will becd acc Tab
completed.
--:- / cli-> cd acc <tab>
--:- / cli-> cd access
If you then press , you are changed to the access level, and the access level prompt appears.Enter
--:- access cli->
The following example illustrates a case when more than one command matches the letters typed.
--:- / cli-> sh <tab><tab>
shell show
1.5 Parameters
Some CLI commands take parameters. If you press after a command that requires a parameter,Tab Tab
you are prompted to enter the parameter.
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 4

2 CLI COMMAND SET
2.1 Commands Used for the CLI
This section describes the general commands used when accessing the console system with the
command line interface.
NOTE: Most of the commands work from any location when the path to the command parameter is
included.
NOTE: The word “node” refers to an entity such as a route, host or user, which can be added,
configured or deleted.
2.1.1 add
Add a node.
Syntax:
--:- / cli-> add <Path>
Example:
--:- / cli-> add network/hosts
--:#- [hosts] cli->
2.1.2 cd
Change directory (level).
Syntax:
--:- / cli-> cd <Path>
Example:
--:- / cli-> cd access
Displays the following:
--:- access cli->
Example:
--:- access cli-> cd ..
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 5

-or-
--:- access cli-> cd ../
Moves up one directory level and displays the following:
--:- / cli->
Example:
--:- access cli-> cd /
Moves to the top level and displays the following:
--:- / cli->
Example:
--:- access cli-> cd /information
Displays the following:
--:- information cli->
2.1.3 commit
Save settings.
Syntax:
**:- settings cli-> commit
2.1.4 delete
Delete a node.
Syntax:
--:- / cli-> delete <Path> <parameter>
2.1.5 exit/quit
Exit the CLI and return to the login prompt.
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 6

Syntax:
--:- / cli-> exit
-or-
--:- / cli-> quit
2.1.6 ftp
Connect to a remote FTP server.
Syntax:
--:- / cli-> ftp [<server_IP_address>|<hostname>]
NOTE: You must log into the CLI as root to have full control over the local directory path. All normal
FTP commands apply.
2.1.7 help
Generate a help message about how to navigate the CLI.
Syntax:
--:- / cli-> help
- Thank you for using the cli -
Some basic and useful keys are:
- tab (once/twice) - shows the next possible commands/option(s)
- up/down arrow - navigates up/down in the command history
- ls - shows sub-nodes
- show - shows available configuration in the node
- cntrl e - gets the current parameter value for editing
Other hints:
- Use backslash '\' to escape spaces, '\' and other control characters when assigning values to parameters.
2.1.8 list_configuration
List the configuration in a format that allows pasting the output directly on the appliance session
(console, SSH or Telnet) in order to (re)configure the unit.
All configurable parameters are listed under the current node. When the parameter is not configured, the
parameter name has the number sign character (#) as its prefix.
Syntax:
--:- / cli-> list_configuration
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 7

Example:
.list configuration of network device eth0:
--:- cli-> cd network/devices/eth0
--:- eth0 cli-> list_configuration
echo off
cd /network/devices/eth0
batch_mode
set status=enabled
set ipv4_method=dhcp
#set ipv4_method=static #ipv4_address=192.168.160.10 #ipv4_mask=255.255.255.0
#set ipv4_method=ipv4_address_unconfigured
#set ipv6_method=stateless
#set ipv6_method=dhcpv6
#set ipv6_method=static #ipv6_address= #ipv6_prefix_length=
set ipv6_method=ipv6_address_unconfigured
set mode=auto
submit
echo on
commit
--:- eth0 cli->
NOTE: Check the configuration of the program used to open a session against the appliance
(SSH/Telnet, TeraTerm / HypertTerminal for console, and so on) to avoid the inclusion of a line feed
character in lines that exceed terminal width, because this will affect the paste operation.
2.1.9 ls
Show the available directories or subnodes at the current location.
Syntax:
--:- / cli-> ls
Example:
--:- / cli-> ls authentication
appliance_authentication/
authentication_servers/
--:- / cli->
2.1.10 opiepasswd
Configure a one time password (OTP) for the local user. After you type the command, you will be asked for
the passphrase to use for the OTP.
NOTE: Use this command to restart the sequence number.
Syntax:
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 8

--:- / cli-> opiepasswd -f -c <username>
Example:
opiepasswd -f -c teste
Adding teste:
Only use this method from the console; NEVER from remote. If you are using telnet, xterm, or a dial-in,
type ^C now or exit with no password.
Then run opiepasswd without the -c parameter.
Using MD5 to compute responses.
Enter new secret pass phrase:
Again new secret pass phrase:
ID teste OTP key is 499 AC0241
FOOD HUGH SKI ALMA LURK BRAD
2.1.11 pwd
Display the path to the current level (print working directory).
Syntax:
--:- / cli-> pwd
2.1.12 passwd
Configure the password for the current user. The terminal does not echo the password.
Syntax:
--:- / cli-> passwd
2.1.13 revert
Undo a previous parameter setting.
Syntax:
**:- / cli-> revert
2.1.14 scp
Perform a secure shell copy.
Syntax:
--:- / cli-> scp [[user@]host1:]file1 [...] [[user@]host2:]file2
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 9

2.1.15 set
Set a parameter.
Syntax:
--:- / cli-> set <Path> <Parameter>=<Value>
After a parameter has been changed using the set command, a pair of asterisks appear at the beginning
of the CLI prompt.
**:- / cli->
Save the change:
**:- / cli-> commit
-or-
Undo the change:
**:- / cli-> revert
NOTE: After a commit or revert command, the asterisks at the beginning of the CLI prompt are
replaced by hyphens. Asterisks will not appear after the execution of the set command if using wizard
mode, which can be recognized by a prompt that has a pound sign after the colon and the current
directory in square brackets (example, --:#- [hosts] cli->).
2.1.16 show
Show the content of the current location (shows tables and parameters with current values).
Syntax:
--:- / cli-> show
Example:
--:- language cli-> show
appliance_language = english
--:- / cli->
2.1.17 wiz
Configures the IP parameters for the Eth0 interface. Shows the current configuration and asks for new
values for the following parameters:
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 10

•
•
•
•• Status of the interface (enabled or disabled)
•
•
•
•• IPv4 method (dhcp or static)
•
•
•
•• IPv6 method (dhcp or static)
•
•
•
•• IP address, mask and gateway (if static is chosen for either of the previous parameters)
•
•
•
•• DNS Primary Server, Secondary Server, Domain Name and Hostname
•
•
•
•• Enable or disable IPv6 support
After setting all parameters, confirm that all parameters are correct to save them.
2.1.18 connect
Connect to a serial port.
Syntax:
--:- access cli-> connect <port_name>
Example:
--:- access cli-> connect 77-77-70-p-2
Displays the following:
Password:
-or-
Type the hotkey to suspend the connection:
Ctrl + z
NOTE: The connect, sniff and share commands allow you to connect to serial ports. These commands
require authentication when single sign-on is disabled, so the password must be entered to
authenticate the user in the authentication type configured for the serial port. If single sign-on is
enabled or the user has already been authenticated, the session is opened.
2.1.19 disconnect
Use the text session hotkey to suspend the target session and return to the CLI.
Syntax:
Ctrl+z
2.1.20 cycle, on, off, lock and unlock
Control power on outlets on a PDU that is either connected to a serial port or to the AUX/Modem port
when the port is enabled and configured with the Power Profile.
NOTE: Lock and unlock commands are only supported on Cyclades and Avocent PDUs.
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 11

To power control (on, off, cycle) all outlets of PDUs or outlets merged to a target (serial port configured as
CAS profile with merged outlets):
1. Go to the access level.
--:- / cli-> cd/ access
2. Launch the power command with the argument being the target name or PDU ID.
--:- access cli-> [cycle|on|off][<PDU_ID>]|<target name>]
To power control (on, off, cycle) outlets of one specific PDU:
1. Go to the PDU level under access.
--:- / cli-> cd access/<PDU_ID>
2. Launch the power command with a specific outlet (number or name), range of outlets (use a
hyphen to specify the range) or list of outlets (number or name separated by a comma).
--:- <PDU_ID> cli-> [cycle|on|off][<outlet name>|<outlet number>]
-or-
--:- <PDU_ID> cli-> [cycle|on|off]<outlet number>-<outlet number]
-or-
--:- <PDU_ID> cli-> [cycle|on|off]<outlet number>,<outlet number>
To power control (on, off, cycle, lock, unlock) outlets of one specific PDU under the power management
level:
1. Go to the outlet level for the specific PDU.
--:- / cli-> cd power_management/pdus/<PDU_ID>/outlets
2. Launch the power command with a specific outlet number, range of outlets (use a hyphen to
specify the range) or list of outlets (number or name separated by a comma).
--:- outlets cli-> [cycle|on|off] [<outlet number>]
-or-
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 12

--:- outlets cli-> [cycle|on|off] <outlet number>-<outlet number]
-or-
--:- outlets cli-> [cycle|on|off] <outlet number>,<outlet number>
2.2 Special Multi-session Commands
The following commands require navigation to an enabled and configured port to which one or more
users are simultaneously connected. To get to the port, enter the following command.
--:- / cli-> cd access/<serial_port_ID>
2.2.1 sniff
Connect to a serial port as an additional, view-only user.
Syntax:
--:- / <port name>cli-> sniff
Example:
--:- / 77-77-70-p-2 cli->sniff
Displays the following:
Password:
-or-
Type the hotkey to suspend the connection:
Ctrl + z
2.2.2 share
Connect to a serial port as an additional, read/write user.
Syntax:
--:-/ <port_name> cli-> share
Example:
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 13

--:- / 77-77-70-p-2 cli->share
Displays the following:
Password:
-or-
Type the hotkey to suspend the connection:
Ctrl + z
2.2.3 list_shared_session
List the users connected to the shared serial port.
Syntax:
--:- <serial_port_ID> cli-> list_shared_session
2.2.4 kill_shared_session
Terminate the connection of a user on the port. The user is returned to the cli-> prompt.
NOTE: You must enable the Kill Multi Session option from the Port Access Rights settings for this
command to be available.
Syntax:
--:- <serial_port_ID> cli-> kill_shared_session <username>
Example:
--:- <serial_port_ID> cli-> kill_shared_session admin@139
2.2.5 sendmsg
Send a message to a user connected to the port.
NOTE: You must enable the Send Message Multi Session option from the Port Access Rights settings
for this command to be available.
Syntax:
--:- <serial_port_ID> cli-> sendmsg <username> <message>
Example:
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 14

--:- <serial_port_ID> cli-> sendmsg admin@139 You are being terminated.
2.2.6 show_databuf and show_appliance_databuf
View the data buffer files for the port. Data buffering must be enabled in the CAS Profile for the port and
the user must be authorized for data buffer management.
Syntax:
--:- <serial_port_ID> cli-> show_databuf
View the data logging for the appliance. Appliance Session Data logging must be enabled in Events and
Logs/Appliance Logging.
Syntax:
--:- / cli -> show_appliance_databuf
The following commands are available for show data buffering:
•
•
•
•• Return - Scroll forward one line.
•
•
•
•• Ctrl + F - Scroll forward one window.
•
•
•
•• Ctrl + B - Scroll backward one window.
•
•
•
•• /pattern - Search foward in the file for the first line containing the pattern.
•
•
•
•• ?pattern - Search backward in the file for the first line containing the pattern.
•
•
•
•• n- Repeat the search.
•
•
•
•• q- Quit.
2.2.7 cleandbuf and clean_appliance_databuf
Clear the data buffer. Data buffering must be enabled in the CAS Profile for the port and the user must be
authorized for data buffer management.
Syntax:
--:- <serial_port_ID> cli-> clean_databuf
Clear the data logging for the appliance. Appliance Session Data logging must be enabled in Events and
Logs/Appliance Logging.
Syntax:
--:- / cli -> clean_appliance_databuf
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 15

2.3 CLI Equivalent Actions to Web Manager Checkbox Selection
NOTE: The following example procedure, which configures IPv6, illustrates the actions to use in the
CLI to enable or disable an option when a checkbox would be selected or deselected in the web
manager. The sub-parameters will be available after the option is enabled.
To configure IPv6 (example of how to perform the equivalent of web manager checkbox
selection/deselection):
1. Log into the CLI and enter cd network/settings.
--:- / cli-> cd network/settings
2. Enter show to view the status of IPv6 configuration.
--:- settings cli-> show
hostname = ACS8048
primary_dns = 110.126.129.4
secondary_dns =
domain = corp.tst.com
search =
enable_lldp = no
enable_ipv6 = no
get_dns_from_dhcpv6 = no
get_domain_from_dhcpv6 = no
multiple_routing = none
enable_bonding = no
3. Type set enable_ipv6= Taband press to view the options for the parameter.
--:- settings cli-> set enable_ipv6=
no yes
4. Enter set enable_ipv6=no to disable IPv6.
--:- settings cli-> set enable_ipv6=no
-or-
Enter set enable_ipv6=yes to enable IPv6.
--:- settings cli-> set enable_ipv6=yes
5. (Optional) Enter either of the following commands to enable subparameters.
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 16

**:- settings cli-> set get_dns_from_dhcpv6=yes
**:- settings cli-> set get_domain_from_dhcpv6=yes
6. Enter show to verify the change.
**:- settings cli-> show
hostname = ACS8048
primary_dns = 110.126.129.4
secondary_dns =
domain = corp.tst.com
search =
enable_lldp = no
enable_ipv6 = yes
get_dns_from_dhcpv6 = no
get_domain_from_dhcpv6 = no
multiple_routing = none
enable_bonding = no
7. Enter commit.
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 17

Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 18
This page intentionally left blank.

3 PORT ACCESS AND CONFIGURATION EXAMPLES
By default, all serial ports and the modem port are disabled. An administrator must enable and configure
the ports before anyone can use them. Configuration of ports differs based on the type of connected
device, which can be a device console, PDU or modem.
By default, all users can access all enabled and configured ports. The administrator must decide whether
to restrict user access to ports by the assignment of authorizations to user groups. A user who is in an
authorized group is referred to as an authorized user.
Some port configuration tasks are provided as examples of how to use the CLI. See the Avocent® ACS
800/8000 Advanced Console System Installation/User Guide for an overview of the tasks the
administrator must do to configure restricted access to ports. For more information about how to follow
the web manager procedures in the CLI, see on page 2.Configuration Tasks Performed With the CLI
This section describes the following tasks related to port access, configuration, power management and
where the tasks are performed in the CLI.
TAS
TAS
TAS
TASTASK
K
K
KK W
W
W
WWHERE
HERE
HERE
HEREHERE PERFORMED
PERFORMED
PERFORMED
PERFORMEDPERFORMED
View information about the console system and the connected
devices access show
Authorized users access enabled on configured ports access connect
Authorized users manage power on outlets access/<PDU_ID>/outlets -or- power_management/PDUs/<PDU_ID>/outlet_
table
Administrators configure ports connected to the consoles of
devices ports See Chapter 3 for all Ports options
Table 3.1 Port Access and Configuration Tasks
3.1 View Information About the Console System and Connected Devices
When a regular user or an administrator enters show at the Access level, information about the following
appears in the format shown in on page 19.Access Parameters
•
•
•
•• The console system
•
•
•
•• The serial ports that user is authorized to access (if they are configured with the CAS or Power
Profile)
F
F
F
FFI
I
I
IIEL
EL
EL
ELELD
D
D
DD D
D
D
DDES
ES
ES
ESESCRI
CRI
CRI
CRICRIPTION
PTION
PTION
PTIONPTION
For Appliance
Name Name assignedto the appliance (for example, ACS8048-1357908642)
Port N/A
Type N/A
Status N/A
For Serial Port
Name Either the default name [XX XX XX n n- - -p- (where =port_number)], an administrator-assigned alias or an auto-discovered server name
Port Number of the serial port
Type Serial
Status Idle / In-Use
For Power
Name PDU ID (either the default name in the format XX- - P _ or an administrator-assignedalias, such as myPDU)XX XX XX n
Table 3.2 Access Parameters
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 19

F
F
F
FFI
I
I
IIE
E
E
EEL
L
L
LLD
D
D
DD D
D
D
DDE
E
E
EES
S
S
SSC
C
C
CCRI
RI
RI
RIRIPTION
PTION
PTION
PTIONPTION
Port Number of the serial port/position on the chain
Type PDU model
Status Number of Outlets ON | Total outlets
For
Outlets
Enter cd <PDU_ID>/outlets and enter show to see list of outlets and the actions that can be taken (commands that can be executed) for
each outlet as shown below.
Name Either the default - - P _XX XX XX XX n_ or an administrator-assigned namen
Port PDU outlet number
Type Outlet
Status ON / OFF
Action None
To view information about the console system and connected devices:
1. Log into the CLI and enter cd access to change to the Access level.
--:- / cli-> cd access
2. Enter . Information about the console system and the ports the current user is authorizedshow
to access appears.
--:- access cli-> show
name port type status
================= ==== ===== =====
ACS8048-0011223344
21-67-72-p-1 1 serial in use
21-67-72-p-2 2 serial idle
21-67-72-p-3 3 serial idle
Type ls to see available sub-nodes.
--:- access cli->ls
21-67-72-p-1/
21-67-72-p-2/
21-67-72-p-3/
3.2 Connect to a Device Console Connected to a Serial Port
The following procedure is an example of how an administrator or an authorized user can connect to a
device console when the device is connected to a port that is enabled and configured with the CAS
Profile.
To connect to a device console connected to a serial port:
NOTE: The serial port must already be configured and enabled prior to this procedure. See Port
Configuration Examples on page 22.
1. Log into the CLI and enter cd access to navigate to the Access level.
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 20

--:- / cli-> cd access
--:- access cli->
2. Enter connect <serial_port_name . If authentication is configured for the port, the Password>
prompt appears when single sign-on is disabled.
--:- access cli-> connect 77-77-70-p-2
Password:
NOTE: The connect command above shows a connection to a port that has an alias of 77-77-70-p-2.
3. If prompted, enter the password for the port. The following prompt appears.
Type the hot key to suspend the connection: <CTRL>z
4. Press to continue. You are connected to the device that is connected to the port. TheEnter
window shows the initial display for the device (usually a console banner and login prompt). An
example is shown below.
Ubuntu 6.06.1 LTS fremont-techpubs ttyS2
login: fred
Password:
Last login: Tue Oct 2 13:09:04 2007 on :0
Linux fremont-techpubs 2.6.15-28-386 #1 PREEMPT Wed Jul 18 22:50:32 UTC 2007 i68
6 GNU/Linux
#
3.3 Accessing Serial Ports using ts_menu
The ts_menu is an application to facilitate connection to the serial ports. It displays a menu showing the
server names connected to the serial ports of the console system. You must configure the login profile for
the group that the users belong to as ts_menu.
ts_menu options
-u
-u
-u
-u-u <u
<u
<u
<u<user>
ser>
ser>
ser>ser> [-l]
[-l]
[-l]
[-l][-l] [-r
[-r
[-r
[-r[-ro]
o]
o]
o]o] <conso
<conso
<conso
<conso<console
le
le
lele p
p
p
ppo
o
o
oor
r
r
rrt
t
t
tt>
>
>
>>
PA
PA
PA
PAPARAME
RAME
RAME
RAMERAMETER
TER
TER
TERTER D
D
D
DDE
E
E
EESC
SC
SC
SCSCRIPTI
RIPTI
RIPTI
RIPTIRIPTION
ON
ON
ONON
-u <user> Invokes ts_menu as the user named by <user>. This requires a password to be entered. The user only has access to authorized
serial ports.
Table 3.3 ts_menu Parameters
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 21

port device name profile settings
==== ====== ==== ======= =======
1 ttys1 21-67-p-1 cas 9600_8N1_telnet-ssh_local
2 ttys2 21-67-p-2 cas 9600_8N1_telnet-ssh_local
3 ttys3 21-67-p-3 power 9600_8N1
Type ls to see available sub-nodes
--:-serial_ports/physical cli->
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 24

port_access_send_message_multi_session =
port_access_power_control =
port_access_data_buffer_management =
port_access_restful_menu =
bootp_enabled=
bootp_interface=
enable_live_configuration_retrieval=
ssh_allows_authentication_via_username|password =
security_profile=
enable_telnet_service=
enable_ftp_service= d
enable_snmp_service=
enable_ipsec=
answer_icmp_message=
ssh_version=
ssh_tcp_port=
ssh_allow_root_access=
ssh_minimum_cipher_and_mac_suite_level =
enable_http_session=
http_port=
enable_https_session
https_tls_version=
https_port=
https_minimum_cipher_suite_level=
redirect_http|https=
dsview
all_appliance_to_be_managed_by_dsview=
fips_140
enable_fips_140-2_module=
4.2.1 System/Date and Time
Enter cd system/date_and_time to navigate to the date_and_time level.
--:- / cli-> cd system/date_and_time
date_and_time
date_and_time
settings=
day=
hour=
minute=
month=
Table 4.2 Date and Time Navigation Tree
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 26

ipv4_static_routes
default_3
gateway=
interface=
metric=
ipv6_static_routes
Table 4.7 Network/IPv4 and IPv6 Options
4.3.3 Network/Devices
The procedure to configure a static IP address for the primary Ethernet interface is usually performed
during installation so that administrators have a fixed IP address for access to the web manager and can
finish configuration.
To configure an IPv4 or IPv6 static IP address:
NOTE: This procedure configures either an IPv4 or IPv6 static IP address for the ETH0 (eth0) or the
ETH1 (eth1) port. You can configure an IPv6 static IP address only if IPv6 is enabled.
1. Enter cd network/devices/<eth0 | eth1>/settings to navigate to the Settings level for the
desired interface.
--:- / cli-> cd network/devices/eth0/
2. Enter set ipv 4< |6 _method=static> to set the method to static for IPv4 or IPv6.
**:- eth0 cli-> set ipv4_method=static
3. Enter set ipv<4 6 _address=| > <IP_Address> <ipv 4 6 _mask=| > <netmask> to set the IP address and
subnet mask, then enter commit to save the change.
--:- eth0 cli-> set ipv4_address=172.26.31.10 ipv4_mask=255.255.255.0
**:- eth0 cli-> commit
4. Enter to view the changes.show
--:- eth0 cli-> show
devices
eth0
set_as_primary_interface=
status=
Table 4.8 Devices Navigation Tree
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 30

type=
value=
max=
min=
average=
digital_in
<sensor>
name=
location=
type=
alarm=
pdu
<sensor>
name:
pdu:
type:
value:
max:
min:
average:
4.5.1 Wiz command
The wiz command allows administrators to quickly perform the initial network configuration of the eth0.
At the command prompt at the / level, enter to view the current IP configuration. To change the IPwiz
configuration, press to move through the parameters, and pressTab Esc + Tab to edit the selected
parameter. When you are finished, enter yes to confirm that all parameters are correct and to save the
new parameters.
--:- / cli-> wiz
Current IPv4 address: 172.26.30.249
Current IPv6 address:
eth0:
device_status = enabled
ipv4_method = dhcp
ipv4_address = 192.168.160.10
ipv4_mask = 255.255.255.0
ipv4_default_gateway =
ipv6_method = ipv6_address_unconfigured
ipv6_address =
ipv6_prefix_length =
ipv6_default_gateway =
MAC Address: 00:e0:86:21:67:72
dns:
primary_dns = 172.26.29.4
secondary_dns =
domain = corp.vertivco.com
Vertiv | Avocent® ACS800/8000 Advanced Console System Command Reference Guide | 34
Produkt Specifikationer
Mærke: | Emerson |
Kategori: | Ikke kategoriseret |
Model: | Avocent ACS808MEAC-400 |
Har du brug for hjælp?
Hvis du har brug for hjælp til Emerson Avocent ACS808MEAC-400 stil et spørgsmål nedenfor, og andre brugere vil svare dig
Ikke kategoriseret Emerson Manualer
27 December 2024
27 December 2024
27 December 2024
10 December 2024
10 December 2024
10 December 2024
11 November 2024
4 September 2024
3 September 2024
2 September 2024
Ikke kategoriseret Manualer
- SEH
- Kidde
- Edsyn
- LaCie
- Palson
- Bolsey
- Bopita
- Weihrauch Sport
- Urban Glide
- SolaX Power
- Arlec
- Vinci
- Linea
- Hyundai
- ETiger
Nyeste Ikke kategoriseret Manualer
14 Juni 2025
14 Juni 2025
14 Juni 2025
14 Juni 2025
14 Juni 2025
14 Juni 2025
14 Juni 2025
14 Juni 2025
14 Juni 2025
14 Juni 2025