Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

whenever cluster boots zpool disappers

hsakcaApr 30 2015 — edited Jun 8 2015

Dear Community,

I have following setup

  1. Oracle Solaris 10  -> 5.10 Generic_147147-26 sun4v sparc
  2. Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
  3. Oracle Solaris Cluster 3.3u2 for Solaris 10 sparc
  4. Oracle Solaris Cluster Geographic Edition 3.3u2 for Solaris 10 sparc

I installed Oracle Solaris 10 with ZFS

I have a pool called db for mount point /oradata

When ever I reboot/power cycle my cluster ZFS pool disappears

because of that clster cannot start properly so oracle database resource/group fails

Everytime I reboot/power cycle I have to do manually

zpool import db

clrg online ora-rg

...

what can be the reason?

the only thing I know

db zpool, the pool is imported with ora-has resource which I created as shown below (with Zpools option)

# /usr/cluster/bin/clresourcegroup create ora-rg

# /usr/cluster/bin/clresourcetype register SUNW.HAStoragePlus

# /usr/cluster/bin/clresource create -g ora-rg -t SUNW.HAStoragePlus -p Zpools=db ora-has

---> under working conditions zpool status

# zpool status db

  pool: db

state: ONLINE

scan: none requested

config:

        NAME        STATE     READ WRITE CKSUM

        db          ONLINE       0     0     0

          mirror-0  ONLINE       0     0     0

            c0t2d0  ONLINE       0     0     0

            c0t3d0  ONLINE       0     0     0

errors: No known data errors

---> boot log:

Booting in cluster mode

impdneilab1 console login: Apr 21 17:12:24 impdneilab1 cl_runtime: NOTICE: CMM: Node impdneilab1 (nodeid = 1) with votecount = 1 added.

Apr 21 17:12:24 impdneilab1 sendmail[642]: My unqualified host name (impdneilab1) unknown; sleeping for retry

Apr 21 17:12:24 impdneilab1 cl_runtime: NOTICE: CMM: Node impdneilab1: attempting to join cluster.

Apr 21 17:12:24 impdneilab1 cl_runtime: NOTICE: CMM: Cluster has reached quorum.

Apr 21 17:12:24 impdneilab1 cl_runtime: NOTICE: CMM: Node impdneilab1 (nodeid = 1) is up; new incarnation number = 1429629142.

Apr 21 17:12:24 impdneilab1 cl_runtime: NOTICE: CMM: Cluster members: impdneilab1.

Apr 21 17:12:24 impdneilab1 cl_runtime: NOTICE: CMM: node reconfiguration #1 completed.

Apr 21 17:12:24 impdneilab1 cl_runtime: NOTICE: CMM: Node impdneilab1: joined cluster.

Apr 21 17:12:24 impdneilab1 in.mpathd[262]: Successfully failed over from NIC nxge1 to NIC e1000g1

Apr 21 17:12:24 impdneilab1 in.mpathd[262]: Successfully failed over from NIC nxge0 to NIC e1000g0

obtaining access to all attached disks

This post has been answered by hsakca on May 27 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 6 2015
Added on Apr 30 2015
5 comments
2,016 views