Difference between revisions of "Remote usage of the Dell console switches"

From PDP/Grid Wiki
Jump to navigationJump to search
m
Line 84: Line 84:
 
  INSERT INTO GLOBAL_OPTIONS VALUES(109,'MACRO_1155895654130','Alt-PrtScn-P,en,-1,0,226,0,Alt-Left,70,0,PrtScn,19,2,P,70,1,PrtScn,226,1,Alt-Left')
 
  INSERT INTO GLOBAL_OPTIONS VALUES(109,'MACRO_1155895654130','Alt-PrtScn-P,en,-1,0,226,0,Alt-Left,70,0,PrtScn,19,2,P,70,1,PrtScn,226,1,Alt-Left')
 
  INSERT INTO GLOBAL_OPTIONS VALUES(110,'MACRO_1155895654131','Alt-PrtScn-U,en,-1,0,226,0,Alt-Left,70,0,PrtScn,24,2,U,70,1,PrtScn,226,1,Alt-Left')
 
  INSERT INTO GLOBAL_OPTIONS VALUES(110,'MACRO_1155895654131','Alt-PrtScn-U,en,-1,0,226,0,Alt-Left,70,0,PrtScn,24,2,U,70,1,PrtScn,226,1,Alt-Left')
 +
 +
 +
== Accessing all the machines through multiple console switches ==
 +
 +
Important to know is that all console switches leverage their own users database. This can all be synced with the use of an LDAP-directory, but that's not working (yet). This means that you'll need to have 'N' different accounts (username/password combination), where 'N' is the amount of Remote Console switches.
 +
 +
== Updating your local node list ==
 +
 +
Select the 'Remote Console Switches' tab and select the Console Switch that you wish to update the list of servers for. Then Right-Click on the selected Console Switch and hit the 'Manage Remote Console Switch' button.
 +
If not authenticated to this console switch yet, you'll be asked to enter username/password for that console switch. In the 'Catagory' pane select 'Servers'. On the right side of that screen you'll need to hit 'Resync' to initiate the node list updating proces. In the new screen click 'Next->Next->Next->Finish' and exit the 'Manage Remote Console Switch' screen.
 +
 +
Your nodes list is updated for this console switch. Repeat the procedure on each console switch to perform a full resync of all connected nodes.

Revision as of 11:51, 18 December 2006

On the normal NIKHEF network, the DS2161's (ruif and terp, and 194.171.99.250) are available at

 /global/ices/grid/nikhef/network/DRCSS2/

To start it, change to that directory and run the programme. Start the Java application like:

 ./Dell_Remote_Console_Switch_Software &

It will create a directory in your home directory, named

 $HOME/Dell_Remote_Console_Switch_Software

Just wait for the window to apprear. The name of the administrator login is "Admin" (case sensitive) with the agreed password :-), or your own username with the assigned PW

Note that iff you used version 1 of the programme earlier: all the database layout has changed -- you may need to just wipe your $HOME/Dell... directory and start anew.

on the farm

You need to have access to a host in the farm with X forwarding enabled. Using X compression will make the display respond quicker:

ssh -C -X <hostname>

Start the remote console tool via:

/share/doc/farms/Dell_Remote_Console_Switch_Software/Dell_Remote_Console_Switch_Software

Selection of the switches can be done via the tab Remote Console Switches, The following switches exist:

2161DS 03-53-33      the switch in the bulldozer cluster
2161DS 03-DD-F9      the switch in the server cabinet (named ruif)

On the tab Servers it is possible to connect to one of the attached hosts by double clicking the host name.

End a session by closing the containing window with the cross button in upper right corner.

.

Using 'magic sysrq' keystrokes in the Dell DS2161 Console switch

Although impossible to do via the provided GUI, there is a magic way to get the "Alt-sysrq-<character>" keystrokes to work on this thing.

The trick is as follows: the keystroke macros that you can specify in the GUI are stored on disk in a set of SQL commands, but 'not' as specified, but in key-press-and-release codes. By manually changing this script, and moving the SysRQ-release instruction to a later position in the macro, you get the desired behaviour.

This is the magic line you should enter into the vpdbase.script file (change the initial number as needed):

 INSERT INTO OPTIONS VALUES(44,'MACRO_Alt-PrtScrn+B','true,false,18,true,false,154,true,true,66,false,true,66,false,false,154,false,false,18,')

where

true,false,18 Alt-press
true,false,154 PrintScrn-press
true,true,66 "B" press
false,true,66 "B" release
false,false,154 PrintScrn-release
false,false,18 Alt-release

Normally, true,false,154 and false,false,154 would follow on eachother immediately, but by editing this file manually you can tear them apart.

Restart the Dell Remote colsole application and reboot your system (after doing sysctl -w kernel.sysrq=1)

Other keys: "S" = 83, "B" = 66, ...

Using 'magic sysrq' keystrokes in the Dell DS2161-2 Console switch

With the DRCSS2 release software, the scan codes have changed. The new definitions for the magic sysrq button keystrokes are:

INSERT INTO GLOBAL_OPTIONS VALUES(43,'MACRO_Alt-PrtScrn+B','Alt-PrtScrn+B,en,-1,0,226,0,Alt-Left,70,0,PrtScn,5,2,B,70,1,PrtScn,226,1,Alt-Left')
INSERT INTO GLOBAL_OPTIONS VALUES(44,'MACRO_Alt-PrtScrn+S','Alt-PrtScrn+S,en,-1,0,226,0,Alt-Left,70,0,PrtScn,22,2,S,70,1,PrtScn,226,1,Alt-Left')
INSERT INTO GLOBAL_OPTIONS VALUES(104,'MACRO_1155895654125','Alt-PrtScn-T,en,-1,0,226,0,Alt-Left,70,0,PrtScn,23,2,T,70,1,PrtScn,226,1,Alt-Left')
INSERT INTO GLOBAL_OPTIONS VALUES(105,'MACRO_1155895654126','Alt-PrtScn-E,en,-1,0,226,0,Alt-Left,70,0,PrtScn,8,2,E,70,1,PrtScn,226,1,Alt-Left')
INSERT INTO GLOBAL_OPTIONS VALUES(106,'MACRO_1155895654127','Alt-PrtScn-I,en,-1,0,226,0,Alt-Left,70,0,PrtScn,12,2,I,70,1,PrtScn,226,1,Alt-Left')
INSERT INTO GLOBAL_OPTIONS VALUES(107,'MACRO_1155895654128','Alt-PrtScn-M,en,-1,0,226,0,Alt-Left,70,0,PrtScn,16,2,M,70,1,PrtScn,226,1,Alt-Left')
INSERT INTO GLOBAL_OPTIONS VALUES(108,'MACRO_1155895654129','Alt-PrtScn-O,en,-1,0,226,0,Alt-Left,70,0,PrtScn,18,2,O,70,1,PrtScn,226,1,Alt-Left')
INSERT INTO GLOBAL_OPTIONS VALUES(109,'MACRO_1155895654130','Alt-PrtScn-P,en,-1,0,226,0,Alt-Left,70,0,PrtScn,19,2,P,70,1,PrtScn,226,1,Alt-Left')
INSERT INTO GLOBAL_OPTIONS VALUES(110,'MACRO_1155895654131','Alt-PrtScn-U,en,-1,0,226,0,Alt-Left,70,0,PrtScn,24,2,U,70,1,PrtScn,226,1,Alt-Left')


Accessing all the machines through multiple console switches

Important to know is that all console switches leverage their own users database. This can all be synced with the use of an LDAP-directory, but that's not working (yet). This means that you'll need to have 'N' different accounts (username/password combination), where 'N' is the amount of Remote Console switches.

Updating your local node list

Select the 'Remote Console Switches' tab and select the Console Switch that you wish to update the list of servers for. Then Right-Click on the selected Console Switch and hit the 'Manage Remote Console Switch' button. If not authenticated to this console switch yet, you'll be asked to enter username/password for that console switch. In the 'Catagory' pane select 'Servers'. On the right side of that screen you'll need to hit 'Resync' to initiate the node list updating proces. In the new screen click 'Next->Next->Next->Finish' and exit the 'Manage Remote Console Switch' screen.

Your nodes list is updated for this console switch. Repeat the procedure on each console switch to perform a full resync of all connected nodes.