maximo安装
?
?
? ?
?
3 创建表空间,用户,付给权限,执行如下命令
DBPROBLEM_PMP: V710-0, Current release DB build: V7102-01, Last release DB build: V710-59Database update in progress, please wait..........Current version :V710-0Updating To :V7102-01java.sql.SQLException: ORA-01000: 超出打开游标的最大数ORA-01000: 超出打开游标的最大数
?增大即可
?
?
?
4 安装weblogic
? ?-------------------------------------------
? ? ? ? ? WLS Zip Distribution for Oracle WebLogic Server 10.3.6.0
-------------------------------------------
?
The WLS zip distribution is intended for development use. It is supported on?
Windows, Linux and Mac OS X systems. It contains the necessary artifacts to?
develop and test applications on WebLogic Server. ?
?
An optional supplemental zip (wls1036_dev_supplemental.zip) is?
available as a separate download. The supplemental zip contains samples,?
evaluation database (Derby) and L10N console help files.?
?
The following instructions should help in quickly setting up WLS. Please refer?
to the general WLS documentation for detailed instructions.
?
QUICKSTART
----------
?
4.1. Extract the contents of the zip to a directory. This directory is now the?
? ?MW_HOME (eg: /home/myhome/mywls)
?
4.2. Setup JAVA_HOME and MW_HOME variables in the current shell
?
? Linux
? ? $ export JAVA_HOME=/home/myhome/myjavahome
? ? $ export MW_HOME=/home/myhome/mywls
?
? Mac
? ? $ export JAVA_HOME=
? ? ? /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home
? ? $ export MW_HOME=/home/myhome/mywls
?
? Windows
? ? > set JAVA_HOME=C:\home\myhome\myjavahome
? ? > set MW_HOME=C:\home\myhome\mywls
? ??
? ? This version of WLS requires JDK 1.6. For Mac use 1.6.0_20 latest update.?
? ? Ensure that you have the proper JDK version installed.
? ?
?
4.3. Run the installation configuration script in the MW_HOME directory
? ?(This step is required to be run only once. If you move the installation to?
? ? another location/machine, you need to rerun this step)
?
? Linux/Mac
? ? $ ./configure.sh?
?
? Windows
? ? > configure.cmd
?
? This step also sets the WLS environment for the current shell. So, the next
? step can be ommitted.
?
4.4. Setup WLS environment in the current shell.?
?
? ?Linux
? ? $ . $MW_HOME/wlserver/server/bin/setWLSEnv.sh?
?
? ?Mac
? ? $ export USER_MEM_ARGS="-Xmx1024m -XX:PermSize=256m"
? ? $ . $MW_HOME/wlserver/server/bin/setWLSEnv.sh?
?
? ?Windows
? ? > %MW_HOME%\wlserver\server\bin\setWLSEnv.cmd
?
4.5 以图形化界面创建domain
? ?> %MW_HOME%\wlserver\common\bin\config.cmd
?
4.6 将domain内setDomainEnv内,增大虚拟机内存
? ?-Xms512m -Xmx512m?
?
4.7 进入domain执行startWebLogic命令
?
4.8 安装maximo,顺序点击安装即可
??
4.9 浏览器进入'http://localhost:7001/console',部署maximo
?
附:官方文档
~. Create a new WLS domain and start WLS.
? ?(It is recommended that you create the domains outside the MW_HOME)
?
? ?Linux
? ? $ mkdir /home/myhome/mydomain
? ? $ cd /home/myhome/mydomain
? ? $ $JAVA_HOME/bin/java -Xmx1024m -XX:MaxPermSize=128m weblogic.Server
? ??
? ?Mac
? ? $ mkdir /home/myhome/mydomain
? ? $ cd /home/myhome/mydomain
? ? $ $JAVA_HOME/bin/java -Xmx1024m -XX:MaxPermSize=256m weblogic.Server
?
? ?Windows
? ? $ mkdir C:\home\myhome\mydomain
? ? $ cd C:\home\myhome\mydomain
? ? $ %JAVA_HOME%\bin\java.exe -Xmx1024m -XX:MaxPermSize=128m weblogic.Server
?
? ?Once the domain is created, you can shutdown WLS and restart it with the?
? ?scripts provided in the newly created domain.?
? ?
? ?Note: You can also create the domain by invoking the GUI configuration
? ?wizard (Run MW_HOME/wlserver/common/bin/config.[sh|cmd])
?
6. If you already have an existing domain that you want to run with this?
? ?installation, edit the DOMAIN_HOME/bin/setDomainEnv.sh script and change the?
? ?WL_HOME to point to the new installation - ${MW_HOME}/wlserver/
?
? ?Note: If the existing domain has samples configured, the server will issue
? ?failures during startup as samples are not included in the zip distribution.
?
7. Start a browser and open up url - 'http://localhost:7001/console' to?
? ?administer the server.
?
8. If you need samples, evaluation database (Derby) or console help files for
? ?for non-english locales, you can download the supplemental zip and extract?
? ?it under MW_HOME. Follow instructions in README_SUPP.txt to properly setup
? ?samples.
?
?