debian man page for netapp::snapmirror

Query: netapp::snapmirror

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

NetApp::Snapmirror(3pm) 				User Contributed Perl Documentation				   NetApp::Snapmirror(3pm)

NAME
NetApp::Snapmirror -- OO class for snapmirror relationships
SYNOPSIS
use NetApp::Filer; use NetApp::Snapmirror; my $filer = NetApp::Filer->new( .... ); my @snapmirrors = $filer->get_snapmirrors; my $volume = $filer->get_volume( .... ); my @snapmirrors = $volume->get_snapmirrors;
DESCRIPTION
This class encapsulates a single snapmirror relationship, and provides methods for querying information about it, as well as methods for managing it.
METHODS
get_filer Returns the NetApp::Filer object for the filer on which this snapmirror relationship is defined. get_source Returns a NetApp::Snapmirror::Source object representing the source filer/volume for this snapmirror relationship. get_destination Returns a NetApp::Snapmirror::Destination object representing the source filer/volume for this snapmirror relationship. Miscellaneous get_* methods All of the following get methods return strings which match the values found for each of the obvious keywords in the output of "snapmirror status -l": get_status get_progress get_state get_lag get_mirror_timestamp get_base_snapshot get_current_transfer_type get_current_transfer_error get_contents get_last_transfer_type get_last_transfer_size get_last_transfer_duration get_last_transfer_from NOTE: In a future release, when snapshots are supported as a proper object, the return value of get_snapshot will almost certainly return such an object. perl v5.14.2 2008-11-26 NetApp::Snapmirror(3pm)
Related Man Pages
alzabo::foreignkey(3pm) - debian
netapp::filer::version(3pm) - debian
netapp::qtree(3pm) - debian
netapp::snapmirror(3pm) - debian
netapp::snapshot(3pm) - debian
Similar Topics in the Unix Linux Community
Netapp filer LUN Resize. Commands to run on Solaris afterwards.
mpxio in Solaris10 with NetApp FAS3140 problem
How to filter Alphanumerics
Install applications on NFS, good or not?
How to mount a NetApp snapshoot to a Solaris server?