Sponsored Content
Top Forums UNIX for Dummies Questions & Answers HP DL380 G6 ILO question Linux Post 302888519 by samnyc on Friday 14th of February 2014 05:07:22 PM
Old 02-14-2014
HP DL380 G6 ILO question Linux

Hi,

I have Redhat Linux 5.9. I need to connect all the ILO to different switch which can support 1 Gig. How can I find if ILO port can support gigabit?

I am on HP website but not able to find anything about this information. Not sure I am looking in the correct place.

Please help.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Xhost and ILO

I have an application that requires me to disable the restricted access to the X Server libraries by issuing the 'Xhost +' command from a Console Window. It is important that this command is run from the Console Window and not a Terminal Window otherwise the system complains that DISPLAY is not... (0 Replies)
Discussion started by: jimthompson
0 Replies

2. Debian

Problem installing debian 4.0 on hp dl380 G5

ello all.. I really have a big problem installing debian 4.0 on HP dl380 G5 ,2 74 sScsi in raid 1 (mirror), after all selected options, it's freezes on getting files 125 of 125 and stops on 5% of the installation. I've try with different cd's and cd-roms so that's not the problem! Can someone... (4 Replies)
Discussion started by: res5it
4 Replies

3. Solaris

HP DL380 G3 vs Solaris 10

1) Does anyone know IF HP Proliant DL380 G3 is compatible to install Solaris 10 - as whenever I tried to install, it gives an error saying 'No disk found' after keying in date/time etc. 2) I found somewhere that text installation will be able to fix it - What is text installation? Thank you (7 Replies)
Discussion started by: panchpan
7 Replies

4. UNIX for Dummies Questions & Answers

SCO Openserver 6.0 Insall on HP DL380 serverl

Trying to install Openserver 6.0 on this server which has an integrated Smart Array P400. Install halts with the message ....... "Incorrect Disk Partitioning .........................." I havent yet got to the "divvy" and disk partitioning section of the install section so I am... (2 Replies)
Discussion started by: farmacy
2 Replies

5. HP-UX

iLo RBSU

Hi, I wanted to setup a ilo for an HP 9000 rp 8420 server. Can anyone have an idea on it? (1 Reply)
Discussion started by: gunnervarma
1 Replies

6. HP-UX

iLO configuration

how to set IP for iLO in HP server first time thanks to all (1 Reply)
Discussion started by: sijocg
1 Replies

7. Debian

HP ProLiant DL380 G4 w/ Debian... If your familiar with this machine please help.

Hello, I have a few questions about this server. It has two CPU's 3.20 ghz / 800 mhz / 1MB L2 5120 MB RAM 6 hard disks on HP Smart Array 6i controller (36.4 GB Ultra320 SCSI HD each) RAID set to RAID 5 (5 discs) with one spare (6th disk) USB, 2 Ethernet ports, 1 ILO port, 1 SCSI port ... (2 Replies)
Discussion started by: Marcus Aurelius
2 Replies

8. Red Hat

HP DL380 g6 Riser kit

I have 2 DL380g6 servers, one server has a riser kit installed and the other does not. running rhel5.6, how from the OS can I see the riser kit is installed? lspci didn't list the riser kit, but then again I'm not entirely sure its classified as a pci device? Is there a way to see it from the OS (1 Reply)
Discussion started by: mkeyes001
1 Replies

9. Shell Programming and Scripting

Hp ilo from Linux

Hi, I want to do momentary press to one server from linux is it possible? I got this command from internet is it correct? or need changes? I also need help how to start and reboot server in hp ilo from linux server. fence_ilo -a 10.1.41.155 -l Admin -p Password (1 Reply)
Discussion started by: learnbash
1 Replies

10. Linux

CentOS 6.6 SSD trim on HP DL380 G2 RAID 0

I'm running glusterfs on CentOS 6.6 two nodes, (the SSD (samsung 840 1TB x2) is RAID 0 on the HP DL380 G6) x2, and trimming is not enable on it by checking /dev/sdb1/xxxxx/discard_max_bytes=0. Do I still need trimming? Somehow my filesystem is fine with 35-30% free space and running very fast. ... (1 Reply)
Discussion started by: itik
1 Replies
ZGEBAL(l)								 )								 ZGEBAL(l)

NAME
ZGEBAL - balance a general complex matrix A SYNOPSIS
SUBROUTINE ZGEBAL( JOB, N, A, LDA, ILO, IHI, SCALE, INFO ) CHARACTER JOB INTEGER IHI, ILO, INFO, LDA, N DOUBLE PRECISION SCALE( * ) COMPLEX*16 A( LDA, * ) PURPOSE
ZGEBAL balances a general complex matrix A. This involves, first, permuting A by a similarity transformation to isolate eigenvalues in the first 1 to ILO-1 and last IHI+1 to N elements on the diagonal; and second, applying a diagonal similarity transformation to rows and col- umns ILO to IHI to make the rows and columns as close in norm as possible. Both steps are optional. Balancing may reduce the 1-norm of the matrix, and improve the accuracy of the computed eigenvalues and/or eigenvectors. ARGUMENTS
JOB (input) CHARACTER*1 Specifies the operations to be performed on A: = 'N': none: simply set ILO = 1, IHI = N, SCALE(I) = 1.0 for i = 1,...,N; = 'P': permute only; = 'S': scale only; = 'B': both permute and scale. N (input) INTEGER The order of the matrix A. N >= 0. A (input/output) COMPLEX*16 array, dimension (LDA,N) On entry, the input matrix A. On exit, A is overwritten by the balanced matrix. If JOB = 'N', A is not referenced. See Further Details. LDA (input) INTEGER The leading dimension of the array A. LDA >= max(1,N). ILO (output) INTEGER IHI (output) INTEGER ILO and IHI are set to integers such that on exit A(i,j) = 0 if i > j and j = 1,...,ILO-1 or I = IHI+1,...,N. If JOB = 'N' or 'S', ILO = 1 and IHI = N. SCALE (output) DOUBLE PRECISION array, dimension (N) Details of the permutations and scaling factors applied to A. If P(j) is the index of the row and column interchanged with row and column j and D(j) is the scaling factor applied to row and column j, then SCALE(j) = P(j) for j = 1,...,ILO-1 = D(j) for j = ILO,...,IHI = P(j) for j = IHI+1,...,N. The order in which the interchanges are made is N to IHI+1, then 1 to ILO-1. INFO (output) INTEGER = 0: successful exit. < 0: if INFO = -i, the i-th argument had an illegal value. FURTHER DETAILS
The permutations consist of row and column interchanges which put the matrix in the form ( T1 X Y ) P A P = ( 0 B Z ) ( 0 0 T2 ) where T1 and T2 are upper triangular matrices whose eigenvalues lie along the diagonal. The column indices ILO and IHI mark the starting and ending columns of the submatrix B. Balancing consists of applying a diagonal similarity transformation inv(D) * B * D to make the 1-norms of each row of B and its corresponding column nearly equal. The output matrix is ( T1 X*D Y ) ( 0 inv(D)*B*D inv(D)*Z ). ( 0 0 T2 ) Information about the permutations P and the diagonal matrix D is returned in the vector SCALE. This subroutine is based on the EISPACK routine CBAL. Modified by Tzu-Yi Chen, Computer Science Division, University of California at Berkeley, USA LAPACK version 3.0 15 June 2000 ZGEBAL(l)
All times are GMT -4. The time now is 01:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy