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


NAME

 hadbm resourceinfo - gives information about the database resources

SYNOPSIS

 hadbm resourceinfo [databuf] [locks] [logbuf] [nilogbuf] [adminpassword=password | adminpasswordfile=filename] [agent=ma_url] [dbname]

DESCRIPTION

Use the hadbm resourceinfo command to get information about the various database resources. If a database is named, it must already exist. If a database is not named, the default database is used. The default database is hadb.

OPTIONS

-d databuf

This option displays the data buffer pool information.

-l locks

This option displays the locks information.

-b logbuf

This option displays the log buffer information.

-n nilogbuf

This option displays the node internal log buffer information.

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.

OPERANDS

dbname

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

EXAMPLES

Example 1. Using resourceinfo
hadbm resourceinfo
Databuffer pool:
NodeNo	Avail	Free	Access	Misses	Copy-on-write
3		198		198		201		0		0
4		198		198		217		0		0
5		198		198		194		0		0
6		198		198		43 		0		0

Locks:
NodeNo	Avail	Free	Waits
3		50000	50000	na
4		50000	50000	na
5		50000	50000	na
6		50000	50000	na

Log buffer:
NodeNo	Avail	Free
3		44		11
4		44		11
5		44		11
6		44		22

Node internal log buffer:
NodeNo	Avail	Free
3		11		11
4		11		11
5		11		11
6		11		11

EXIT STATUS

0

command executed successfully

1

error in executing the command

ERROR CODES

22002

specified database does not exist

SEE ALSO

hadbm-clear(1), hadbm-clearhistory(1), hadbm-delete(1), hadbm-deviceinfo(1), hadbm-list(1), hadbm-restart(1), hadbm-start(1), hadbm-status(1), hadbm-stop(1),


J2EE SDK 1.4Go To TopLast Changed 22 Dec 2004