Remote RMX-3200 Version 5.2x Configuration Guide
Configuring Jobs: Configuring Access to a Central FTP Package Server
23-4
Configuring Access to a Central FTP Package Server
Important: This procedure only applies if you plan to store script packages on a
central FTP package server and install the
script packages from the
server to the
pkgstage directory on Remote RMX-3200.
To configure the central FTP package server:
1. At the main prompt, configure Remote RMX-3200 to use an FTP server with IP
address
11.8.77.3 and the default port number:
config pkgs server address 11.8.77.3
2. Configure the directory that contains the script packages as /packages/test:
config pkgs server directory /packages/test
3. Configure the server user name as test and password as test:
config pkgs server user test test
Note: The user name and password must match the user name and password
configured on the central FTP package server.
4. Enable remote access to the central FTP package server:
config pkgs server enable
5. (optional) Verify that the central FTP package server has been configured
properly:
show pkgs server
The command response similar to the following displays:
6. Save the configuration.
In this scenario, you will:
Configure the central FTP package server
Configure the script package directory location
Configure the server user name and password
Enable remote access to the central FTP package server
(Dub)>show pkgs server
FTP server: enabled
Address: 11.8.77.3
Port: 21
User: test
Password: test
Directory: /packages/test
(Dub)>