GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
NetApp::Snapmirror(3) User Contributed Perl Documentation NetApp::Snapmirror(3)

NetApp::Snapmirror -- OO class for snapmirror relationships

    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;

This class encapsulates a single snapmirror relationship, and provides methods for querying information about it, as well as methods for managing it.

Returns the NetApp::Filer object for the filer on which this snapmirror relationship is defined.

Returns a NetApp::Snapmirror::Source object representing the source filer/volume for this snapmirror relationship.

Returns a NetApp::Snapmirror::Destination object representing the source filer/volume for this snapmirror relationship.

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.

2008-11-26 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.