Upgrade sda server 6.1.4 to 6.3.1

Hi,

my sda is version 6.1.4, the document ufficial microfocus, for upgrade to 6.3.1 first upgrade 6.1.5 end final upgrade 6.3.1..this is ok!!! but, "optionsFile.txt" what shoud it be? for silent mode ? my command is:

 ./MicroFocusDA-server.bin -silent -options optionsFile.txt

and old my file "optionsFile.txt"

-V IS_SELECTED_INSTALLATION_TYPE=typical
-P installLocation="/sraprod/serena/da615"
-V IS_DESTINATION="/sraprod/serena/da615"
-V ServerDetailsInstallLoc="/sraprod/serena/.microfocus/da"
-V ServerDetailsUseExisting="true"
-V ServerDetailsSkipDb="true"
-V IS_INSTALL_MODE="silent"
-V SctTomcatOwner="root"
-V ServerDetailsPort=7918

and my installed.properties is:

#INSTALLED PROPERTIES
#Tue May 26 12:02:18 CEST 2020
cleanup.archive.path=
com.urbancode.air.devilfish.common.SaContainer.dialogueDir=/sraprod/.serena/ra/var/dialogues
database.derby.home=/sraprod/.serena/ra/var/db
database.derby.port=11377
database.type=oracle
deploy.mail.storage=/sraprod/.serena/ra/var/email
derby.drda.logConnections=false
derby.language.logQueryPlan=false
derby.language.logStatementText=false
derby.stream.error.logSeverityLevel=30000
derby.system.home=../var/db
enable.sso.by.default=false
hibernate.c3p0.acquire_increment=1

hibernate.c3p0.idle_test_period=60
hibernate.c3p0.maxStatementsPerConnection=20
hibernate.c3p0.max_size=30
hibernate.c3p0.max_statements=0
hibernate.c3p0.min_size=0
hibernate.c3p0.preferredTestQuery=select ver from ds_db_version
hibernate.c3p0.statementCacheNumDeferredCloseThreads=1
hibernate.c3p0.testConnectionOnCheckout=true
hibernate.c3p0.timeout=600
hibernate.cache.provider_class=net.sf.ehcache.hibernate.SingletonEhCacheProvider
hibernate.cache.region.factory_class=org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory
hibernate.cache.use_query_cache=false
hibernate.cache.use_second_level_cache=true

hibernate.connection.driver_class=oracle.jdbc.driver.OracleDriver
hibernate.connection.password=pbe{xxxxxxxxxxxxxxxxxxxxx}
hibernate.connection.provider_class=org.hibernate.connection.C3P0ConnectionProvider
hibernate.connection.url=jdbc\:oracle\:thin\:@(description\=(address_list\=(address\=(protocol\=tcp)(port\=1521)(host\=xxxxxxxxxxxxx)))(connect_data\=(SERVICE_NAME \= xxxxxxxxxxxxxxxxxx)))
hibernate.connection.username=serena_ra
hibernate.current_session_context_class=thread
hibernate.format_sql=false
hibernate.generate_statistics=false
hibernate.show_sql=false

hibernate.transaction.manager_lookup_class=com.urbancode.ds.hibernate.TransactionManagerLookup
net.sf.ehcache.configurationResourceName=ehcache.xml
server.endpointId=00000000000000000000
server.external.user.url=http\://xx.xx.128.xx\:8080/serena_ra
server.external.web.url=http\://xx.xx.128.xx\:8080/serena_ra
server.host=0.0.0.0
server.jms.mutualAuth=
server.jms.port=7918
server.jms.prefetchSize=100
server.keystore=/sraprod/.serena/ra/conf/server.keystore
server.keystore.key.password=pbe{xxxxxxxxxxxxxxxxxxxxxxxx}

server.keystore.password=pbe{xxxxxxxxxxxxxxxxxxxxxxxx}
server.mutual_auth=false
server.ssl.enabled.protocols=TLSv1.2,TLSv1.1,TLSv1

 

 

this file is not good for upgrade? and that's parameters for good upgrade ?

 

 

 

Parents
  • There is no options file for upgrade.  The options file is used for new installations only. This is possible because you cannot change any of the parameters during upgrade.  You cannot install the upgrade server into a different directory, nor can you change service names, or ports, etc.. For an upgrade all of the parameters are retrieved from your current (6.1.4) installation.

    I am not aware of anyone using the silent install option for a server upgrade, therefore I cannot comment on whether or not that option is even supported for upgrade.

    Have you tried this on a test system?

Reply
  • There is no options file for upgrade.  The options file is used for new installations only. This is possible because you cannot change any of the parameters during upgrade.  You cannot install the upgrade server into a different directory, nor can you change service names, or ports, etc.. For an upgrade all of the parameters are retrieved from your current (6.1.4) installation.

    I am not aware of anyone using the silent install option for a server upgrade, therefore I cannot comment on whether or not that option is even supported for upgrade.

    Have you tried this on a test system?

Children