just do it
分类: SOLARIS
2014-08-19 22:14:34
操作系统版本:solaris10u7 (sparc 64bit)
由于原有JDK版本过低不支持weblogic11的安装,需updata JDK版本最少到JDK6.
本次安装的是JDK7
在oracle官网下载JDK7安装文件:
jdk-7u65-solaris-sparc-demos.tar.Z
jdk-7u65-solaris-sparc.tar.Z
jdk-7u65-solaris-sparcv9-demos.tar.Z
jdk-7u65-solaris-sparcv9.tar.Z
解压文件:
例:zcat jdk-7u
zcat jdk-7u65-solaris-sparc-demos.tar.Z | tar xf -
zcat jdk-7u65-solaris-sparc.tar.Z | tar xf -
zcat jdk-7u65-solaris-sparcv9-demos.tar.Z | tar xf -
zcat jdk-7u65-solaris-sparcv9.tar.Z | tar xf -
解压后为以下9个包:
drwxr-xr-x 4 weblogic bea 96 Jun 17 14:33 SUNWj7cfg
drwxr-xr-x 4 weblogic bea 96 Jun 17 14:33 SUNWj7dev
drwxr-xr-x 4 weblogic bea 96 Jun 17 14:32 SUNWj7dmo
drwxr-xr-x 4 weblogic bea 96 Jun 17 13:02 SUNWj7dmx
drwxr-xr-x 4 weblogic bea 96 Jun 17 13:02 SUNWj7dvx
drwxr-xr-x 4 weblogic bea 96 Jun 17 14:33 SUNWj7jmp
drwxr-xr-x 4 weblogic bea 96 Jun 17 14:33 SUNWj7man
drwxr-xr-x 4 weblogic bea 96 Jun 17 14:33 SUNWj7rt
drwxr-xr-x 4 weblogic bea 96 Jun 17 13:02 SUNWj7rtx
注意:在安装JDK7前需先将机器上原有低版本JDK卸载掉,或者将新版本JDK安装到其他目录不安装到默认目录
本次安装时卸载掉原有低版本JDK,再重新安装JDK7到系统默认目录。
检查原有JDK版本并卸载:
root@ts-db1 # pkginfo | grep SUNWj5
system SUNWj5cfg JDK 5.0 Host Config. (1.5.0_30)
system SUNWj5dev JDK 5.0 Dev. Tools (1.5.0_30)
system SUNWj5dmo JDK 5.0 Demo Programs (1.5.0_30)
system SUNWj5dmx JDK 5.0 64-bit Demo Programs (1.5.0_30)
system SUNWj5dvx JDK 5.0 64-bit Dev. Tools (1.5.0_30)
system SUNWj5jmp JDK 5.0 Man Pages: Japan (1.5.0_30)
system SUNWj5man JDK 5.0 Man Pages (1.5.0_30)
system SUNWj5rt JDK 5.0 Runtime Env. (1.5.0_30)
system SUNWj5rtx JDK 5.0 64-bit Runtime Env. (1.5.0_30)
# pkgrm SUNWj5cfg SUNWj5dev SUNWj5dmo SUNWj5dmx SUNWj5dvx SUNWj5jmp SUNWj5man SUNWj5rt SUNWj5rtx
root@ts-db1 # pkgadd -d .
The following packages are available:
1 SUNWj7cfg JDK 7.0 Host Config. (1.7.0_65)
(sparc) 1.7.0,REV=2011.06.27.06.20
2 SUNWj7dev JDK 7.0 Dev. Tools (1.7.0_65)
(sparc) 1.7.0,REV=2011.06.27.06.20
3 SUNWj7dmo JDK 7.0 Demo Programs (1.7.0_65)
(sparc) 1.7.0,REV=2011.06.27.06.20
4 SUNWj7dmx JDK 7.0 64-bit Demo Programs (1.7.0_65)
(sparc) 1.7.0,REV=2011.06.27.06.23
5 SUNWj7dvx JDK 7.0 64-bit Dev. Tools (1.7.0_65)
(sparc) 1.7.0,REV=2011.06.27.06.23
6 SUNWj7jmp JDK 7.0 Man Pages: Japan (1.7.0_65)
(sparc) 1.7.0,REV=2011.06.27.06.20
7 SUNWj7man JDK 7.0 Man Pages (1.7.0_65)
(sparc) 1.7.0,REV=2011.06.27.06.20
8 SUNWj7rt JDK 7.0 Runtime Env. (1.7.0_65)
(sparc) 1.7.0,REV=2011.06.27.06.20
9 SUNWj7rtx JDK 7.0 64-bit Runtime Env. (1.7.0_65)
(sparc) 1.7.0,REV=2011.06.27.06.23
Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]:
全部安装
安装完成后查看JDK版本:
root@ts-db1 # java -fullversion
java full version "1.7.0_65-b17"
检查完成后的包:
root@ts-db1 # pkginfo | grep SUNWj7
system SUNWj7cfg JDK 7.0 Host Config. (1.7.0_65)
system SUNWj7dev JDK 7.0 Dev. Tools (1.7.0_65)
system SUNWj7dmo JDK 7.0 Demo Programs (1.7.0_65)
system SUNWj7dmx JDK 7.0 64-bit Demo Programs (1.7.0_65)
system SUNWj7dvx JDK 7.0 64-bit Dev. Tools (1.7.0_65)
system SUNWj7jmp JDK 7.0 Man Pages: Japan (1.7.0_65)
system SUNWj7man JDK 7.0 Man Pages (1.7.0_65)
system SUNWj7rt JDK 7.0 Runtime Env. (1.7.0_65)
system SUNWj7rtx JDK 7.0 64-bit Runtime Env. (1.7.0_65)
至此,JDK7安装完成。
下载weblogic安装包
wls1036_generic.jar
用weblogic用户安装 :
bash-3.00$ java -d64 -Djava.io.tmpdir=/orahome01/bea/tmp -jar wls1036_generic.jar -Dlog=/orahome01/tmp/server_install.log
指定temp文件,防止其在抽取过程中占用/var/tmp文件夹(若var目录空间不足,则会导致抽取失败)。
bash-3.00$ java -d64 -Djava.io.tmpdir=/orahome01/bea/tmp -jar wls1036_generic.jar -Dlog=/orahome01/tmp/server_install.log
Unable to instantiate GUI, defaulting to console mode.
Extracting 0%....................................................................................................100%
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Welcome:
--------
This installer will guide you through the installation of WebLogic 10.3.6.0.
Type "Next" or enter to proceed to the next prompt. If you want to change data entered previously, type "Previous". You may quit the installer at any time by typing "Exit".
Enter [Exit][Next]> next // 回车
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Choose Middleware Home Directory:
---------------------------------
"Middleware Home" = [Enter new value or use default
"/orahome01/bea/Oracle/Middleware"]
// 输入weblogic安装目录
Enter new Middleware Home OR [Exit][Previous][Next]> /orahome01/bea/beahome
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Choose Middleware Home Directory:
---------------------------------
"Middleware Home" = [/orahome01/bea/beahome]
Use above value or select another option:
1 - Enter new Middleware Home
2 - Change to default [/orahome01/bea/Oracle/Middleware]
Enter option number to select OR [Exit][Previous][Next]> // 回车
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Register for Security Updates:
------------------------------
Provide your email address for security updates and to initiate configuration manager.
1|Email:[]
2|Support Password:[]
3|Receive Security Update:[Yes]
Enter index number to select OR [Exit][Previous][Next]> 3
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Register for Security Updates:
------------------------------
Provide your email address for security updates and to initiate configuration manager.
"Receive Security Update:" = [Enter new value or use default "Yes"]
Enter [Yes][No]? "No"
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Register for Security Updates:
------------------------------
Provide your email address for security updates and to initiate configuration manager.
"Receive Security Update:" = [Enter new value or use default "Yes"]
** Valid value can be either Yes or No
Enter [Yes][No]? No
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Register for Security Updates:
------------------------------
Provide your email address for security updates and to initiate configuration manager.
"Receive Security Update:" = [Enter new value or use default "Yes"]
** Do you wish to bypass initiation of the configuration manager and
** remain uninformed of critical security issues in your configuration?
Enter [Yes][No]? Yes
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Register for Security Updates:
------------------------------
Provide your email address for security updates and to initiate configuration manager.
1|Email:[]
2|Support Password:[]
3|Receive Security Update:[No]
Enter index number to select OR [Exit][Previous][Next]> // 回车
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Register for Security Updates:
------------------------------
Provide your email address for security updates and to initiate configuration manager.
1|Email:[]
2|Support Password:[]
3|Receive Security Update:[No]
Enter index number to select OR [Exit][Previous][Next]> // 回车
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Choose Install Type:
--------------------
Select the type of installation you wish to perform.
->1|Typical
| Install the following product(s) and component(s):
| - WebLogic Server
| - Oracle Coherence
2|Custom
| Choose software products and components to install and perform optional
|configuration.
Enter index number to select OR [Exit][Previous][Next]> 1
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
JDK Selection (Any * indicates Oracle Supplied VM):
---------------------------------------------------
JDK(s) chosen will be installed. Defaults will be used in script string-substitution if installed.
1|Add Local Jdk
2|/usr/jdk/instances/jdk1.7.0[x]
*Estimated size of installation: 752.2 MB
Enter 1 to add or >= 2 to toggle selection OR [Exit][Previous][Next]> 2
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
JDK Selection (Any * indicates Oracle Supplied VM):
---------------------------------------------------
JDK(s) chosen will be installed. Defaults will be used in script string-substitution if installed.
1|Add Local Jdk
2|/usr/jdk/instances/jdk1.7.0[ ]
*Estimated size of installation: 752.2 MB
Enter 1 to add or >= 2 to toggle selection OR [Exit][Previous][Next]> 2
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
JDK Selection (Any * indicates Oracle Supplied VM):
---------------------------------------------------
JDK(s) chosen will be installed. Defaults will be used in script string-substitution if installed.
1|Add Local Jdk
2|/usr/jdk/instances/jdk1.7.0[x]
*Estimated size of installation: 752.2 MB
Enter 1 to add or >= 2 to toggle selection OR [Exit][Previous][Next]> 2
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
JDK Selection (Any * indicates Oracle Supplied VM):
---------------------------------------------------
JDK(s) chosen will be installed. Defaults will be used in script string-substitution if installed.
1|Add Local Jdk
2|/usr/jdk/instances/jdk1.7.0[ ]
*Estimated size of installation: 752.2 MB
Enter 1 to add or >= 2 to toggle selection OR [Exit][Previous][Next]> 2
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
JDK Selection (Any * indicates Oracle Supplied VM):
---------------------------------------------------
JDK(s) chosen will be installed. Defaults will be used in script string-substitution if installed.
1|Add Local Jdk
2|/usr/jdk/instances/jdk1.7.0[x]
*Estimated size of installation: 752.2 MB
Enter 1 to add or >= 2 to toggle selection OR [Exit][Previous][Next]>
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Choose Product Installation Directories:
----------------------------------------
Middleware Home Directory: [/orahome01/bea/beahome]
Product Installation Directories:
1|WebLogic Server: [/orahome01/bea/beahome/wlserver_10.3]
2|Oracle Coherence: [/orahome01/bea/beahome/coherence_3.7]
Enter index number to select OR [Exit][Previous][Next]> 1
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Choose Product Installation Directories:
----------------------------------------
"WebLogic Server" = [Enter new value or use default
"/orahome01/bea/beahome/wlserver_10.3"]
Enter new WebLogic Server OR [Exit][Previous][Next]>
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Choose Product Installation Directories:
----------------------------------------
Middleware Home Directory: [/orahome01/bea/beahome]
Product Installation Directories:
1|WebLogic Server: [/orahome01/bea/beahome/wlserver_10.3]
2|Oracle Coherence: [/orahome01/bea/beahome/coherence_3.7]
Enter index number to select OR [Exit][Previous][Next]> 1
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Choose Product Installation Directories:
----------------------------------------
Middleware Home Directory: [/orahome01/bea/beahome]
Product Installation Directories:
1|WebLogic Server: [/orahome01/bea/beahome/wlserver_10.3]
2|Oracle Coherence: [/orahome01/bea/beahome/coherence_3.7]
Enter index number to select OR [Exit][Previous][Next]> 1
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Choose Product Installation Directories:
----------------------------------------
Middleware Home Directory: [/orahome01/bea/beahome]
Product Installation Directories:
1|WebLogic Server: [/orahome01/bea/beahome/wlserver_10.3]
2|Oracle Coherence: [/orahome01/bea/beahome/coherence_3.7]
Enter index number to select OR [Exit][Previous][Next]> 1
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Choose Product Installation Directories:
----------------------------------------
Middleware Home Directory: [/orahome01/bea/beahome]
Product Installation Directories:
1|WebLogic Server: [/orahome01/bea/beahome/wlserver_10.3]
2|Oracle Coherence: [/orahome01/bea/beahome/coherence_3.7]
Enter index number to select OR [Exit][Previous][Next]>
// 检查安装组件
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
The following Products and JDKs will be installed:
--------------------------------------------------
WebLogic Platform 10.3.6.0
|_____WebLogic Server
| |_____Core Application Server
| |_____Administration Console
| |_____Configuration Wizard and Upgrade Framework
| |_____Web 2.0 HTTP Pub-Sub Server
| |_____WebLogic SCA
| |_____WebLogic JDBC Drivers
| |_____Third Party JDBC Drivers
| |_____WebLogic Server Clients
| |_____WebLogic Web Server Plugins
| |_____UDDI and Xquery Support
| |_____Evaluation Database
|_____Oracle Coherence
|_____Coherence Product Files
*Estimated size of installation: 752.4 MB
Enter [Exit][Previous][Next]> // 回车
Jul 31, 2014 4:06:55 PM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
// 开始安装,显示安装进度。
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Installing files..
0% 25% 50% 75% 100%
[------------|------------|------------|------------]
[***************************************************]
Performing String Substitutions...
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Configuring OCM...
0% 25% 50% 75% 100%
[------------|------------|------------|------------]
[***************************************************]
Creating Domains...
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Installation Complete
Congratulations! Installation is complete.
Press [Enter] to continue or type [Exit]>
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Clean up process in progress ...
Weblogic 安装完成。
创建domain:
bash-3.00$ cd wlserver_10.3/common/bin/
bash-3.00$ ./config.sh -mode=console
<------------------- Fusion Middleware Configuration Wizard ------------------>
Welcome:
--------
Choose between creating and extending a domain. Based on your selection,
the Configuration Wizard guides you through the steps to generate a new or
extend an existing domain.
->1|Create a new WebLogic domain
| Create a WebLogic domain in your projects directory.
2|Extend an existing WebLogic domain
| Use this option to add new components to an existing domain and modify |configuration settings.
Enter index number to select OR [Exit][Next]> 1 // 创建新域
<------------------- Fusion Middleware Configuration Wizard ------------------>
Select Domain Source:
---------------------
Select the source from which the domain will be created. You can create the
domain by selecting from the required components or by selecting from a
list of existing domain templates.
->1|Choose Weblogic Platform components
| You can choose the Weblogic component(s) that you want supported in
|your domain.
2|Choose custom template
| Choose this option if you want to use an existing template. This
|could be a custom created template using the Template Builder.
Enter index number to select OR [Exit][Previous][Next]> 1 // 使用模板
<------------------- Fusion Middleware Configuration Wizard ------------------>
Application Template Selection:
-------------------------------
Available Templates
|_____Basic WebLogic Server Domain - 10.3.6.0 [wlserver_10.3]x
|_____Basic WebLogic SIP Server Domain - 10.3.6.0 [wlserver_10.3] [2]
|_____WebLogic Advanced Web Services for JAX-RPC Extension - 10.3.6.0 [wlserver_10.3] [3]
|_____WebLogic Advanced Web Services for JAX-WS Extension - 10.3.6.0 [wlserver_10.3] [4]
Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]> // 回车
<------------------- Fusion Middleware Configuration Wizard ------------------>
Edit Domain Information:
------------------------
| Name | Value |
_|________|_____________|
1| *Name: | base_domain |
Enter value for "Name" OR [Exit][Previous][Next]> test // 输入域的名字
<------------------- Fusion Middleware Configuration Wizard ------------------>
Edit Domain Information:
------------------------
| Name | Value |
_|________|_______|
1| *Name: | test |
Use above value or select another option:
1 - Modify "Name"
2 - Discard Changes
Enter option number to select OR [Exit][Previous][Next]>
<------------------- Fusion Middleware Configuration Wizard ------------------>
Select the target domain directory for this domain:
---------------------------------------------------
"Target Location" = [Enter new value or use default
"/orahome01/bea/beahome/user_projects/domains"]
Enter new Target Location OR [Exit][Previous][Next]> // 回车
// 设置用户名和密码
<------------------- Fusion Middleware Configuration Wizard ------------------>
Configure Administrator User Name and Password:
-----------------------------------------------
Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.
| Name | Value |
_|_________________________|_________________________________________|
1| *Name: | weblogic |
2| *User password: | |
3| *Confirm user password: | |
4| Description: | This user is the default administrator. |
Use above value or select another option:
1 - Modify "Name"
2 - Modify "User password"
3 - Modify "Confirm user password"
4 - Modify "Description"
Enter option number to select OR [Exit][Previous][Next]> 2
<------------------- Fusion Middleware Configuration Wizard ------------------>
Configure Administrator User Name and Password:
-----------------------------------------------
Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.
"*User password:" = []
Enter new *User password: OR [Exit][Reset][Accept]> weblogic
<------------------- Fusion Middleware Configuration Wizard ------------------>
Configure Administrator User Name and Password:
-----------------------------------------------
Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.
| Name | Value |
_|_________________________|_________________________________________|
1| *Name: | weblogic |
2| *User password: | ******** |
3| *Confirm user password: | |
4| Description: | This user is the default administrator. |
Use above value or select another option:
1 - Modify "Name"
2 - Modify "User password"
3 - Modify "Confirm user password"
4 - Modify "Description"
5 - Discard Changes
Enter option number to select OR [Exit][Previous][Next]> 3
<------------------- Fusion Middleware Configuration Wizard ------------------>
Configure Administrator User Name and Password:
-----------------------------------------------
Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.
"*Confirm user password:" = []
Enter new *Confirm user password: OR [Exit][Reset][Accept]> weblogic
<------------------- Fusion Middleware Configuration Wizard ------------------>
Configure Administrator User Name and Password:
-----------------------------------------------
Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.
| Name | Value |
_|_________________________|_________________________________________|
1| *Name: | weblogic |
2| *User password: | ******** |
3| *Confirm user password: | ******** |
4| Description: | This user is the default administrator. |
Use above value or select another option:
1 - Modify "Name"
2 - Modify "User password"
3 - Modify "Confirm user password"
4 - Modify "Description"
5 - Discard Changes
Enter option number to select OR [Exit][Previous][Next]>
<------------------- Fusion Middleware Configuration Wizard ------------------>
Configure Administrator User Name and Password:
-----------------------------------------------
Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.
| Name | Value |
_|_________________________|_________________________________________|
1| *Name: | weblogic |
2| *User password: | ******** |
3| *Confirm user password: | ******** |
4| Description: | This user is the default administrator. |
Use above value or select another option:
1 - Modify "Name"
2 - Modify "User password"
3 - Modify "Confirm user password"
4 - Modify "Description"
5 - Discard Changes
** CFGFWK-60050: Property "Password" of User "weblogic" is invalid.
** CFGFWK-60455: The password must be at least 8 alphanumeric
** characters with at least one number or special character.
Enter option number to select OR [Exit][Previous][Next]>
<------------------- Fusion Middleware Configuration Wizard ------------------>
Configure Administrator User Name and Password:
-----------------------------------------------
Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.
| Name | Value |
_|_________________________|_________________________________________|
1| *Name: | weblogic |
2| *User password: | ******** |
3| *Confirm user password: | ******** |
4| Description: | This user is the default administrator. |
Use above value or select another option:
1 - Modify "Name"
2 - Modify "User password"
3 - Modify "Confirm user password"
4 - Modify "Description"
5 - Discard Changes
** CFGFWK-60050: Property "Password" of User "weblogic" is invalid.
** CFGFWK-60455: The password must be at least 8 alphanumeric
** characters with at least one number or special character.
Enter option number to select OR [Exit][Previous][Next]> 2
<------------------- Fusion Middleware Configuration Wizard ------------------>
Configure Administrator User Name and Password:
-----------------------------------------------
Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.
"*User password:" = [********]
Enter new *User password: OR [Exit][Reset][Accept]> weblogic123
<------------------- Fusion Middleware Configuration Wizard ------------------>
Configure Administrator User Name and Password:
-----------------------------------------------
Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.
| Name | Value |
_|_________________________|_________________________________________|
1| *Name: | weblogic |
2| *User password: | *********** |
3| *Confirm user password: | ******** |
4| Description: | This user is the default administrator. |
Use above value or select another option:
1 - Modify "Name"
2 - Modify "User password"
3 - Modify "Confirm user password"
4 - Modify "Description"
5 - Discard Changes
Enter option number to select OR [Exit][Previous][Next]> 3
<------------------- Fusion Middleware Configuration Wizard ------------------>
Configure Administrator User Name and Password:
-----------------------------------------------
Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.
"*Confirm user password:" = [********]
Enter new *Confirm user password: OR [Exit][Reset][Accept]> weblogic123
<------------------- Fusion Middleware Configuration Wizard ------------------>
Configure Administrator User Name and Password:
-----------------------------------------------
Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.
| Name | Value |
_|_________________________|_________________________________________|
1| *Name: | weblogic |
2| *User password: | *********** |
3| *Confirm user password: | *********** |
4| Description: | This user is the default administrator. |
Use above value or select another option:
1 - Modify "Name"
2 - Modify "User password"
3 - Modify "Confirm user password"
4 - Modify "Description"
5 - Discard Changes
Enter option number to select OR [Exit][Previous][Next]>
<------------------- Fusion Middleware Configuration Wizard ------------------>
Domain Mode Configuration:
--------------------------
Enable Development or Production Mode for this domain.
->1|Development Mode
2|Production Mode
Enter index number to select OR [Exit][Previous][Next]> 2 // 生产模式
<------------------- Fusion Middleware Configuration Wizard ------------------>
Java SDK Selection:
-------------------
->1|Sun SDK 1.7.0_65 @ /usr/jdk/instances/jdk1.7.0
2|Other Java SDK
Enter index number to select OR [Exit][Previous][Next]>
<------------------- Fusion Middleware Configuration Wizard ------------------>
Select Optional Configuration:
------------------------------
1|Administration Server [ ]
2|Managed Servers, Clusters and Machines [ ]
3|RDBMS Security Store [ ]
Enter index number to select OR [Exit][Previous][Next]>
<------------------- Fusion Middleware Configuration Wizard ------------------>
Creating Domain...
0% 25% 50% 75% 100%
[------------|------------|------------|------------]
[***************************************************]
**** Domain Created Successfully! ****
Domain 创建完成。