vrnotify(1M) VxVM 3.5 vrnotify(1M)
1 Jun 2002
NAME [Toc] [Back]
vrnotify - display VERITAS Volume Replicator (VVR) events
SYNOPSIS [Toc] [Back]
vrnotify [-g diskgroup] [-n number] [-t timeout] [rvg1 rvg2...]
vrnotify -version
DESCRIPTION [Toc] [Back]
The vrnotify utility displays events related to VERITAS Volume
Replicator (VVR) as managed by Volume Replicator Administrative
Services (VRAS) daemon, vradmind. The vrnotify command is a VVRspecific
utility and requires a valid VVR license.
A Replicated Data Set (RDS) is comprised of a Replicated Volume Group
(RVG) on the Primary host and its counterparts on the Secondary hosts.
Note: An RDS is a concept used in vradmin; it is not a VVR object.
The VRAS daemon distributes VVR related events to Primary and
Secondary hosts in the RDS. The vrnotify command displays events for
one or more RDS.
The rvg argument is the name of a replicated volume group (RVG) on the
local host that specifies the RDS on the local host. rvg determines a
default local disk group, according to the standard disk group
selection rules described in vxintro(1M). You can specify a specific
local disk group using the -g diskgroup option.
The vrnotify command displays each event on a new line using the
following format:
host-name:event-type:rds-name:Event Message
The following event types may be displayed:
+ resync_started
+ resync_stopped
+ resync_paused
+ lat_throttle_on
+ lat_throttle_off
+ lat_throttle_override
+ lat_throttle_fail
- 1 - Formatted: January 24, 2005
vrnotify(1M) VxVM 3.5 vrnotify(1M)
1 Jun 2002
+ srlprot_throttle_on
+ srlprot_throttle_off
+ srlprot_override
+ srlprot_fail
+ srl_overflow
+ srlprot_dcm_on
+ srlprot_dcm_off
+ rlk_connect
+ rlk_disconnect
+ srl_log_warn
+ repmode_sync
+ repmode_async
+ repibc_freeze
+ repibc_unfreeze
+ rvg_pritosec
+ rvg_sectopri
+ rvg_pritoactsec
+ rvg_actsectopri
+ rlk_paused
OPTIONS [Toc] [Back]
-g diskgroup
Specifies the disk group for the operation, either by disk
group ID or by disk group name. By default, the disk group
is chosen based on the RDS rvg (if any).
-n number Displays the indicated number of events, then exits.
-t timeout
Displays events for up to timeout seconds, then exits. The
-n and -t options can be combined to specify a maximum
number of events and a maximum timeout to wait before
exiting.
- 2 - Formatted: January 24, 2005
vrnotify(1M) VxVM 3.5 vrnotify(1M)
1 Jun 2002
-version Displays vrnotify version information.
FILES [Toc] [Back]
/var/vx/vras/log Directory containing log files for vradmind server.
EXIT CODES [Toc] [Back]
The vrnotify utility exits with a status of 1 if the attempted
operation fails. This exit code is the same for all problems.
SEE ALSO [Toc] [Back]
vradmin(1M)
- 3 - Formatted: January 24, 2005 [ Back ] |