/build/static/layout/Breadcrumb_cap_w.png

BMC Software Control M Agent

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 3.8k  |  Created: 05/19/2010

Average Rating: 0
Control M Agent has 1 inventory records, 0 Questions, 0 Blogs and 1 links. Please help add to this by sharing more!

Deployment Tips (1)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
0
Note
The Application has option for Silent installation. The application as such has embedded MSI.
The BAT file with paramerters can be passed for installation;

echo off
echo.
echo ************************************************************************
echo CONTROL-M/Enterprise Manager 6.4.01
echo Silent installation - Client and Reporting Facility
echo ************************************************************************
echo.
echo Please wait ...
echo.
echo.


setlocal

SET PROP_CD_LOCATION=C:\notbackedup\ControlMClient


SET PROP_INSTALLDIR=C:\Program Files\BMC Software\CONTROL-M EM 6.4.01\Default


SET PROP_SKIPVALIDATIONS=NO


SET PROP_CTMEM_INSTANCE_NAME=Default


SET PROP_EM_CORBA_HOST=controlmnz.apps.anznb.co.nz


SET PROP_EM_CORBA_PORT=13085


SET PROP_EM_CORBA_TYPE=CLIENT


SET PROP_EM_DB_SETUP_TYPE=DEDICATED


SET PROP_TASK_SELCTION=BASIC_INST


SET PROP_REPORT_FAC=Yes


SET PROP_DBSRV_DATABASE_TYPE=ORACLE


SET PROP_EM_DBUSER_NAME=emuser


SET PROP_EM_DBUSER_PASSWORD=empass


SET PROP_DBO_DEFAULT_PASS_EXIST=


"%PROP_CD_LOCATION%\Setup.exe" /s /v"/qn\" INSTALLDIR=\"%PROP_INSTALLDIR%\" SKIPVALIDATIONS=\"%PROP_SKIPVALIDATIONS%\" CTMEM_INSTANCE_NAME=\"%PROP_CTMEM_INSTANCE_NAME%\" EM_CORBA_HOST=\"%PROP_EM_CORBA_HOST%\" EM_CORBA_PORT=\"%PROP_EM_CORBA_PORT%\" EM_CORBA_TYPE=\"%PROP_EM_CORBA_TYPE%\" TASK_SELCTION=\"%PROP_TASK_SELCTION%\" EM_DB_SETUP_TYPE=\"%PROP_EM_DB_SETUP_TYPE%\" REPORT_FAC=\"%PROP_REPORT_FAC%\" DBSRV_DATABASE_TYPE=\"%PROP_DBSRV_DATABASE_TYPE%\" EM_DBUSER_NAME=\"%PROP_EM_DBUSER_NAME%\" EM_DBUSER_PASSWORD=\"%PROP_EM_DBUSER_PASSWORD%\" DBO_DEFAULT_PASS_EXIST=\"%PROP_DBO_DEFAULT_PASS_EXIST%\" /l*v \"%temp%\ctmem640_silent_log.txt\""

echo off
if not exist %temp%\ctmem_640_SilentError.log (
echo CONTROL-M/Enterprise Manager 6.4.01 Silent installation ended.
echo.
)

if exist %temp%\ctmem_640_SilentError.log (
echo INSTALLATION FAILED !!!
echo Please refer to the installation log files to check the status of the installation:
echo "%temp%\ctmem_640_SilentError.log" and "%temp%\ctmem_640_silent_log.txt"
echo.
)

endlocal

The other challenge is for uninstallation, the uninstalltion is done via EXE :C:\Program Files\BMC Software\CONTROL-M EM 6.4.01\Default\bin\RemoveCTMEM.exe with the instance 'Default' which is not silent.
The Uninstallatin can be made silent by passing parameter : "y" with it.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Control M Agent

Version

6

Questions & Answers (0)

Questions & Answers related to BMC Software Control M Agent

Blogs (0)

Blog posts related to BMC Software Control M Agent

Reviews (0)

Reviews related to BMC Software Control M Agent

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ