Veritas System Recovery 21 Automation - THIS SCRIPTING DOCUMENTATION IS PROVIDED IN CONJUNCTION WITH YOUR LICENSE FOR VERITAS SYSTEM RECOVERY SOFTWARE PRODUCTS, AND MAY BE USED ONLY IN CONJUNCTION WITH THAT SOFTWARE, UNDER THE TERMS OF THE END USER LICENSE AGREEMENT THAT ACCOMPANIED THE SOFTWARE. THIS SCRIPTING DOCUMENTATION IS PROPRIETARY VERITAS PROPERTY. YOU MAY NOT COPY, DISTRIBUTE, LICENSE OR SUBLICENSE THE SCRIPTING DOCUMENTATION.
IESXAccess Interface

Description: A com object that stores information that is required to set and retrieve ESX server access information.
IID: {171D3EA3-1757-4ED7-A715-62AF44ADA611}
Properties
VT_BSTRServer WriteESX server DNS name or address.
VT_BSTRUsername WriteUser name for accessing the ESX server.
VT_BSTRPassword WritePassword for accessing the ESX server.
VT_BSTREncryptedPassword WriteEncrypted password for accessing the ESX Server.
VT_BSTREncryptedKey Read WriteThe encrypted SSH Key for the ESX Server.
VT_BSTRKeyFingerprint ReadThe ESX server's SSH key fingerprint.
VT_BSTRKeyType ReadThe ESX server's SSH key type.
VT_BSTRServerVersion ReadVersion of the ESX server.
VT_BSTRHexEncryptedPassword WriteA hex string representation of the encrypted password
Methods
VT_VOID ImportVMDK(VT_BSTR srcPath, VT_BSTR destPath, VT_DISPATCH pAgentStatus2)Imports an upload VMDK disk to the VMFS file system on the ESX server. Uses sourcePath, destinationPath. and agentStatus as parameters.
VT_VOID SftpConnectOpens an SFTP connection to the ESX server.
VT_VOID SftpChangeDir(VT_BSTR newDir)Sets the current directory on the ESX Server.Uses newDirectory as a parameter.
VT_VARIANT SftpGetDirectoriesGets a list of directories in the current directory.
VT_BSTR SftpGetCurrentDirectoryGets the current working directory on the ESX server.
VT_VOID SftpDisconnectCloses the SFTP connection the the ESX server.
VT_VOID SftpUploadVMDK(VT_BSTR srcVMDKPath, VT_BOOL spannedDisk, VT_DISPATCH pAgentStatus2)Uploads a VMDK file (including split files) to the ESX Server.Uses SourceVMDKPAth,spannedDisk and agentStaus as a parameters.
VT_VOID SftpDeleteVMDK(VT_BSTR VMDKFile, VT_BOOL spannedDisk)Deletes an existing VMDK file (including split files) on the ESX Server.Uses VMDKFile and spannedDisk as a parameters.

Home


Copyright © 2004-2019 Veritas Technologies LLC. All Rights Reserved.