Using the Wizard to Create Process Servers
When you create a process server in Redwood Server from within the user interface, a dialog is displayed where you can choose the type of process server you want to create. When you choose an option other then Manual Setup, Redwood Server prepares some steps for you depending on the type of process server:
- Platform Agents (UNIX, Windows) - a wizard guides you through the creation of a specific executable which stores the settings you chose.
- SAP Process Server - a new SAP system wizard is opened.
- Other Process Servers (HP OpenVMS, AS/400, JDBC, Monitoring only) - a new process server editor is opened with OS-specific settings already set.
- Manual Setup - a blank new process server editor is opened.
note
For platform agents, you can also use the old procedure and download the corresponding executable for your platform from "Configuration > Software" and run the installation from it.
The download obtained in this way can be used to install multiple agents on multiple systems, the download created by the wizard can only be used to install a single platform agent.
Procedure
Creating a Customized Platform Agent Installer Wizard
- Navigate to "Environment > Process Servers".
- Choose New Process Server from the context-menu.
- Select your platform (UNIX, Windows, VMS).
- Fill in the FQDN (Fully Qualified Domain Name) into the Hostname field and port you want to use into the Port field.
- Choose Next >.
- Fill in the desired process server name into the Name field, select the desired timezone, and make sure the OS family has been correctly detected.
- Choose Next >.
- Select the correct platform agent installer for your server.
- Choose Next > and transfer the executable to your server (in binary mode if you are using FTP).
- When you have completed the installation on the remote server, start the platform agent and return to the Redwood Server wizard. Press Next > to start the process server.
- Make sure the process server status is now running and quit the wizard.
Installing with a Custom Platform Agent Installer (UNIX)
- Run the shell script as superuser.
- Fill in an installation path or fill in nothing to use the default and hit Enter.
- Fill in an instance name and hit Enter.
- Leave the default value for port and hit Enter. If you change the port here, you will have to update the port in the generated process server as well.
- Fill in a user as which the processes should execute.
- Select a security option for switching users.
- Choose if you want the agent to start automatically when the server starts.
- Choose if you want the agent to be updated automatically when the central instance is updated.
- Start the platform agent, if you chose to start the platform agent automatically, start the
scheduler
daemon. - Return to the wizard in Redwood Server.
Installing with a Custom Platform Agent Installer (Windows)
- Run the executable as an Administrator.
- Select the language to use for installation.
- Enter a Preferred instance name, whether to enable auto-update and optionally an Account. The default port is the port you chose in the wizard. Enabling auto-update and always running the platform agent using the system account is recommended. Choose OK.
- Open (All) Programs > Scheduler > Scheduler Service Manager and make sure the platform agent is started.
- Return to the wizard in Redwood Server.
note
You can specify the installation directory when installing a platform agent using the installer with -d
or --destination
on the command line; on Windows the installation directory defaults to %ProgramFiles(x86)%\Redwood\agent
.
See Also
- Creating a Microsoft Windows Process Server (Advanced)
- UNIX Process Servers
- Creating UNIX Process Servers (Advanced)
- Creating HP OpenVMS Process Servers
- Creating a Monitoring Platform Agent
- Configuring Platform Agents
- Connecting to SAP Systems
- Creating JDBC Process Servers Using the Wizard
- Creating JDBC Process Servers Manually
- Creating AS/400 Process Servers