Difference between revisions of "Install TZM Server"

From Tranzman Documentation
Jump to: navigation, search
Line 18: Line 18:
  
 
Under Windows an SMB share would also need to be created. This can easily be done from Command Prompt,
 
Under Windows an SMB share would also need to be created. This can easily be done from Command Prompt,
 +
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 400px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
 +
|
 +
net share <sharename=drive:path>
 +
|}

Revision as of 16:23, 4 September 2018

This section explains how to install the Tranzman Server from files provided by Stone Ram Ltd.

Supported Systems for Installation are:

  • Microsoft Windows 2003 (or higher)
  • AIX 6.1 (or higher)
  • SunOS 10 Sparc (or higher)
  • HP-UX 11.X (or higher)
  • Linux Kernel 2.6 (or higher)

Software Requirements

  • On Linux/Unix systems root access is needed.
  • On Windows systems local system is needed.
  • On the internal network open port 5555 on the firewalls.

Creating Shares

The Tranzman application requires access to a share on the source machine for migration purposes. This share can be in the form of NFS/Samba Volumes under Linux/Unix. Only read only rights are required on this share.

Under Windows an SMB share would also need to be created. This can easily be done from Command Prompt,

net share <sharename=drive:path>