Sponsored Content
Top Forums UNIX for Advanced & Expert Users Need Help , Ultra SPARC can not loading Post 302113013 by heru_90 on Tuesday 3rd of April 2007 12:47:22 AM
Old 04-03-2007
For trouble I was try using :
keyboard ctrl+break
and open break prompt
after thatusing command :
Code:
setenv diag-device disk
reset -all
boot

But after boot sttill stop in
Boot device: disk File and args:

and I try change boot device using cdrom :
Code:
setenv boot-device cdrom

get message
Quote:
boot device = cdrom
Code:
boot

and now can booting from disk but have error message :
Quote:
boot device: cdrom File and args:
SunOS Release 5.8 Version Generic_108528-13 64-bit
Copyright 1983-2001 Sun Microsystems, Inc. All rights reserved.
WARNING: /pci@1f,4000/scsi@3/sd@0,0 (sd0):
Error for Command: load/start/stop Error Level: Retryable
Requested Block: 0 Error Block: 0
Vendor: IBM Serial Number:
Sense Key: Not Ready
ASC: 0x4 (LUN not ready), ASCQ: 0x0, FRU: 0x0
WARNING: /pci@1f,4000/scsi@3/sd@0,0 (sd0):
Error for Command: load/start/stop Error Level: Retryable
Requested Block: 0 Error Block: 0
Vendor: IBM Serial Number:
Sense Key: Not Ready
ASC: 0x4 (LUN not ready), ASCQ: 0x0, FRU: 0x0
any one now what mean this message and how if I reinstall my software thereis will reformat my disk and delete all existing file an configuration?

Thank you

Regards,

heru
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Sun Ultra sparc 60

Hello everybody!! I need your help again. I am using Sun Ultra sparc 60 machine.Follwing are the types of files getting generated in /var/tmp. "windu_sm_o aaaa,baaa,caaa,daaa" etc. I am not able to locate which application is generating these files. Can I straightway delete these files ? or... (1 Reply)
Discussion started by: vikasdeshmukh
1 Replies

2. Solaris

ultra sparc 2 no video - ok prompt access

I have an ultra sparc 2 with no video - I connect to it with hyperterm. Is there a way to get to the OK prompt? I have tried control/break and that does not work. If not is there a video card I can get to put in this box? I have Solaris 10 installed on this machine. Thanks (7 Replies)
Discussion started by: tribbles
7 Replies

3. Solaris

In Sparc Ultra 45 machine, how to enable bge1

In Sparc Ultra 45 machine, how to enable bge1 port, how to do if bge0 is down then bge1 should automatically up. Thanks & Regards (2 Replies)
Discussion started by: durgaprasadr13
2 Replies

4. Solaris

Null modem cable in Ultra sparc 10

Hi Gurus, Can I use null modem cable in Ultra sparc 10 workstation Thanks (3 Replies)
Discussion started by: kumarmani
3 Replies

5. Debian

Problem installing Debian5 on an ultra sparc machine

Comments/Problems: Machine boots from CDROM, starts SILO Version 1.4.13, display welcome message (welcome to Debian GNU/Linux lenny! built on 20081218-10:06 ). boot: Allocated 8 Megs of memory at 0x40000000 for kernel Loaded kernel version 2.6.26 Loading initial ramdisk... (3 Replies)
Discussion started by: mtk
3 Replies

6. Solaris

How much better performance is ultra SPARC IV+ 1.95GHz than 1.35GHz?

Dear Guru, My boss has a plan to upgrade cpu of server so he needs to know how much better performance(percentage) is Ultra SPARC IV+ 1.95 GHz than Ultra SPARC IV 1.35 GHz?. I am looking for documentation to reference but I didn't see anything close to my point. If who know,... (3 Replies)
Discussion started by: unitipon
3 Replies

7. Solaris

Sun Sparc Ultra 4 won't boot - disk errors

Hi all. I am seeing in one of our less-used servers that it crashed and now won't restart. I get the message 'continue with normal startup or boot into maintenance mode'. I go into maintenance and run fsck on /usr0 (mentioned in error at restart) it then reboots but goes right back to... (3 Replies)
Discussion started by: jamie_collins
3 Replies

8. Ubuntu

Sudo issues with Ubuntu 7.10 Running on a Ultra SPARC Machine

I have a Sun Blade 1000 machine that I installed Ubuntu 7.10 SPARC onto. The only user configured (configure during install) cannot use sudo. When I try to issue a command using sudo (ex. sudo apt-get install) it asks me for my password and returns the error "user not found in sudoers file". I need... (4 Replies)
Discussion started by: swilso
4 Replies

9. Solaris

How to install PGX32 on Sparc 10 Ultra?

I'm trying to install a PGX32 video card on my Sparc 10 Ultra running Solaris 10. I've got the Oracle installation guide for it and I got as far as: "4. Insert the CD-ROM labeled “GFX OpenWindows for Solaris 2” into the drive." I don't have a CD-ROM by that name and a web search for that... (21 Replies)
Discussion started by: Michele31416
21 Replies

10. Hardware

Sun Sparc Ultra 30 help

Hi all, I managed to salvage form work an old Sun Sparc Ultra 30. I have had it stored (controlled storage) for a few years and decided to get it home and boot it up. It starts up with a beep then I can hear disks spinning up, CDROM moving but nothing is displayed on the monitor. Can... (2 Replies)
Discussion started by: robbo007
2 Replies
ssd(7D) 							      Devices								   ssd(7D)

NAME
ssd - Fibre Channel Arbitrated Loop disk device driver SYNOPSIS
ssd@port,target:partition DESCRIPTION
The ssd driver supports Fibre Channel disk devices. The specific type of each disk is determined by the SCSI inquiry command and reading the volume label stored on block 0 of the drive. The volume label describes the disk geometry and partitioning; it must be present or the disk cannot be mounted by the system. The block-files access the disk using the system's normal buffering mechanism and are read and written without regard to physical disk records. A "raw" interface provides for direct transmission between the disk and the read or write buffer. A single read or write call usu- ally results in one I/O operation; raw I/O is therefore more efficient when many bytes are transmitted. Block file names are found in /dev/dsk; the names of the raw files are found in /dev/rdsk. I/O requests (such as lseek(2)) to the SCSI disk must have an offset that is a multiple of 512 bytes (DEV_BSIZE), or the driver returns an EINVAL error. If the transfer length is not a multiple of 512 bytes, the transfer count is rounded up by the driver. Partition 0 is normally used for the root file system on a disk, with partition 1 as a paging area (for example, swap). Partition 2 is used to back up the entire disk. Partition 2 normally maps the entire disk and may also be used as the mount point for secondary disks in the system. The rest of the disk is normally partition 6. For the primary disk, the user file system is located here. The device has associated error statistics. These must include counters for hard errors, soft errors and transport errors. Other data may be implemented as required. DEVICE STATISTICS SUPPORT
The device maintains I/O statistics for the device and for partitions allocated for that device. For each device/partition, the driver accumulates reads, writes, bytes read, and bytes written. The driver also initiates hi-resolution time stamps at queue entry and exit points to enable monitoring of residence time and cumulative residence-length product for each queue. Not all device drivers make per-partition IO statistics available for reporting. ssd and sd(7D) per-partition statistics are enabled by default but may be disabled in their configuration files. IOCTLS
Refer to dkio(7I). ERRORS
EACCES Permission denied. EBUSY The partition was opened exclusively by another thread. EFAULT The argument was a bad address. EINVAL Invalid argument. EIO An I/O error occurred. ENOTTY The device does not support the requested ioctl function. ENXIO When returned during open(2), this error indicates the device does not exist. EROFS The device is a read-only device. CONFIGURATION
You configure the ssd driver by defining properties in the ssd.conf file. The ssd driver supports the following properties: enable-partition-kstats The default value is 1, which causes partition IO statistics to be maintained. Set this value to zero to prevent the driver from recording partition statistics. This slightly reduces the CPU overhead for IO, mimimizes the amount of sar(1) data collected and makes these statistics unavailable for reporting by iostat(1M) even though the -p/-P option is specified. Regardless of this setting, disk IO statistics are always maintained. FILES
ssd.conf Driver configuration file /dev/dsk/cntndnsn block files /dev/rdsk/cntndnsn raw files cn is the controller number on the system. tn 7-bit disk loop identifier, such as switch setting dn SCSI lun n sn partition n (0-7) SEE ALSO
sar(1), format(1M), iostat(1M), ioctl(2), lseek(2), open(2), read(2), write(2), driver.conf(4), cdio(7I), dkio(7I) ANSI Small Computer System Interface-2 (SCSI-2) ANSI X3.272-1996, Fibre Channel Arbitrated Loop (FC-AL) Fibre Channel - Private Loop SCSI Direct Attach (FC-PLDA) DIAGNOSTICS
Error for command '<command name>' Error Level: Fatal Requested Block <n>, Error Block: <m>, Sense Key: <sense key name>, Vendor '<vendor name>': ASC = 0x<a> (<ASC name>), ASCQ = 0x<b>, FRU = 0x<c> The command indicated by <command name> failed. The Requested Block is the block where the transfer started and the Error Block is the block that caused the error. Sense Key, ASC, and ASCQ information is returned by the target in response to a request sense command. Check Condition on REQUEST SENSE A REQUEST SENSE command completed with a check condition. The original command will be retried a number of times. Label says <m> blocks Drive says <n> blocks There is a discrepancy between the label and what the drive returned on the READ CAPACITY command. Not enough sense information The request sense data was less than expected. Request Sense couldn't get sense data The REQUEST SENSE command did not transfer any data. Reservation Conflict The drive was reserved by another initiator. SCSI transport failed: reason 'xxxx' : {retrying|giving up} The host adapter has failed to transport a command to the target for the reason stated. The driver will either retry the command or, ulti- mately, give up. Unhandled Sense Key <n> The REQUEST SENSE data included an invalid sense key. Unit not Ready. Additional sense code 0x<n> The drive is not ready. corrupt label - bad geometry The disk label is corrupted. corrupt label - label checksum failed The disk label is corrupted. corrupt label - wrong magic number The disk label is corrupted. device busy too long The drive returned busy during a number of retries. disk not responding to selection The drive was probably powered down or died. i/o to invalid geometry The geometry of the drive could not be established. incomplete read/write - retrying/giving up There was a residue after the command completed normally. logical unit not ready The drive is not ready. no bp for disk label A bp with consistent memory could not be allocated. no mem for property Free memory pool exhausted. no memory for disk label Free memory pool exhausted. no resources for dumping A packet could not be allocated during dumping. offline Drive went offline; probably powered down. requeue of command fails<n> Driver attempted to retry a command and experienced a transport error. ssdrestart transport failed <n> Driver attempted to retry a command and experienced a transport error. transfer length not modulo <n> Illegal request size. transport rejected <n> Host adapter driver was unable to accept a command. unable to read label Failure to read disk label. unit does not respond to selection Drive went offline; probably powered down. SunOS 5.10 30 May 2003 ssd(7D)
All times are GMT -4. The time now is 08:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy