Sponsored Content
Full Discussion: OBP Post failing on V490
Operating Systems Solaris OBP Post failing on V490 Post 302483267 by Pappy52 on Saturday 25th of December 2010 12:47:52 AM
Old 12-25-2010
OBP Post failing on V490

My V490 has been running solid for months and I was studying the OBP diagnostics. I enabled the following;
auto-boot false
diag-level max
verbosoity max
diag-switch max
reset-all

The diagnostics are erring about 5 minutes in, and it keeps reporting the same error over and over, looking for a network interface. I can't get it to the boot PROM's OK prompt to disable the diagnostics. I'm accessing the computer via the ttya port - so there's no keyboard or graphics card. How do I break into this to shut down the diagnostics? It has an RSC card but the software's not loaded for it.

Thanks Sincerely,
Pappy52
 

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
zla_porcond_x.f(3)						      LAPACK							zla_porcond_x.f(3)

NAME
zla_porcond_x.f - SYNOPSIS
Functions/Subroutines DOUBLE PRECISION function zla_porcond_x (UPLO, N, A, LDA, AF, LDAF, X, INFO, WORK, RWORK) ZLA_PORCOND_X computes the infinity norm condition number of op(A)*diag(x) for Hermitian positive-definite matrices. Function/Subroutine Documentation DOUBLE PRECISION function zla_porcond_x (characterUPLO, integerN, complex*16, dimension( lda, * )A, integerLDA, complex*16, dimension( ldaf, * )AF, integerLDAF, complex*16, dimension( * )X, integerINFO, complex*16, dimension( * )WORK, double precision, dimension( * )RWORK) ZLA_PORCOND_X computes the infinity norm condition number of op(A)*diag(x) for Hermitian positive-definite matrices. Purpose: ZLA_PORCOND_X Computes the infinity norm condition number of op(A) * diag(X) where X is a COMPLEX*16 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*16 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*16 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 ZPOTRF. LDAF LDAF is INTEGER The leading dimension of the array AF. LDAF >= max(1,N). X X is COMPLEX*16 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*16 array, dimension (2*N). Workspace. RWORK RWORK is DOUBLE PRECISION array, dimension (N). Workspace. Author: Univ. of Tennessee Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Date: September 2012 Definition at line 124 of file zla_porcond_x.f. Author Generated automatically by Doxygen for LAPACK from the source code. Version 3.4.2 Tue Sep 25 2012 zla_porcond_x.f(3)
All times are GMT -4. The time now is 07:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy