sun cluster3.2, d3 and d8 are shown as failed


 
Thread Tools Search this Thread
Operating Systems Solaris sun cluster3.2, d3 and d8 are shown as failed
# 1  
Old 07-09-2009
Error 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? Smilie

Thanks in advance..

Last edited by upengan78; 07-15-2009 at 04:50 PM..
# 2  
Old 07-10-2009
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
# 3  
Old 07-10-2009
Quote:
Originally Posted by Sapfeer
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
Smilie
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  
Old 07-15-2009
Quote:
Originally Posted by upengan78
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  
Old 07-15-2009
Quote:
Originally Posted by Sapfeer
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  
Old 07-15-2009
Try issuing some commands from cldev group, such as clear, refresh and populate with -v switch. Outputs are appreciated
# 7  
Old 07-15-2009
Quote:
Originally Posted by Sapfeer
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..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Can we add Oracle ASM in sun cluster3.3 or 4.0 in failover mode

Hi I am new to this forum & oracle DBA also, I would like to know that can we add Oracle ASM in failover mode in sun cluster 3.3 or 4.0 means that if suppose oracle is running along with ASM on node1 & this node went down due to hardware issue then both oracle along with ASM must move to... (1 Reply)
Discussion started by: hb00
1 Replies

2. Solaris

Need suggestion:- Failed HTTPS transfer to https://supportfiles.sun.com/curl

Hi Guys, I have recently started reciving below Error message Failed HTTPS transfer to https://supportfiles.sun.com/curl whenever I run /usr/local/bin/sudo /opt/SUNWexplo/bin/explorer -P -q -v from all Servers. Looks like the SSL certificate as Expired. Whenever I type... (4 Replies)
Discussion started by: manalisharmabe
4 Replies

3. Solaris

Patching failed on Sun T2000

Hi folks, I was patching Sun server (SunOS suns121 5.10 Generic_144488-17 sun4v sparc SUNW,Sun-Fire-T200) with the lateset bundle. It was completed with no errors. Server was restarted with shutdown command (/usr/sbin/shutdown -y -i6 -g0) after patching was complete. However, after that,... (3 Replies)
Discussion started by: zulu1
3 Replies

4. Solaris

SUN 6540 Array with failed controller battery

Can someone point me to a procedure detailing the replacement of a failed battery in a SUN 6540 controller. Or describe the procedure. Thanks (1 Reply)
Discussion started by: USFE
1 Replies

5. Solaris

Failed to recover root password in Solaris 10 on Sparc CPU Sun Ultra10

Failed to recover lost root password for Solaris SunSparc (On Sun Ultra10 - SPARC CPU Hardware, not x86 Intel CPU nor x64 AMD CPU) This Sun Ultra10 workstation comes with an old 6-in wafer probing station purchased from a Surplus equipment vendor. Computer: Sun Ultra 5/10 UPA/PCI... (21 Replies)
Discussion started by: fromtexas0
21 Replies

6. Solaris

Sun Cluster3.2 And Oracle10g

I want to configure Sun Cluster3.2 with Oracle10g ... i created 4 resources namely , logical host, sotrage, oracle -server & Listener .. all work fine butoracle resource does not come up .. though i can bring up the oracle outside sun cluster. node1:/>clrg online ora-rg clrg: (C450598) On... (1 Reply)
Discussion started by: fugitive
1 Replies

7. Solaris

Global device issue in sun cluster3.2

In my 2 node cluster (sun cluster3.2) running on x86 VMs. One of my nodes VM1 does not have the global devices populated due to which i cannot failover my file system to node VM1 , what could be the reason for this and how can i rectify it ? VM1:/>cd /dev/global -bash: cd: /dev/global: No... (1 Reply)
Discussion started by: fugitive
1 Replies

8. Virtualization and Cloud Computing

Sun Cluster3.2 on Vmware Server2.0

I'm trying to configure sun cluster 3.2 on vmware server 2.0 on windows xp host with solaris 10x86 guests VM3 and VM4 and i 'm running scinstall from VM4 .. it fails with following error Initializing cluster name to "laptop" ... done Initializing authentication options ... done Initializing... (0 Replies)
Discussion started by: fugitive
0 Replies

9. Solaris

Please help me.. connection failed between OpenSSH-3.8.1 to Sun SSH-1.1

hi All, We tried to establish a connection from OpenSSH3.8.1 running on Windows Box to SunSSH-1.1 running on Solaris 10. Please see the debug statements. C:\Documents and Settings\sadmin\.ssh>ssh sadmin@10.4.3.8 -v -v -v OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004 debug1: Reading... (2 Replies)
Discussion started by: venusunil
2 Replies

10. Solaris

what FS is shown in df -kh

Hi, On solaris 10, t5120, I don't understand what are the last 2 file systems so last 2 file systems what are they, why are they getting shown and also confused why the swap is shown so many times and different size when I set it to 16 G at the time of installing solaris 10. ( rest... (3 Replies)
Discussion started by: upengan78
3 Replies
Login or Register to Ask a Question