root/ndbd-x86.sh

Revision 108, 184 bytes (checked in by jdowling, 14 months ago)

Added startup scripts with switches. Updated default backup write speeds

  • Property svn:executable set to *
Line 
1#!/bin/bash
2
3if [ $# -ne 2 ] ; then
4echo "usage: <prog> hostname ID"
5exit 1
6fi
7
8HOSTNAME=$1
9./ndbinstaller.sh -i ndbd -c -a i686 --default-ndb-dir -u mysql -m $HOSTNAME -id $2 -p 1186
Note: See TracBrowser for help on using the browser.