[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.137.187.44: ~ $
##
## Restarts a NDB cluster by rolling node restart
##
## Parameters:
##   $waiter_timeout_start      - How long wo tait for a single node to start, default from restart_node.inc
##   $waiter_timeout_stop       - How long to wait for a single node to stop, default from restart_node.inc
##   $MTR_NDB_FIRST_NDBD_NODEID - The first node id of the NDBD data nodes
##   $MTR_NDB_LAST_NDBD_NODEID  - The last node id of the NDBD data nodes
##
## This include file has as a prerequisite that the NDBD node ids is in a numbered range without
## holes which starts with MTR_NDB_FIRST_NDBD_NODEID and ends with $MTR_NDB_LAST_NDBD_NODEID.
##
## The last two parameters are normally provided by
##   --source suite/ndb/include/ndb_info.inc
##
## In addition, $NDB_CONNECTSTRING, $NDB_MGM, $NDB_TOOLS_DIR and $NDB_TOOLS_OUTPUT
## must be set (they are normally proivided by MTR).
##

--echo # Rolling system restart from node $MTR_NDB_FIRST_NDBD_NODEID to node $MTR_NDB_LAST_NDBD_NODEID:
--append_file $NDB_TOOLS_OUTPUT
# Rolling system restart:
EOF

--let $ndb_node_id= $MTR_NDB_LAST_NDBD_NODEID
while (`SELECT $ndb_node_id >= $MTR_NDB_FIRST_NDBD_NODEID`) {
  --echo # Restarting node $ndb_node_id as part of rolling system restart
  --source suite/ndb/include/restart_node.inc
  --dec $ndb_node_id
}
--let $ndb_node_id=
--exec $NDB_MGM -e "show" >> $NDB_TOOLS_OUTPUT

Filemanager

Name Type Size Permission Actions
have_clusterj.inc File 3.03 KB 0644
have_clusterj_jpa.inc File 1.72 KB 0644
have_connectorj.inc File 1002 B 0644
have_java.inc File 3.42 KB 0644
have_junit.inc File 892 B 0644
have_ndbjtie_junit.inc File 1.3 KB 0644
have_openjpa.inc File 971 B 0644
memory_usage.inc File 3.08 KB 0644
ndb_add_node.cnf File 1000 B 0644
ndb_add_node_mysqld.cnf File 550 B 0644
ndb_desc_print.inc File 408 B 0644
ndb_execute_count.inc File 190 B 0644
ndb_info.inc File 3.55 KB 0644
ndb_init_execute_count.inc File 212 B 0644
ndb_init_scan_counts.inc File 346 B 0644
ndb_scan_counts.inc File 387 B 0644
ndb_share_check_shares.inc File 264 B 0644
restart_cluster.inc File 1.17 KB 0644
restart_cluster_rolling.inc File 1.33 KB 0644
restart_node.inc File 1.46 KB 0644
restart_random_node.inc File 1.04 KB 0644
run_java.inc File 2.06 KB 0644
run_ndbapitest.inc File 1.06 KB 0644