Solaris 10 - Cluster Problem


 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications High Performance Computing Solaris 10 - Cluster Problem
# 1  
Old 10-16-2008
Solaris 10 - Cluster Problem

Hi,

I am trying to install Solaris cluster with Solaris10 and Cluster suite 3.2 2/08. After going through customer configuration in "scinstall" utility, I am facing a problem.

At the time of selecting 2nd node's file system type, I am giving input as /globaldevices which is very much part of my 2nd node's partitions, I am getting error as,

What is the name of the file system? /globaldevices

Testing for "/globaldevices" on "solariscluster1" ... failed

scrcmd: RPC: Program not registered
Unable to check "/globaldevices" on "solariscluster1" due to failed remote command.


Please if anybody knows, let me know how to go ahead from here onwards?

Thanks,
Hitarth
# 2  
Old 10-16-2008
/globaldevices (or the underlying device) has to be cluster unique. So each
cluster node has to use a different meta device.
Check that the hostnames are in both the /etc/hosts /etc/inet/ipnodes files in both nodes. Be sure you don't have some unprintable character in vfstab .
Try to get the install log from the system and post its messages
# 3  
Old 10-21-2008
Hi,

Sorry for replying late as I was out of station for some days. Anyways, I am back and tried again with all suggestions but still I am facing problems. Let me tell you how I tried step by step.

(1) Installed Solaris10 on both node having "/globaldevices" as separate partition. (I haven't registered OS to SUN for some reason).
(2) Installed Solaris Cluster Suite 3.2 2/08 on both nodes.
(3) Make entries of both node in files like /etc/hosts,/etc/inet/ipnodes. (Please see attached file where I have given respective configurations what I did before moving ahead with "scinstall").
(4) ssh is enabled between two nodes and root user login is also available when accessing from root user.
(5) Both nodes have cross-cable connectivity for Private network and that physical ethernet card is not plumbed at startup as well!!!!
(6) After going ahead with "scinstall" custom installation from Node-1, I got stucked and not getting how to move ahead. (Attaching file for scinstall log from Node-1).
# 4  
Old 10-23-2008
I think I had the same problem once setting up a sun cluster, the problem was caused by RPC which rejected connections not from localhost.
First try if you see the requested service from localhost (rpcinfo -p) then try to access the service from other host (seconde cluster node), use the rpcinfo command with options (-p host; -t ) if you can connect from localhost, but can't from remote your're home!
# 5  
Old 10-23-2008
GOT IT Ha Ha:
these services have to be reconfigured to enable rpc queries from hosts other then localhost:

metad
metamedd
metamhd
scadmd
scrcmd
metacld

the command to reconfigure them:
# svccfg -s rpc/bind listprop config/local_only
config/local_only boolean true

# svccfg -s rpc/bind setprop config/local_only=false

# svccfg -s rpc/bind listprop config/local_only
config/local_only boolean false

# svcadm refresh svc:/network/rpc/bind


Try googling for rpc remote/ rpc allow remote/ rpc localhost... you'll find NOTHING.
Knowing right peaple is important these days ....Smilie

It was very nice to refresh cluster experience a bit. Thank you, the pleaseure was all mineSmilie
# 6  
Old 10-23-2008
AFAIK, sun's docummentation tells nothing about this as well ...
# 7  
Old 10-24-2008
Network

Togr,

First, You are AWSOME and yes we have to catch RIGHT person these days to come out of any task if you are NEWBIE like me. I am catching you now!!!! Smilie

I have followed your suggested steps and tried again to build a two node cluster but nodes are not coming in cluster mode after rebooting by scinstall.Smilie

########## TWO NODE Cluster attempt ################
bash-3.00# clnode show
clnode: (C152734) This node is not in cluster mode.
#############################################

This messages is coming on both servers. I tried to create SINGLE node cluster on one node as well but after rebooting it, same above mentioned message!!!!Smilie

############## One Node Cluster Log ####################

bash-3.00# cat scinstall.log.5275

*** Establish Just the First Node of a New Cluster ***
Fri Oct 24 16:00:15 IST 2008


scinstall -ik -C hitarth -F -o -P task=quorum,state=INIT


Checking device to use for global devices file system ... done

Initializing cluster name to "hitarth" ... done
Initializing authentication options ... done


Setting the node ID for "solariscluster1" ... done (id=1)


Checking for global devices global file system ... done
Updating vfstab ... done

Updating nsswitch.conf ... done

Adding cluster node entries to /etc/inet/hosts ... done


Configuring IP multipathing groups ...done

Verifying that power management is NOT configured ... done
Unconfiguring power management ... done
/etc/power.conf has been renamed to /etc/power.conf.102408160153
Power management is incompatible with the HA goals of the cluster.
Please do not attempt to re-configure power management.

Ensure network routing is disabled ... done
Network routing has been disabled on this node by creating /etc/notrouter.
Having a cluster node act as a router is not supported by Sun Cluster.
Please do not re-enable network routing.

Rebooting ...
###################################################

P.S.- (1) Both nodes are connected with CROSSOVER cable for private network. (2) I haven't DISABLE auto quorum option while creating this cluster.

Please take out of this!!!!! I am getting frustrated now!!!!

Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

Patching Procedure in Solaris 10 with sun cluster having Solaris zone

Hi Gurus I am not able to find the patching procedure for solaris 10 ( sol10 u11) to latest patchset with sun cluster having failover zones so that same I should follow. Take an instance, there are sol1 and sol2 nodes and having two failover zones like sozone1-rg and sozone2-rg and currently... (1 Reply)
Discussion started by: nick101
1 Replies

2. Solaris

Solaris Cluster Device Problem

I build up two node cluster (node1, node2) in virtualbox. For these two nodes I add 5 shared disk. (Also each node have own OS disk). 1 shared disk for vtoc 2 shared disk for NFS resource group 2 shared disk for WEB resource group When I finished my work; two nodes was ok and shared disk... (4 Replies)
Discussion started by: sonofsunra
4 Replies

3. Solaris

SVM metaset on 2 node Solaris cluster storage replicated to non-clustered Solaris node

Hi, Is it possible to have a Solaris cluster of 2 nodes at SITE-A using SVM and creating metaset using say 2 LUNs (on SAN). Then replicating these 2 LUNs to remote site SITE-B via storage based replication and then using these LUNs by importing them as a metaset on a server at SITE-B which is... (0 Replies)
Discussion started by: dn2011
0 Replies

4. Solaris

Solaris Cluster

Hi All, i have 2 zone 1- Oracle DB Primary Server 2- Oracle DB Secondary Server i make script do r sync between this 2 zones but i am planning to do is make Solaris cluster between this zones if the primary Server field the secondary server up and running automatically without any... (1 Reply)
Discussion started by: jamisux
1 Replies

5. High Performance Computing

Sun Solaris cluster

Hi all, I need ur help plz how sun cluster work and i need good reference for that. ur cooperate is appreciated (4 Replies)
Discussion started by: AshAdmin
4 Replies

6. High Performance Computing

Building a Solaris Cluster Express cluster in a VirtualBox on OpenSolaris

Provides a description of how to set up a Solaris Cluster Express cluster in a VirtualBox on OpenSolaris. More... (0 Replies)
Discussion started by: Linux Bot
0 Replies

7. Filesystems, Disks and Memory

Solaris and Cluster Patches

Simple question: After applying a cluster patch to a sun solaris box I am left with a root volume 81% full. I could run through the hassle of resizing the slices which is way too much work for a Ultra 5 running DNS only. Is there a way to clean up the /var/sadm/pkg area, aka dump the save info. (5 Replies)
Discussion started by: edkung
5 Replies
Login or Register to Ask a Question