Cluster


 
Thread Tools Search this Thread
Operating Systems Solaris Cluster
# 1  
Old 04-28-2015
Cluster

I have two servers which are working active active (cluster).
my problem is :

When I put the following command :hastat -a to know the active node I have this message:"could not detect active node"

NB:the version of my solaris is 10 8/07 s10x_u4wos_12h x86



How to solve this problem

Thanks in advance

Last edited by rbatte1; 04-29-2015 at 06:13 AM.. Reason: Capital letters and ICODE tags for command/output
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Cluster

I am new to clustering enviornment , so can anyone tell me command or set of command or script that can determin whether any particular server is in cluster or not? (5 Replies)
Discussion started by: omkar.jadhav
5 Replies

2. Solaris

Sun cluster 4.0 - zone cluster failover doubt

Hello experts - I am planning to install a Sun cluster 4.0 zone cluster fail-over. few basic doubts. (1) Where should i install the cluster s/w binaries ?. ( global zone or the container zone where i am planning to install the zone fail-over) (2) Or should i perform the installation on... (0 Replies)
Discussion started by: NVA
0 Replies

3. UNIX for Dummies Questions & Answers

what is cluster ?

Hi friends pls give be a brief definition about clusters , i heard abt it its a server isnt any one have idea abt it how to form a cluster ? whts the configuration need for comning a cluster ? wht os they used in it ? How many servers can installed in a cluster ? give me full detailes abt... (1 Reply)
Discussion started by: babinlonston
1 Replies

4. Solaris

Sun cluster and Veritas cluster question.

Yesterday my customer told me to expect a vcs upgrade to happen in the future. He also plans to stop using HDS and move to EMC. Am thinking how to migrate to sun cluster setup instead. My plan as follows leave the existing vcs intact as a fallback plan. Then install and build suncluster on... (5 Replies)
Discussion started by: sparcguy
5 Replies

5. High Performance Computing

cluster

Hi everyone, I need to implement a cluster solution and i have no idea how to do it, we have 10 servers with quad core and high computation is our goal, please any documentation would be appreciated and also i am thinking of getting a HPC software from to redhat to implement it, i need your... (2 Replies)
Discussion started by: bensen
2 Replies

6. High Performance Computing

SUN Cluster Vs Veritas Cluster

Dear All, Can anyone explain about Pros and Cons of SUN and Veritas Cluster ? Any comparison chart is highly appreciated. Regards, RAA (4 Replies)
Discussion started by: RAA
4 Replies

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

8. AIX

cluster

Hi All I have two Pseries servers with AIX 5L as operating systems. HACMP cluster was there. For some reasons I have to change IP addresses of Servers. So How could I do it? Ajay (2 Replies)
Discussion started by: ajay234
2 Replies

9. Linux

Cluster?

hey we doing a clean up here at work and throwing out all the old PC's. Not the best like 300Mhz or around there they are. I've grab a few since I would like to teach myself how to cluster! Only one thing. I got no idea where to start. I know do a search on google etc. But I was wondering... (3 Replies)
Discussion started by: woofie
3 Replies
Login or Register to Ask a Question
sccheck(1M)						  System Administration Commands					       sccheck(1M)

NAME
sccheck - check for and report on vulnerable Sun Cluster configurations SYNOPSIS
sccheck [-b] [-h nodename[,nodename]...] [-o output-dir] [-s severity] [-v verbosity] sccheck [-b] [-W] [-h nodename[,nodename]...] [-o output-dir] [-v verbosity] DESCRIPTION
Note - Beginning with the Sun Cluster 3.2 release, Sun Cluster software includes an object-oriented command set. Although Sun Cluster software still supports the original command set, Sun Cluster procedural documentation uses only the object-oriented command set. For more infor- mation about the object-oriented command set, see the Intro(1CL) man page. The sccheck utility examines Sun Cluster nodes for known vulnerabilities and configuration problems, and it delivers reports that describe all failed checks, if any. The utility runs one of these two sets of checks, depending on the state of the node that issues the command: o Preinstallation checks - When issued from a node that is not running as an active cluster member, the sccheck utility runs pre- installation checks on that node. These checks ensure that the node meets the minimum requirements to be successfully configured with Sun Cluster software. o Cluster configuration checks - When issued from an active member of a running cluster, the sccheck utility runs configuration checks on the specified or default set of nodes. These checks ensure that the cluster meets the basic configuration required for a cluster to be functional. The sccheck utility produces the same results for this set of checks regardless of which cluster node issues the command. The sccheck utility runs configuration checks and uses the explorer(1M) utility to gather system data for check processing. The sccheck utility first runs single-node checks on each nodename specified, then runs multiple-node checks on the specified or default set of nodes. Each configuration check produces a set of reports that are saved in the specified or default output directory. For each specified node- name, the sccheck utility produces a report of any single-node checks that failed on that node. Then the node from which sccheck was run produces an additional report for the multiple-node checks. Each report contains a summary that shows the total number of checks executed and the number of failures, grouped by check severity level. Each report is produced in both ordinary text and in XML. The DTD for the XML format is available in the /usr/cluster/lib/sccheck/checkre- sults.dtd file. The reports are produced in English only. The sccheck utility is a client-server program in which the server is started when needed by the inetd daemon. Environment variables in the user's shell are not available to this server. Also, some environment variables, in particular those that specify the non-default locations of Java and Sun Explorer software, can be overridden by entries in the /etc/default/sccheck file. The ports used by the sccheck utility can also be overridden by entries in this file, as can the setting for required minimum available disk space. The server logs error messages to syslog and the console. You can use this command only in the global zone. OPTIONS
The following options are supported: -b Specifies a brief report. This report contains only the summary of the problem and the severity level. Analysis and recommendations are omitted. You can use this option only in the global zone. You need solaris.cluster.system.read RBAC authorization to use this command option. See rbac(5). -h nodename[,nodename]... Specifies the nodes on which to run checks. If the -h option is not specified, the sccheck utility reports on all active cluster mem- bers. You can use this option only in the global zone. This option is only legal when issued from an active cluster member. -o output-dir Specifies the directory in which to save reports. You can use this option only in the global zone. The output-dir must already exist or be able to be created by the sccheck utility. Any previous reports in output-dir are overwritten by the new reports. If the -o option is not specified, /var/cluster/sccheck/reports.yyyy-mm-dd:hh:mm:ss is used as output-dir by default, where yyyy-mm- dd:hh:mm:ss is the year-month-day:hour:minute:second when the directory was created. -s severity Specifies the minimum severity level to report on. You can use this option only in the global zone. The value of severity is a number in the range of 1 to 4 that indicates one of the following severity levels: 1. Low 2. Medium 3. High 4. Critical Each check has an assigned severity level. Specifying a severity level will exclude any failed checks of lesser severity levels from the report. When the -s option is not specified, the default severity level is 0, which means that failed checks of all severity levels are reported. The -s option is mutually exclusive with the -W option. -v verbosity Specifies the sccheck utility's level of verbosity. You can use this option only in the global zone. The value of verbosity is a number in the range of 0 to 2 that indicates one of the following verbosity levels: o 0: No progress messages. This level is the default. o 1: Issues sccheck progress messages. o 2: Issues Sun Explorer and more detailed sccheck progress messages. You need solaris.cluster.system.read RBAC authorization to use this command option. See rbac(5). The -v option has no effect on report contents. -W Disables any warnings. The report generated is equivalent to -s 3. You can use this option only in the global zone. The -W option is mutually exclusive with the -s option. The -W option is retained for compatibility with prior versions of the sccheck utility. You need solaris.cluster.system.read RBAC authorization to use this command option. See rbac(5). EXIT STATUS
The following exit values are returned: 0 The command completed successfully. No violations were reported. 1-4 The code indicates that the highest severity level of all violations was reported. 100+ An error has occurred. Some reports might have been generated. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWsczu, SUNWscsck | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ FILES
/etc/default/sccheck /usr/cluster/lib/sccheck/checkresults.dtd /var/cluster/sccheck/reports.yyyy-mm-dd:hh:mm:ss SEE ALSO
Intro(1CL), explorer(1M), sccheckd(1M), scinstall(1M), attributes(5) Sun Cluster Software Installation Guide for Solaris OS, Sun Cluster System Administration Guide for Solaris OS Sun Cluster 3.2 19 Sep 2006 sccheck(1M)