- Preface
- Overview
- Installing the Server Operating System or Hypervisor
- Managing the Server
- Managing Storage Using RAID
- Viewing Server Properties
- Viewing Server Sensors
- Managing Remote Presence
- Managing User Accounts
- Configuring Network-Related Settings
- Configuring Communication Services
- Managing Certificates
- Configuring Platform Event Filters
- Firmware Management
- Viewing Logs
- Server Utilities
- Diagnostic Tests
- Index
Managing Remote Presence
This chapter includes the following sections:
Managing the Virtual KVM
KVM Console
The KVM console is an interface accessible from the CIMC that emulates a direct keyboard, video, and mouse connection to the server. The KVM console allows you to connect to the server from a remote location. Instead of using CD/DVD or floppy drives physically connected to the server, the KVM console uses virtual media, which are actual disk drives or disk image files that are mapped to virtual CD/DVD or floppy drives. You can map any of the following to a virtual drive:
-
CD/DVD or floppy drive on your computer
-
Disk image files (ISO or IMG files) on your computer
-
USB flash drive on your computer
Java Requirements to Launch the KVM Console
To launch the KVM console, you must have Java release 1.6 or later installed in your system.
If the KVM console fails to launch because the certificate is revoked by Java, you must change your Java settings. Do the following:
-
Access the Java control panel.
-
Click the Advanced tab
-
Under Perform certificate revocation on, choose the Do not check (not recommended) radio button. For more information, see http://www.java.com/en/download/help/revocation_options.xml.
Configuring the Virtual KVM
You must log in as a user with admin privileges to configure the virtual KVM.
This example configures the virtual KVM and displays the configuration:
Server# scope kvm Server /kvm # set enabled yes Server /kvm *# set encrypted no Server /kvm *# set kvm-port 2068 Server /kvm *# set max-sessions 4 Server /kvm *# set local-video yes Server /kvm *# commit Server /kvm # show detail KVM Settings: Encryption Enabled: no Max Sessions: 4 Local Video: yes Active Sessions: 0 Enabled: yes KVM Port: 2068 Server /kvm #
Launch the virtual KVM from the GUI.
Enabling the Virtual KVM
You must log in as a user with admin privileges to enable the virtual KVM.
Command or Action | Purpose |
---|
This example enables the virtual KVM:
Server# scope kvm Server /kvm # set enabled yes Server /kvm *# commit Server /kvm # show Encryption Enabled Local Video Active Sessions Enabled KVM Port ------------------ ---------------- --------------- ------- -------- no yes 0 yes 2068 Server /kvm #
Disabling the Virtual KVM
You must log in as a user with admin privileges to disable the virtual KVM.
This example disables the virtual KVM:
Server# scope kvm Server /kvm # set enabled no Server /kvm *# commit Server /kvm # show Encryption Enabled Local Video Active Sessions Enabled KVM Port ------------------ ---------------- --------------- ------- -------- no yes 0 no 2068 Server /kvm #
Configuring Virtual Media
You must log in as a user with admin privileges to configure virtual media.
Command or Action | Purpose | |||
---|---|---|---|---|
Step 1 | Server# scope vmedia |
Enters virtual media command mode. | ||
Step 2 | Server /vmedia # set enabled {yes | no} |
Enables or disables virtual media. By default, virtual media is disabled.
| ||
Step 3 | Server /vmedia # set encryption {yes | no} |
Enables or disables virtual media encryption. | ||
Step 4 | Server /vmedia # set low-power-usb-enabled {yes | no} |
Enables or disables low power USB.
| ||
Step 5 | Server /vmedia # commit |
Commits the transaction to the system configuration. | ||
Step 6 | Server /vmedia # show [detail] |
(Optional) Displays the virtual media configuration. |
This example configures virtual media encryption:
Server# scope vmedia Server /vmedia # set enabled yes Server /vmedia *# set encryption yes Server /vmedia *# set low-power-usb-enabled no Server /vmedia *# commit Server /vmedia # show detail vMedia Settings: Encryption Enabled: yes Enabled: yes Max Sessions: 1 Active Sessions: 0 Low Power USB Enabled: no Server /vmedia #
Use the KVM to attach virtual media devices to a host.
Configuring a CIMC-Mapped vMedia Volume
You must log in with admin privileges to perform this task.
Command or Action | Purpose | |
---|---|---|
Step 1 | Server # scope vmedia |
Enters the virtual media command mode. |
Step 2 | Server /vmedia # map-cifs {volume-name | remote-share | remote-file-path [mount options] |
|
Step 3 | Server /vmedia # map-nfs {volume-name | remote-share | remote-file-path} [mount options] |
|
Step 4 | Server /vmedia # map-www {volume-name | remote-share | remote-file-path [mount options] |
|
This example shows how to create a CIFS CIMC-mapped vmedia settings:
Server # scope vmedia Server /vmedia # map-cifs sample-volume //10.10.10.10/project /test/sample Server username: Server password: **** Confirm password: **** Server /vmedia #
Viewing CIMC-Mapped vMedia Volume Properties
You must log in as a user with admin privileges to perform this task.
Command or Action | Purpose |
---|
This example shows how to view the properties of all the configured vmedia mapping:
Server # scope vmedia Server /vmedia # show mappings Volume Map-status Drive-type remote-share remote-file mount-type ------ ---------- ------------ --------------------- ------------------- ----------- Huu OK removable http://10.104.236.99/ rhel-server-6.1-x86_6.iso www Rhel OK CD http://10.104.236.99/ rhel-server-6.1-x86_6.iso www
Removing a CIMC-Mapped Mounted vMedia Volume
You must log in as a user with admin privileges to perform this task.
Command or Action | Purpose |
---|
This example shows how to unmap a CIMC-mapped vmedia volume:
Server # scope vmedia Server /vmedia # show mappings Volume Map-status Drive-type remote-share remote-file mount-type ------ ---------- ------------ --------------------- ------------------- ----------- Huu OK removable http://10.104.236.99/ rhel-server-6.1-x86_6.iso www Rhel OK CD http://10.104.236.99/ rhel-server-6.1-x86_6.iso www Server /vmedia # unmap huu Server /vmedia # show mappings Volume Map-status Drive-type remote-share remote-file mount-type ------ ---------- ------------ --------------------- ------------------- ----------- Rhel OK CD http://10.104.236.99/ rhel-server-6.1-x86_6.iso www Server /vmedia #
Managing Serial over LAN
Serial over LAN
Serial over LAN (SoL) is a mechanism that enables the input and output of the serial port of a managed system to be redirected via an SSH session over IP. SoL provides a means of reaching the host console via the CIMC.
Guidelines and Restrictions for Serial over LAN
For redirection to SoL, the server console must have the following configuration:
-
Console redirection to serial port A
-
No flow control
-
Baud rate the same as configured for SoL
-
VT-100 terminal type
-
Legacy OS redirection disabled
The SoL session will display line-oriented information such as boot messages, and character-oriented screen menus such as BIOS setup menus. If the server boots an operating system or application with a bitmap-oriented display, such as Windows, the SoL session will no longer display. If the server boots a command-line-oriented operating system (OS), such as Linux, you may need to perform additional configuration of the OS in order to properly display in an SoL session.
In the SoL session, your keystrokes are transmitted to the console except for the function key F2. To send an F2 to the console, press the Escape key, then press 2.
Configuring Serial Over LAN
You must log in as a user with admin privileges to configure SoL.
Command or Action | Purpose | |||
---|---|---|---|---|
Step 1 | Server# scope sol |
Enters SoL command mode. | ||
Step 2 | Server /sol # set enabled {yes | no} |
Enables or disables SoL on this server. | ||
Step 3 | Server /sol # set baud-rate {9600 | 19200 | 38400 | 57600 | 115200} |
Sets the serial baud rate the system uses for SoL communication.
| ||
Step 4 | Server /sol # commit |
Commits the transaction to the system configuration. | ||
Step 5 | Server /sol # show [detail] |
(Optional) Displays the SoL settings. |
This example configures SoL:
Server# scope sol Server /sol # set enabled yes Server /sol *# set baud-rate 115200 Server /sol *# commit Server /sol # show Enabled Baud Rate(bps) ------- --------------- yes 115200 Server /sol #
Launching Serial over LAN
Command or Action | Purpose |
---|
Press Ctrl and X keys to disconnect from SoL and return to the CLI session.
![]() Note | When you enable SoL, the output from the serial port is redirected; therefore, when you try to session into the host from Cisco IOS CLI, you will not see any output. |