Sponsored Content
Special Forums Hardware Flexvols NetApp FlexClone technology Post 302930658 by admin_db on Tuesday 6th of January 2015 09:29:58 AM
Old 01-06-2015
Flexvols NetApp FlexClone technology

Hello,

Please help me understand Copy on Write technology in reference to Flexvols. NetApp FlexClone technology

This is in reference to Snap Clone: Instant, self-serviced database-on-demand

Best regards,
Vishal
 

9 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

backup NetApp using dump command

I have been trying to backup my NetApp /vol/vol0 data to local tape drive. It is around 68GB. The tape I am using is DLT tape and should be able to handle 70GB data. However, dump always aborted around reaching 57~58GB data. Tape drive is attached on NetApp. 1st try to dump /vol/vol0 to... (2 Replies)
Discussion started by: yellowfish
2 Replies

2. Solaris

Use DFM Netapp 3.01 R1 on Solaris 8

I have this problem when i integrate a new san switch in DFM 3.01 R1 : dfm fcswitch add switchname1 Error: Host switchname2 (11197) already exists. switchname2 is a similar san switch but in another fabric, switchname2 is already integrated in DFM database. Bests Regards Olivier (2 Replies)
Discussion started by: omainfroy
2 Replies

3. Cybersecurity

netapp security

Hi all Background some of the users shuold have access to a folder on the netapp and for other users the access should be denied Question How can I doing that ? Thanks at advance Sam (3 Replies)
Discussion started by: skfn1203
3 Replies

4. Solaris

Can't see Netapp LUN on Solaris using LPFC after reboot.

Hi, I've just edited this post. I found the solution for this. Thanks. (0 Replies)
Discussion started by: gwhelan
0 Replies

5. Filesystems, Disks and Memory

qtree & quota in netapp

Hi All, What will exactly happen? if I run "quota off" and "quota on" after removing qtree in a netapp Due to this any slowness/quota changes will occur for any other qtrees? Thanks (3 Replies)
Discussion started by: Tlogine
3 Replies

6. Filesystems, Disks and Memory

NFSv4 on Netapp and Redhat 5.3 as Client

Hi Folks! I'm new in using NFSv4 and do have a little trouble. I had a partition working with NFSv3, at the beginning i couldn't see on the client the German umlauts letters {ö,ä,ü} a manipulation of the LANG environment variable helped and the filenames with this letters were shown normally... (2 Replies)
Discussion started by: oku
2 Replies

7. UNIX for Advanced & Expert Users

mpxio in Solaris10 with NetApp FAS3140 problem

we have a v440 SUN machine with a NetApp FAS3140 SAN storage, the v440 got 2 HBA qlogic cards both connected to the switch side in NetApp 3140, zoning in netapp configured proberly and luns are adversitesed to the SUN machine, the problem i am facing is that when i try to configure the mpxio i am... (7 Replies)
Discussion started by: q8devilish
7 Replies

8. AIX

Netapp iscsi lun

Hi, I have aix 6.1 box. I want to configure iscsi luns from netapp storage. I tried in google but not getting proper solution for that. i m not getting the proper iqn name. Please share me the steps to complete this requirements. Thanks in advance. (1 Reply)
Discussion started by: sunnybee
1 Replies

9. Solaris

Netapp filer details - command?

What command can I use to find out details about a netapp filer. I have a directory that is a filer i would like to know details about the source host/folder that it points to. Thanks. (2 Replies)
Discussion started by: jjohnson
2 Replies
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)
All times are GMT -4. The time now is 02:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy