Sponsored Content
Operating Systems Solaris T5220 ILO not saving static IP Post 302442862 by danfall4 on Thursday 5th of August 2010 05:25:14 PM
Old 08-05-2010
Yes I am. Everything seems to be getting accepted until I enter the last command and it gives me the error message.
 

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. Solaris

HP iLO virtual serial port

Greetings All, If someone/anyone reading this post has had success setting up and configuring HP iLO2 CLI virtual serial port for Solaris...please tell how. I'm trying to get a remote console to an HP DL385 server via iLO2 and ssh. The server is running Solaris 10 (11/06), patched to... (1 Reply)
Discussion started by: alias.256
1 Replies

3. 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

4. IP Networking

I need HELP to Set up Coyote Linux router with 1 static IP & 64 internal static IP

hello, i need help on setting my coyote linux, i've working on this for last 5 days, can't get it to work. I've been posting this message to coyote forum, and other linux forum, but haven't get any answer yet. Hope someone here can help me...... please see my attached picture first. ... (0 Replies)
Discussion started by: dlwoaud
0 Replies

5. 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

6. Hardware

Reset ILO password

HI Guys I have forgot my ILO password for REDHAT Linux, Its Protriat HP server. I need to set new password for ILO without installing any RPM like "hponfig".... I need to set password in terminal. please give me steps to change the password waiting for ur replys (1 Reply)
Discussion started by: suresh_krish
1 Replies

7. Programming

Even the Static cURL Library Isn't Static

I'm writing a program which uses curl to be run on Linux PCs which will be used by a number of different users. I cannot make the users all install curl on their individual machines, so I have tried to link curl in statically, rather than using libcurl.so. I downloaded the source and created a... (8 Replies)
Discussion started by: BrandonShw
8 Replies

8. 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

9. UNIX for Dummies Questions & Answers

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. (3 Replies)
Discussion started by: samnyc
3 Replies

10. HP-UX

Hp rx2620: is possible to access ILO via serial COM1?

Fast question: a bad reset put ilo ip to 127.0.0.1(!) and now i cannot reach via network Is possible to get ilo via serial using COM1/console? I see three console ports on server back side two are standard and one is reachable only with this cable... 403 Forbidden but i don't have this... (0 Replies)
Discussion started by: Linusolaradm1
0 Replies
sorghr.f(3)							      LAPACK							       sorghr.f(3)

NAME
sorghr.f - SYNOPSIS
Functions/Subroutines subroutine sorghr (N, ILO, IHI, A, LDA, TAU, WORK, LWORK, INFO) SORGHR Function/Subroutine Documentation subroutine sorghr (integerN, integerILO, integerIHI, real, dimension( lda, * )A, integerLDA, real, dimension( * )TAU, real, dimension( * )WORK, integerLWORK, integerINFO) SORGHR Purpose: SORGHR generates a real orthogonal matrix Q which is defined as the product of IHI-ILO elementary reflectors of order N, as returned by SGEHRD: Q = H(ilo) H(ilo+1) . . . H(ihi-1). Parameters: N N is INTEGER The order of the matrix Q. N >= 0. ILO ILO is INTEGER IHI IHI is INTEGER ILO and IHI must have the same values as in the previous call of SGEHRD. Q is equal to the unit matrix except in the submatrix Q(ilo+1:ihi,ilo+1:ihi). 1 <= ILO <= IHI <= N, if N > 0; ILO=1 and IHI=0, if N=0. A A is REAL array, dimension (LDA,N) On entry, the vectors which define the elementary reflectors, as returned by SGEHRD. On exit, the N-by-N orthogonal matrix Q. LDA LDA is INTEGER The leading dimension of the array A. LDA >= max(1,N). TAU TAU is REAL array, dimension (N-1) TAU(i) must contain the scalar factor of the elementary reflector H(i), as returned by SGEHRD. WORK WORK is REAL array, dimension (MAX(1,LWORK)) On exit, if INFO = 0, WORK(1) returns the optimal LWORK. LWORK LWORK is INTEGER The dimension of the array WORK. LWORK >= IHI-ILO. For optimum performance LWORK >= (IHI-ILO)*NB, where NB is the optimal blocksize. If LWORK = -1, then a workspace query is assumed; the routine only calculates the optimal size of the WORK array, returns this value as the first entry of the WORK array, and no error message related to LWORK is issued by XERBLA. INFO INFO is INTEGER = 0: successful exit < 0: if INFO = -i, the i-th argument had an illegal value Author: Univ. of Tennessee Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Date: November 2011 Definition at line 127 of file sorghr.f. Author Generated automatically by Doxygen for LAPACK from the source code. Version 3.4.1 Sun May 26 2013 sorghr.f(3)
All times are GMT -4. The time now is 07:45 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy