Setting NTFS Permissions in Clustered Data ONTAP

After spending the last few weeks moving into my new place and having “fun” furnishing it, I am back on the road armed with more content! Within a few hours of being onsite today I got asked if it was possible to set NTFS permissions to files and/or folders within Clustered Data ONTAP (cDOT). This is another commonly …

Read more

How To Restore From A LVM-based RHEL6 VMDK

As a customer I ran into a few scenarios where I needed to restore directories or files from a restored LVM-based RHEL 6 VMDK. You cannot simply attach the restored VMDK, mount the filesystem, and copy the directories or files due to the way LVM utilizes UUIDs for logical volumes. In order to restore directories …

Read more

How To Clear NFS Locks in Data ONTAP

I have run into a few scenarios where I have had to manually clear NFS locks on a given NetApp system. The recommended procedure for clearing these locks has changed over the years depending on the Data ONTAP version and now again with the release of Clustered Data ONTAP. 7-mode ONTAP Login to the appropriate …

Read more

How To Expand A ZFS Pool

This article explains how to expand a ZFS Pool. I have used this procedure a few times while dealing with FreeBSD in a virtual environment where I have needed to expand a zpool. Enable the “autoexpand” feature on the zpool zpool set autoexpand=on zfstestpool Shutdown the system shutdown -h now Resize the gpt partition gpart …

Read more