Solaris 10 - Cluster Suite 3.2 2/08 prob


 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications High Performance Computing Solaris 10 - Cluster Suite 3.2 2/08 prob
# 1  
Old 10-13-2008
Solaris 10 - Cluster Suite 3.2 2/08 prob

Hi,

I am relatively new to Sun Solaris. I am installing 2 node cluster and when I was installing cluster suite 3.2 2/08, it is giving me this error as "Conflict - Incomplete version detected".

Please help me in this regard and also suggest me any valuable point to consider before going ahead with installation and configuration with scinstall utility.

Image - http://www.2and2.net/files/48f356433896f.jpg

Thanks
Hitarth
# 2  
Old 10-13-2008
have a look at the output of:

Code:
# pkginfo -p

and
Code:
# pkginfo | grep -i cluster

after you get the package names with the last command check the versions of cluster software with:

Code:
# pkginfo -l packagename_from_last_command

maybe there is an older version of cluster installed or maybe it is only partial installed (the first command will check for this...).

greets,
DN2
# 3  
Old 10-13-2008
Quote:
Originally Posted by DukeNuke2
have a look at the output of:

Code:
# pkginfo -p

and
Code:
# pkginfo | grep -i cluster

after you get the package names with the last command check the versions of cluster software with:

Code:
# pkginfo -l packagename_from_last_command

maybe there is an older version of cluster installed or maybe it is only partial installed (the first command will check for this...).

greets,
DN2
Hi DN2,

Thank you very much for your prompt reply. I have followed above commands and found that "SUNWscman" package was installed and it was having 3.2.0,REV=2006.09.26.13.45 as VERSION. I have removed that package and now installing again.

Can you guide me what all things needs to be taken care before moving ahead with configuration with "scinstall" ?

Thanks...
# 4  
Old 10-13-2008
i'm not a cluster specialist... so no, sorry. read the docs (http://docs.sun.com) and do a good planning BEFORE you start.
- what ist the purpose of your cluster?
- what is your quorum device?
- how do you share storage?
- ...

there is realy a lot to do and to know before installing a cluster. and it all starts with the right solaris installation... do you have a slice reserved during installation called /globaldevices?
how do you mirror your bootstorage? and and and...
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Red Hat

How can i configure fence_cisco_ucs with redhat cluster suite

HI How can i configure fence_cisco_ucs with redhat cluster suite. i was trying to configure fencing aganet with red ahat cluster suite i issued command # /usr/sbin/fence_vmware_soap -a 172.22.90.61 -l admin -p duc2Cisco -o reboot then i got below error: Failed: You have to... (0 Replies)
Discussion started by: bentech4u
0 Replies

2. Red Hat

Cluster Suite IP-Aliasing

Hi, is it normal, that the IP alias (service IP) can't be seen with ifconfig -a , as eth0:1 for example the IP is on the node, you can ping it, and open ports for that IP look at this: # ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue link/loopback... (4 Replies)
Discussion started by: funksen
4 Replies

3. Solaris

Solaris 8 prob

Pls tell me how can i recover adeleted user in solaris 8. Please help me I'm a newby thanks aamer (4 Replies)
Discussion started by: aamer
4 Replies

4. 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

5. Solaris

Please help Disk Suite on Solaris 8 FS full!!!

I am new to Solaris so please bear with me. I have spent enough time searching to get somewhat of a grip here but I am not sure what to do next. I am trying to grow a file system on a Solaris 8 server. B_root@server:>df -k Filesystem kbytes used avail capacity Mounted on... (9 Replies)
Discussion started by: NewSolarisAdmin
9 Replies

6. Solaris

Solaris Disk Suite

Hi I'm completely new to Solaris Disk Suite. Where can I go and read up about it. I've seen consultants run the meta- commands, but it doesn't make any sense to me. I would like to learn how it works and how to use it. Thanks (1 Reply)
Discussion started by: soliberus
1 Replies

7. Linux

RedHat Cluster Suite - multicast problem

Hi, I have a Redhat Cluster Suite with 2 nodes, using option "Multicast HeartBeating" on clumembd, whith default IP: 225.0.0.11 The cluster member names are: # grep node /etc/hosts 192.168.100.1 node1 192.168.100.2 node2 My problem is that the Multicast IP is relating to other network... (1 Reply)
Discussion started by: Livio
1 Replies

8. UNIX for Dummies Questions & Answers

Disk Suite on Solaris 7

Does anyone know which packages I need to install to run Disk Suite on Solaris 7, or where I can find some documentation? (2 Replies)
Discussion started by: 98_1LE
2 Replies
Login or Register to Ask a Question