/ / $Header: silentInstall.txt 01-nov-2011.19:32:27 xgong Exp $ / / silentInstall.txt / / Copyright (c) 2011, Oracle. All Rights Reserved. / / NAME / silentInstall.txt - Some guidances for OES silent install / / DESCRIPTION / Simple describes about how to install OES and related products / in silent mode. / / NOTES / / / MODIFIED (MM/DD/YY) / xgong 11/01/11 - Creation / 1, Weblogic Please refer to http://download.oracle.com/docs/cd/E21764_01/doc.1111/e14142/silent.htm#i1083883 2, Oracle Please refer to http://download.oracle.com/docs/cd/B28359_01/install.111/b32002/toc.htm 3, rcu Please refer to http://download.oracle.com/docs/cd/E12839_01/doc.1111/e14259/rcu.htm 4, OES & OES client Please refer to http://download.oracle.com/docs/cd/E21764_01/install.1111/e12002/silent.htm#CHDBBADI 5, OES Admin Server (APM) Usage: apm.sh [-silent] [-options] -domainName : name of Weblogic domain to be created, will be "base_domain" by default. -domainLocation : location of the domain to be located. -port : listen port of the Weblogic domain to be created, will be 7001 by default. -sslport : ssl listen port of the Weblogic domain to be created, will be 7002 by default. -serverName : name of the AdminServer in the Weblogic domain to be created, will be "AdminServer" by default. -wlsUsername : username of the Weblogic domain to be created, will be "weblogic" by default. -schemaPrefix : prefix to be used by the schema (which created by rcu), will be "dev" by default. -connectString : Oracle database Connect String. This is specified in the following format - . -datasourcename : datasource to be reassociated into, will be default "jdbc/APMDBDS" (this datasource is configured as a part of the OES configuration step). -ipaddress : the addresss to login the domain, will be default "127.0.0.1". 6, SM Usage: oessm.sh [-silent] [-options] -smType : type of sm to be created, can be java, wls, rmi, etc. -smConfigId : config id for the sm to be created. -pdServer : address of OES server to be connected. -pdPort : ssl port of OES server to be connected. -prpFileName : prp file for SM config, if not set, will be OES_CLIENT_HOME/oessm/SMConfigTool. -serverLocation : location of Welbogic server. -domainName : name of the Weblogic domain to be created, will be "base_domain" by default. -domainLocation : location of the domain to be located. If not set, will calculate from serverLocation. -serverName : name of AdminServer in the Weblogic domain to be created, will be "AdminServer" by default. -wlsUsername : username of the weblogic domain to be created, will be "weblogic" by default. -port : listen port of the Weblogic domain to be created, will be 8001 by default. -sslport : ssl listen port of the Weblogic domain to be created, will be 8002 by default. -managedServer : managedServer to be created in the Weblogic domain, in the following format , like "server1,8003,8053". If not set one, will create "OES_ManagedServer_1,8003,8053" & "OES_ManagedServer_2,9003,9053" by default. If set, will create only customers' managed server, not include the default two. Here are the sequence of all the steps for OES installer. 1, OES Admin Server 1) rcu rcu -silent -createRepository -connectString -dbUser -dbRole -schemaPrefix -component OPSS -component MDS -f < pwd.txt 2) OES runInstaller -jreLoc jdk6/jre -printtime -printmemory -printdiskusage -invPtrLoc oraInst.loc -longterm -ignoreSysPrereqs -nocheckForUpdates -force -silent -response silent.rsp 3) Admin Server (APM) ./apm.sh -schemaPrefix -connectString -domainName -wlsUsername (The parameter -schemaPrefix & -connectString should use the same one as rcu command). Then it will prompt to input the password for the domain and the schema which created by rcu command. 2, OES client & WLS SM 1) OES client runInstaller -jreLoc jdk6/jre -printtime -printmemory -printdiskusage -invPtrLoc oraInst.loc -longterm -ignoreSysPrereqs -nocheckForUpdates -force -silent -response silent.rsp 2) WLS SM ./oessm.sh -smType wls -silent -smConfigId mySM_WLS -prpFileName smconfig.prp -serverLocation /Oracle/Middleware/wlserver_10.3/ -pdServer -pdPort -wlsUsername It will prompt to input the password for WLS domain.