HomeSort by relevance Sort by last modified time
    Searched refs:Cluster (Results 1 - 10 of 10) sorted by null

  /test/ohacts/src/
README 29 This directory tree contains the open-source version of the Open HA Cluster
31 Open HA Cluster Automated Test Suite User's Guide,
86 "Open HA Cluster Automated Test Suite User's Guide".
  /test/ohacts/src/svc/include/
crequest.h 72 // This is the real cluster name
90 // The cluster mode (0 or 1)
93 // Cluster class (For the cluster we're working on)
94 CCluster *cluster; member in class:CRequest
231 CCluster *Cluster() const;
232 void Cluster(const CCluster *newcluster);
  /test/ohacts/src/tset/geo/
README 31 Open HA Cluster Express Automated Test Suite User's Guide,
56 5. Example of test request file for running geo-avs testsuite on cluster
57 'breccia' and cluster 'hadar':
101 4. Make sure disks are connected to same sets of cluster nodes
112 "Open HA Cluster Automated Test Suite User's Guide"
132 cluster nodes
134 8. Remove /var/cluster/geo/avs/*volset.ini files on all cluster nodes
  /test/ohacts/src/svc/ccsrc/
crequest.cc 69 cluster = NULL;
128 delete(cluster);
154 // Cluster Name
209 // Set and get cluster_testing flag(1 = cluster _testing,
232 // Cluster Name Functions
233 // Return the current Cluster name
240 // Set the current cluster name
306 CRequest::Cluster() const
308 return (cluster);
313 CRequest::Cluster(const CCluster *newcluster
    [all...]
message_action.cc 79 // Check that we've got the cluster info
83 clustererror.AddArg("Recieved incomplete cluster info.");
92 // explicit cluster definition
190 // Try to reserve the cluster
191 CCluster *cluster = CMonitor::GetCluster local
197 if (cluster == NULL) {
200 geterror.AddArg("Could not reserve cluster");
207 cout << __FILE__ <<": Cluster name is "
213 cout << __FILE__ <<": Cluster name is "
221 imperror.AddArg("Implicit cluster definition function not
    [all...]
cmonitor.cc 71 // This function reserves a cluster for use by ctest.
94 // Check to see if cluster name is valid
99 " in all the cluster nodes and try again OR '%s' is"
100 " not part of a cluster.",
111 info.AddArg("Cluster node is rsh'able.");
120 cout << __FILE__ << "Couldn't get the cluster name "
136 "Cluster nodes of %s could not be determined",
146 // Also set the Real Cluster Name
162 "Cluster nodes of %s could not be determined",
174 "Cluster nodes(members) couldn't be determined
    [all...]
server.cc 1099 CCluster *cluster = NULL; local
1127 cluster = client->Cluster();
1128 if (cluster != NULL) {
1129 // Now we have the cluster.. all we need
1131 nodelist = cluster->NodeList();
1205 // jobid:hostname:username:cluster:servicename:
1251 // jobid:hostname:username:cluster:
    [all...]
  /test/ohacts/src/faultserver/scripts/
faultserver.pl 33 # PURPOSE: Automated fault injection server for Sun Cluster 3.x
81 my $PNMSTAT = "/usr/cluster/bin/pnmstat";
84 my $SCCONF = "/usr/cluster/bin/scconf";
85 my $SCSTAT = "/usr/cluster/bin/scstat";
86 my $SCSWITCH = "/usr/cluster/bin/scswitch";
87 my $SCRGADM = "/usr/cluster/bin/scrgadm";
88 my $SCINSTALL= "/usr/cluster/bin/scinstall";
89 my $SCHA_RESOURCEGROUP_GET = "/usr/cluster/bin/scha_resourcegroup_get";
90 my $SCHA_CLUSTER_GET = "/usr/cluster/bin/scha_cluster_get";
91 my $SCHA_RESOURCE_GET = "/usr/cluster/bin/scha_resource_get"
    [all...]
  /test/ohacts/src/tset/scripts/
reboot_service.ksh 52 : Cluster Node Name/ Client machine
70 WAIT_FOR_NODE : Check if a cluster node is fully up. Also check if zone(s) in node are in "running" state when -z or -Z is specified
71 WAIT_FOR_CLUSTER : Check if all the cluster nodes are fully up. Also check if zone(s) in node are in "running" state when -Z is specified
79 REBOOT_CLUSTER : Reboot all the nodes of the cluster, check if they have gone down and the cluster is back up again. Also check if zone(s) in node are in "running" state when -Z is specified
248 ret=`$HATIMERUN -t $HATIMEOUT $RSH -l root -n $NODE "/usr/cluster/lib/sc/cmm_ctl -d; echo \\$?"`
265 ret=`$HATIMERUN -t $HATIMEOUT $RSH -l root -n $NODE "/usr/cluster/lib/sc/cmm_ctl -f; echo \\$?"`
299 ret=`$HATIMERUN -t $HATIMEOUT $RSH -l root -n $NODE "/usr/cluster/lib/sc/cmm_ctl -e; echo \\$?"`
316 ret=`$HATIMERUN -t $HATIMEOUT $RSH -l root -n $NODE "/usr/cluster/lib/sc/cmm_ctl -F; echo \\$?"`
566 # RebootZoneNoWait - reboots a zone (assumes that we're in cluster mode
    [all...]
run_cti.ksh 31 # This script takes a cluster name and suite name(s) as argument.
34 # - Checks if the cluster is a valid cluster
35 # - Installs dTET on all the cluster nodes and client machines
98 -c <cluster_node> : Cluster Node Name
99 -s : Setup cluster/master with config files
116 -q node1 node2 ... : Subset of cluster nodes
118 cluster status for debugging. Normally this option
301 cluster=
317 # all_cluster_nodes ==> list of all nodes in the cluster
    [all...]

Completed in 240 milliseconds