Re: Ontap 9 Filehandle preservation
To be sure - DR SVM was using the same IP addresses? Were they reacheable from NFS client? This may be network issue like stale ARP caches.
View ArticleFinding scheduled jobs in cluster ontap
In Linux we have cron tab to list all jobs/ task which are scheduled. Based on this schedule we can plan which one to run at what time. Do we have the same thing in ONtap too. I am not able to get this...
View ArticleRe: Finding scheduled jobs in cluster ontap
Hi, Try checking with job schedule show-jobs job schedule cron show. Refer https://library.netapp.com/ecmdocs/ECMP1636037/html/GUID-FEB5884C-D60F-413D-864A-C3E56FA8EA15.html
View ArticleRe: Finding scheduled jobs in cluster ontap
Thank you, job schedule show-jobs command will not list all jobs such as snapmirror/ vault/ dedupe, etc. I want to take a list of jobs scheduled in one particualr filer.
View ArticleRe: Ontap 9 Filehandle preservation
If you've moved the SVM/Cluster from 8.3 to 9, the SVM DR relationship by default will not preserve MSIDs. New relationships created under 9.0 will however. We have instructions for upgrading the DR...
View ArticleRe: BATTERY (full charge capacity low)
Sorry for the delay on this - has it been resolved? My suggestion would be to open a support case and potentially arrange battery replacement.
View ArticleRe: unable to see snapshots in Windows Explorer - Previous Versions
Hi Matt, Thank you for replay.I guess that Snapshot Proberites for Volumes and Share are correct .Running a Console Command shows me for Shares: showsnapshot and for Volumes: Snapshot Dir...
View ArticleRe: unable to see snapshots in Windows Explorer - Previous Versions
Does this article line up with your scenario at all?...
View ArticleRe: unable to see snapshots in Windows Explorer - Previous Versions
well, seems to be i`ve to upgrade my Ontap to 9.1P1 many Thanks for the Link -was very helpfull
View ArticleRe: "snapmirror list-destinations" does not show recently created SnapVault...
Thanks, Robin. This is affecting our failover process, so I opened a ticket for it. If I get any definitive answers back from the ticket, I'll post them here.
View ArticleRe: "snapmirror list-destinations" does not show recently created SnapVault...
Hi Jim, Have you looked what happens when you use SVM_DR to replicate between A and B?If you use personality preserve, you should be able to keep XDP alive when you failover.I'll be honest, havent...
View ArticleRe: "snapmirror list-destinations" does not show recently created SnapVault...
SVM_DR is definitely on our radar, but not something we can switch to quickly. Depending on what I find out about this issue, though, I may have to start pushing for it sooner rather than later....
View ArticleRe: unable to see snapshots in Windows Explorer - Previous Versions
We're running Ontap 9.1P1 and are experiencing the same issues. CIFS volumes/shares in qtree's migrated from a 7-Mode HA Pair running 8.2.4P4 using the 7-MTT. I can list the snapshots via cmd prompt,...
View ArticleRe: unable to see snapshots in Windows Explorer - Previous Versions
I created a volume on a CIFS SVM, created a share on it, enabled show snapshot directory, and when I browse that share, I see the snapshot directory. I snapped the volume, and renamed a test directory...
View ArticleRe: unable to see snapshots in Windows Explorer - Previous Versions
The test share I created now shows previous versions when the hourly.XX snapshots took place. None of the migrated shares show them.
View ArticleAny open-source implementation of file based flex-cloning?
Brief search does not come with anything - is there any open-source project with the same functionality as file based flex cloning?
View ArticleRe: Any open-source implementation of file based flex-cloning?
Linux "cp --reflink" does very much the same on filesystems that support it (btrfs, I think recent XFS, ocfs2, may be more).
View ArticleRe: Any open-source implementation of file based flex-cloning?
With cp --reflink can you delete parent of the cloned file like the one with ONTAP? On backed implementation does it do block level cloning like Netapp does?
View ArticleRe: Any open-source implementation of file based flex-cloning?
Answer to 1 is "yes". I am not sure what you mean with "block level cloning". "cp --reflink" creates file that shares actual data areas with source. To my knowledge that is what flexcloning file on...
View ArticleRe: Any open-source implementation of file based flex-cloning?
Thanks. Will give a try.
View Article