Sun Microsystems Logo
Products and Services
 
Support and Training
 
 

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
 
User Commandshadbm-startnode(1)


NAME

 hadbm startnode - starts the specified node

SYNOPSIS

 hadbm startnode [adminpassword=password | adminpasswordfile=filename] [agent=ma_url] [startlevel=level] node_number [dbname]

DESCRIPTION

The hadbm startnode command starts the node by running the startup procedure on the node. The node is started in the specified start level. The start level indicates the environmental conditions the node should take into consideration while starting. The valid start levels are as follows:

Start LevelDescription
normalThis start level is used when the node was earlier stopped in a controlled way (default).
repairThis start level forces an active node to repair data from its mirror node.
clearThis start level reinitializes the devices for the node, and force a repair of data from its mirror node.

OPTIONS

w adminpassword

The actual HADBM administation password.

W adminpasswordfile

The file from which the HADBM administration password is read.

m agent

Identifies the URL to the Management Agent. The default is localhost:1862.

l startlevel

Indicates the start level to be used to start the specified node(s). The default start level is normal.

OPERANDS

node_number

A positive integer. The node number specified must be an existing node that is in a running state in the database.

dbname

The name of the database. The default database is hadb.

EXAMPLES

Example 1. Using startnode on the default database
hadbm startnode 1
Node successfully started
Example 2. Using startnode with the startlevel and database identified
hadbm startnode --startlevel=normal 1 mydatabase
Node successfully started

EXIT STATUS

0

command executed successfully

1

error in executing the command

ERROR CODES

22002

specified database does not exist

22081

node is already running

22082

start level is not a recognized level

22083

node could not be started

SEE ALSO

hadbm-addnodes(1), hadbm-list(1), hadbm-restartnode(1), hadbm-stopnode(1)


J2EE SDK 1.4Go To TopLast Changed 22 Dec 2004