Sponsored Content
Full Discussion: OBP Post failing on V490
Operating Systems Solaris OBP Post failing on V490 Post 302484881 by bluescreen on Monday 3rd of January 2011 01:45:44 PM
Old 01-03-2011
I would plug in a network cable to a dumb hub and then cold cycle the box.

The system will stop at the "ok" prompt since you have "auto-boot false" set.

You might try logging into the RSC card if one is installed.


HTH
 

10 More Discussions You Might Find Interesting

1. Solaris

Enter to OBP

Hello, today i'm comment in /etc/vfstab fs /usr and my server load in SingleUser without anything commands :( How i can enter to OBP from # ? or ILOM ? I'm try CTRL+BREAK (F5) , CTRL+ALT+BREAK (F5) and #. but it's don't help me :(((( (5 Replies)
Discussion started by: jess_t03
5 Replies

2. Solaris

Vi Editor doesn't work with V490

Hi community, I'm currently working on Server SUN V490 and I'm connecting with a Serial Port. I've a problem with vi editor, in fact everytime I type " vi filename" the cursor moves in another direction and I unable to modify this file!!! Could provide me a solution as soon as possible!!!... (3 Replies)
Discussion started by: Sunb3
3 Replies

3. Solaris

V490 - Centerplane failed

Hi all, I'm freshman in this forum. I'm here to ask for your help. A case about Sun Fire V490. But, before starting to ask, I want to tell you the story. Last week, I was told about a failed V490 in Da Nang City (Vietnam). It could NOT boot. After diagnosing it remotely, I found that the... (6 Replies)
Discussion started by: nam.nguyen
6 Replies

4. Solaris

V490 firmware upgrade

Hi, I going to upgrade the firmware for sunfire v490 server, current fw level is 4.15.6 and to be upgraded to 4.30. can anyone share the pre and post firmware upgrade activity procedure and backout plan Thanks rjs (2 Replies)
Discussion started by: rajasekg
2 Replies

5. Solaris

Solaris 8 on v480 & v490

Hello, Can any kind soul please answer this? I want to boot a SunFire v490 with a dvd image we use to boot v480's. Is this possible? Are there caveats to doing this? Thanks muchly, mgb (1 Reply)
Discussion started by: mgb
1 Replies

6. Solaris

advantage of v490 over 480R

What are the advantages for Sun Fire 490 over Sun Fire 480 R just from a server performance perspective? Or, are they both just about the same? (1 Reply)
Discussion started by: jtamminen
1 Replies

7. UNIX for Dummies Questions & Answers

Need help with OBP.

Hi Gurus, I am totally confused :wall: . I have some questions regarding OBP,EEPROMand NVRAM, BIOS. What actually are these how do they function and interact on a Sparc based solaris system. What is ok> ? What is system Firmware ? How does the system startup? Trying to google... (8 Replies)
Discussion started by: rama krishna
8 Replies

8. Solaris

T4-2 OBP problem

Hi can anyone help me Got a T4-2, when I try to save any enviroment varaible at the OBP for instance auto-boot false or output-device screen I get the error: Warning: Error storing configuration. No space left, check SP and other logs. Cleared the SP logs (well only ones I could find) did... (4 Replies)
Discussion started by: callmebob
4 Replies

9. Solaris

V490 Network Active Hardware no IP

Hi All, Been a while since I touched a Solaris box so thought I would fire one up just to keep a hand in and I am amazed I have stumbled so early on. I am using a Sun v490, running latest patch of Solaris 10. The system shows the interfaces are configured (ifconfig netstat etc) but no IP is... (4 Replies)
Discussion started by: Diar
4 Replies

10. Solaris

Mirror root disk - V490

Got a V490 with one existing root disk. Other disk slot was never populated. Want to ensure we've got disk mirroring. Currently vfstab mounts the physical disk - no mirroring set up. Whats best way to achieve this without losing current disk? (1 Reply)
Discussion started by: psychocandy
1 Replies
cla_porcond_x.f(3)						      LAPACK							cla_porcond_x.f(3)

NAME
cla_porcond_x.f - SYNOPSIS
Functions/Subroutines REAL function cla_porcond_x (UPLO, N, A, LDA, AF, LDAF, X, INFO, WORK, RWORK) CLA_PORCOND_X computes the infinity norm condition number of op(A)*diag(x) for Hermitian positive-definite matrices. Function/Subroutine Documentation REAL function cla_porcond_x (characterUPLO, integerN, complex, dimension( lda, * )A, integerLDA, complex, dimension( ldaf, * )AF, integerLDAF, complex, dimension( * )X, integerINFO, complex, dimension( * )WORK, real, dimension( * )RWORK) CLA_PORCOND_X computes the infinity norm condition number of op(A)*diag(x) for Hermitian positive-definite matrices. Purpose: CLA_PORCOND_X Computes the infinity norm condition number of op(A) * diag(X) where X is a COMPLEX vector. Parameters: UPLO UPLO is CHARACTER*1 = 'U': Upper triangle of A is stored; = 'L': Lower triangle of A is stored. N N is INTEGER The number of linear equations, i.e., the order of the matrix A. N >= 0. A A is COMPLEX array, dimension (LDA,N) On entry, the N-by-N matrix A. LDA LDA is INTEGER The leading dimension of the array A. LDA >= max(1,N). AF AF is COMPLEX array, dimension (LDAF,N) The triangular factor U or L from the Cholesky factorization A = U**H*U or A = L*L**H, as computed by CPOTRF. LDAF LDAF is INTEGER The leading dimension of the array AF. LDAF >= max(1,N). X X is COMPLEX array, dimension (N) The vector X in the formula op(A) * diag(X). INFO INFO is INTEGER = 0: Successful exit. i > 0: The ith argument is invalid. WORK WORK is COMPLEX array, dimension (2*N). Workspace. RWORK RWORK is REAL array, dimension (N). Workspace. Author: Univ. of Tennessee Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Date: September 2012 Definition at line 123 of file cla_porcond_x.f. Author Generated automatically by Doxygen for LAPACK from the source code. Version 3.4.2 Tue Sep 25 2012 cla_porcond_x.f(3)
All times are GMT -4. The time now is 09:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy