Control-M for PeopleSoft Installation
The following procedures describe how to install Control-M for PeopleSoft on a UNIX or Windows Agent, interactively or automatically, in a self-hosted Control-M/Server environment.
To install multiple instances of Control-M for PeopleSoft on several hosts using the same configuration, you must use the automatic installation, as described in these procedures.
Installing Control-M for PeopleSoft on a UNIX Agent
This procedure describes how to install Control-M for PeopleSoft on a UNIX Agent.
The default installation is interactive and uses a GUI display. XServer must be running and configured using the DISPLAY environment variable. If you do not have XServer available, BMC recommends that you continue with the console installation or perform an automatic installation.
Before You Begin
-
Ensure that no jobs are executing on the Agent.
-
Verify that you have met Java requirements, as described in Control-M External Java Installation.
Begin
-
Log in as the Agent user.
-
Run the following command to stop the Agent:
$CONTROLM/scripts/shut-ag -u <agentUser> -p all
If Control-M/Agent was installed with user root, then log in as user root every time you start up or shut down the Agent throughout this procedure.
-
Use one of the following modes:
-
Display: If you install using GUI (or XServer), set your DISPLAY environment variable, as described in Setting Environment Variables in UNIX.
-
Console: It is not necessary to set DISPLAY.
-
-
Type one of the following command to activate the installation script:
-
Linux: <install_source_path>/PMC.9.0.21.000_Linux-x86_64.BIN
-
AIX: <install_source_path>/PMC.9.0.21.000_AIX.BIN
-
-
Do one of the following:
-
Interactive Installation: Continue with the on-screen instructions until the installation is complete.
-
Automatic Installation: Do the following:
-
Continue with the on-screen instructions until the Summary window.
-
Click Generate and select the location to create the XML parameter file.
-
Click Yes.
-
Copy the automatic installation parameters file to a network location that is accessible to all hosts where you want to perform an automatic installation.
-
Run the following command to activate the installation script:
<install_source_path>/<PMC.9.0.21.000_AIX.BIN|PMC.9.0.21.000_Linux-x86_64.BIN> -silent<filename.xml>
-
-
-
The installation log is saved to the following location:
$HOME/BMCINSTALL/log/cmpsft/BMC_PeopleSoft_Install_<date-time>.log
-
Log out of the Agent.
-
Log in to the Agent.
-
Run the following to start up the Agent:
$CONTROLM/scripts/start-ag -u <agentUser> -p all
Installing Control-M for PeopleSoft on a Windows Agent
This procedure describes how to install Control-M for PeopleSoft on a Windows Agent.
Before You Begin
-
Ensure that no jobs are executing on the Agent.
-
Verify that you have met Java requirements, as described in Control-M External Java Installation.
Begin
-
Log in as a user with Administrator privileges and shut the Agent down, as described in Shutting Down the Agent.
-
Do one of the following:
-
From the installation path, double-click the PMC.9.0.21.000_windows_x86_64.exe file.
-
From an Administrator-privileged command line run the following command:
<Install_Source_Path>\PMC.9.0.21.000_windows_x86_64.exe.
-
-
Do one of the following:
-
Interactive Installation: Continue with the on-screen instructions until the installation is complete.
-
Automatic Installation: Do the following:
-
Continue with the on-screen instructions until the Summary window.
-
Click Generate and select the location to create the XML parameter file.
-
Click Yes.
The automatic installation XML parameters file created (<filename>.xml) is relevant only for hosts with the same Agent instance name. A separate <filename>.xml file must be created or modified manually for each Agent instance name.
-
Copy the automatic installation parameters file to a network location that is accessible to all Agent hosts where you want to perform an automatic installation.
-
Run the installation script, as follows:
<Install_Source_Path>\PMC.9.0.21.000_windows_x86_64.exe -silent <silent.xml>
-
-
-
Start the Agent, as described in Starting Up the Agent.
The installation log is available at the following location:
<Control-M Agent Instance Directory>\BMCINSTALL\log\cmpsft\BMC_PeopleSoft_Install_<date-time>.log
If the installation fails, the log file is saved to the following location:
%temp%\BMC_PeopleSoft_Install_<date-time>.log
Uninstalling Control-M for PeopleSoft from UNIX
This procedure describes how to uninstall Control-M for PeopleSoft from UNIX.
Before You Begin
-
Verify that no jobs are executing on the Agent.
Begin
-
From an Agent host, log in to the account where Control-M/Agent is installed, and run the following command to shut down the Agent:
$CONTROLM/scripts/shut-ag -u <agentUser> -p all
If Control-M/Agent was installed with user root, then log in as user root every time you start up or shut down the Agent throughout this procedure.
-
Set your DISPLAY environment variable according to the hostname, as described in Setting Environment Variables in UNIX.
-
Navigate to the following directory:
$HOME/BMCINSTALL/uninstall/DRPMC.<version>/
-
Do one of the following:
-
Interactively Uninstall: Run the following command:
./uninstall.sh
-
Automatically Uninstall: Run the following command:
./uninstall.sh -silent
-
-
Run the following command to restart the Agent:
$CONTROLM/scripts/start-ag -u <agentUser> -p all
The uninstallation logs is saved to the following location:
$HOME/BMCINSTALL/log/cmdb/BMC_ControlM_PeopleSoft_Uninstall_<timestamp>.log
Uninstalling Control-M for PeopleSoft from Windows
This procedure describes how to uninstall Control-M for PeopleSoft from Windows.
Before You Begin
-
Verify that no jobs are executing on the Agent.
Begin
-
From the Start menu, select Control Panel.
-
Double-click Uninstall a Program.
-
Select Control-M for PeopleSoft
-
Click OK to continue.
The uninstallation log is saved to the following location:
BMCINSTALL\log\cmdb\BMC_ControlM_PeopleSoft_Uninstall_<timestamp>.log
Performing an Automatic Uninstall from Windows
This procedure describes how to perform an automatic uninstall of Control-M for PeopleSoft from Windows.
Before You Begin
-
Verify that no jobs are executing on the Agent.
Begin
-
Log in to the host using a user ID that has Administrator authorizations.
-
Run the following command:
<Agent Install Path>\BMCINSTALL\uninstall\DRPMC.<version>\uninstall.exe -silent
The uninstallation log is saved to the following location:
BMCINSTALL\log\cmdb\BMC_ControlM_PeopleSoft_Uninstall_<timestamp>.log
Changing the JRE Package in Control-M for PeopleSoft
This procedure describes how to change the JRE package in Control-M for PeopleSoft. The use of JRE is supported only where the major release version is the same as the tested version. For more information about Java, see Control-M External Java Installation.
Begin
-
Do one of the following:
-
UNIX: Do the following:
-
Edit the external_java_path.dat file in the <HOME>/BMCINSTALL/ directory.
-
Define an alternative Java home directory by modifying the value of the parameter CM_PSFT_JAVA_HOME to the external Java path.
CM_PSFT_JAVA_HOME={new JRE Path}
-
A relative path is not supported.
-
The path can only include alphanumeric characters, spaces, ., _, -, and +.
-
-
Stop Control-M for PeopleSoft using the following command.
$CONTROLM/cm/PS8/java/psftcm shut
Control-M for PeopleSoft restarts automatically.
-
-
Windows: Do the following:
-
Edit the external_java_path.dat file in the <AGENT_HOME>\BMCINSTALL\ directory.
-
Define an alternative Java home directory by modifying the value of the parameter CM_PSFT_JAVA_HOME to the external Java path.
CM_PSFT_JAVA_HOME={new JRE Path}
-
The path must be enclosed with quotation marks.
-
A network path is not supported.
-
A relative path is not supported.
-
The path can only include alphanumeric characters, spaces, ., _, -, and +.
-
-
Stop Control-M for PeopleSoft using the following command.
<AGENT_HOME>\cm\PS8\java\psftcm shut
Control-M for PeopleSoft restarts automatically.
-
-
