Sponsored Content
Full Discussion: LUN not ready
Operating Systems Solaris LUN not ready Post 302279972 by sbn on Sunday 25th of January 2009 10:23:58 AM
Old 01-25-2009
LUN not ready

hey guys i got this in my logs what does this mean:

Quote:
Jan 26 01:15:34 vaus1007 scsi: [ID 107833 kern.warning] WARNING: /pci@8,600000/SUNW,qlc@2/fp@0,0/ssd@w21000004cf6204d0,0 (ssd0):
Jan 26 01:15:34 Error for Command: <undecoded cmd 0x25> Error Level: Retryable
Jan 26 01:15:34 scsi: [ID 107833 kern.notice] Requested Block: 0 Error Block: 0
Jan 26 01:15:34 scsi: [ID 107833 kern.notice] Vendor: SEAGATE Serial Number:
Jan 26 01:15:34 scsi: [ID 107833 kern.notice] Sense Key: Not Ready
Jan 26 01:15:34 scsi: [ID 107833 kern.notice] ASC: 0x4 (LUN not ready), ASCQ: 0x0, FRU: 0x2
Jan 26 01:15:39 scsi: [ID 107833 kern.warning] WARNING: /pci@8,600000/SUNW,qlc@2/fp@0,0/ssd@w21000004cf6204d0,0 (ssd0):
Jan 26 01:15:39 Error for Command: <undecoded cmd 0x25> Error Level: Fatal
Jan 26 01:15:39 scsi: [ID 107833 kern.notice] Requested Block: 0 Error Block: 0
Jan 26 01:15:39 scsi: [ID 107833 kern.notice] Vendor: SEAGATE Serial Number:
Jan 26 01:15:39 scsi: [ID 107833 kern.notice] Sense Key: Not Ready
Jan 26 01:15:39 scsi: [ID 107833 kern.notice] ASC: 0x4 (LUN not ready), ASCQ: 0x0, FRU: 0x2
Jan 26 01:15:39 scsi: [ID 107833 kern.warning] WARNING: /pci@8,600000/SUNW,qlc@2/fp@0,0/ssd@w21000004cf6204d0,0 (ssd0):
Jan 26 01:15:39 Error for Command: <undecoded cmd 0x25> Error Level: Retryable
Jan 26 01:15:39 scsi: [ID 107833 kern.notice] Requested Block: 0 Error Block: 0
Jan 26 01:15:39 scsi: [ID 107833 kern.notice] Vendor: SEAGATE Serial Number:
Jan 26 01:15:39 scsi: [ID 107833 kern.notice] Sense Key: Not Ready
Jan 26 01:15:39 scsi: [ID 107833 kern.notice] ASC: 0x4 (LUN not ready), ASCQ: 0x0, FRU: 0x2
Jan 26 01:15:40 /usr/lib/snmp/snmpdx: [ID 702911 daemon.error] Agent snmpd appeared dead but responded to ping
Jan 26 01:15:44 scsi: [ID 107833 kern.warning] WARNING: /pci@8,600000/SUNW,qlc@2/fp@0,0/ssd@w21000004cf6204d0,0 (ssd0):
Jan 26 01:15:44 Error for Command: <undecoded cmd 0x25> Error Level: Fatal
Jan 26 01:15:44 scsi: [ID 107833 kern.notice] Requested Block: 0 Error Block: 0
Jan 26 01:15:44 scsi: [ID 107833 kern.notice] Vendor: SEAGATE Serial Number:
Jan 26 01:15:44 scsi: [ID 107833 kern.notice] Sense Key: Not Ready
Jan 26 01:15:44 scsi: [ID 107833 kern.notice] ASC: 0x4 (LUN not ready), ASCQ: 0x0, FRU: 0x2
 

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script ready but might need some improvement.

Hi All, I have written a script which does some editing in the files, based on user input.This might not be the most elegant way of doing it and there would be many improvements needed. Please go through it and let me know how it could be improved. Suggestions are welcome!! Thanks!... (2 Replies)
Discussion started by: nua7
2 Replies

2. Solaris

I have LUN ID, how to find disk relate to that LUN ID?

I have a list of LUN ID, my task is to find if disk has been added or not. How do I do that? I have been searching the forum and not able to find answer. thanks (4 Replies)
Discussion started by: uuontario
4 Replies

3. Virtualization and Cloud Computing

VirtualBox 3.1 ready for download

Downloads - VirtualBox (0 Replies)
Discussion started by: DukeNuke2
0 Replies

4. UNIX for Advanced & Expert Users

The disk drive for /tmp is not ready yet or not present && the disk drive for /boot is not ready yet

Hi Team when I boot the server I get this 2 errors : the disk drive for /tmp is not ready yet or not present the disk drive for /boot is not ready yet or not present and its stay like that , I m using Ubuntu 12.04 please if someone have any idea how to fix that problem . (1 Reply)
Discussion started by: SULTAN01
1 Replies

5. Programming

MySQL: calculating when query ready

I have a big, ugly query which is quadratic in the input size and therefore want to display an approximate completion time prior to sending it off: select concat('Ready by ', time(now() + pow(select count(*) as datapoints from data, 2))); Syntactically this is wrong and is merely... (2 Replies)
Discussion started by: figaro
2 Replies
fp(7d)								      Devices								    fp(7d)

NAME
fp - Sun Fibre Channel port driver DESCRIPTION
The fp driver is a Sun fibre channel nexus driver that enables fibre channel topology discovery, device discovery, fibre channel adapter port management and other capabilities through well-defined fibre channel adapter driver interfaces. The fp driver requires the presence of a fabric name server in fabric and public loop topologies to discover fibre channel devices. In pri- vate loop topologies, the driver discovers devices by performing PLOGI to all valid AL_PAs, provided that devices do not participate in LIRP and LILP stages of loop initialization. CONFIGURATION
The fp driver is configured by defining properties in the fp.conf file. The fp driver supports the following properties: mpxio-disable Solaris I/O multipathing is enabled or disabled on fibre channel devices with the mpxio-disable property. Specifying mpxio-disable="no" activates I/O multipathing, while mpxio-disable="yes" disables the feature. Solaris I/O multipathing may be enabled or disabled on a per port basis. Per port settings override the global setting for the specified ports. The following example shows how to disable multipathing on port 0 whose parent is /pci@8,600000/SUNW,qlc@4: name="fp" parent="/pci@8,600000/SUNW,qlc@4" port=0 mpxio-disable="yes"; manual_configuration_only Automatic configuration of SCSI devices in the fabric is enabled by default and thus allows all devices discovered in the SAN zone to be enumerated in the kernel's device tree automatically. The manual_configuration_only property may be configured to disable the default behavior and force the manual configuration of the devices in the SAN. Specifying manual_configuration_only=1 disables the automatic con- figuration of devices. FILES
/kernel/drv/fp 32-bit ELF kernel driver (x86) /kernel/drv/amd64/fp 64-bit ELF kernel driver (x86) /kernel/drv/sparcv9/fp 64-bit ELF kernel driver (SPARC) /kernel/drv/fp.conf fp driver configuration file. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |mpxio-disable |Unstable | +-----------------------------+-----------------------------+ |manual_configuration_only |Obsolete | +-----------------------------+-----------------------------+ |Availability |SUNWfctl | +-----------------------------+-----------------------------+ SEE ALSO
cfgadm_fp(1M), prtconf(1M), stmsboot(1M), driver.conf(4), attributes(5), fcp(7D), fctl(7D), scsi_vhci(7D) Writing Device Drivers Fibre Channel Physical and Signaling Interface (FC-PH) ANSI X3.230: 1994 Fibre Channel Generic Services (FC-GS-2) Project 1134-D Fibre Channel Arbitrated Loop (FC-AL) ANSI X3.272-1996 Fibre Channel Protocol for SCSI (FCP) ANSI X3.269-1996 SCSI-3 Architecture Model (SAM) Fibre Channel Private Loop SCSI Direct Attach (FC-PLDA) ANSI X3.270-1996 SCSI Direct Attach (FC-PLDA) ANSI X3.270-1996 SCSI Direct Attach (FC-PLDA) NCITS TR-19:1998 Fabric Loop Attachment (FC-FLA), NCITS TR-20:1998 SunOS 5.10 2 Dec 2004 fp(7d)
All times are GMT -4. The time now is 01:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy