Ask a Question related to Coldfusion Server Administration, Design and Development.
-
tanguyr #1
silent install problems: CFMX7 enterprise on Solaris
Hello,
I am trying to perform a silent installation on Solaris, and i keep winding up
with the developer version, not the enterprise version. I have checked that i
am using a valid enterprise serial number (if i enter this in the admin after
installation and deployment it works just fine, if i run the installer in
interactive mode it also works just fine). I deploy CFMX as a j2ee app in
weblogic (8.1)
my installer.properties file:
# Install is silent
INSTALLER_UI=SILENT
#
# License information - full | trial | developer
SILENT_LICENSE_MODE=full
SILENT_SERIAL_NUMBER=[**my cfmx serial**]
SILENT_PREV_SERIAL_NUMBER=
#
# Configuration - standalone | jrun | ear | war
SILENT_INSTALLER_TYPE=war
#
# Components to install
SILENT_INSTALL_ODBC=false
SILENT_INSTALL_VERITY=false
SILENT_INSTALL_SAMPLES=false
# (UNIX only) whether to start CFMX7 when booting
SILENT_CONFIGURE_SYSTEM_INIT=false
#
# Directories
SILENT_INSTALL_FOLDER=/opt/coldfusionmx7
# EAR/WAR only
SILENT_VERITY_INSTALL_FOLDER=
#
# Context root
SILENT_CONTEXT_ROOT=hsmc
#
# Runtime user for UNIX
SILENT_RUNTIME_USER=
#
# ColdFusion administrator password
SILENT_ADMIN_PASSWORD=[**my cfadmin password **]
#
# Flash forms - EAR/WAR only
SILENT_FLEX_ENABLED=true
#
# Enable RDS and password
SILENT_ENABLE_RDS=false
SILENT_RDS_PASSWORD=
after installation, the log file
/opt/coldfusionmx7/Macromedia_ColdFusion_MX_7_InstallLog.log says:
Summary
-------
Installation: Successful.
95 SUCCESSES
0 WARNINGS
0 NONFATAL ERRORS
0 FATAL ERRORS
... and then a whole long list of info...
when i deploy the app in weblogic and access the administrator, i see:
Server Details
Server Product ColdFusion MX
Version 7,0,0,91690
Edition Developer
Serial Number Developer
Operating System UNIX
OS Version 5.8
any thoughts?
/t
tanguyr Guest
-
Automate CFMX7 Admin similar to silent CFMX7 Installer
I've successfully used an installation configuration file to automate the Cold Fusion MX7 software installation. I saw the discussion about how... -
Problems install CFMX7 on Linux RH AS 3
Hi, I have setup a new server running Redhat AS 3 update 3, I have only attempted to install Coldfusion MX 7 so far but I get the following... -
Solaris - CFMX7 Install Error
I'm getting this error from the installer: "Extracting the JRE from the installer archive... The included VM could not be extracted. Please try... -
DB2 Connect Enterprise Edition install problems......
I am having some troubles installing DB2-CEE on a Red Hat 8.0 box. When I run the db2setup off of the CD, it starts a IBM DB2 setup launchpad, then... -
DB2 Connect Enterprise install problems......
I am having some troubles installing DB2-CEE on a Red Hat 8.0 box. When I run the db2setup off of the CD, it starts a IBM DB2 setup launchpad, then...



Reply With Quote

