If I read this KB correctly, LUN is not necessarily corrupt. So may be deleting could still be avoided. It actually suggests creating snapshot of current state and then doing lun cloning from it.
... View more
Well, it just tells about "rate of change of data", without defining how "data change" is actually calculated. And how it is calculated is exactly my question
... View more
Some things that come in mind - Check for errors on SAN ports filer/tapes are connected to. - Try to increase blocking factor. Max supported size is 256. - Try to use non-compressing device node. LTO5 in compressed mode has quite high minimal data speed requirements (I believe, around 95MB/s); this is barely what your system is capable of. It could fall back to start/stop leading to poor performance. You could also try to test dump to tape directly as the first step (using different blocking factor and/or device nodes). Just to eliminate any possible NetWorker quirk.
... View more
I do not think there is clear definition of "snap delta" anywhere. Specifically, right now I had a case of delta between two VSM snapshots of 290GB, but transferred size was somewhere around 600GB. The difference is too large to be explained by metadata. So far my only explanation is that "snap delta" shows size of changed data, while VSM of course transfers both changed and new data. It is not the first time I noticed somewhat great discrepancy between estimation using snap delta and real amount of transfereed data. So - what exactly is counted in "snap delta"?
... View more
I have FC's for the ESH2 modules, but I'm not sure if the 940 will again, see the ESH2 modules at the beginning of the loop followed by ESH modules? It will. You may need to check loop speed settings in case you have 1Gb/s controllers. for some reason termination was set to "on" Sure it was termination and not shelf speed? Speed mismatch will cause shelf to drop off loop.
... View more
I can find no mount command in filer view orin my terminal window You mount volume on host, not on filer. On filer you share it (CIFS) or export it (NFS) How do you create a LUN form file? Just specify file path when creating a LUN. Beware, LUN content will be whatever garbage happens to be in file right now But in the worst case you may be able to delete it again using "lun destroy" lun create -f <file_path> -t <ostype> [ -o noreserve ] [ -e space_alloc ] <lun_path>
... View more
It is too low speed, but there could be many factors contributing. For a start, try to estimate theoretically possible backup speed by dumping to null (use the same volume/directory you try to backup normally): https://kb.netapp.com/support/index?page=content&id=1011894. Watch how long each phase of dump takes.
... View more
Well … there will obviously be some interruption on this port before link is established on new speed. On the total, if you have multiple paths from hosts to filer and use multipathing software, it should be transparent.
... View more
Start with stracing cp command to find out what system call exactly returns EPERM. I suspect it is attempt to (explicitly) change file mask/permissions, because file is obviously created.
... View more
It is true that NDMP rules out host based (software) encryption. But BE supports hardware based encryption; HP LTO5 does offer encryption support and should be supported by BE. It also is expected to work with NDMP - in this case SCSI pass through is used to upload keys into tape drive. So it is quite possible that everything that is needed to use encryption is already in place. Of course, it means that keys are managed by BE and only BE will be able to restore data. I do not know whether (hardware based) encryption is separately licensed feature of BE.
... View more
According to https://kb.netapp.com/support/index?page=content&id=2013323 and https://kb.netapp.com/support/index?page=content&id=3010858 there is 90 seconds grace period for filer to come back in active/active configuration. If this time is not exceeded, you may want to open case with support to investigate. But really, why would you want to reboot in active/active? Normal way is to use cf takeover/cf giveback.
... View more
This explains why used + avail do not match total. As for why %used and Used do not match … well, I guess (total – avail)/total simply provides better approximation. Avail can be less than (total – used) under many conditions. But to get definite answer you need to look at the sources after all ☺ In general I guess “avail” is the only thing that finally matters.
... View more
OK, so two possibilities - Some space is reserved for snapshots (look at “df -r”) - If volume is thin provisioned, “available” reflects free space in contained aggregate. What “df -Ah aggr-for-volrh2” says?
... View more
Well ... OracleVM is basically a Xen server with some extra management layer on top and SnapProtect appears to support Xen. And it never says "Citrix XenServer" but rather "Xen Server" which appears like they do support generic Xen. So it is quite probable that it will work. Not that all features are available (e.g. snapshots are apparently supported for Vmware/Hyper-V only). I guess you could ask for a trial version and test.
... View more
If you run space reclamation after creating snapshot, all your freed space is locked in snapshot. show output of "df -h" and "df -rh" for volume in question as well as "lun show /your/lun/on/this/volume"
... View more
To restore individual file from LUN snapshot you would need to mount it (usually it involves creating a writable copy, LUN clone or FlexClone) and copy file from mounted snapshot to your active LUN. If you have SnapDrive installed on your host(s), mounting is handled by SnapDrive, so the only potential problem is to find snapshot that contains required file version ☺ Another potential issue is permissions to perform this operation. You may want to look at something like SnapProtect that keeps catalog of files in snapshot and makes it very easy to browse for different file versions.
... View more