I'm trying to access the DSS through a KVM remote access device (Switchview IP 1010). T
he device is having trouble passing the default display resolution and I was wondering if I have the ability to change the resolution to something more friendly to my (low-end) KVM device?
To connect to server from Linux/MacOSX systems use:
ssh -2 -p 22222 -l cli address_ip
-option: -2 is a version of ssh protocol used for connection.
-option: -p is a port for Remote Access.
-option: -l is a user (In our product the user must be "cli").
-option: address_ip is a address of server you want to connect to.
To connect to server from Microsoft Windows, download free ssh client Putty (www.putty.nl).
-In Host Name (or IP address) field please enter IP address of the server -In Port field please enter the same port as in the server GUI (default 22222) -In Protocol please choose SSH -In Category: Connection
-> Data -> Auto-login-username please enter:
"cli"
-In Terminal -> Keyboard -> The Function Keys and keypad please select "VT100+"
-Go back to Category Session, enter session name in field Saved Sessions and click on "Save" button.
-Then click on new saved session, click "Open" and enter the "password".
(In case you did not enter Auto-login-username, it will prompt for username, so please enter: "cli")
This gives me access to the console which solves most of my problem but I occasionally need access to the system or Adaptec RAID BIOS.
When support tells me to change BIOS settings, or I want to check the status of the array, I still need a locally attached monitor/keyboard. It doesn't happen very often, but when it does it is a PITA.
CTRL-ALT-W? Could you be just a bit more specific? I don't see anything in the Hardware Configuration Menu that would give me access to the Adaptec RAID BIOS.