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
Double No.of CPU's shown by nmon10 on AIX 5.3 ML8 SP3 m_raheelahmed AIX 3 04-07-2009 01:24 PM
what FS is shown in df -kh upengan78 SUN Solaris 3 06-05-2008 05:41 PM
Help!! how to get the filename as be shown? Jones Lin Shell Programming and Scripting 8 07-18-2006 02:24 AM
preventing the banner from being shown BG_JrAdmin SUN Solaris 1 05-22-2006 07:39 PM
working directory shown swchee UNIX for Dummies Questions & Answers 3 05-11-2006 05:05 AM

Reply
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 07-09-2009
upengan78 upengan78 is offline
Registered User
  
 

Join Date: Jun 2008
Location: Texas
Posts: 142
Exclamation sun cluster3.2, d3 and d8 are shown as failed [SOLVED]

Hello,

This is a 2 node sun cluster 3.2 on solaris 10(x86)
I am using an unique ~512M disk (c0d1) on each node and slice 6 on this disk for globaldevices. While everything looks like fine, the 'Fail' is bothering me.


Quote:
-bash-3.00# cldev list -v
DID Device Full Device Path
---------- ----------------
d1 tommy_sun1:/dev/rdsk/c0d0
d2 tommy_sun1:/dev/rdsk/c1t0d0
d3 tommy_sun1:/dev/rdsk/c0d1
d4 tommy_sun1:/dev/rdsk/c3t5d0
d4 tommy_sun:/dev/rdsk/c3t5d0
d5 tommy_sun1:/dev/rdsk/c3t6d0
d5 tommy_sun:/dev/rdsk/c3t6d0
d6 tommy_sun:/dev/rdsk/c0d0
d7 tommy_sun:/dev/rdsk/c1t0d0
d8 tommy_sun:/dev/rdsk/c0d1
-bash-3.00# cldev status -v

=== Cluster DID Devices ===

Device Instance Node Status
--------------- ---- ------
/dev/did/rdsk/d1 tommy_sun1 Ok

/dev/did/rdsk/d3 tommy_sun1 Fail

/dev/did/rdsk/d4 tommy_sun Ok
tommy_sun1 Ok

/dev/did/rdsk/d5 tommy_sun Ok
tommy_sun1 Ok

/dev/did/rdsk/d6 tommy_sun Ok

/dev/did/rdsk/d8 tommy_sun Fail
Quote:
-bash-3.00# format
Searching for disks...done


AVAILABLE DISK SELECTIONS:
0. c0d0 <DEFAULT cyl 2010 alt 2 hd 255 sec 63>
/pci@0,0/pci-ide@1,1/ide@0/cmdk@0,0
1. c0d1 <DEFAULT cyl 596 alt 2 hd 64 sec 32>
/pci@0,0/pci-ide@1,1/ide@0/cmdk@1,0
2. c3t5d0 <IET-VIRTUAL-DISK-0-2.00GB>
/iscsi/disk@0000iqn.2009-07.tommy-centos%3Asandisk0001,0
3. c3t6d0 <DEFAULT cyl 509 alt 2 hd 64 sec 32>
/iscsi/disk@0000iqn.2009-07.tommy-centos%3Asandiskquorum0001,0
Specify disk (enter its number): 1
selecting c0d1
Controller working list found
[disk formatted, defect list found]
format> p
partition> p
Current partition table (original):
Total disk cylinders available: 596 + 2 (reserved cylinders)

Part Tag Flag Cylinders Size Blocks
0 unassigned wm 0 0 (0/0/0) 0
1 unassigned wm 0 0 (0/0/0) 0
2 backup wu 0 - 595 596.00MB (596/0/0) 1220608
3 unassigned wm 0 0 (0/0/0) 0
4 unassigned wm 0 0 (0/0/0) 0
5 unassigned wm 0 0 (0/0/0) 0
6 unassigned wm 3 - 595 593.00MB (593/0/0) 1214464
7 unassigned wm 0 0 (0/0/0) 0
8 boot wu 0 - 0 1.00MB (1/0/0) 2048
9 alternates wm 1 - 2 2.00MB (2/0/0) 4096
@ tommy_sun1
Quote:
#/dev/dsk/c0d1s6 /dev/rdsk/c0d1s6 /globaldevices ufs 2 yes -
/dev/did/dsk/d3s6 /dev/did/rdsk/d3s6 /global/.devices/node@1 ufs 2 no global
@tommy_sun
Quote:
#/dev/dsk/c0d1s6 /dev/rdsk/c0d1s6 /globaldevices ufs 2 yes -
/dev/did/dsk/d8s6 /dev/did/rdsk/d8s6 /global/.devices/node@2 ufs 2 no global
-bash-3.00# cldevice refresh
Quote:
cldevice: (C507896) Inquiry on device "/dev/rdsk/c0d0s2" failed.
cldevice: (C507896) Inquiry on device "/dev/rdsk/c0d1s2" failed.
cldevice: (C516650) ioctl(DKIOCINFO) error - Inappropriate ioctl for device.
Can anyone please help me with this issue?

Thanks in advance..

Last edited by upengan78; 07-15-2009 at 04:50 PM..
  #2 (permalink)  
Old 07-10-2009
Sapfeer Sapfeer is offline
Registered User
  
 

Join Date: Feb 2009
Posts: 97
Code:
[disk formatted, defect list found]
It can refer to device state inconsistence... Try fsck on /dev/rdsk/c0d1 on both nodes. Also, please provide the output of 'grep c0d1 /var/adm/messages' command
Bits Awarded / Charged to Sapfeer for this Post
Date User Comment Amount
07-14-2009 upengan78 N/A 10
  #3 (permalink)  
Old 07-10-2009
upengan78 upengan78 is offline
Registered User
  
 

Join Date: Jun 2008
Location: Texas
Posts: 142
Quote:
Originally Posted by Sapfeer View Post
Code:
[disk formatted, defect list found]
It can refer to device state inconsistence... Try fsck on /dev/rdsk/c0d1 on both nodes. Also, please provide the output of 'grep c0d1 /var/adm/messages' command

OK, I will try this now, and provide o/p messages (not yet run fsck)

Quote:
Cluster.devices.did: [ID 230304 daemon.notice] cldev: (C507896) Inquiry on device "/dev/rdsk/c0d1s2" failed.

grep c0d1 /var/adm/messages
fsck on actually which device ? c0d1 ? or some slice?

Last edited by upengan78; 07-10-2009 at 08:49 PM..
  #4 (permalink)  
Old 07-15-2009
Sapfeer Sapfeer is offline
Registered User
  
 

Join Date: Feb 2009
Posts: 97
Quote:
Originally Posted by upengan78 View Post
fsck on actually which device ? c0d1 ? or some slice?
Sorry for delays, I didn't receive notification about your answer. Try fsck on c0d1
  #5 (permalink)  
Old 07-15-2009
upengan78 upengan78 is offline
Registered User
  
 

Join Date: Jun 2008
Location: Texas
Posts: 142
Quote:
Originally Posted by Sapfeer View Post
Sorry for delays, I didn't receive notification about your answer. Try fsck on c0d1
No problem,

Quote:
-bash-3.00# fsck /dev/rdsk/c0d1
fsck: could not stat /dev/rdsk/c0d1: No such file or directory
Quote:
fsck /dev/rdsk/c0d1s2
** /dev/rdsk/c0d1s2
BAD SUPERBLOCK AT BLOCK 16: MAGIC NUMBER WRONG

LOOK FOR ALTERNATE SUPERBLOCKS WITH MKFS? ^C
Quote:
-bash-3.00# fsck -y /dev/rdsk/c0d1s2
** /dev/rdsk/c0d1s2
BAD SUPERBLOCK AT BLOCK 16: MAGIC NUMBER WRONG

LOOK FOR ALTERNATE SUPERBLOCKS WITH MKFS? yes


LOOK FOR ALTERNATE SUPERBLOCKS WITH NEWFS? yes

SEARCH FOR ALTERNATE SUPERBLOCKS FAILED.

USE GENERIC SUPERBLOCK FROM MKFS? yes

CALCULATED GENERIC SUPERBLOCK WITH MKFS
If filesystem was created with manually-specified geometry, using
auto-discovered superblock may result in irrecoverable damage to
filesystem and user data.

CANCEL FILESYSTEM CHECK? yes

Please verify that the indicated block contains a proper
superblock for the filesystem (see fsdb(1M)).

FSCK was running in YES mode. If you wish to run in that mode using
the alternate superblock, run `fsck -y -o b=1213632 /dev/rdsk/c0d1s2'.
/var/adm/messages
Quote:
Cluster.devices.did: [ID 230304 daemon.notice] cldev: (C507896) Inquiry on device "/dev/rdsk/c0d1s2" failed
Any idea? Thanks!!

Last edited by upengan78; 07-15-2009 at 01:16 PM..
  #6 (permalink)  
Old 07-15-2009
Sapfeer Sapfeer is offline
Registered User
  
 

Join Date: Feb 2009
Posts: 97
Try issuing some commands from cldev group, such as clear, refresh and populate with -v switch. Outputs are appreciated
  #7 (permalink)  
Old 07-15-2009
upengan78 upengan78 is offline
Registered User
  
 

Join Date: Jun 2008
Location: Texas
Posts: 142
Quote:
Originally Posted by Sapfeer View Post
Try issuing some commands from cldev group, such as clear, refresh and populate with -v switch. Outputs are appreciated
Thanks!

Output,
Quote:
-bash-3.00# cldev clear
Updating shared devices on node 1
Updating shared devices on node 2
-bash-3.00# cldev status

=== Cluster DID Devices ===

Device Instance Node Status
--------------- ---- ------
/dev/did/rdsk/d1 tommy_sun1 Ok

/dev/did/rdsk/d3 tommy_sun1 Fail

/dev/did/rdsk/d4 tommy_sun Ok
tommy_sun1 Ok

/dev/did/rdsk/d5 tommy_sun Ok
tommy_sun1 Ok

/dev/did/rdsk/d6 tommy_sun Ok

/dev/did/rdsk/d8 tommy_sun Fail

-bash-3.00# cldev refresh
cldev: (C507896) Inquiry on device "/dev/rdsk/c0d0s2" failed.
cldev: (C507896) Inquiry on device "/dev/rdsk/c0d1s2" failed.
cldev: (C516650) ioctl(DKIOCINFO) error - Inappropriate ioctl for device.
-bash-3.00# cldev status

=== Cluster DID Devices ===

Device Instance Node Status
--------------- ---- ------
/dev/did/rdsk/d1 tommy_sun1 Ok

/dev/did/rdsk/d3 tommy_sun1 Fail

/dev/did/rdsk/d4 tommy_sun Ok
tommy_sun1 Ok

/dev/did/rdsk/d5 tommy_sun Ok
tommy_sun1 Ok

/dev/did/rdsk/d6 tommy_sun Ok

/dev/did/rdsk/d8 tommy_sun Fail

-bash-3.00# cldev populate
-bash-3.00# cldev status

=== Cluster DID Devices ===

Device Instance Node Status
--------------- ---- ------
/dev/did/rdsk/d1 tommy_sun1 Ok

/dev/did/rdsk/d3 tommy_sun1 Fail

/dev/did/rdsk/d4 tommy_sun Ok
tommy_sun1 Ok

/dev/did/rdsk/d5 tommy_sun Ok
tommy_sun1 Ok

/dev/did/rdsk/d6 tommy_sun Ok

/dev/did/rdsk/d8 tommy_sun Fail
dmesg

-bash-3.00# dmesg

Quote:
Wed Jul 15 11:06:32 CDT 2009
Jul 15 11:05:45 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:45 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:45 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:45 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:45 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:45 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:45 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:45 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:45 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:45 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:45 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:45 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:45 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:45 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:45 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:45 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:45 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:45 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:45 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:45 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property
Jul 15 11:05:52 tommy_sun1 genunix: [ID 882269 kern.info] PIO mode 4 selected
Jul 15 11:05:52 tommy_sun1 Cluster.devices.did: [ID 229792 daemon.notice] cldev: (C507896) Inquiry on device "/dev/rdsk/c0d0s2" failed.
Jul 15 11:05:52 tommy_sun1 Cluster.devices.did: [ID 230304 daemon.notice] cldev: (C507896) Inquiry on device "/dev/rdsk/c0d1s2" failed.
Jul 15 11:05:52 tommy_sun1 Cluster.devices.did: [ID 512997 daemon.notice] cldev: (C516650) ioctl(DKIOCINFO) error - Inappropriate ioctl for device.
Jul 15 11:05:59 tommy_sun1 Cluster.devices.did: [ID 466922 daemon.notice] obtaining access to all attached disks
Jul 15 11:05:59 tommy_sun1 Cluster.CCR: [ID 914260 daemon.warning] Failed to retrieve global fencing status from the global name server
Jul 15 11:05:59 tommy_sun1 last message repeated 1 time
Jul 15 11:05:59 tommy_sun1 Cluster.CCR: [ID 285668 daemon.warning] reservation warning(node_join) - MHIOCSTATUS error(25) will retry in 2 seconds
Jul 15 11:06:03 tommy_sun1 last message repeated 2 times
Jul 15 11:06:05 tommy_sun1 Cluster.CCR: [ID 663293 daemon.warning] reservation error(node_join) - do_status() error for disk /dev/did/rdsk/d3s2
Jul 15 11:06:05 tommy_sun1 Cluster.CCR: [ID 704082 daemon.warning] reservation warning(node_join) - MHIOCENFAILFAST error(25) will retry in 2 seconds
Jul 15 11:06:09 tommy_sun1 last message repeated 2 times
Jul 15 11:06:11 tommy_sun1 Cluster.CCR: [ID 530064 daemon.warning] reservation error(node_join) - do_enfailfast() error for disk /dev/did/rdsk/d3s2

Quote:
cldev show d3 d8

=== DID Device Instances ===

DID Device Name: /dev/did/rdsk/d3
Full Device Path: tommy_sun1:/dev/rdsk/c0d1
Replication: none
default_fencing: global

DID Device Name: /dev/did/rdsk/d8
Full Device Path: tommy_sun:/dev/rdsk/c0d1
Replication: none
default_fencing: global


---------- Post updated at 12:14 PM ---------- Previous update was at 11:36 AM ----------

svcs -xv
Quote:
svcs -xv
svc:/system/cluster/scsymon-srv:default (Sun Cluster SyMON Server Daemon)
State: offline since Wed Jul 15 11:54:15 2009
Reason: Dependency svc:/application/management/sunmcagent:default is absent.
See: http://sun.com/msg/SMF-8000-E2
Impact: This service is not running.
[/QUOTE]

Last edited by upengan78; 07-15-2009 at 02:45 PM..
Reply

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 12:33 AM.


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