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!

clprivnet0 not showing up in zone cluster (solaris 11 /Solaris Cluster 4.0)

User_F7C9UApr 16 2012 — edited Apr 18 2012
Hi All,

I have been trying to setup zone cluster( OS: Solaris 11 | Cluster: Solaris Cluster 4.0) . Solaris cluster installed fine but after I configured a zone cluster, I was not able to see clprivnet0 interface up in zone cluster node. Can anybody please let me know what I am doing wrong.

---details--
Here gzone : stands for hostname where solaris cluster is installed.
lzone : hostname participating in zonecluster

Inside the zone cluster node:
----------------------------------------
root@zonecluster:/etc# ifconfig -a
lo0:1: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
sc_ipmp0:1: flags=8001000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,IPMP> mtu 1500 index 2
inet 192.168.2.71 netmask ffffff00 broadcast 192.168.2.255
lo0:1: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1
inet6 ::1/128

From the GlobalZone:
-----------------------------
Below o/p under " --- Solaris Resources for zonecluster --- " should have showed up the clprivnet0
root@gzone1:~# clzonecluster show

=== Zone Clusters ===

Zone Cluster Name: zonecluster
zonename: zonecluster
zonepath: /zonepool/zonefs/zonecluster
autoboot: TRUE
ip-type: shared
enable_priv_net: TRUE

--- Solaris Resources for zonecluster ---

--- Zone Cluster Nodes for zonecluster ---

Node Name: gzone1
physical-host: gzone1
hostname: lzone1

Node Name: gzone2
physical-host: gzone2
hostname: lzone2

root@gzone1:~#
--

Configuration of the zone :
root@gzone1:~# clzonecluster export zonecluster
create -b
set zonepath=/zonepool/zonefs/zonecluster
set brand=solaris
set autoboot=true
set enable_priv_net=true
set ip-type=shared
add attr
set name=cluster
set type=boolean
set value=true
end
add node
set physical-host=gzone1
set hostname=lzone1
add net
set address=lzone1
set physical=net0
end
end
add node
set physical-host=gzone2
set hostname=lzone2
add net
set address=lzone2
set physical=net0
end
end
root@gzone1:~#
=======================================

Thank you.

Edited by: 909634 on Apr 16, 2012 8:56 AM
This post has been answered by 807928 on Apr 17 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 16 2012
Added on Apr 16 2012
10 comments
2,027 views