NetApp AltaVault Cloud-Integrated Storage Appliances

Size: px
Start display at page:

Download "NetApp AltaVault Cloud-Integrated Storage Appliances"

Transcription

1 Technical Report NetApp AltaVault Cloud-Integrated Storage Appliances SMB Deployment Guide Christopher Wong, NetApp April 2017 TR-4511 Abstract This SMBv3 deployment and troubleshooting guide provides detailed information about and considerations for the changes that occurred with the SMB protocol of the NetApp AltaVault cloud-integrated storage appliances starting with version 4.2. Use this guide to help plan for and address questions about the impacts of implementing AltaVault 4.2 within Windows environments. This technical report has been updated for AltaVault version

2 TABLE OF CONTENTS 1 AltaVault Appliance Overview AltaVault Introduction SMB (Server Message Block) Introduction SMB Protocol Changes SMB Protocol Feature Changes SMB Protocol Functional Changes SMB Permissions Realignment Depreciated CIFS commands Upgrade Actions and Considerations Upgrading AltaVault in Active Directory Domain Environments Upgrading AltaVault in Workgroup (Non-Active Directory Domain) Environments Access Control List (ACL) Upgrade Considerations Default ACL and Ownership Settings Performing SMB Tasks After Upgrading AltaVault Join AltaVault to the Windows Active Directory Domain Add a New SMB Share to AltaVault Create a Local User for the SMB Share Assign a Local User to the SMB Share Set the Local User Permissions on the SMB Share Enable Everyone Account on the SMB Share Connect to the SMB Share from Windows Configure Domain Users and Permissions to the SMB Share Leave the Windows Active Directory Domain AltaVault Best Practices for SMB AltaVault Best Practices SMB Best Practices Troubleshooting SMB Problems Version History LIST OF FIGURES Figure 1) Export the AltaVault configuration....8 Figure 2) Join AltaVault to a Windows domain in AltaVault version NetApp AltaVault Cloud-Integrated Storage Appliances SMB Deployment Guide 2017 NetApp, Inc. All rights reserved.

3 Figure 3) Specify preferred domain controllers in AltaVault version Figure 4) Add a SMB share to AltaVault Figure 5) Add a local user account for SMB access Figure 6) Assign a local user to an SMB share Figure 7) Configure permission for the local user account on an SMB share Figure 8) Connecting to an SMB share by using a local user account Figure 9) Connecting to an SMB share by using a domain user account Figure 10) Configure domain user access and assign permissions on a share NetApp AltaVault Cloud-Integrated Storage Appliances SMB Deployment Guide 2017 NetApp, Inc. All rights reserved.

4 1 AltaVault Appliance Overview 1.1 AltaVault Introduction With the never-ending demand to maintain the highest levels of data integrity for increasingly large datasets, companies are continuously being challenged to find effective data protection solutions that balance cost, data protection, and disaster recovery features. Historical approaches such as tape backup and disk-to-disk replication for protecting data and ensuring recoverability in disaster scenarios face enormous constraints. These constraints stem from the amount of human interaction, technical complexity, and costs involved in implementing such solutions to meet recovery requirements. NetApp AltaVault storage enables customers to securely back up data to any cloud at up to 90% less cost compared with on-premises solutions. AltaVault gives customers the power to tap into cloud economics while preserving investments in existing backup infrastructure and meeting backup and recovery SLAs. The AltaVault appliance is a disk-to-disk data storage optimization system with cloud storage integration. It easily integrates with existing backup and archival applications to securely protect critical production data off site. And it does so without the complexity of using tape management solutions and without the cost of using in-house disaster recovery sites and services. Add an AltaVault appliance as a target for your existing backup or archival infrastructure. The backup server simply connects to the AltaVault appliance by using SMB, NFS, or OST protocols. When you back up or archive to an AltaVault appliance, it performs inline variable-length deduplication of the backup data and securely replicates data into the cloud. AltaVault appliances use the local disk to store enough data for recovery of recent information. For example, with the recent release of the AVA800 appliance, you can store up to 384TB of deduplicated data per appliance. Such a mechanism provides LAN performance for the most likely restores. The AltaVault appliance then writes the deduplicated, compressed, and encrypted backup data to your public or private cloud storage provider. AltaVault appliances also optimize replication restores from the cloud because they move only deduplicated data over the WAN. AltaVault appliances are designed around the need for maintaining superior data integrity while delivering the performance and costs that companies need in such a backup and disaster recovery solution. AltaVault appliances are file-based data deduplication storage devices with SMB, NFS, or OST connectivity to back up applications and cloud storage connectivity to a variety of class-leading cloud storage providers. Data is ingested into AltaVault appliances by using multiple 1GbE or 10GbE connections. Data is inline deduplicated, compressed, and encrypted before it is written to the AltaVault local cache and is asynchronously replicated through secure Transport Layer Security connections to cloud storage. AltaVault appliances protect data by using class-leading deduplication technologies and by using scalable and cost-effective cloud storage to provide long-term data storage for backup data. AltaVault also implements a local disk cache for immediate restore needs. 1.2 SMB (Server Message Block) Introduction One of the primary AltaVault NAS protocols that is used to perform data protection movement from backup application servers to AltaVault is SMB. This Windows-based protocol allows Windows servers to communicate with other SMB-enabled systems, such as AltaVault. SMB is sometimes referred to as CIFS, but CIFS is the predecessor to SMB and is now considered as obsolete. All current development is performed by using the SMB protocol. SMB is currently enabled in two versions: SMBv2 and SMBv3. SMBv2 is the default protocol that is used with Windows 2000 and Windows 2008 systems, and SMBv3 is the default protocol that is used with Windows 2012 systems. Because AltaVault uses Linux as the underlying operating system, SMB services are provided through an SMB stack. In AltaVault 4.2, the SMB stack was updated to enable SMBv3 support and to enable features that are available with this version, such as SMB multichannel. 4 NetApp AltaVault Cloud-Integrated Storage Appliances SMB Deployment Guide 2017 NetApp, Inc. All rights reserved.

5 2 SMB Protocol Changes NetApp AltaVault uses an SMB protocol stack within the AltaVault operating system to deliver SMB capabilities to users running in Microsoft Windows based environments. In versions earlier than 4.2, users interact with CIFS throughout the AltaVault user interfaces. Starting with AltaVault 4.2, users interact with SMB referenced throughout the user interfaces. The SMB protocol that AltaVault uses has been redesigned to take advantage of the latest technology features that are available with SMBv3, such as SMB multichannel. 2.1 SMB Protocol Feature Changes The CIFS/SMB protocol stack provides a different set of features, depending on the version of AltaVault that is used. Table 1 lists a summary of those changes. Table 1) CIFS and SMB feature changes. AltaVault 4.1.x and Earlier (CIFS) Supports CIFSv1, SMBv2 Supports Windows 2000, Windows 2008, Windows 2008 R2 Supports guest mode user access Supports hidden shares Supports sending when prepopulation is complete No support for SMBv3 features, including multichannel AltaVault 4.2 and Later (SMB) Supports SMBv2, SMBv3 Supports Windows 2008, Windows 2008 R2, Windows 2012, Windows 2012 R2 No support for guest mode user access; access is lost if guest mode was exclusively used to gain access to shares No support for hidden shares; previously hidden shares become normal shares No support for sending when prepopulation is complete Support for SMBv3 multichannel 2.2 SMB Protocol Functional Changes If AltaVault users upgrade from earlier versions of AltaVault to version 4.2 or later, they will see differences when they interact with the SMB protocol with AltaVault. Table 2 lists a summary of those changes. 5 NetApp AltaVault Cloud-Integrated Storage Appliances SMB Deployment Guide 2017 NetApp, Inc. All rights reserved.

6 Table 2) CIFS to SMB functional changes. AltaVault 4.1.x and Earlier (CIFS) CIFS commands from the AltaVault CLI (command line) Default share is created during deployment called CIFS Local Path field during CIFS share creation should specify a / in the path (for example, /backups) Default local user administrator is created during deployment Can assign to, modify permissions for, and remove a group account called Everyone from an SMB share in the AltaVault GUI. AltaVault 4.2 and Later (SMB) SMB commands replace CIFS commands where appropriate; some CIFS commands have been deprecated (see section 2.4 below for further details) Default share is created during deployment called SMB (CIFS share is preserved if AltaVault was upgraded) Local Path field during SMB share creation does not need to specify a / in the path (for example, backups) No default users are created during deployment; any local user account can be granted admin status and gain full administrator access to the share The AltaVault GUI allows the Everyone group account to be added to an SMB share only at the time the SMB share is created, using the Allow Everyone access checkbox. If the SMB share is created without Everyone, the group can be added back to the SMB share later via the AltaVault CLI command described in section 4.6. Permissions for, and removal of this group can be done through the GUI. Add domain accounts and set permissions through the AltaVault GUI Permissions for local users are List Directory, Add File, Add Subdirectory, Read Extended Attributes, Write Extended Attributes, Traverse, Delete Child, Read Attributes, Write Attributes Permissions are not inherited on folders or files within a share Domain accounts and permissions are added to the share through Windows Explorer (right-click Share and select Properties) Permissions for local users are Read, Write, Modify Inheritance is enabled by default for new files and folders created on an SMB Share after the upgrade to or later. Specifically: Existing folders and files created on the SMB share prior to the upgrade with default access control lists (ACLs) will inherit permissions from the SMB share after the upgrade. Existing folders and files created on the SMB share prior to the upgrade with configured ACLs will not be initially affected by inheritance. If a modification of the folder or file ACL is performed after the upgrade is complete, the file will inherit permissions from the SMB share. Newly created folders and files on the SMB share created after the upgrade will inherit permissions from the SMB share. 6 NetApp AltaVault Cloud-Integrated Storage Appliances SMB Deployment Guide 2017 NetApp, Inc. All rights reserved.

7 2.3 SMB Permissions Realignment As noted in section 2.2, share permission types that are available to assign to local user accounts are different in version 4.2 and later. Table 3 identifies the consolidation of those permissions to the three permission types that are available with 4.2 and later. Table 3) SMB permissions realignment. Permission in AltaVault 4.1.x and Earlier List Directory Add File Add Subdirectory Read Extended Attributes Write Extended Attributes Traverse Delete Child Read Attributes Write Attributes Equivalent Permission in AltaVault 4.2 and Later Read, Modify Write, Modify Write, Modify Read, Modify Write, Modify [Ignored] Modify Read, Modify Write, Modify 2.4 Depreciated CIFS commands With AltaVault 4.2 and later, certain CIFS commands have not been carried over as new SMB commands and have instead been removed from the AltaVault CLI. Those commands are discussed in the Commands section of the AltaVault 4.2 Release Notes, and are provided in Table 4.Refer to the CLI reference guide for details on new SMB commands available. Table 4) Deprecated CIFS commands. AltaVault v4.1.x and lower CIFS command cifs fips-mode cifs listen cifs permissions inherit Reason for removal All SMB operations are compliant with the appliance FIPS configuration. SMB is designed to listen to connections on all interfaces SMB performs permissions inheritance based on Windows file system rules cifs permissions migrate Was used for older permissions migration in AltaVault 4.1 and older only cifs smb-signing cifs user guest SMB signing is now always enabled Guest account access is insecure because it allows access to shares without any authentication 7 NetApp AltaVault Cloud-Integrated Storage Appliances SMB Deployment Guide 2017 NetApp, Inc. All rights reserved.

8 3 Upgrade Actions and Considerations Because of the changes in the SMB protocol stack as described in section 2, NetApp AltaVault administrators should carefully consider whether to upgrade AltaVault from earlier versions to 4.2 or later. If any of the CIFS-based features discussed in section 2.1 are required for operations, an upgrade to 4.2 or later might not be advisable until those requirements can be satisfied by the updated features in AltaVault. 3.1 Upgrading AltaVault in Active Directory Domain Environments If AltaVault is currently configured in a Windows Active Directory domain, NetApp recommends that you perform the following steps to properly upgrade AltaVault to the latest release currently available. 1. Back up the current AltaVault configuration by using the Export Configuration Wizard. This wizard is in the Settings > Setup Wizard menu of the AltaVault GUI. Figure 1) Export the AltaVault configuration. 2. Perform the AltaVault software upgrade. For details about performing the upgrade, see the AltaVault Administration Guide, chapter 9, Upgrading Your Software section. NetApp recommends to update to the latest release to improve stability and accesibility of SMB related functions. 3. After the upgrade is complete, go to the Configure > SMB page, and rejoin the Windows domain. Provide the necessary credentials of a Windows domain account that has the authority to add hosts to the Windows domain. For more information, see section 4.1 in this report, Join AltaVault to the Windows Active Directory Domain. 4. Perform another backup of the new AltaVault configuration by using the Export Configuration Wizard. This wizard is in the Configure > Setup Wizard menu of the AltaVault GUI. 8 NetApp AltaVault Cloud-Integrated Storage Appliances SMB Deployment Guide 2017 NetApp, Inc. All rights reserved.

9 3.2 Upgrading AltaVault in Workgroup (Non-Active Directory Domain) Environments If AltaVault is not configured in a Windows Active Directory domain and will be used and accessed only by local Windows systems in a workgroup environment, AltaVault can be upgraded normally. For information about a normal upgrade, see the AltaVault Administration Guide, chapter 9, Upgrading Your Software section. After the upgrade is complete, perform a backup of the new AltaVault configuration by using the Export Configuration Wizard. This wizard is in the Configure > Setup Wizard menu of the AltaVault GUI. 3.3 Access Control List (ACL) Upgrade Considerations AltaVault automatically imports existing CIFS shares when upgrading to 4.2 or later. AltaVault also migrates user and group permissions (also known as access control lists, or ACLs) for shares, folders and files to a new format when upgrading from versions of AltaVault prior to 4.2. Depending on the upgrade path taken, ACL migration may be done automatically, or may have to be done manually. Determining the AltaVault Upgrade History The version history of AltaVault is recorded in the Upgrade page of AltaVault. For versions of AltaVault prior to 4.2, access the upgrade page from Settings > Software Upgrade. For versions of AltaVault at 4.2 and later, access the upgrade page from Maintenance > Software Upgrade. Manually Migrating ACL Permissions AltaVault versions prior to 4.2 that are upgraded directly to or later will not need manual migration of ACLs. AltaVault will automatically migrate ACLs to the new format. However, if AltaVault versions prior to 4.2 are upgraded first to 4.2.0, 4.2P1, or 4.2D1, and then upgraded to or later, AltaVault permissions will not be migrated automatically, and will need to be migrated manually after the upgrade as follows: 5. Use SSH to login to the AltaVault CLI and enter configure terminal mode: CLI > enable CLI # configure terminal CLI (config) # 6. Check the migration status of SMB using the following command: CLI (config) # show smb migrate domain-acls status Based on the status message, take the appropriate action: If the migration status is Migration not required Auto migration completed Manual migration completed Manual migration allowed but not migrated Migration failed with errors Failed to initialize migration state Auto migration required Take the following action Stop here. The upgrade is complete. Go to step 3 to complete the ACL migration for a share. Contact technical support for assistance. 7. If you are manually migrating ACLs for individual shares, use the following command for each share you will migrate: CLI (config) # smb migrate domain_acls name <sharename> force override 9 NetApp AltaVault Cloud-Integrated Storage Appliances SMB Deployment Guide 2017 NetApp, Inc. All rights reserved.

10 If you are migrating ACLS for all shares, use the following command: CLI (config) # smb migrate domain_acls all override Use the name parameter to specify a share name. Use the all parameter to specify all SMB shares on the AltaVault. The override parameter overwrites any existing share-level ACLs with the ACL present prior to Default ACL and Ownership Settings If a folder or file in a SMB share does not have any ACL information when the upgrade to or later occurs, AltaVault will not migrate any ACL information. Instead, AltaVault will have the folder or file inherit the ACL information from the SMB share. AltaVault will also attempt to maintain the ownership of the folder or file during upgrade to or later. If ownership information is not able to be determined when the upgrade occurs, AltaVault will set the ownership information of the folder or file to the builtin Windows Backup Operators group. You will then need to modify the ownership information if required through Windows Explorer.This will ensure that access is always available to a well defined domain group that can then set the permissions correctly based on the requirements of the business. 4 Performing SMB Tasks After Upgrading AltaVault Interacting with NetApp AltaVault SMB shares after an upgrade is different than interacting with AltaVault CIFS shares before the upgrade. This section describes how common SMB actions are addressed in AltaVault 4.2 and later. 4.1 Join AltaVault to the Windows Active Directory Domain AltaVault can be joined to a Windows 2008, Windows 2008 R2, Windows 2012, or Windows 2012 R2 Active Directory domain. To join to the Windows Active Directory domain, use the Domain section of the Configure > SMB page. Provide a domain user credential that has sufficient delegated authority to join computers to the domain to add AltaVault to the domain. Figure 2) Join AltaVault to a Windows domain in AltaVault version To join the domain using the AltaVault CLI, enter the following command: 10 NetApp AltaVault Cloud-Integrated Storage Appliances SMB Deployment Guide 2017 NetApp, Inc. All rights reserved.

11 smb domain join name fully.qualified.domain.name username username password <userpassword> Note: Note: Starting with version 4.2.1, you may optionally set the AltaVault hostname value and domain controller name to contact for authentication. The Hostname field identifies the name AltaVault will be registered in the Windows domain as, if you do not want to use the current hostname configured in the Configure > Host Settings page. This value must be 15 characters or less. The Domain Controller Name field identifies a specific Windows domain controller to contact for AltaVault registration into the Windows domain. You can use this field if DNS or reverse DNS is not properly configured for DCs in the environment, or if the normal DC is unavailable. Starting with version 4.2.2, AltaVault can specify and use up to 3 preferred domain controllers. NetApp recommends specifying the preferred domain controllers prior to joining the Windows domain. This replaces the Domain Controller Name field in the Advanced Settings section in AltaVault version Refer to the AltaVault release notes for more details. Figure 3) Specify preferred domain controllers in AltaVault version NetApp AltaVault Cloud-Integrated Storage Appliances SMB Deployment Guide 2017 NetApp, Inc. All rights reserved.

12 4.2 Add a New SMB Share to AltaVault AltaVault SMB shares are created by using the Configure > SMB page. For details about adding an SMB share, see the AltaVault Administration Guide, chapter 4, Configuring SMB section. Figure 4) Add a SMB share to AltaVault. 4.3 Create a Local User for the SMB Share AltaVault SMB shares can be assigned local user accounts that are created on AltaVault. However, those local user accounts must first be created by using the Add a User section of the Configure > SMB page. For details about adding an SMB share, see the AltaVault Administration Guide, chapter 4, To Add a Local User to Access the Share section. Figure 5) Add a local user account for SMB access. 12 NetApp AltaVault Cloud-Integrated Storage Appliances SMB Deployment Guide 2017 NetApp, Inc. All rights reserved.

13 4.4 Assign a Local User to the SMB Share To assign a local user, you must first create an SMB share and a local user account on AltaVault, as mentioned in the preceding sections. Then you can expand the SMB share in the AltaVault GUI and assign the local user to the SMB share in the share s subsection Add a User. Only local user accounts that have been created show in the User drop-down field. Figure 6) Assign a local user to an SMB share. 4.5 Set the Local User Permissions on the SMB Share After the local user is assigned to the SMB share, you can establish the effective permissions for that user in the user s subsection of the SMB share. Figure 7) Configure permission for the local user account on an SMB share. 13 NetApp AltaVault Cloud-Integrated Storage Appliances SMB Deployment Guide 2017 NetApp, Inc. All rights reserved.

14 4.6 Enable Everyone Account on the SMB Share In certain cases, an administrator will want to add the Everyone group account to an SMB share at a later date. This situation can occur if Everyone is not initially added during SMB share creation. AltaVault 4.2 and later does not provide the ability to add Everyone for an existing SMB share through the GUI. To add Everyone to an SMB share, issue the following CLI command: smb share permission add name <SMBsharename> user Everyone access allow 4.7 Connect to the SMB Share from Windows NetApp recommends that you first connect to the SMB share, using either Windows Explorer or the Windows command prompt, preferably with the user account that will be performing backups. Initial access can be performed using any user account, and this initial user account will be allowed to set security permissions on the share, including the addition of domain users or groups. From that point onwards, only authorized users or groups can access and modify permissions on the share. Domain administrators always have access to any resource and can modify permissions, including on AltaVault SMB shares. After you access the share and confirm that you can successfully write, read, and delete files, reconfigure the backup application to run using these credentials. 14 NetApp AltaVault Cloud-Integrated Storage Appliances SMB Deployment Guide 2017 NetApp, Inc. All rights reserved.

15 If you use a local user account as configured in the previous sections, make sure that you specify the local user name and password during the map network drive process. Figure 8) Connecting to an SMB share by using a local user account. C:\> net use \\altavaultdatainterface\sharename /user:\username * C:\> net use If you use a domain user account from a Windows Active Directory domain, make sure that you specify the domain, domain account name, and password during the map network drive process. Figure 9) Connecting to an SMB share by using a domain user account. Mapping AltaVault SMB Shares Mapping AltaVault SMB share connections with DNS hostnames will be validated by Windows using Kerberos authentication. This is the NetApp recommended method as it offers the most security for SMB connections. Mapping AltaVault SMB share connections with IP values will be validated by Windows using NTLMv2. This is an older standard supported by Windows server 2012, 2008 and AltaVault supports NTLMv2. SMB share connection attempts can fail with an invalid authentication attempt error if NTLMv1 is used. NTLMv1 is old and insecure by Windows standards, and is not supported by AltaVault. NTLMv1 is configured at a security policy level, under the configuration setting LAN Manager Authentication Level. Refer to Chapter 5 for details on configuring NTLMv2 in Windows. C:\> net use \\altavaultdatainterface\sharename /user:domainname\username * C:\> net use 15 NetApp AltaVault Cloud-Integrated Storage Appliances SMB Deployment Guide 2017 NetApp, Inc. All rights reserved.

16 4.8 Configure Domain Users and Permissions to the SMB Share If AltaVault is in a domain, you can add, remove, or modify domain users or groups to the share. Each domain user can have specific permissions as allowed by Windows. Make sure that the backup application will be included, or use the account or group that is established in this section. Figure 10) Configure domain user access and assign permissions on a share. 4.9 Leave the Windows Active Directory Domain If AltaVault must be configured to leave a Windows AD domain, you can do so in a fashion very similar to joining the Windows AD domain. To leave to the Windows Active Directory domain, use the Domain section of the Configure > SMB page. Provide a domain user credential that has sufficient delegated authority to remove computers from the domain to allow AltaVault to leave the domain. To leave the domain using the AltaVault CLI, enter the following command: smb domain join name fully.qualified.domain.name username username password <userpassword> If you specify a specific AltaVault hostname and/or specific Windows domain controller when joining the domain (as outlined in section 4.1 above), it is recommended to use the same hostname and/or Windows domain controller when leaving the domain. This ensures that the appropriate DCs in the environment will update their records correctly indicating the removal of the AltaVault appliance from the domain. If the DC is not reachable, or you forget the AltaVault hostname used, you can still leave the Windows domain without specifying credentials of a domain admin or domain account that has the authority to remove hosts to the Windows domain. However, you will need to manually remove the AltaVault computer name entry from specific domain controller. 16 NetApp AltaVault Cloud-Integrated Storage Appliances SMB Deployment Guide 2017 NetApp, Inc. All rights reserved.

17 5 AltaVault Best Practices for SMB The following sections describe best practices for configuring NetApp AltaVault with SMB. Follow these recommendations to promote a superior experience when you use AltaVault in Windows environments. 5.1 AltaVault Best Practices Implement these best practices on AltaVault to grant proper use of SMB shares. Table 5) AltaVault best practices. Item Mixing local and domain users Everyone account access SMB share name and local path Clock time must be in sync between Windows and AltaVault ACL administration Recommendation NetApp does not recommend mixing local and domain users on AltaVault SMB shares because this adds complexity to configurations. So that the configuration and operations can properly mirror a production setup, if possible, configure AltaVault according to how it will be placed into potential production use (It will be either in a workgroup environment or a domain environment). NetApp does not recommend providing the Everyone account access to the share for production use, but this option can be enabled when initially creating a new share for use in heavily regulated Windows domain environments. This step allows initial administration access to the share in order to configure user and group accounts. After connecting to the share and configuring user access as outlined in sections 4.7 and 4.8, you can remove the Everyone account from AltaVault GUI or CLI. If AltaVault is not used in domain environments, you can deselect the checkbox and assign local users and permissions individually to the share. NetApp recommends having the share name and the local path name match. For example, if the share is called backups, use backups as the local path. Joining the domain requires that the AltaVault appliance time be within 5 minutes of the domain controller time, as per Microsoft Kerberos requirements. Make sure that times are in sync, such as through the use of a Network Time Protocol (NTP) server. Domain users are added, modified, and removed through Windows Explorer. Local users and Everyone account access are added, modified, and removed through the AltaVault GUI and CLI. 5.2 SMB Best Practices Implement these best practices when connecting and using SMB shares from a Windows server system. Table 6) SMB best practices. Item Use a supported Windows operating system Recommendation AltaVault has been tested with Windows server based operating systems. Although using client-based operating systems such as Windows 10 and Windows 7 should work without any problems, they have not officially been qualified and are not guaranteed to work. 17 NetApp AltaVault Cloud-Integrated Storage Appliances SMB Deployment Guide 2017 NetApp, Inc. All rights reserved.

18 Item Map the network share using the AltaVault data interface DNS name established in the domain NTLMv1 authentication is not supported by SMB shares Recommendation AltaVault shares in domain based environments are recommended to be connected using hostnames and not IP addresses. Using DNS hostnames will enable Kerberos authentication, while using IP addresses will use older NTLMv2 authentication. As a prerequisite to using hostnames, DNS must be configured correctly in the domain. For example, use \\datainterfacename\sharename, rather than \\10.x.x.x\sharename. If DNS is not configured in the environment and you must connect to AltaVault shares by using an IP address (which triggers NTLM authentication requests), make sure that the Windows server is using NTLMv2. NTLMv2 is the default authentication model for Windows server 2000 and higher, and must be enabled on the Windows server that connects to the AltaVault share, otherwise AltaVault rejects connections. Establish NTLMv2 through the local security policy option Network Security: LAN Manager Authentication Level, which must be set to Send NTLMv2 Response Only or a higher level. Alternatively, it can be established in the registry key lmcompatibilitylevel, which is in the registry path HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\L sa. The value should be set to 3 or higher. A value of 2 or lower is insufficient to satisfy this requirement. Make sure that this value will not be overridden by the global security policy. Check with your domain administrator if you are unsure about what the global security policy setting for this field is. Clock time must be in sync between Windows and AltaVault Make sure that the backup application uses the same credentials that were established with the share during setup Use AltaVault with a Windows domain AltaVault, the domain controller, and the Windows server that maps the share require that the AltaVault appliance time be within 5 minutes of the domain controller time, as per Microsoft Kerberos requirements. Make sure that times are in sync, such as through the use of an NTP server. As described in section 4, make sure that the backup application is properly configured to use the same user or group account and password as were established during the setup of the share. This task might require multiple Windows services for the backup application that is being configured. Or it might require configuring permissions for the user to be included in a group that has sufficient permissions when assigned to the share. If a Windows domain is present it is recommended to use AltaVault with domain users and groups. It is not recommended to use local users and groups. Starting with version 4.2.2, specify up to 3 preferred domain controllers. 18 NetApp AltaVault Cloud-Integrated Storage Appliances SMB Deployment Guide 2017 NetApp, Inc. All rights reserved.

19 Item Everyone account access Recommendation NetApp does not recommend providing the Everyone account access to the share for production use, but this option can be enabled when initially creating a new share for use in heavily regulated Windows domain environments. This step allows initial administration access to the share in order to configure user and group accounts. After connecting to the share and configuring user access as outlined in sections 4.7 and 4.8, you can remove the Everyone account from AltaVault GUI or CLI. If AltaVault is not used in domain environments, you can deselect the checkbox and assign local users and permissions individually to the share. 6 Troubleshooting SMB Problems NetApp AltaVault implementation of the updated SMB protocol can result in user interaction experiences that are different from experiences with previous AltaVault versions. This section discusses common troubleshooting techniques to isolate and resolve SMB-related problems. Adding AltaVault to the Active Directory domain fails Make sure that you correctly specify the domain information to AltaVault: Specify the fully qualified domain name (FQDN), for example, corp.companyname.com. Specify a domain administrator or a domain user credential that has sufficient delegated authority to add machines to the domain. Confirm that you can ping the domain controller by hostname and FQDN from AltaVault CLI. Ensure that DNS and reverse DNS entries are configured properly for the DCs that AltaVault will contact for domain operations. Starting with version 4.2.2, domain user names should be specified using the username or username@realm format. AltaVault will not accept the domain\username format. If a specific domain user is not a member of the domain admins group, the domain user must be delegated control of the Computers object in Active Directory Users and Computers. When using the Delegation of Control Wizard in Windows, the specific permissions that must be granted for the Computers object to the user are: Write All Properties Change Password Reset Password Validated Write to DNS Host Name Validated Write to Service Principal Name Read and Write DNS Host Name Attributes Connecting to a network drive fails with the system log error clock skew too great All the systems in the Active Directory domain and in AltaVault must be within 5 minutes of each other. Verify that the time is set correctly. The time and date can be configured from the GUI menu path Configure > Date and Time. Authentication fails with invalid user or password when connecting to an AltaVault SMB share by using domain user accounts Authentication that uses domain user accounts requires the following: 19 NetApp AltaVault Cloud-Integrated Storage Appliances SMB Deployment Guide 2017 NetApp, Inc. All rights reserved.

20 The system time of AltaVault, the Windows domain controller, and the Windows systems performing backups to AltaVault, must be within 5 minutes of each other. If you use IP address values in the Uniform Naming Convention (UNC) path (for example, \\ \sharename), make sure that NTLMv2 or later is enabled on the Windows systems and group security policy. To set the correct entry in the security policy, see section 0, AltaVault Best Practices for SMB, in this document. If you use DNS address values in the UNC path, make sure that forward and reverse lookup DNS entries are present and are correct for the DC and DNS server systems. You should confirm by using ping and nslookup that all the Windows backup servers, the DC, the DNS server, and AltaVault can see each other. If ping succeeds, use the Windows net view \\IPAddressOrDnsOfAltaVault command. If you see AltaVault SMB shares listed, this confirms that the AltaVault SMB service is listening on port 445 of the IP address that answered the ping. If this command fails, this could mean the SMB service is not listening on this port, or there may be a firewall preventing access to this port. You should confirm that you are using an account that has sufficient permissions to connect to the share. If upgrading a domain connected AltaVault from version 4.1 or earlier to 4.2 or later, you will need to add the Everyone account and re-enable the account permissions. Domain accounts are not carried over by the 4.2 upgrade. Refer to sections 4.6 to 4.8 for details on performing these activities. Authentication fails with invalid user or password when connecting to an AltaVault SMB share by using local user accounts Authentication that uses local user accounts requires the following: The AltaVault local user account must be enabled and associated with the SMB share. The AltaVault local user account must have the sufficient read, write, or modify privilege to the share. If performing a disaster recovery test, the AltaVault SMB configuration must be imported by using a full import of the configuration. Using the Import shared data only option does not preserve the SMB user configuration. Version History Version Date Document Version History Version 1.0 May 2016 Initial release Version 1.1 August 2016 Updated for release Version 1.2 November 2016 Updated for release Version 1.3 April 2017 Updated for release 20 NetApp AltaVault Cloud-Integrated Storage Appliances SMB Deployment Guide 2017 NetApp, Inc. All rights reserved.

21 Refer to the Interoperability Matrix Tool (IMT) on the NetApp Support site to validate that the exact product and feature versions described in this document are supported for your specific environment. The NetApp IMT defines the product components and versions that can be used to construct configurations that are supported by NetApp. Specific results depend on each customer's installation in accordance with published specifications. Copyright Information Copyright NetApp, Inc. All Rights Reserved. NETAPP, the NETAPP logo, and the marks listed at are trademarks of NetApp, Inc. Other company and product names may be trademarks of their respective owners. Printed in the U.S. No part of this document covered by copyright may be reproduced in any form or by any means graphic, electronic, or mechanical, including photocopying, recording, taping, or storage in an electronic retrieval system without prior written permission of the copyright owner. Software derived from copyrighted NetApp material is subject to the following license and disclaimer: THIS SOFTWARE IS PROVIDED BY NETAPP "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL NETAPP BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. NetApp reserves the right to change any products described herein at any time, and without notice. NetApp assumes no responsibility or liability arising from the use of products described herein, except as expressly agreed to in writing by NetApp. The use or purchase of this product does not convey a license under any patent rights, trademark rights, or any other intellectual property rights of NetApp. The product described in this manual may be protected by one or more U.S. patents, foreign patents, or pending applications. RESTRICTED RIGHTS LEGEND: Use, duplication, or disclosure by the government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS (October 1988) and FAR (June 1987). TR NetApp AltaVault Cloud-Integrated Storage Appliances SMB Deployment Guide 2017 NetApp, Inc. All rights reserved.

NetApp AltaVault Cloud-Integrated Storage Appliances

NetApp AltaVault Cloud-Integrated Storage Appliances Technical Report NetApp AltaVault Cloud-Integrated Storage Appliances Solution Deployment: AltaVault Christopher Wong, NetApp November 2017 TR-4422 Abstract This solution deployment guide outlines how

More information

NetApp AltaVault Cloud-Integrated Storage Appliances

NetApp AltaVault Cloud-Integrated Storage Appliances Technical Report NetApp AltaVault Cloud-Integrated Storage Appliances Solution Deployment: AltaVault Christopher Wong, NetApp November 2017 TR-4417 Abstract This solution deployment guide outlines how

More information

NetApp AltaVault Cloud-Integrated Storage Appliances

NetApp AltaVault Cloud-Integrated Storage Appliances Technical Report NetApp AltaVault Cloud-Integrated Storage Appliances Solution Deployment: AltaVault with EMC NetWorker Christopher Wong, NetApp November 2017 TR-4425 Abstract This solution deployment

More information

NetApp AltaVault Cloud-Integrated Storage Appliances

NetApp AltaVault Cloud-Integrated Storage Appliances Technical Report NetApp AltaVault Cloud-Integrated Storage Appliances Solution Deployment: AltaVault Christopher Wong, NetApp November 2017 TR-4409 Abstract This solution deployment guide outlines how

More information

NetApp AltaVault Cloud-Integrated Storage Appliances

NetApp AltaVault Cloud-Integrated Storage Appliances Technical Report NetApp AltaVault Cloud-Integrated Storage Appliances Solution Deployment: AltaVault Christopher Wong, NetApp November 2017 TR-4408 Abstract This solution deployment guide outlines how

More information

AltaVault Cloud Integrated Storage Installation and Service Guide for Cloud Appliances

AltaVault Cloud Integrated Storage Installation and Service Guide for Cloud Appliances AltaVault Cloud Integrated Storage 4.4.1 Installation and Service Guide for Cloud Appliances March 2018 215-13006_A0 doccomments@netapp.com Table of Contents 3 Contents Introduction to AltaVault cloud-based

More information

HCI File Services Powered by ONTAP Select

HCI File Services Powered by ONTAP Select Technical Report HCI File Services Powered by ONTAP Select Quick Start Guide Aaron Patten, NetApp March 2018 TR-4669 Abstract NetApp ONTAP Select extends the NetApp HCI product, adding a rich set of file

More information

OnCommand Unified Manager 7.2: Best Practices Guide

OnCommand Unified Manager 7.2: Best Practices Guide Technical Report OnCommand Unified : Best Practices Guide Dhiman Chakraborty August 2017 TR-4621 Version 1.0 Abstract NetApp OnCommand Unified is the most comprehensive product for managing and monitoring

More information

Migrating Performance Data to NetApp OnCommand Unified Manager 7.2

Migrating Performance Data to NetApp OnCommand Unified Manager 7.2 Technical Report Migrating Performance Data to NetApp OnCommand Unified Manager 7.2 Dhiman Chakraborty, Yuvaraju B, Tom Onacki, NetApp March 2018 TR-4589 Version 1.2 Abstract NetApp OnCommand Unified Manager

More information

AltaVault Cloud Integrated Storage Installation and Service Guide for Virtual Appliances

AltaVault Cloud Integrated Storage Installation and Service Guide for Virtual Appliances AltaVault Cloud Integrated Storage 4.4.1 Installation and Service Guide for Virtual Appliances April 2018 215-130007_B0 doccomments@netapp.com Table of Contents 3 Contents System requirements and supported

More information

Performance Characterization of ONTAP Cloud in Azure with Application Workloads

Performance Characterization of ONTAP Cloud in Azure with Application Workloads Technical Report Performance Characterization of ONTAP Cloud in NetApp Data Fabric Group, NetApp March 2018 TR-4671 Abstract This technical report examines the performance and fit of application workloads

More information

Cluster and SVM Peering Express Guide

Cluster and SVM Peering Express Guide ONTAP 9 Cluster and SVM Peering Express Guide December 2017 215-11182_E0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Deciding whether to use this guide... 4 Prerequisites

More information

NetApp AltaVault Cloud-Integrated Storage Appliances

NetApp AltaVault Cloud-Integrated Storage Appliances Technical Report NetApp AltaVault Cloud-Integrated Storage Appliances Solution Deployment: AltaVault Christopher Wong, NetApp Jeffrey Steiner, NetApp February 2018 TR-4418 Abstract This solution deployment

More information

Volume Disaster Recovery Preparation Express Guide

Volume Disaster Recovery Preparation Express Guide ONTAP 9 Volume Disaster Recovery Preparation Express Guide August 2018 215-11187_F0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to use this guide... 4 Volume disaster recovery

More information

Disaster Recovery for Enterprise Applications with ONTAP Cloud

Disaster Recovery for Enterprise Applications with ONTAP Cloud Technical Report Disaster Recovery for Enterprise Applications with ONTAP Cloud Step-by-Step Guide Shmulik Alfandari, NetApp September 2016 TR-4554i Abstract This document describes the required steps

More information

StorageGRID Webscale NAS Bridge Management API Guide

StorageGRID Webscale NAS Bridge Management API Guide StorageGRID Webscale NAS Bridge 2.0.3 Management API Guide January 2018 215-12414_B0 doccomments@netapp.com Table of Contents 3 Contents Understanding the NAS Bridge management API... 4 RESTful web services

More information

Upgrade Express Guide

Upgrade Express Guide ONTAP 9 Upgrade Express Guide December 2017 215-11234_G0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Deciding whether to use this guide... 4 Cluster software update workflow...

More information

Performance Characterization of ONTAP Cloud in Amazon Web Services with Application Workloads

Performance Characterization of ONTAP Cloud in Amazon Web Services with Application Workloads Technical Report Performance Characterization of ONTAP Cloud in Amazon Web Services with Application Workloads NetApp Data Fabric Group, NetApp March 2018 TR-4383 Abstract This technical report examines

More information

Nondisruptive Operations with SMB File Shares

Nondisruptive Operations with SMB File Shares Technical Report Nondisruptive Operations with SMB File Shares ONTAP 9.x John Lantz, NetApp November 2016 TR-4100 Abstract This technical report details NetApp ONTAP support for nondisruptive operations

More information

NetApp SolidFire Element OS. Setup Guide. Version March _A0

NetApp SolidFire Element OS. Setup Guide. Version March _A0 NetApp SolidFire Element OS Setup Guide Version 10.2 March 2018 215-12911_A0 doccomments@netapp.com Table of Contents 3 Contents SolidFire system overview... 4 Configuring a storage node... 5 Configuring

More information

SolidFire and AltaVault

SolidFire and AltaVault Technical Report SolidFire and AltaVault Back Up SolidFire Storage to the Cloud by Using AltaVault Mike Braden, NetApp August 2016 TR-4542 Abstract Effectively using storage at scale is how organizations

More information

NetApp Cloud Volumes Service for AWS

NetApp Cloud Volumes Service for AWS NetApp Cloud Volumes Service for AWS AWS Account Setup Cloud Volumes Team, NetApp, Inc. March 29, 2019 Abstract This document provides instructions to set up the initial AWS environment for using the NetApp

More information

Clustered Data ONTAP 8.3

Clustered Data ONTAP 8.3 Clustered Data ONTAP 8.3 Volume Disaster Recovery Preparation Express Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone:

More information

Volume Disaster Recovery Express Guide

Volume Disaster Recovery Express Guide ONTAP 9 Volume Disaster Recovery Express Guide December 2017 215-11188_E0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Deciding whether to use this guide... 4 Volume disaster

More information

MongoDB Database on NetApp AFF8080

MongoDB Database on NetApp AFF8080 Technical Report MongoDB Database on NetApp AFF8080 Customer Blueprint Ranga Sankar, NetApp February 2018 TR-4659 Abstract This document describes the installation of MongoDB database on NetApp AFF8080

More information

NetApp AltaVault Cloud-Integrated Storage Appliances

NetApp AltaVault Cloud-Integrated Storage Appliances Technical Report NetApp AltaVault Cloud-Integrated Storage Appliances Solution Deployment: AltaVault Christopher Wong, NetApp November 2017 TR-4412 Abstract This solution deployment guide outlines how

More information

NFS Client Configuration with VAAI for ESX Express Guide

NFS Client Configuration with VAAI for ESX Express Guide ONTAP 9 NFS Client Configuration with VAAI for ESX Express Guide February 2018 215-11184_F0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Deciding whether to use this guide...

More information

NetApp HCI Network Setup Guide

NetApp HCI Network Setup Guide Technical Report NetApp HCI Network Setup Guide Version 1.2 Aaron Patten, NetApp April 2018 TR-4679 TABLE OF CONTENTS 1 Introduction... 4 2 Hardware... 4 2.1 Node and Chassis Layout... 4 2.2 Node Types...

More information

NDMP in Clustered Data ONTAP for Tape Backup Software Applications

NDMP in Clustered Data ONTAP for Tape Backup Software Applications Technical Report NDMP in Clustered Data ONTAP for Tape Backup Software Applications Subhash Athri, NetApp June 2015 TR-4376 TABLE OF CONTENTS 1 NDMP Backups... 3 1.1 Tape Backup Topologies in Clustered

More information

iscsi Configuration for ESXi using VSC Express Guide

iscsi Configuration for ESXi using VSC Express Guide ONTAP 9 iscsi Configuration for ESXi using VSC Express Guide May 2018 215-11181_E0 doccomments@netapp.com Updated for ONTAP 9.4 Table of Contents 3 Contents Deciding whether to use this guide... 4 iscsi

More information

NetApp HCI QoS and Mixed Workloads

NetApp HCI QoS and Mixed Workloads Technical Report NetApp HCI QoS and Mixed Workloads Stephen Carl, NetApp October 2017 TR-4632 Abstract This document introduces the NetApp HCI solution to infrastructure administrators and provides important

More information

Setting up the DR Series System on Acronis Backup & Recovery v11.5. Technical White Paper

Setting up the DR Series System on Acronis Backup & Recovery v11.5. Technical White Paper Setting up the DR Series System on Acronis Backup & Recovery v11.5 Technical White Paper Quest Engineering November 2017 2017 Quest Software Inc. ALL RIGHTS RESERVED. THIS WHITE PAPER IS FOR INFORMATIONAL

More information

Volume Move Express Guide

Volume Move Express Guide ONTAP 9 Volume Move Express Guide June 2018 215-11197_G0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to use this guide... 4 Volume move workflow... 5 Planning the method and timing

More information

Replacing drives for SolidFire storage nodes

Replacing drives for SolidFire storage nodes NetApp Replacing drives for SolidFire storage nodes You can hot-swap a failed solid-state disk (SSD) drive with a replacement drive. Before you begin You have a replacement drive. You have an electrostatic

More information

SnapCenter Software 3.0 Importing Data from SnapManager to SnapCenter

SnapCenter Software 3.0 Importing Data from SnapManager to SnapCenter SnapCenter Software 3.0 Importing Data from SnapManager to SnapCenter July 2017 215-12093_A0 doccomments@netapp.com Table of Contents 3 Contents Deciding on whether to read this information... 4 Importing

More information

SMB/CIFS Configuration Express Guide

SMB/CIFS Configuration Express Guide ONTAP 9 SMB/CIFS Configuration Express Guide November 2017 215-11170_E0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Deciding whether to use this guide... 4 SMB/CIFS configuration

More information

NetApp Data ONTAP Edge on SoftLayer

NetApp Data ONTAP Edge on SoftLayer Technical Report NetApp Data ONTAP Edge on SoftLayer Express Setup Guide Jarod Rodriguez, NetApp April 2016 TR-4502 Abstract This document provides instructions on how to quickly install NetApp Data ONTAP

More information

Setting Up Quest QoreStor with Veeam Backup & Replication. Technical White Paper

Setting Up Quest QoreStor with Veeam Backup & Replication. Technical White Paper Setting Up Quest QoreStor with Veeam Backup & Replication Technical White Paper Quest Engineering August 2018 2018 Quest Software Inc. ALL RIGHTS RESERVED. THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES

More information

Replication between SolidFire Element OS and ONTAP

Replication between SolidFire Element OS and ONTAP ONTAP 9 Replication between SolidFire Element OS and ONTAP August 2018 215-12645_D0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to use the Replication between SolidFire Element

More information

Inventory Collect Tool 1.4

Inventory Collect Tool 1.4 Inventory Collect Tool 1.4 Host and Storage Information Collection Guide For Transition Assessment NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

Navigating VSC 6.1 for VMware vsphere

Navigating VSC 6.1 for VMware vsphere Navigating VSC 6.1 for VMware vsphere Virtual Storage Console for VMware vsphere works with the VMware vsphere Web Client and has dropped support for the VMware Desktop Client. This change means that VSC

More information

Setting up the DR Series System with vranger. Technical White Paper

Setting up the DR Series System with vranger. Technical White Paper Setting up the DR Series System with vranger Technical White Paper Quest Engineering November 2017 2017 Quest Software Inc. ALL RIGHTS RESERVED. THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND

More information

OnCommand Cloud Manager 3.2 Provisioning NFS Volumes Using the Volume View

OnCommand Cloud Manager 3.2 Provisioning NFS Volumes Using the Volume View OnCommand Cloud Manager 3.2 Provisioning NFS Volumes Using the Volume View April 2017 215-12036_B0 doccomments@netapp.com Table of Contents 3 Contents Logging in to Cloud Manager... 4 Creating NFS volumes...

More information

Big-Data Pipeline on ONTAP and Orchestration with Robin Cloud Platform

Big-Data Pipeline on ONTAP and Orchestration with Robin Cloud Platform Technical Report Big-Data Pipeline on ONTAP and Orchestration with Robin Cloud Platform Ranga Sankar, Jayakumar Chendamarai, Aaron Carter, David Bellizzi, NetApp July 2018 TR-4706 Abstract This document

More information

E-Series Cabling E-Series Hardware

E-Series Cabling E-Series Hardware E-Series Cabling E-Series Hardware September 2018 215-13049_A0 doccomments@netapp.com Table of Contents 3 Contents Overview and requirements... 4 Cabling your storage system... 5 Host cabling... 5 Cabling

More information

FlexArray Virtualization

FlexArray Virtualization Updated for 8.2.4 FlexArray Virtualization Implementation Guide for NetApp E-Series Storage NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

NetApp SolidFire Plug-in for VMware vcenter Server Web Client User Guide

NetApp SolidFire Plug-in for VMware vcenter Server Web Client User Guide NetApp SolidFire Plug-in for VMware vcenter Server Web Client User Guide Version 4.0 May 2018 215-13061_C0 Copyright Information Copyright 1994-2018 NetApp, Inc. All Rights Reserved. No part of this document

More information

End-to-End Storage Provisioning for MongoDB

End-to-End Storage Provisioning for MongoDB Technical Report End-to-End Storage Provisioning for MongoDB Deploying NetApp OnCommand Workflow Automation for MongoDB John Elliott, NetApp April 2018 TR-4674 Abstract This technical report explains the

More information

Database Storage Tiering with NetApp FabricPool

Database Storage Tiering with NetApp FabricPool Technical Report Database Storage Tiering with NetApp FabricPool Jeffrey Steiner, BS Navyashree, Srinivas Venkat, NetApp June 2018 TR-4695 Abstract This document describes the benefits and configuration

More information

FlexArray Virtualization

FlexArray Virtualization Updated for 8.3.2 FlexArray Virtualization Implementation Guide for NetApp E-Series Storage NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

SQL Server on NetApp HCI

SQL Server on NetApp HCI Technical Report SQL Server on NetApp HCI Bobby Oommen, NetApp October 2017 TR-4638 Abstract This document introduces the NetApp HCI solution to infrastructure administrators and provides important design

More information

HYCU SCOM Management Pack for F5 BIG-IP

HYCU SCOM Management Pack for F5 BIG-IP USER GUIDE HYCU SCOM Management Pack for F5 BIG-IP Product version: 5.5 Product release date: August 2018 Document edition: First Legal notices Copyright notice 2015-2018 HYCU. All rights reserved. This

More information

SAP HANA Backup and Recovery using NetApp Storage Systems and Commvault Software

SAP HANA Backup and Recovery using NetApp Storage Systems and Commvault Software Technical Report SAP HANA Backup and Recovery using NetApp Storage Systems and Commvault Software Marco Schoen, NetApp Sander Bleijenbergh, Commvault August 2018 TR-4711 In partnership with Abstract This

More information

Quest NetVault Backup Plug-in for SnapMirror To Tape. User s Guide. version 7.6. Version: Product Number: NTG EN-01 NTG

Quest NetVault Backup Plug-in for SnapMirror To Tape. User s Guide. version 7.6. Version: Product Number: NTG EN-01 NTG Quest NetVault Backup Plug-in for SnapMirror To Tape version 7.6 User s Guide Version: Product Number: NTG-101-7.6-EN-01 NTG-101-7.6-EN-01 09/30/11 2011 Quest Software, Inc. ALL RIGHTS RESERVED. This guide

More information

FlexArray Virtualization Implementation Guide for NetApp E-Series Storage

FlexArray Virtualization Implementation Guide for NetApp E-Series Storage ONTAP 9 FlexArray Virtualization Implementation Guide for NetApp E-Series Storage June 2017 215-11151-C0 doccomments@netapp.com Updated for ONTAP 9.2 Table of Contents 3 Contents Where to find information

More information

The Privileged Appliance and Modules (TPAM) 1.0. Diagnostics and Troubleshooting Guide

The Privileged Appliance and Modules (TPAM) 1.0. Diagnostics and Troubleshooting Guide The Privileged Appliance and Modules (TPAM) 1.0 Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in

More information

Cluster Switch Setup Guide for Cisco Switches. May _A0_UR006

Cluster Switch Setup Guide for Cisco Switches. May _A0_UR006 Cluster Switch Setup Guide for Cisco Switches May 2018 215-06775_A0_UR006 doccomments@netapp.com Table of Contents 3 Contents Switches supported by ONTAP... 4 Setting up the switches... 5 Required cluster

More information

FlexArray Virtualization

FlexArray Virtualization FlexArray Virtualization Implementation Guide for NetApp E-Series Storage NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone:

More information

NetApp SolidFire Plug-in for VMware vcenter Server Web Client User Guide

NetApp SolidFire Plug-in for VMware vcenter Server Web Client User Guide NetApp SolidFire Plug-in for VMware vcenter Server Web Client User Guide Version 4.1 May 2018 215-13142_A0 Copyright Information Copyright 1994-2018 NetApp, Inc. All Rights Reserved. No part of this document

More information

Quest VROOM Quick Setup Guide for Quest Rapid Recovery for Windows and Quest Foglight vapp Installers

Quest VROOM Quick Setup Guide for Quest Rapid Recovery for Windows and Quest Foglight vapp Installers Quest VROOM Quick Setup Guide for Quest Rapid Recovery for Windows and Quest Foglight vapp Installers INTRODUCTION Setup of Quest VROOM requires installation of Rapid Recovery and Foglight for Virtualization

More information

Replacing a PCIe card

Replacing a PCIe card AFF A800 systems Replacing a PCIe card To replace a PCIe card, you must disconnect the cables from the cards, remove the SFP and QSFP modules from the cards before removing the riser, reinstall the riser,

More information

Authenticating Devices

Authenticating Devices Authenticating Devices Cisco TelePresence Deployment Guide Cisco VCS X6.1 D14819.01 May 2011 Contents Contents Document revision history... 4 Introduction... 5 Local database... 6 Configuration... 6 H.350

More information

One Identity Starling Two-Factor Desktop Login 1.0. Administration Guide

One Identity Starling Two-Factor Desktop Login 1.0. Administration Guide One Identity Starling Two-Factor Desktop Login 1.0 Administration Guide Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

E-Series Converting the Protocol of E2800 Host Ports (New Systems)

E-Series Converting the Protocol of E2800 Host Ports (New Systems) E-Series Converting the Protocol of E2800 Host Ports (New Systems) October 2016 215-11500_A0 doccomments@netapp.com Table of Contents 3 Contents Converting the Protocol of E2800 Host Ports (New Systems)...

More information

NetApp Element Software Remote Replication

NetApp Element Software Remote Replication Technical Report NetApp Element Software Remote Replication Feature Description and Deployment Guide Pavani Krishna Goutham Baru, NetApp January 2019 TR-4741 Abstract This document describes different

More information

Replacing a PCIe card

Replacing a PCIe card AFF A700s systems Replacing a PCIe card To replace a PCIe card, you must disconnect the cables from the cards in the riser, remove the riser, replace the riser, and then recable the cards in that riser.

More information

NetApp AFF A300 Gen 6 Fibre Channel

NetApp AFF A300 Gen 6 Fibre Channel White Paper NetApp AFF A300 Gen 6 Fibre Channel Executive Summary Faster time to revenue and increased customer satisfaction are top priorities for today s businesses. Improving business responsiveness

More information

StorageGRID Webscale NAS Bridge Administration Guide

StorageGRID Webscale NAS Bridge Administration Guide StorageGRID Webscale NAS Bridge 2.0.3 Administration Guide January 2018 215-12413_C0 doccomments@netapp.com Table of Contents 3 Contents StorageGRID Webscale NAS Bridge architecture... 5 NAS Bridge storage

More information

SNMP Configuration Express Guide

SNMP Configuration Express Guide ONTAP 9 SNMP Configuration Express Guide December 2017 215-11190_D0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Deciding whether to use this guide... 4 SNMP configuration

More information

RSA Two Factor Authentication

RSA Two Factor Authentication RSA Two Factor Authentication Feature Description VERSION: 6.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies

More information

Quest VROOM Quick Setup Guide for Quest Rapid Recovery for Windows and Quest Foglight vapp Installers

Quest VROOM Quick Setup Guide for Quest Rapid Recovery for Windows and Quest Foglight vapp Installers Quest VROOM Quick Setup Guide for Quest Rapid Recovery for Windows and Quest Foglight vapp Installers INTRODUCTION Setup of Quest VROOM requires installation of Rapid Recovery and Foglight for Virtualization

More information

WANSyncHA Microsoft Exchange Server. Operations Guide

WANSyncHA Microsoft Exchange Server. Operations Guide WANSyncHA Microsoft Exchange Server Operations Guide About This Guide This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user

More information

Getting Started and System Guide. Version

Getting Started and System Guide. Version Version 1.0.29 2016 Waterford Technologies. All Rights Reserved. Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted in any form

More information

One Identity Password Manager User Guide

One Identity Password Manager User Guide One Identity Password Manager 5.8.2 User Guide Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

USER GUIDE. CTERA Agent for Windows. June 2016 Version 5.5

USER GUIDE. CTERA Agent for Windows. June 2016 Version 5.5 USER GUIDE CTERA Agent for Windows June 2016 Version 5.5 Copyright 2009-2016 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written

More information

Tanium IaaS Cloud Solution Deployment Guide for Microsoft Azure

Tanium IaaS Cloud Solution Deployment Guide for Microsoft Azure Tanium IaaS Cloud Solution Deployment Guide for Microsoft Azure Version: All December 21, 2018 The information in this document is subject to change without notice. Further, the information provided in

More information

Nokia Client Release Notes. Version 2.0

Nokia  Client Release Notes. Version 2.0 Nokia Email Client Release Notes Version 2.0 Published June 9, 2008 COPYRIGHT Copyright 1997-2008 Nokia Corporation. All rights reserved. Nokia, Nokia Connecting People, Intellisync, and Intellisync logo

More information

Veritas Backup Exec Migration Assistant

Veritas Backup Exec Migration Assistant Veritas Backup Exec Migration Assistant Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks of Veritas Technologies

More information

Security in the Cloud: The NetApp Private Storage for Cloud Solution

Security in the Cloud: The NetApp Private Storage for Cloud Solution Technical Report Security in the Cloud: The NetApp Private Storage Guidelines for Understanding the NetApp Private Storage Product Security Team, NetApp November 2017 TR-4648 Abstract This guide describes

More information

CA ARCserve Replication and High Availability for Windows

CA ARCserve Replication and High Availability for Windows CA ARCserve Replication and High Availability for Windows Virtualized Server Environments Operation Guide r15 This documentation and any related computer software help programs (hereinafter referred to

More information

Replacing a Drive in E2660, E2760, E5460, E5560, or E5660 Trays

Replacing a Drive in E2660, E2760, E5460, E5560, or E5660 Trays E-Series Replacing a Drive in E2660, E2760, E5460, E5560, or E5660 Trays The Recovery Guru in SANtricity Storage Manager monitors the drives in the storage array and can notify you of an impending drive

More information

Setting up Quest QoreStor as an RDA Backup Target for NetVault Backup. Technical White Paper

Setting up Quest QoreStor as an RDA Backup Target for NetVault Backup. Technical White Paper Setting up Quest QoreStor as an RDA Backup Target for NetVault Backup Technical White Paper Quest Engineering June 2018 2018 Quest Software Inc. ALL RIGHTS RESERVED. THIS WHITE PAPER IS FOR INFORMATIONAL

More information

Replacing the boot media

Replacing the boot media FAS8200 systems Replacing the boot media The boot media stores a primary and secondary set of system (boot image) files that the system uses when it boots. Depending on your network configuration, you

More information

E June Oracle Linux Storage Appliance Deployment and User's Guide

E June Oracle Linux Storage Appliance Deployment and User's Guide E90100-03 June 2018 Oracle Linux Storage Appliance Deployment and User's Guide Oracle Legal Notices Copyright 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Veeam Cloud Connect. Version 8.0. Administrator Guide

Veeam Cloud Connect. Version 8.0. Administrator Guide Veeam Cloud Connect Version 8.0 Administrator Guide June, 2015 2015 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be reproduced,

More information

EVault Software Agent for VMware 6.91 Quick Start Guide

EVault Software Agent for VMware 6.91 Quick Start Guide EVault Software Agent for VMware 6.91 Quick Start Guide Contents 1 Overview... 4 2 Deploying the OVF Template via the OVA File... 4 3 Setting Up the Agent... 5 3.1 Starting the Appliance Shell (CLI)...

More information

Quest VROOM Quick Setup Guide for Quest Rapid Recovery and Foglight Windows Installers

Quest VROOM Quick Setup Guide for Quest Rapid Recovery and Foglight Windows Installers Quest VROOM Quick Setup Guide for Quest Rapid Recovery and Foglight Windows Installers INTRODUCTION Setup of Quest VROOM requires installation of Rapid Recovery and Foglight for Virtualization on two separate

More information

One Identity Active Roles 7.2. Azure AD and Office 365 Management Administrator Guide

One Identity Active Roles 7.2. Azure AD and Office 365 Management Administrator Guide One Identity Active Roles 7.2 Azure AD and Office 365 Management Administrator Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright.

More information

x10data Application Platform v7.1 Installation Guide

x10data Application Platform v7.1 Installation Guide Copyright Copyright 2010 Automated Data Capture (ADC) Technologies, Incorporated. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the

More information

Nokia Intellisync Mobile Suite Client Guide. S60 Platform, 3rd Edition

Nokia Intellisync Mobile Suite Client Guide. S60 Platform, 3rd Edition Nokia Intellisync Mobile Suite Client Guide S60 Platform, 3rd Edition Published May 2008 COPYRIGHT Copyright 1997-2008 Nokia Corporation. All rights reserved. Nokia, Nokia Connecting People, Intellisync,

More information

Authentication Services ActiveRoles Integration Pack 2.1.x. Administration Guide

Authentication Services ActiveRoles Integration Pack 2.1.x. Administration Guide Authentication Services ActiveRoles Integration Pack 2.1.x Administration Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright.

More information

NetApp HCI with Mellanox SN2010 Switch Quick Cabling Guide

NetApp HCI with Mellanox SN2010 Switch Quick Cabling Guide Technical Report NetApp HCI with Mellanox SN2010 Switch Stephen Carl, HCI Tech Solutions, NetApp December 2018 TR-4735-1218 TABLE OF CONTENTS 1 Introduction... 4 2 NetApp HCI Hardware... 4 2.1 Node and

More information

One Identity Manager 8.0. Administration Guide for Connecting to a Universal Cloud Interface

One Identity Manager 8.0. Administration Guide for Connecting to a Universal Cloud Interface One Identity Manager 8.0 Administration Guide for Connecting to a Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

Accelerate SMB 3.0 Performance for Applications

Accelerate SMB 3.0 Performance for Applications Technical Report SMB 3.0 Multichannel Accelerate SMB 3.0 Performance for Applications Brahmanna Chowdary Kodavali, Ron Pratt, NetApp January 2019 TR-4740 Abstract Microsoft has introduced a new feature

More information

PHD Virtual Backup Exporter. version 6.5 Users Guide. Document Release Date: August 26,

PHD Virtual Backup Exporter. version 6.5 Users Guide. Document Release Date: August 26, PHD Virtual Backup Exporter version 6.5 Users Guide Document Release Date: August 26, 2013 www.phdvirtual.com i PHD Virtual Backup Exporter - Users Guide Legal Notices PHD Virtual Backup Exporter Users

More information

DFS Configuration and Best Practices Nasuni Corporation Boston, MA

DFS Configuration and Best Practices Nasuni Corporation Boston, MA Nasuni Corporation Boston, MA Windows Distributed File System (DFS) Windows Distributed File System (DFS) is a technology with which most Windows administrators are already familiar. DFS allows administrators

More information

Oracle Auto Service Request

Oracle Auto Service Request Oracle Auto Service Request Exadata Database Machine Quick Installation Guide Release 4.5 E23333-07 July 2013 Oracle Auto Service Request (ASR) is a secure, scalable, customer-installable software feature

More information

Cloud Link Configuration Guide. March 2014

Cloud Link Configuration Guide. March 2014 Cloud Link Configuration Guide March 2014 Copyright 2014 SOTI Inc. All rights reserved. This documentation and the software described in this document are furnished under and are subject to the terms of

More information

Guide to Windows 2000 Kerberos Settings

Guide to Windows 2000 Kerberos Settings Report Number: C4-018R-01 Guide to Windows 2000 Kerberos Settings Architectures and Applications Division of the Systems and Network Attack Center (SNAC) Author: Updated: June 27, 2001 David Opitz Version

More information

SANtricity Web Services API

SANtricity Web Services API Technical Report SANtricity Web Services API Built-In and Central Management Capabilities Loren Price, Jolie Gallagher, NetApp March 2019 TR-4736 Abstract This document provides an overview of NetApp SANtricity

More information