User Tools

Site Tools


sccl:usage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sccl:usage [2015-05-13 11:23]
uls [Usage]
sccl:usage [2015-07-23 15:56] (current)
uls [sccl_get_aktnode]
Line 37: Line 37:
 ==== Commands ==== ==== Commands ====
  
-sccl_disable +=== sccl_disable ​=== 
-sccl_disable_node +=== sccl_disable_node ​=== 
-sccl_dist_config +=== sccl_dist_config ​=== 
-sccl_enable + 
-sccl_enable_node +  sccl_dist_config [-m] [-x <​excludenode>​] [-n <​onlynode>​] [files ...] 
-sccl_get_aktnode + 
-sccl_list_cluster +Distribute the cluster-relvant files to all other nodes. 
-sccl_list_cluster_nodes +Normally, you do not specify any files explicitly. 
-sccl_list_nodes + 
-sccl_list_pakete_on_node +  sccl_dist_config 
-sccl_restart + 
-sccl_show_cluster +Mainly the files: 
-sccl_start +  etc/​sccl/​sccl.conf 
-sccl_start_node +  etc/​sccl/​adminpwd.dat 
-sccl_stop +  etc/​sccl/​userpwd.dat 
-sccl_stop_node +  etc/​sccl/​packages.conf 
-sccl_test_res+  etc/​sccl/​resources.conf 
 +  etc/​sccl/​scripts/​ 
 +These files will overwrite any existing files on the destination nodes:!: 
 + 
 +Special action: define <​other_node>​ also as master. 
 + 
 +  sccl_dist_config -m -n <​other_node>​ 
 +   
 +Remember: only a master node can add more nodes 
 + 
 +----- 
 +=== sccl_enable ​=== 
 +=== sccl_enable_node ​=== 
 +=== sccl_get_aktnode ​=== 
 + 
 +Find the active cluster node(s) for a cluster package. 
 + 
 +  $ sccl_get_aktnode <​package>​ 
 +  { [<​node1>​ [<​node2>​]...] | 0 } 
 + 
 +All names of all cluster nodes are listet, on which the <​package>​ is active.  
 +If the <​package>​ is not active on any cluster node, the output is: 
 +<​file>​ 
 +
 +</​file>​ 
 + 
 +Example: 
 +  $ sccl_get_aktnode package3 
 +  clnode1 clnode2 
 + 
 +The package package3 is active on the cluster nodes clnode1 and clnode2. 
 +----- 
 +=== sccl_list_cluster ​=== 
 +=== sccl_list_cluster_nodes ​=== 
 +=== sccl_list_nodes ​=== 
 +=== sccl_list_pakete_on_node ​=== 
 +=== sccl_restart ​=== 
 +=== sccl_show_cluster ​=== 
 +=== sccl_start ​=== 
 +=== sccl_start_node ​=== 
 +=== sccl_stop ​=== 
 +=== sccl_stop_node ​=== 
 +=== sccl_test_res ​===
  
  
sccl/usage.1431508993.txt.gz · Last modified: 2015-05-13 11:23 by uls