From owner-freebsd-proliant@FreeBSD.ORG Mon Nov 27 10:22:52 2006 Return-Path: X-Original-To: freebsd-proliant@freebsd.org Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE9AA16A40F for ; Mon, 27 Nov 2006 10:22:52 +0000 (UTC) (envelope-from gs@grin.com) Received: from imap1.grin.com (imap1.grin.com [82.135.98.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5129A43D67 for ; Mon, 27 Nov 2006 10:21:51 +0000 (GMT) (envelope-from gs@grin.com) Received: by imap1.grin.com (Postfix, from userid 20000) id 44BE746D135; Mon, 27 Nov 2006 10:22:39 +0000 (UTC) Received: from [192.168.0.190] (dspam.grin.com [82.135.98.196]) by imap1.grin.com (Postfix) with ESMTP id 35F0F46D133 for ; Mon, 27 Nov 2006 10:22:39 +0000 (UTC) Message-ID: <456ABC71.3010806@grin.com> Date: Mon, 27 Nov 2006 11:22:41 +0100 From: Georg User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-proliant@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: serial port output- VSP - iLO X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 10:22:52 -0000 Hi all, I'm having a hard time figuring out how to get a serial text console via the "remote serial console" in the ilo web-frontend on a Dl 380G5 with iLO2. Its my first time with HP and serial console. Sorry for the stupid questions. Is there a howto/manual how to do that for freebsd? What's the difference between the UART Ports and the iLO 2 Virtual Service Port? Do I really have to modify "loader.conf and device.hints" to match the values for "iLO 2 Virtual Serial Port COM2 0x2F8 IRQ 3" and build a custom boot binary? I tried that and now see the bootmessages until the network interface gets loaded. and then all output stops. Theoretically I should be able to connect to she iLO Card via ssh an then type "VSP" and I should be presentetd a fully funktional console to work with, or am I misunderstanding something there? Thanks a lot George From owner-freebsd-proliant@FreeBSD.ORG Mon Nov 27 11:38:03 2006 Return-Path: X-Original-To: freebsd-proliant@freebsd.org Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 523FD16A4D8 for ; Mon, 27 Nov 2006 11:38:03 +0000 (UTC) (envelope-from Geoff.Buckingham@reuters.com) Received: from lonsmime01.rit.reuters.com (lonsmimeo.rit.reuters.com [192.165.213.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id D208743DF6 for ; Mon, 27 Nov 2006 11:36:07 +0000 (GMT) (envelope-from Geoff.Buckingham@reuters.com) Received: from eupig2 (unverified [129.1.30.40]) by lonsmime01.rit.reuters.com (Content Technologies SMTPRS 4.3.19) with ESMTP id ; Mon, 27 Nov 2006 11:36:49 +0000 Received: from lonsmsxb01.emea.ime.reuters.com ([10.14.113.6]) by eupig2.dtc.lon.ime.reuters.com (PMDF V6.2-1x10 #31217) with ESMTP id <0J9E00D0N09CV8@eupig2.dtc.lon.ime.reuters.com>; Mon, 27 Nov 2006 11:36:48 +0000 (GMT) Received: from LONSMSXM04.emea.ime.reuters.com ([10.14.113.14]) by lonsmsxb01.emea.ime.reuters.com with Microsoft SMTPSVC (6.0.3790.0); Mon, 27 Nov 2006 11:36:48 +0000 Date: Mon, 27 Nov 2006 11:36:47 +0000 From: Geoff Buckingham To: Georg , freebsd-proliant@freebsd.org Message-id: <8753F8EA457BFF4A9707CADA143C8F68021CDC1C@LONSMSXM04.emea.ime.reuters.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft Exchange V6.5 Content-type: text/plain; charset="us-ascii" Content-transfer-encoding: quoted-printable Thread-Topic: serial port output- VSP - iLO Thread-Index: AccSDhVoohIdjGukQOWIR4W5cRrcOwACfZXA Content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: X-OriginalArrivalTime: 27 Nov 2006 11:36:48.0634 (UTC) FILETIME=[531E05A0:01C71218] Cc: Subject: RE: serial port output- VSP - iLO X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 11:38:03 -0000 You want something like: # The 'dialup' keyword identifies dialin lines to login, fingerd etc. ttyd0 "/usr/libexec/getty std.9600" dialup off secure ttyd1 "/usr/libexec/getty std.115200" vt100 on secure=20 In /etc/ttys -----Original Message----- From: owner-freebsd-proliant@freebsd.org [mailto:owner-freebsd-proliant@freebsd.org] On Behalf Of Georg Sent: 27 November 2006 10:23 To: freebsd-proliant@freebsd.org Subject: serial port output- VSP - iLO Hi all, I'm having a hard time figuring out how to get a serial text console via the "remote serial console"=20 in the ilo web-frontend on a Dl 380G5 with iLO2. Its my first time with HP and serial console. Sorry for the stupid questions. Is there a howto/manual how to do that for freebsd? What's the difference between the UART Ports and the iLO 2 Virtual Service Port? Do I really have to modify "loader.conf and device.hints" to match the values for "iLO 2 Virtual Serial Port COM2 0x2F8 IRQ 3" and build a custom boot binary? I tried that and now see the bootmessages until the network interface gets loaded. and then all output stops. Theoretically I should be able to connect to she iLO Card via ssh an then type "VSP" and I should be presentetd a fully funktional console to work with, or am I misunderstanding something there? Thanks a lot George _______________________________________________ freebsd-proliant@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-proliant To unsubscribe, send any mail to "freebsd-proliant-unsubscribe@freebsd.org" This email was sent to you by Reuters, the global news and information comp= any.=20 To find out more about Reuters visit www.about.reuters.com Any views expressed in this message are those of the individual sender, exc= ept where the sender specifically states them to be the views of Reuters Lt= d. From owner-freebsd-proliant@FreeBSD.ORG Wed Nov 29 11:27:53 2006 Return-Path: X-Original-To: freebsd-proliant@freebsd.org Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 93E1716A40F for ; Wed, 29 Nov 2006 11:27:53 +0000 (UTC) (envelope-from gs@grin.com) Received: from imap1.grin.com (imap1.grin.com [82.135.98.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F8B143CA6 for ; Wed, 29 Nov 2006 11:27:51 +0000 (GMT) (envelope-from gs@grin.com) Received: by imap1.grin.com (Postfix, from userid 20000) id A06A646D135; Wed, 29 Nov 2006 11:27:40 +0000 (UTC) Received: from [192.168.1.109] (dspam.grin.com [82.135.98.196]) by imap1.grin.com (Postfix) with ESMTP id 9098146D133 for ; Wed, 29 Nov 2006 11:27:40 +0000 (UTC) Message-ID: <456D6EB0.8050900@grin.com> Date: Wed, 29 Nov 2006 12:27:44 +0100 From: Georg User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-proliant@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Accessing iLO through SSH-tunnel X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2006 11:27:53 -0000 I'm trying to access the iLO-interface through ssh tunnels. The server is reachable via its official IP-address. The iLO card has a local address which is reachable from all our offical servers with offical IP-adresses. I forward ports 22,23,80,443,3389 from the iLO-interface with the IP 192.168.1.100 via on official IP (for example 121.12.12.14) to my local workstation. When I now open the URL https://localhost/ with my browser I get the login-page of the iLO-webfrontend. I can configure everything perfectly. Only when I try to access the "Integrated Remote Console" (the KVM-applet) the applet fails to connect. I just writes out "Attempting to connect..." The remote serial console (telnet) is accessible via the other applet an works perfectly. I ran tcpdump on the server where I connect with the iLO interface with the ssh-tunnel but did not see any other traffic than https (or telnet in case of using the remote serial console). Has anybody an idea how this could be fixed? What am I doing wrong? If I do the same thing (accessing ports 443,5900,5901 on a private network over a ssh-tunnel with a DELL DRAC card the whole thing works perfectly). So I need some special IP-Gateway-Routing-DNS configuration in the iLO-card? Thanks in advance, Georg