Previous Topic: Abbreviations for dmsweep ArgumentsNext Topic: dsmpgm--Control Daemon Processes on Linux and UNIX


dmdFtpUpload: FTP Upload for Deployment Manager Primers

Valid for Linux

If you use a Linux manager, you can upload the DMPrimers to an FTP server after installation. The dmdFtpUpload script uploads all the DMPrimers in the deployment library for all platforms.

The script is at $CABIN/dmdFtpUpload (or $CA_ITRM_BASEDIR/dmdeploy/scripts/dmdFtpUpload and uses environment variables to control the FTP parameters.

By default, the script uses properties set during installation. You can use the following environment variables to override the installation settings:

DMFTPSERVER

The hostname of the FTP server. The default value is the local host name.

DMFTPUSER

An FTP server account with write privileges. The default value is "anonymous".

DMFTPPWD

Password of $DMFTPUSER. The default value is "root".

DMFTPHOMEDIR

The path on the FTP server, as seen by this client, to which to upload the packages. If the path is relative, it is relative to the $DMFTPUSER account home directory. For an anonymous account, the (ch)root directory is the anonymous account home directory. The default is "/pub/dmprimer".