search for: ilo

Displaying 20 results from an estimated 188 matches for "ilo".

Did you mean: lilo
2008 Aug 04
4
HP ILO Fence Configuration
Dear All, Currently i am using HP x6600 Server and I have installed RHEL4 Update 4 AS Linux and RHEL4 Update 4 Support Cluster Suite in my server I am new in fence and can any one help me how to configure HP ILO fence in my server and HP ILO Fence Functionality Regards -S.Balaji
2009 Jan 15
2
kickstart over ilo serial port
Hello, Has anyone managed to redirect output of kickstart install to ILO serial console? I have to test and deploy the remote install with kickstart but have trouble debugging it because I can't see the output. -- Jure Pe?ar http://jure.pecar.org
2011 May 05
1
variables inside a template for my hp ilo device
I am writing a hp ilo module to automatically assign a static ip that is derived from the IP of the system which is fed in via facter. I basically just need to change the network the ilo is connected to. The ruby code works great inside the irb console. However, puppet doesn''t seem to be able to use the vari...
2008 Sep 08
3
OpenSSH 5.1p1 - trouble connecting to ILO board
Hello, Recently, the FreeBSD base system OpenSSH was upgraded to OpenSSH_5.1p1 FreeBSD-20080901, OpenSSL 0.9.8e 23 Feb 2007 Before the upgrade, with OpenSSH_4.5p1 FreeBSD-20061110, OpenSSL 0.9.7e-p1 25 Oct 2004 I had no troubles connecting to the ssh server built-in into the HP Proliant G5 ILO management board, authenticating by id_dsa, v2 protocol. On that board, ssh server greets with SSH-2.0-mpSSH_0.0.1 string. After the upgrade, I get the disconnection: Received disconnect from 10.1.1.169: 11: Client Disconnect Run with -vv shows debug2: we sent a publickey packet, wait for reply d...
2006 Mar 10
1
Re: Install Red Hat AS 4 from iLO on a HP DL380?
...es not have the option to set the OS in the > BIOS. > As soon as the installation starts, i.e. even before you get to the point > where you can enter "boot" and whatever boot options you want to use, the > server switches to graphics mode, meaning I cannot access it from basic iLO. > Is there a way to overcome this? Red Hat is using the 'display' directive in the syslinux config-file (isolinux/isolinux.cfg) and provides a splash screen that enables graphics mode (when this is supported). See also: http://syslinux.zytor.com/faq.php I see no other option to dis...
2009 Mar 27
2
ALT_BREAK_TO... + ILO ... missing something in config ...
...ght getting my server setup to allow my to break into the debugger when it hangs, and hopefully dump core ... But, although I *think* I've got it all, I'm obviously missing something, as it isn't breaking ... First ... I'm running a proliant server, and when I connect via SSH to ILO on that machine, and type 'vsp', I get a shell as I expect, I can type, etc ... when I reboot the machine, I get the opening splash screen with the 7(?) options (normal boot, single user mode, etc, etc) ... but I get nothing between that and the login prompt ... first sign of a problem,...
2007 Sep 04
0
capture xen & dom0 serial output in HP ILO''s virtual serial port
Hey, Does anyone know how I can capture both Xen & Dom0 console output on a "Virtual Serial Port" from HP''s iLO (Integrated Lights-Out) interface? Plain linux is no problem, but combined with Xen it seems to go haywire :-) So far I''ve been combining options and the only thing that actually gave me some output (albeit only the Xen console, not dom0) was this: menu.lst: root (hd0,0) kernel /xen.gz c...
2015 Mar 27
2
FYI: SSH1 now disabled at compile-time by default
...* - where "support" means that either you have other people responsible for > fixing it or that you can hire other people to fix it as the need arises You *definitely* need some real world exposure to the world of closed source :-) - really. Try opening a case with HP that their ILO is broken and stupid, and they will happily sell you a new machine with a less broken ILO (or "differently" broken), but not do stuff like "add sane ciphers to an ILO2". Same for Cisco - of course you can buy a new machine with SSHv2, but for the old one, they will do hardwa...
2009 May 13
3
CentOS 5.3 installation on HP DL380 R05 server
Hi All I will need to install CentOS 5.3 on HP DL380 R05 server with RAID-1 required. I am a newbie to CentOS / HP servers, need your help: - Does CentOS 5.3 work smoothly with HP DL380 server especially recognizing SAS disks and hardware RAID-1 features? From you experience, do you have to use HP Storage Drivers provided for RedHat Enterprise Linux 5? - How is HP
2010 Oct 14
0
Slow zfs import solved (beware iDRAC/ILO)
Just a note to pass on in case anyone runs into the same situation. I have a DELL R510 that is running just fine, up until the day that I needed to import a pool from a USB hard drive. I plug in the disk, check it with rmformat and try to import the zpool. And it sits there for practically forever, not responding. The machine still responds to network connections etc., it''s just the
2011 May 18
1
Problem SSHing to HP ILO SSH-2.0-mpSSH_0.1.0 with 5.8p1
Hi everyone, We are recently seeing a problem with OpenSSH 5.8p1 and SSH to ILO cards running SSH-2.0-mpSSH_0.1.0. This has previously worked with OpenSSH 5.5p1 (last known version for us to work). ssh ilohost -vvv gives the following on 5.8p1: debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Applying options for *.* debug2: ssh...
2013 Oct 04
3
[PATCH 1/2] gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
...ing swizzled and linear zsbuf/cbuf textures. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- src/gallium/docs/source/screen.rst | 3 +++ src/gallium/drivers/freedreno/freedreno_screen.c | 1 + src/gallium/drivers/i915/i915_screen.c | 1 + src/gallium/drivers/ilo/ilo_screen.c | 1 + src/gallium/drivers/llvmpipe/lp_screen.c | 1 + src/gallium/drivers/nouveau/nv30/nv30_screen.c | 1 + src/gallium/drivers/nouveau/nv50/nv50_screen.c | 1 + src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 1 + src/gallium/drivers/r300/r300_screen.c...
2013 Oct 13
2
[Mesa-dev] [PATCH 1/2] gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
...Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> >> --- >> src/gallium/docs/source/screen.rst | 3 +++ >> src/gallium/drivers/freedreno/freedreno_screen.c | 1 + >> src/gallium/drivers/i915/i915_screen.c | 1 + >> src/gallium/drivers/ilo/ilo_screen.c | 1 + >> src/gallium/drivers/llvmpipe/lp_screen.c | 1 + >> src/gallium/drivers/nouveau/nv30/nv30_screen.c | 1 + >> src/gallium/drivers/nouveau/nv50/nv50_screen.c | 1 + >> src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 1 + >>...
2007 Dec 04
3
CentOS 4.5 - ProLiant DL585 G2 - Mouse Issue
Hi OK another issue trying to get X going on these boxes. It seems to be a HP issue but if anyone knows a solution that would be great. I am using the iLo interface and the hpmouse-1.1.0-73.noarch.rpm driver. As root i can startx and all is well, however when starting X as the oracle user it fails with the following error Exec fail for command "/opt/hp/hpmouse/hpmouse-helper" Permission Denied This is indeed only accessible by root it s...
2008 Mar 27
0
Had it with Dell Garbage - HP Question
I've got two DL385s and a DL320, and they all rock. iLO especially rocks, but to leverage the full functionality, you'll need to get the "Advanced License", which opens up full blown remote console capabilities (via Java). It's a separate piece of hardware that, as long as the server PSUs have power flowing into them, lets you do thin...
2008 Oct 03
2
Importing Microsoft PST into Dovecot Imap
...e.. can a anyone make any recommendations? even if one has to spend some money on some commecial software.. but it has to work.. so Im looking for someone who has tried from experience as ive tried some freeware or trial software off the internet with little or no success. Thanks and regards... Ilo
2012 Mar 17
3
how to allow ISC dhcpd to add/update entries to bind9 with bind_dlz (samba4)
...hing is working as it should but now I need to allow the dhcp server to add entries to the forwarding zone. Has anybody implemented such a configuration ? Can this be done with the kerberos DNS dynamic update configuration. I want to achieve the following: 1) allow non-Windows machines (printers, ILO ...) to be added by dhcpd 2) allow Windows machines (joined to AD) to update their own entries 2 - already works with the configuration from samba wiki Thank you for your kind help best regards Andreas
2016 Jun 22
2
KVM HA
...tion for HA that > I've found appears to not > > do this. Am I missing something? > > You can use oVirt for that (www.ovirt.org). > When an UNCLEAN SHUDWON happens or ifdown eth0 in node1 , can OVIRT migrate VMs from node1 to node2? in that case, Is power management such as ILO needed? -- cat /etc/motd Thank you Indunil Jayasooriya http://www.theravadanet.net/ http://www.siyabas.lk/sinhala_how_to_install.html - Download Sinhala Fonts
2013 Oct 13
0
[PATCH 1/2] gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
...textures. > > Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> > --- > src/gallium/docs/source/screen.rst | 3 +++ > src/gallium/drivers/freedreno/freedreno_screen.c | 1 + > src/gallium/drivers/i915/i915_screen.c | 1 + > src/gallium/drivers/ilo/ilo_screen.c | 1 + > src/gallium/drivers/llvmpipe/lp_screen.c | 1 + > src/gallium/drivers/nouveau/nv30/nv30_screen.c | 1 + > src/gallium/drivers/nouveau/nv50/nv50_screen.c | 1 + > src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 1 + > src/gallium/driver...
2013 Oct 25
0
[Mesa-dev] [PATCH 1/2] gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
...Mirkin <imirkin at alum.mit.edu> >>> --- >>> src/gallium/docs/source/screen.rst | 3 +++ >>> src/gallium/drivers/freedreno/freedreno_screen.c | 1 + >>> src/gallium/drivers/i915/i915_screen.c | 1 + >>> src/gallium/drivers/ilo/ilo_screen.c | 1 + >>> src/gallium/drivers/llvmpipe/lp_screen.c | 1 + >>> src/gallium/drivers/nouveau/nv30/nv30_screen.c | 1 + >>> src/gallium/drivers/nouveau/nv50/nv50_screen.c | 1 + >>> src/gallium/drivers/nouveau/nvc0/nvc0_screen.c...