Source:Installing VDDK/de: Difference between revisions

From SEPsesam
No edit summary
No edit summary
Line 59: Line 59:
<div class="noprint">
<div class="noprint">
==Siehe auch==
==Siehe auch==
[[Special:MyLanguage/VDDK_Compatibility_Matrix|VDDK Kompatibilität Matrix]] – [[Special:MyLanguage/What_is_a_SEP_sesam_DataMover#SEP_sesam_DataMover_for_VMware_vSphere (SDM-VV)|Was ist der SEP sesam Data Mover]] – [[Special:MyLanguage/VMware_Requirements_%26_Restrictions|VMware Anforderungen & Beschränkungen]] –  [[Special:MyLanguage/VMware_Backup|VMware Sicherung]] – [[Special:MyLanguage/VMware_Single_File_Restore|VMware Single File Restore]] – [[Special:MyLanguage/Troubleshooting_Guide#VMware_vStorage_API|VMware Troubleshooting]]</div>
[[Special:MyLanguage/VDDK_Compatibility_Matrix|VDDK Kompatibilität Matrix]] – [[Special:MyLanguage/What_is_a_SEP_sesam_DataMover#SEP_sesam_DataMover_for_VMware_vSphere (SDM-VV)|Was ist der SEP sesam Data Mover]] – [[Special:MyLanguage/4_4_3:VMware_Requirements_%26_Restrictions|VMware Anforderungen & Beschränkungen]] –  [[Special:MyLanguage//4_4_3_Tigon:VMware_Backup|VMware Sicherung]] – [[Special:MyLanguage//4_4_3:VMware_Single_File_Restore|VMware Single File Restore]] – [[Special:MyLanguage/Troubleshooting_Guide#VMware_vStorage_API|VMware Troubleshooting]]</div>

Revision as of 15:23, 13 February 2019

Other languages:

Copyright © SEP AG 1999-2024. Alle Rechte vorbehalten.

Jede Form der Reproduktion der Inhalte dieses Benutzerhandbuches, ganz oder in Teilen, ist nur mit der ausdrücklichen schriftlichen Erlaubnis der SEP AG gestattet. Bei der Erstellung dieses Benutzerhandbuches wurde mit größtmöglicher Sorgfalt gearbeitet, um korrekte und fehlerfreie Informationen bereit stellen zu können. Trotzdem kann die SEP AG keine Gewähr für die Richtigkeit der Inhalte dieses Benutzerhandbuches übernehmen.

Docs latest icon.png Willkommen in der aktuellsten Version der SEP sesam Dokumentation 4.4.3/4.4.3 Grolar. Frühere Versionen der Dokumentation finden Sie hier: VMware Archiv.


Übersicht

SEP sesam requires the VMware Virtual Disk Development Kit (VDDK) to be installed on SEP sesam data mover (SDM-VV). A data mover role for VMware vSphere can be combined either with a SEP sesam Server, SEP sesam Remote Device Server or SEP sesam Client.

On Windows, VDDK is installed automatically during the SEP sesam installation. However, if you use a new vSphere version you should check the VDDK Compatibility Matrix to find its corresponding VDDK version and install it manually, if required. On Linux, you have to install the required VDDK version manually. Note that every new release of vSphere has a corresponding VDDK version; typically, the version number of VDDK matches the version number of vSphere. For details on the required version, see VDDK Compatibility Matrix.

Installing VDDK on Linux

For details on the required version, see VDDK Compatibility Matrix. Then download the required VDDK for Linux from the VMware download center. Choose the binary tar.gz for 64-bit Linux, then unpack and install the VDDK as shown in the example.

  1. If a previous VDDK installation exists, run the following:
  2. rm -r /usr/lib/vmware-vix-disklib/
  3. Unpack the archive with tar to create the vmware-vix-disklib-distrib subdirectory.
  4. tar xvzf VMware-vix-disklib-<distrib>.tar.gz cp -r vmware-vix-disklib-distrib/ /usr/lib/vmware-vix-disklib The VMware VDDK will be installed to /usr/lib as default.
    Information sign.png Anmerkung
    SEP only supports installation of VDDK into the default path!
  5. Install components as needed.
  6. Restart the SEP sesam service for the changes to take effect.

Installing VDDK on Windows

VDDK is installed automatically during the SEP sesam installation, but you may have to install another version (for details, see VMware support matrix). For example, VDDK 6.0.x in combination with vSphere 6.5 does not provide SAN transport support when using datastores formatted with new VMFS 6.0 filesystem. In such case, you have to install the corresponding VDDK version manually.

For details on the required version, see VDDK Compatibility Matrix.

  1. Download the required .zip file for Windows from the VMware download center and download it to skel directory on the VMware data mover.
  2. Use the PowerShell script set_vddk.ps1 (as shown below ) to automatically execute the .bat file, update the required libraries and set the registry key correctly.
  3. Information sign.png Anmerkung
    By default, the Powershell execution policy is set to Restricted. To execute the PowerShell scripts, set the execution policy to RemoteSigned by using the set-executionpolicy remotesigned command. Note that you must be logged in as administrator or start the script with administrative privileges. For more information on PowerShell script execution policy, see Using the Set-ExecutionPolicy Cmdlet.

    Open the <SESAM_ROOT>/bin/sesam/ directory and execute set_vddk.ps1 -e update.

  4. Some versions, for example, VDDK 6.5.x on Windows, might require rebooting the host after the update. This is required when attempting to mount a VMDK save set, stored on a data store, to the local system.
  5. After a reboot, run the following script from the command line:
    vstor2install.bat in directory C:\Program Files\VMware\VMware Virtual Disk Development Kit\bin.