Sponsored Content
Full Discussion: T5220 fails to boot
Operating Systems Solaris T5220 fails to boot Post 302711685 by hicksd8 on Sunday 7th of October 2012 05:40:19 PM
Old 10-07-2012
Your system seems to be complaining about a couple of network interfaces which are either really faulty or have been flagged as faulty in error.

In the service processor (SP>) try clearfault and clearasrdb commands.

Then try booting.

If that fails try shutting the system down completely (unplug power) and then reconnect. Watch the SP start up and whether it marks these devices as bad (error messages). If they are marked bad:

Code:
 
SC> clearfault
SC> clearasrdb
SC> enablecomponent <device1>
SC> enablecomponent <device2>

then try boot.

I've seen this work despite the devices being marked bad during SP boot. If this works the most likely cause is a daughterboard containing these interfaces needs reseating (poor electrical contact issue).

Hope that helps.

---------- Post updated at 10:40 PM ---------- Previous update was at 10:21 PM ----------

http://docs.oracle.com/cd/E19839-01/...20-2181-15.pdf

Last edited by hicksd8; 10-08-2012 at 06:04 AM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

boot fails after power faliure

Hi, i was installing solaris 8 on sunfire v250 and the power fails :mad: , now it does not boot from cd rom and get the next msg: ð Sun Fire V120 (UltraSPARC-IIe 648MHz), No Keyboard OpenBoot 4.0, 512 MB memory installed, Serial #56338483. Ethernet address 0:3:ba:5b:a8:33, Host ID: 835ba833. ... (1 Reply)
Discussion started by: agustincm
1 Replies

2. HP-UX

Auto-Port Aggregation startup fails on boot

I have a machine running HP-UX 11.23 (PARISC) and APA startup fails on boot. This is found in /etc/rc.log: Configure Auto-Port Aggregation(LAN Monitor) interfaces Output from "/sbin/rc2.d/S343hplm start": ---------------------------- get_start_dlpi_version: failed, errno is 22 ERROR: ... (1 Reply)
Discussion started by: kknigga
1 Replies

3. UNIX for Advanced & Expert Users

PXE diskless boot fails

Hi, I am trying to setup a server for a diskless boot of a computer class (with ubuntu) I followed the guidelines in https://help.ubuntu.com/community/DisklessUbuntuHowto I have two computers: one is the server I installed and the other is my macbook on which I run a virtual machine... (8 Replies)
Discussion started by: yotamhc
8 Replies

4. Solaris

Trying to boot Solaris without hard drives in T5220

I have three Sun Oracle Netra T5220s. I am trying to just get the processor information psrinfo or prtdiag -v from the # prompt in single user mode. I am needing to know the commands to get to boot the CD/DVD of the Solaris OS. I am using it via Serial Port Management. Tinkering around I... (4 Replies)
Discussion started by: nerdboy
4 Replies

5. Solaris

T2000 Sparc server fails boot

I have a T2000 enterprise SPARC server that's no longer on contract with Oracle. It's on old firmware (6.3.x). After a power-down this weekend, it won't boot normally. Boot snapshot at the bottom of the post. It can boot to cdrom, and it'll boot to failsafe mode, but it won't do a regular... (9 Replies)
Discussion started by: val riverwalk
9 Replies

6. Solaris

M5000 fails to boot

I have an m5000 that Is down. I have access to XSCF> and was able to get to the ok prompt. However, on >ok boot it failed to boot. erred with : svc.startd: svc:/system/device/fc-fabric:default: Method "/lib/svc/method/fc-fabric" failed due to signal KILL. Nov 29... (3 Replies)
Discussion started by: goya
3 Replies

7. UNIX for Beginners Questions & Answers

Lucreate Fails to Create Boot Environment;

My OS solarius 5.10 Generic_147148-2 i86 Error: please review new boots environments using options 1. Solution - show me the commands Partition is full, try to remove some unneeded files, then try to compress some other unneeded files. man command creates a temp file under... (0 Replies)
Discussion started by: zbest1966
0 Replies

8. Solaris

Boot Error - NIS services fails with Status 96

My system suddenly crash and when it rebooted there was an error: /dev/rdsk/c1t0d0s3 is logging svc.startd: svc:/network/nis/client:default: Method "/method/yp" failed with status 96. The system completes booting however when I log in a user account / directory is not longer... (1 Reply)
Discussion started by: NeedSolarisHelp
1 Replies

9. Solaris

T5220 not able to boot from USB

Hi, I want to install Solaris-11 on T5220. I created USB from sol-11_4-text-sparc.usb by usbcopy on another Solaris-11 servers, which looks like a good one. I tried did "reset-all" and still same issue. Can I get some help on this. {0} ok reset-all Sun Netra T5220, No Keyboard Copyright... (8 Replies)
Discussion started by: solaris_1977
8 Replies

10. Solaris

I can't boot my Sun T5220 server from cdrom.

hi:) i can't boot my sun server by iso solaris 10 sparc dvd that i did download from oracle site. my hardware is sun T5220. i receive these after running boot cdrom -s : can't read disk lable can't open disk lable package ERROR: boot-read fail whould u help me? Please use CODE... (1 Reply)
Discussion started by: Arefdel
1 Replies
consvar(8)						      System Manager's Manual							consvar(8)

NAME
consvar - Manipulate system firmware console environment variables SYNOPSIS
/sbin/consvar [-v] [-nc] -g -s -l -a -d [variable] [value] OPTIONS
Verbose mode. Prints out the system IDs used by firmware, the current firmware revision, and information about the process. Get the value of the specified console environment variable. Set the value of the specified console environment variable. List the values of all vari- ables supported by this platform that are not disabled. This is similar to the show SRM console command. Save the values of all environ- ment variables to non-volatile storage. Setting a variable with the -s option only updates the in-memory copy of console environment vari- ables. The save process could take a long time on some platforms, so it is recommended that the variables are saved after all set opera- tions have been performed. List the system and exception database information. Do not perform value conversion. Variables that contain device information have an underlying console bootstring format. If this option is used, consvar does not convert between the Tru64 UNIX names for these devices, but accepts and displays the raw values. The same goes for integer values which are converted between strings and hexadecimal values. DESCRIPTION
Use the consvar command to get, set, list, and save console environment variables available on SRM system firmware. Some firmware versions on some platforms do not comply with the Alpha SRM when dealing with certain variables, or operations. To ensure UNIX functionality with such firmware, an exception database is consulted and these operations are disabled. By default, consvar accepts and displays device values with Tru64 UNIX device names, or their device special file names. The raw console bootstrings can be used by providing the -nc option. For information regarding the console environment variables, please refer to the Alpha System Reference Manual. RETURN VALUES
Success. Failure. EXAMPLES
To show the values of all available console variables, enter: % consvar -l To get the value of the booted_dev variable, enter: % consvar -g booted_dev A message similar to the following will be displayed: booted_dev = disk0 To set the value of boot_dev, enter the device name of the required boot device: % consvar -s boot_dev disk0 To save the values of the variables across system resets, enter: % consvar -a If an operation fails, you can find out if it is dis- abled by using the -v option. For example, to see if the bootdef_dev variable is disabled, enter: % consvar -v -g bootdef_dev The exception database can be printed out along with the status of the current platform's console variable support by entering: % consvar -v -d FILES
Specifies the command path. Exception database. SEE ALSO
Functions: getsysinfo(2), setsysinfo(2) consvar(8)
All times are GMT -4. The time now is 12:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy