[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.117.232.108: ~ $
##
## Restarts a NDB cluster
##
## Parameters:
##   $waiter_timeout_start      - How long wo tait for a cluster to start, default 600 seconds
##   $waiter_timeout_stop       - How long to wait for a cluster to stop, default 30 seconds
##
## In addition, $NDB_CONNECTSTRING, $NDB_MGM, $NDB_TOOLS_DIR and $NDB_TOOLS_OUTPUT
## must be set (they are normally proivided by MTR).
##

# Default values
if (`SELECT LENGTH('$waiter_timeout_start') = 0`) {
  let $waiter_timeout_start= 600;
}
if (`SELECT LENGTH('$waiter_timeout_stop') = 0`) {
  let $waiter_timeout_stop= 30;
}

--echo # System restart:
--append_file $NDB_TOOLS_OUTPUT
# System restart:
EOF

--exec $NDB_MGM -e "show" >> $NDB_TOOLS_OUTPUT
--exec $NDB_MGM -e "all restart -n" >> $NDB_TOOLS_OUTPUT
--exec $NDB_MGM -e "show" >> $NDB_TOOLS_OUTPUT
--exec $NDB_TOOLS_DIR/ndb_waiter --no-defaults --ndb-connectstring="$NDB_CONNECTSTRING" --not-started --timeout=$waiter_timeout_stop >> $NDB_TOOLS_OUTPUT
--exec $NDB_MGM -e "all start" >> $NDB_TOOLS_OUTPUT
--exec $NDB_TOOLS_DIR/ndb_waiter --no-defaults --ndb-connectstring="$NDB_CONNECTSTRING" --timeout=$waiter_timeout_start >> $NDB_TOOLS_OUTPUT
--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