rp_pool_help

Description

Displays information about pools.

NoteYou can also use OpenSwitch Manager to view information about pools.

Syntax

rp_pool_help [pool_name]

Parameters

pool_name

Name of the pool about which information is to be displayed. Without this parameter, rp_pool_help issues a report about all available pools.

Examples

Example 1

Displays information about all pools.

1> rp_pool_help
2> go

Returns:

pool_name  mode     status   block  next_server
---------- -------- -------- ------ -------------
POOL_A     CHAINED  UP       0      SYB_SERV1
POOL_B     BALANCED UP       0      SYB_SERV2
POOL_C     BALANCED LOCKED   0      SYB_SERV3

Example 2

Displays information about POOL_A.

1> rp_pool_help "POOL_A"
2> go

Returns:

pool_name  mode     status   block  next_server
---------- -------- -------- ------ -------------
POOL_A     CHAINED  UP       0      SYB_SERV1
(1 row affected)

server_name
-----------
SYB_SERV1
SYB_SERV3
(2 rows affected)

attribute  value
---------- -------------------
appname    isql
hostname   test.sybase.com

Usage


Messages

See also

rp_pool_addattrib, rp_pool_addserver, rp_pool_create