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-get(1)


NAME

 hadbm-get - gets the value of the specified configuration attribute

SYNOPSIS

 hadbm get all | attribute_name_list [adminpassword=password | adminpasswordfile=filename] [agent=ma_url] [dbname]

DESCRIPTION

Use the get command to get the value of the named configuration attribute. If the command is run without any attributes, and with the all option, all the supported variables and their values are retrieved. If an attribute is unrecognized, an exception is thrown on the unrecognized attribute name, and the variables and values of the recognized attributess are returned.

The readable configuration attributes are as follows:

VariableRangeDefault
ConnectionTracetrue/falsefalse
CoreFiletrue/falsefalse
DataBufferPoolSize16-2047200 MB
DatabaseNamen/ahadb
DataDeviceSize32-2621441024 MB
DevicePathn/an/a
EagerSessionThreshold0-10050 (% of NumberOfSessions)
Eager SessionTimeout0-2147483647120 seconds
EventBufferSize0-20971520 MB
HistoryPathn/an/a
InternalLoBbufferSize4-12812 MB
JdbcUrln/an/a
LogBufferSize4-204748 MB
MaxTables100-11001100
NumberOfDataDevices1-81
NumberOfLocks20000-107374182450000
NumberOfSessions1-10000100
PackageNamen/an/a
PortBase10000-6300015000
RelalgDeviceSize32-262144128 MB
SessionTimeout0-21474836471800 seconds
SQLTraceModenone/short/fullnone
StartRepairDelay0-10000020 seconds
StatInterval0-600600 seconds
SyslogFacilityfacilitylocal0
SyslogLevellevelwarning
SyslogPrefixstringhadb-db_name
TakeoverTime500-1600010000 milliseconds

Heterogenous Attributes

Node-nodeno.HistoryPath=path to history files

Node-nodeno.DevicePath=default path for devices on node

Node-nodeno.device.DevicePath=path for device on node

Wheredevice is one of:

DataDevice-datadevicenumber

RelalgDevice

NiLogDevice

NoManDevice

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.

all

If specified, gets all the supported variables and their values.

OPERANDS

attribute_name_list

A comma or space separated list of variables whose values have been retrieved.

dbname

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

EXAMPLES

Example 1. Using get
hadbm get "takeoverTime numberOfLocks jdbcURL" mydatabase
Attribute	Value
takeoverTime	10000
numberofLocks	10000
JdbcUrl	com:sun:hadb:royal:15000,polo:15020

EXIT STATUS

0

command executed successfully

1

error in executing the command

ERROR CODES

22002

specified database does not exist

22071

attribute names are not recognized

SEE ALSO

hadbm-addnodes(1), hadb-clear(1), hadbm-delete(1), hadb-list(1), hadbm-refragment(1), hadbm-restart(1), hadbm-set(1), hadbm-start(1), hadbm-stop(1)


J2EE SDK 1.4Go To TopLast Changed 22 Dec 2004