The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com



SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems .

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
How to Redirect the error messages from Syslog file to our own Application Log File balasubramaniam HP-UX 3 04-17-2008 01:44 PM
Memory error causing reboot hcclnoodles SUN Solaris 1 11-08-2006 08:09 AM
Causing a disk to be corrupt Yummator UNIX for Dummies Questions & Answers 1 03-24-2004 11:36 PM
HTML is causing problems Perderabo Post Here to Contact Site Administrators and Moderators 4 06-04-2003 09:46 PM
syslog error Deuce IP Networking 2 10-24-2001 04:52 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 09-25-2006
hcclnoodles hcclnoodles is offline
Registered User
  
 

Join Date: Mar 2002
Posts: 272
Explorer causing syslog error

Hi there, I have upgraded my explorer (SUNWexplo) on a solaris 10 Sparc box from version 3.4 to the latest version (5.5) . However im a little concerned, whenever I run the new explorer either manually or scheduled, I get a syslog event as follows

1 in 0:08:31: Sep 22 17:00:15 fmy.machine.com scsi: [ID 107833 kern.warning] WARNING: /pci@0,0/pci-ide@7,1/ide@0/sd@0,0 (sd2):


My question is really , what is /pci@0,0/pci-ide@7,1/ide@0/sd@0,0 (sd2): ??

my two disks have physical addresses of (see output of format command below)

AVAILABLE DISK SELECTIONS:
0. c0t2d0 <DEFAULT cyl 8921 alt 2 hd 255 sec 63>
/pci@0,0/pci1022,7450@2/pci1000,3060@3/sd@2,0
1. c0t3d0 <DEFAULT cyl 8921 alt 2 hd 255 sec 63>
/pci@0,0/pci1022,7450@2/pci1000,3060@3/sd@3,0

is /pci@0,0/pci-ide@7,1/ide@0/sd@0,0 (sd2): the bus or something ....could explorer probing around cause some errors like this

Im a bit lost and any help would be greatly appreciated
  #2 (permalink)  
Old 09-25-2006
pressy's Avatar
pressy pressy is offline Forum Staff  
solaris cultist
  
 

Join Date: Aug 2003
Location: Vienna / Austria (Europe) [EARTH]
Posts: 726
that could be your CD-ROM, try that command to see more :

# iostat -E

you could force to run only the disk module:
# explorer -w disks

or skip the disk tests
# explorer -w !disks

regards Pressy
  #3 (permalink)  
Old 09-25-2006
hcclnoodles hcclnoodles is offline
Registered User
  
 

Join Date: Mar 2002
Posts: 272
Thanks how do i found out what the CDROM physical device name is...sorry to be a pain. My /devices/pci@0,0 floder has the folowing content

pci-ide@7,1
pci1022,7450@1:devctl
pci1022,7450@2:devctl
pci1022,7460@6:devctl
pci1022,7450@1
pci1022,7450@2
pci1022,7460@6


which one is my cd-rom ??, Is there an easy way to work this out (ps i dont have physical access to the box)
cheers

Last edited by hcclnoodles; 09-25-2006 at 05:57 AM..
  #4 (permalink)  
Old 09-25-2006
pressy's Avatar
pressy pressy is offline Forum Staff  
solaris cultist
  
 

Join Date: Aug 2003
Location: Vienna / Austria (Europe) [EARTH]
Posts: 726
in my example, i can see in "iostat -E" that sd6 is my TOSHIBA CD-Drive, with "iostat -En" i can get my virtual path of that TOSHIBA drive, it's c1t6d0:

Code:
root@mp-wst01 # iostat -E
dad0      Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Model: ST320011A        Revision: 3.10     Serial No: 3HT1ZGZT
Size: 20.02GB <20020396032 bytes>
Media Error: 0 Device Not Ready: 0  No Device: 0 Recoverable: 0
Illegal Request: 0
dad1      Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Model: ST320011A        Revision: 3.10     Serial No: 3HT2ADJV
Size: 20.02GB <20020396032 bytes>
Media Error: 0 Device Not Ready: 0  No Device: 0 Recoverable: 0
Illegal Request: 0
sd6       Soft Errors: 4 Hard Errors: 2 Transport Errors: 0
Vendor: TOSHIBA  Product: DVD-ROM SD-M1401 Revision: 1009 Serial No:
Size: 0.00GB <0 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 2 Recoverable: 0
Illegal Request: 4 Predictive Failure Analysis: 0
sd17      Soft Errors: 1 Hard Errors: 0 Transport Errors: 0
Vendor: SEAGATE  Product: ST373405LW       Revision: 0003 Serial No:
Size: 73.40GB <73404694528 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 1 Predictive Failure Analysis: 0
root@mp-wst01 #
root@mp-wst01 # iostat -En
c0t2d0           Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Model: ST320011A        Revision: 3.10     Serial No: 3HT1ZGZT
Size: 20.02GB <20020396032 bytes>
Media Error: 0 Device Not Ready: 0  No Device: 0 Recoverable: 0
Illegal Request: 0
c0t0d0           Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Model: ST320011A        Revision: 3.10     Serial No: 3HT2ADJV
Size: 20.02GB <20020396032 bytes>
Media Error: 0 Device Not Ready: 0  No Device: 0 Recoverable: 0
Illegal Request: 0
c1t6d0           Soft Errors: 4 Hard Errors: 2 Transport Errors: 0
Vendor: TOSHIBA  Product: DVD-ROM SD-M1401 Revision: 1009 Serial No:
Size: 0.00GB <0 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 2 Recoverable: 0
Illegal Request: 4 Predictive Failure Analysis: 0
c2t2d0           Soft Errors: 1 Hard Errors: 0 Transport Errors: 0
Vendor: SEAGATE  Product: ST373405LW       Revision: 0003 Serial No:
Size: 73.40GB <73404694528 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 1 Predictive Failure Analysis: 0
root@mp-wst01 #
gP
  #5 (permalink)  
Old 09-25-2006
hcclnoodles hcclnoodles is offline
Registered User
  
 

Join Date: Mar 2002
Posts: 272
ok thanks , but im still confused, my iostat -En gives me this
Code:

# iostat -En
c1t0d0           Soft Errors: 2 Hard Errors: 1 Transport Errors: 0
Vendor: AMI      Product: Virtual CDROM    Revision: 1.00 Serial No:
Size: 0.00GB <0 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 1 Recoverable: 0
Illegal Request: 2 Predictive Failure Analysis: 0
So my cdrom is c1t0d0 and matching this off against /dev/dsk/c1t0d0 which points to

/devices/pci@0,0/pci1022,7460@6/pci1022,7464@0,1/storage@1/disk@0,0:q

Then i can safely assume that /pci@0,0/pci-ide@7,1/ide@0/sd@0,0 (sd2): is NOT my cdrom, nor is it any of my two scsi disks


So what the hell is it ??
  #6 (permalink)  
Old 09-25-2006
pressy's Avatar
pressy pressy is offline Forum Staff  
solaris cultist
  
 

Join Date: Aug 2003
Location: Vienna / Austria (Europe) [EARTH]
Posts: 726
what's the output of that command:

# iostat -E | awk '/sd2/ {getline; print}'

gP
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 08:21 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0