From owner-freebsd-questions@freebsd.org Sat Oct 21 11:02:43 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00C99E53517 for ; Sat, 21 Oct 2017 11:02:43 +0000 (UTC) (envelope-from peo@nethead.se) Received: from ns1.nethead.se (ns1.nethead.se [5.150.237.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns1.nethead.se", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BBE5E805BE for ; Sat, 21 Oct 2017 11:02:42 +0000 (UTC) (envelope-from peo@nethead.se) X-Virus-Scanned: amavisd-new at Nethead AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nethead.se; s=NETHEADSE; t=1508583194; bh=+rJpJba0PZyQpCnr61AdWTF8MgXR60DDSO6iBj7GqM4=; h=Date:From:To:Subject:In-Reply-To; b=ypr/m2znZr/E+ZExOTNuYOYkyzxTcJQNwevLhd6KrE5b7Fe2P+zilm7uEcIQjjNlS SnZo0whtfawAfchkNQrUcBMKK+YM7iQ/f1bFR6IfHENtagPM3FF/dxuzzYj4UD+pI5 yqYfLYxZA4ZR/bruY2HVtZlHzcGiGp84hWEUTPlM= Date: Sat, 21 Oct 2017 12:53:12 +0200 Message-ID: <20171021125312.Horde.dhjBrZqDcg7ydbKkS_Wc0ma@webmail.nethead.se> From: Per olof Ljungmark To: freebsd-questions@freebsd.org Subject: Re: accessing HP iLO virtual console In-Reply-To: <20171020103216.GC1393@mordor.lan> User-Agent: Horde Application Framework 5 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Oct 2017 11:02:43 -0000 Quoting Julien Cigar : > Hello, > > I used to access the iLO virtual consoles of my HP servers through the > web interface and the JVM plugin.. Now that JVM is slowly dying and > unsupported by latest Firefox release I'm wondering how to access the > Virtual Serial Console through SSH ..? > > After $> ssh my.ilo.host I'm issuing: > hpiLO-> textcons > but I'm getting a: "Monitor is in graphics mode or an unsupported text > mode." (I guess it's some sort of incompatibility with vt..) > I also tried: > hpiLO-> VSP > > Virtual Serial Port Active: COM1 > > Starting virtual serial port. > Press 'ESC (' to return to the CLI Session. > > .. and then it freezes.. > Are you sure COM1 is appropriate? All I have seen is on COM2, I think the Proliant's are shipped with that port as the standard virtual. //per