TWiki
>
DICE Web
>
InfrastructureUnit
>
Consoles
>
ASUSECS4000G3SIPMISOLConsoleConfiguration
(revision 6) (raw view)
Edit
Attach
<!-- This is a comment, in the HTML sense of the word, but Wiki directives still work, so you could put access control statements here to restrict access to your new topic, and they won't show up in the published page. Please think carefully when creating a new topic, and use a GoodWikiName. Remember that by default all Wiki content is world readable and editable unless you've taken steps to limit it. --> ---+!!How to configure a Scan 3xs server (a rebadged ASUS ECS4000 !G3S server) to provide a console managed by IPMI Serial-over-Lan ---++!!Contents %TOC% ---++!! These notes describe how to configure a Scan 3xs server (a rebadged ASUS ECS4000 !G3S server) - located in either the Informatics Forum, AT or KB - so that its console can be managed using IPMI Serial-over-LAN via the School's =conserver= infrastructure. ---++1. Introduction The ASUS ECS4000 !G3S server has three !NICs at the rear of the machine, as shown in the following schematic: <verbatim> +----------------------------------------------------------------------+ | +-------+ +--------------------+ | | | NIC 3 | | Expansion slot | | | +-------+ +--------------------+ | | +-------+ | | | USB | | | +-------+ +-----+ +------------+ +-------+ +-------+ | | | USB | | VGA | | Q-Code LED | | NIC 1 | | NIC 2 | | | +-------+ +-----+ +------------+ +-------+ +-------+ | | | | +---------------------------++---------------------------+ | | | || | | | | PSU 1 || PSU 2 | | | | || | | | +---------------------------++---------------------------+ | | | +----------------------------------------------------------------------+ REAR PANEL OF AN ASUS ECS4000 G3S SERVER </verbatim> NICs 1 and 2 are available for use by the machine itself; NIC 3 is a dedicated port for the BMC (which device, as usual, has its own MAC address.) However, the BMC also presents itself - using a _different_ MAC address, on NIC 1. The idea of that is that the BMC can piggy-back on one of the existing network connections in use by the machine itself - which, for example, would save on the total number of network ports in use. However, since the piggy-back setup does _not_ allow for the use of tagged VLANs, it's of no use to us: we insist that all BMCs are located on a private unrouted subnet carried on its own VLAN. The BMC will, by default, issue DHCP requests on both the piggy-back port NIC 1, and its dedicated port NIC 3 and, as mentioned, each of these requests will be associated with a distinct MAC address. Since we do _not_ want to use the BMC on the piggy-back port NIC 1, any DHCP requests from the BMC on that port will show up as noise and DHCP errors in our various logs, and so we need to disable them. Our desired configuration is therefore: 1. NICs 1 and 2 to be used by the machine itself; and to be configured on appropriate server VLAN(s). 1. DHCP requests from the BMC to be _disabled_ on NIC 1. 1. NIC 3 to be used by the BMC; and to be configured on the appropriate site-specific BMC VLAN. 1. DHCP requests from the BMC to be _enabled_ on NIC 3. Note that, out-of-the-box, the BMC is active on the network and, if it acquires an IP address, will immediately accept IPMI commands over the network, with the default privileged (username, password) combination being (=admin=, =admin=). To prevent misuse, it is therefore important that the BMC is correctly configured; it must _not_ be left in its default state. ---++2. BMC configuration ---+++2.1. BIOS configuration ---+++2.1.1 BMC networking Turn on or restart the machine, and type =Del= when appropriate to access the BIOS setup screen. <ol> <li><p>Select the =Server Mgmt= tab. <li><p>Select =BMC network configuration= <li><p>Set the following parameters: =DM_LAN1=: %TABLE{cellpadding="3" tablerules="all"}% |=Current config address source= |=DHCP Mode=| =Shared_LAN=: %TABLE{cellpadding="3" tablerules="all"}% |=Current config address source= |=Static=| |=IP Address in BMC=|=0.0.0.0=| <li><p>Take a note of the value of =Station MAC address= in =DM_LAN1=. <li><p>Select =BMC IPv6 Network Configuration= <li><p>Set the following parameters: =IPV6 BMC Shared LAN=: %TABLE{cellpadding="3" tablerules="all"}% |=Address Source in BMC= |=Static=| |=IP Address in BMC=|=0:0:0:0:0:0:0:0=| <li><p>Press =ESC= to return to the main screen. </ol> ---+++2.1.2 Console redirection <ol> <li><p>Select the =Advanced= tab. <li><p>Select =Serial Port Console Redirection= <li><p>Set the following parameters: =COM1=: %TABLE{cellpadding="3" tablerules="all"}% |=Console Redirection= |=Enabled=| =COM2=: %TABLE{cellpadding="3" tablerules="all"}% |=Console Redirection= |=Disabled=| <li><p>For =COM1=, select =Console Redirection Settings= <p>Set the following parameters (all of which - apart from =Terminal Type=, should be the default settings): %TABLE{cellpadding="3" tablerules="all"}% | =Terminal Type=|=VT100+=| |=Bits per second=|=57600=| |=Data Bits=|=8=| |=Parity=|=None=| |=Stop Bits=|=1=| |=Flow Control=|=Hardware RTS/CTS=| |=VT-UTF8 Combo Key Support=|=Enabled=| |=Recorder Mode=|=Disabled=| |=Legacy OS Redirection Resolution=|=80x24=| |=Putty !KeyPad=|=VT100=| |=Redirection After BIOS POST=|=Always Enable=| <li><p>Press =ESC=, =ESC= to return to the main screen; then =F10= to =Save Changes & Reset=. </ol> ---+++2.2. IP address / DNS / DHCP configuration <ol> <li><p>Allocate an IP address for the BMC on the appropriate server management subnet, and add that address to the DNS with the corresponding hostname set to =<machinename>.bmc.inf.ed.ac.uk=. The subnets are as follows: %TABLE{cellpadding="3" tablerules="all"}% |*Server room*|*Server management subnet*| |Informatics Forum|=192.168.68/23=| |AT|=192.168.93/24=| |KB|=192.168.94/24=| <li><p>Ensure that the port to which NIC 3 of the host machine is connected carries the corresponding VLAN _untagged_. The VLAN names are as follows: %TABLE{cellpadding="3" tablerules="all"}% |*Server room*|*Server management VLAN name*|*Corresponding VLAN tag*| |Informatics Forum|=SOL=|468| |AT|=ATSOL=|493| |KB|=KBSOL=|494| _Example:_ For a machine in the Informatics Forum, the entry in the relevant ports file would look like:<br> =port n myserver.bmc - SOL= <li><p>Add the resources =bmchostname= and =bmcmac= to the LCFG profile of the machine: =bmchostname= should be the fully-qualified domain name chosen in step 1 above; =bmcmac= should be the =Station MAC address= identified in Section 2.1.1 above. <p><em>Example:</em> <verbatim> ...[snip]... /* BMC */ dhclient.bmchostname myserver.bmc.inf.ed.ac.uk dhclient.bmcmac 00:1d:09:6a:c9:bb !dhclient.cluster mADD(dhcp/forum/consoles) ...[snip]... </verbatim> <li><p>Allow time for the profile to recompile, and for the DNS and DHCP changes to propagate. Once they _have_ propagated, restart the machine and check that the BMC has correctly acquired its configuration by: i. <code>ssh'</code>ing to the console server appropriate for the site - either =consoles=, =atconsoles= or =kbconsoles=. i. Typing =ping <machinename>.bmc.inf.ed.ac.uk=. You should get a response; if you don't, sort out the problem before you proceed any further. </ol> ---+++2.3. Reconfiguration of the BMC accounts The accounts configured on the BMC now need to be set up appropriately. <table border="1" cellpadding="3" cellspacing="0"> <tr> <td> *Background* On delivery, the BMC on HP servers comes configured with two active IPMI accounts, namely: %TABLE{cellpadding="3" tablerules="all"}% |*User ID*|*Username*|*Password*|*User Privilege*| |2|=Operator=|=Operator=|operator| |3|=admin=|=admin=|administrator| (Note that both username and password are case-sensitive.) In order that IPMI SOL consoles and power control can be used on HP servers within the framework of our existing conserver structure, it's necessary to alter the above configuration so that an IPMI user called =root= exists, and has the same common 20-byte password as does the equivalent user on our current Dell BMC's. In order that this account can be be used to initiate SOL sessions, it requires 'administrator' privileges. We could add a brand new account to the BMC to arrange this, but a reasonable way to achieve the same thing is to modify the existing =Operator= account appropriately, (and, at the same time, to secure the password on the =admin= account.) This leaves us with a usable privileged account (namely =admin=) which will not be used by the normal conserver framework, but which might prove handy later. It also means that the user ID of the =root= user on the HPs will match that of the same user on the Dells (namely, =2=). Whilst it isn't strictly necessary that the user ID's of the =root= accounts should match in this way across servers, it might avoid confusion later on. </td> </tr> </table> <ol> <li><p><code>ssh</code> to to the console server appropriate for the site - either =consoles=, =atconsoles= or =kbconsoles=. <li><p><code>telnet <machinename>.bmc.inf.ed.ac.uk</code>, then proceed as follows (noting that everything is case-sensitive): <verbatim> login: admin Password: admin cd map1/accounts/user2 set username=root set group=administrator cd .. cd user3 set password=<our 'usual' system password> exit </verbatim> *Note:* _Before_ you type =exit= to leave the above session, it would be a good idea to initiate a second =telnet= session to =<machinename>.bmc.inf.ed.ac.uk= from the console server appropriate to the site in order to check that the password for the =admin= username (i.e. user ID 3) has indeed been set correctly to our 'usual' one! <li><p>Back on your =ssh= session on the console server appropriate for the site (either =consoles=, =atconsoles= or =kbconsoles=): i. =nsu= to root i. Issue the command =/usr/sbin/conserver-ipmisetpass <machinename>.bmc= <p>This command changes the password of the BMC's =root= account to our standard one. When it runs, you will prompted for the current _default_ password of the =root= account: it is =Operator=. </ol> ---++3. Setting LCFG resources ---+++3.1 Machine configuration Add the following line to the profile of a machine which is to use an IPMI SOL console: <verbatim> #include <dice/options/serialconsole.h> </verbatim> Note that this configuration is - unlike that for a Dell server using an IPMI SOL console - _exactly_ the same as for a standard directly-attached serial console. That is, the baud rate and serial interface to be specified are 9600 and =ttyS0= (i.e. =COM1=) respectively. ---+++3.2 =conserver= configuration Edit the =live/console_server.h= header, and add the target machine's hostname (_not_ the hostname of its BMC) to the next available free IPMI SOL 'slot' for the relevant site. _Example:_ <verbatim> /******************** * Forum Consoles * ********************/ ...[snip]... /* Consoles managed via IPMI SOL */ ...[snip]... conserver.consolename_srsol00s42 myserver ...[snip]... </verbatim> Allow time for this live header change to propagate, then test the new console by =ssh= 'ing to any console server and running =console <machinename>=. ---++4. Further information 1. [[https://www.asus.com/uk/Commercial-Servers-Workstations/ESC4000_G3S/HelpDesk_Manual/][Manuals for the ASUS ESC4000 G3S Server series]] -- Main.IanDurkacz - 17 Mar 2017
Edit
|
Attach
|
P
rint version
|
H
istory
:
r10
|
r8
<
r7
<
r6
<
r5
|
B
acklinks
|
V
iew topic
|
Raw edit
|
More topic actions...
Topic revision: r6 - 20 Mar 2017 - 13:31:57 -
IanDurkacz
DICE
DICE Web
DICE Wiki Home
Changes
Index
Search
Meetings
CEG
Operational
Computing Projects
Technical Discussion
Units
Infrastructure
Managed Platform
Research & Teaching
Services
User Support
Other
Service Catalogue
Platform upgrades
Procurement
Historical interest
Emergencies
Critical shutdown
Where's my software?
Pandemic planning
This is
WebLeftBar
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback
This Wiki uses
Cookies