From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 14:58:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00D8416A41F for ; Tue, 20 Dec 2005 14:58:07 +0000 (GMT) (envelope-from mailing-lists@msdi.ca) Received: from mail02.msdihosting.net (9.67-18-64.networks.msdihosting.net [64.18.67.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37FB343D5A for ; Tue, 20 Dec 2005 14:58:06 +0000 (GMT) (envelope-from mailing-lists@msdi.ca) Received: from ian.msdi.ca ([24.201.183.241]) by mail02.msdihosting.net ((iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003))) with SMTP id FRQ06958 for ; Tue, 20 Dec 2005 09:58:13 -0500 Message-Id: <7.0.0.16.2.20051220095723.0606ffe0@msdi.ca> Message-Id: <7.0.0.16.2.20051220094707.0516efa0@Msdi.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.0.0.16 Date: Tue, 20 Dec 2005 09:58:04 -0500 To: freebsd-questions@freebsd.org From: Ian Lord Mime-Version: 1.0 X-DEBUG: 1 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Multiple server monitoring with HPs iLO ... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 14:58:07 -0000 At 20:33 2005-12-19, Marc G. Fournier wrote: >On Mon, 19 Dec 2005, lars wrote: > >>But for the SSH bit of iLO, I just logged into one of our servers. >>It has an SSH interface. The iLO command line is a bit odd, but usable. >> >>So remotely power cycling or marking a server from a Unix box is >>doable. IIRC you can even load your own key file via the web >>interface and henceforth log in automagically without interactively >>entering a password. ~~~~~~~~~~~~~~~~~~~~~ Sorry if you receive this email twice, I sent with the wrong email address the first time, think it didn't work ~~~~~~~~~~~~~~~~~~~~~ Hi, we have a bunch of Hp servers in our server room. The ilo card (standard or upgraded) doesnt support ssh. It's a web based device. In fact, you don't need the advanced feature unless you want graphical view of your server or if you want to mounth isos in the virtual cdrom. There is a software (windows only I think) which is called Insight manager. Here is the link http://h18013.www1.hp.com/products/servers/management/hpsim/index.html It's free as long as you run it from an hp/compaq system. It's basically a striped down version of openview. All of the managed devices (can be hp, dell, ibm, whatever) communicate with the server with snmp traps. When the software manage a hp/compaq server you naturally have a lot more functionnality :) The problem with freebsd, it that hp doesnt provide agents (not sure if you can install those from linux, didn't try). So basically, your management station cannot receive traps regarding hp agents, but will receive traps from the ilo card if you configure snmp on it. Hope it helps a bit...