[root@sunblaze ~]# ls
anaconda-ks.cfg install.log VMwareTools-1.0.6-91891.i386.rpm vmware-tools-distrib
Desktop install.log.syslog VMwareTools-1.0.6-91891.tar.gz
[root@sunblaze ~]# groupadd bea
[root@sunblaze ~]# user
useradd userdel userhelper userinfo userisdnctl usermod usermount usernetctl userpasswd users
[root@sunblaze ~]# user
useradd userdel userhelper userinfo userisdnctl usermod usermount usernetctl userpasswd users
[root@sunblaze ~]# usermod -g bea weblogic
[root@sunblaze ~]# id weblogic
uid=500(weblogic) gid=501(bea) groups=501(bea)
[root@sunblaze ~]# cd /home/weblogic/
[root@sunblaze weblogic]# ls
server816_linux32.bin
[root@sunblaze weblogic]# chmod 700 server816_linux32.bin
[root@sunblaze weblogic]# su - weblogic
[weblogic@sunblaze ~]$ ls
server816_linux32.bin
[weblogic@sunblaze ~]$ ./server816_linux32.bin
Extracting 0%....................................................................................................100%
Unable to instantiate GUI, defaulting to console mode.
Welcome:
--------
This installer will guide you through the installation of WebLogic Server 8.1 SP6. 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]>
BEA Systems License Agreement:
------------------------------
BEA SYSTEMS, INC. SOFTWARE LICENSE AGREEMENT
USE OF SOFTWARE ORDERED FROM BEA SYSTEMS, INC. ("BEA") IS PROVIDED ONLY UNDER LICENSE FROM BEA. PLEASE READ THE FOLLOWING LICENSE
CAREFULLY AND INDICATE YOUR ACCEPTANCE BY CLICKING THE ACCEPTANCE BOX. CERTAIN CAPITALIZED TERMS ARE DEFINED IN SECTION 11.
1. LICENSE TERMS
a. WebLogic SDK Use. The terms of this Section 1(a) are applicable to you if you have registered as a WebLogic SDK customer.
Subject to the terms of this Agreement, BEA grants to you a non-exclusive, non-transferable, royalty-free license to use WebLogic
SDK solely for Development Use and Scale-Limited Personal Use for the number of users and/or developers and the number of CPU's,
Servers and/or at the Sites, as specified at the time of registration. Third party software products or modules supplied by BEA, if any, may be used solely with the Software. All rights not specifically granted to you herein are retained by BEA.
b. WebLogic SDK Pro Use. The terms of this Section 1(b) are applicable to you if you have registered as a WebLogic SDK Pro
customer. Subject to the terms of this Agreement, BEA grants to you a non-exclusive, non-transferable, fee-bearing license to use
WebLogic SDK Pro solely for Development Use and Scale-Limited Commercial Use for the number of users and/or developers and the
number of CPU's, Servers and/or at the Sites, as specified on BEA's invoice. Third party software products or modules supplied by
BEA, if any, may be used solely with the Software. All rights not specifically granted to you herein are retained by BEA.
c. Evaluation Use. The terms of this Section 1(c) are applicable to you if you have registered as an Evaluation Use customer.
Subject to the terms of this Agreement, BEA grants to you a non-exclusive, non-transferable, license to use the Software solely for Evaluation Use. Third party software products or modules supplied by BEA, if any, may be used solely with the Software, and may be
subject to your acceptance of terms and conditions provided by such third parties. This license begins upon downloading and ends if and when terminated by BEA in accordance with this Agreement. When the license terminates you must stop using the Software. All
rights not specifically granted to you herein are retained by BEA. Note that not all Software is available for Evaluation Use.
Your Evaluation Use license shall terminate on the earlier of: (i) the license key provided by BEA expiring or ceasing to function; (ii) at any time upon notice from BEA; or (iii) the expiration date indicated in any related BEA quotation or order document.
d. Development Use. The terms of this Section 1(d) are applicable to you if you have registered as a Development Use customer.
Subject to the terms of this Agreement, BEA grants to you a non-exclusive, non-transferable, fee-bearing license to use the
Software solely for Development Use for the number of users and the number of CPU's, Servers and/or at the Sites, as specified on
BEA's invoice. Third party software products or modules supplied by BEA, if any, may be used solely with the Software. All rights
not specifically granted to you herein are retained by BEA.
e. Production Use. The terms of this Section 1(e) are applicable to you if you have registered as a Production Use customer.
Subject to the terms of this Agreement, BEA grants to you a non-exclusive, non-transferable, fee-bearing license to use the
Select Option:
1 - Yes, I agree with the terms of the license
2 - No, I do not agree with the terms of the license
** Invalid input, the selection must be integer: ["yes"]
Enter option number to select OR [Down][Exit][Previous]> 1
Choose BEA Home Directory:
--------------------------
"BEA Home" = [/home/weblogic/bea]
Input new BEA Home OR [Exit][Previous][Next]> /opt/bea
Choose BEA Home Directory:
--------------------------
"BEA Home" = [/home/weblogic/bea]
** The directory could not be created: [/opt/bea]
Input new BEA Home OR [Exit][Previous][Next]> /bea
Choose BEA Home Directory:
--------------------------
*BEA home choice
->1|Yes, Use this BEA home directory [/bea]
2|No, return to BEA home directory selection
** Invalid input, the selection must be integer: yes
Enter index number to select OR [Exit][Previous][Next]> 1
Choose Install Type:
--------------------
->1|Complete
|Install the complete BEA WebLogic Platform.
2|Custom Installation
|Choose software components to install and perform. optional configuration.
Enter index number to select OR [Exit][Previous][Next]> 1
Choose Product Directory:
-------------------------
"Product Installation Directory" = [/bea/weblogic81]
Input new Product Installation Directory OR [Exit][Previous][Next]>
Choose Product Directory:
-------------------------
->1|Yes, use this product directory [/bea/weblogic81]
2|No, select another product directory
Enter index number to select OR [Exit][Previous][Next]> 1
Installing files..
0% 25% 50% 75% 100%
[------------|------------|------------|------------]
[***************************************************]
Installing JDK....
0% 25% 50% 75% 100%
[------------|------------|------------|------------]
[***************************************************]
Installation Complete
Congratulations! WebLogic Server 8.1 SP6 has been successfully installed to /bea/weblogic81.
Press any key to continue OR [Exit]>
不过由于缺少相关设置 在后期使用上可能会报错
anaconda-ks.cfg install.log VMwareTools-1.0.6-91891.i386.rpm vmware-tools-distrib
Desktop install.log.syslog VMwareTools-1.0.6-91891.tar.gz
[root@sunblaze ~]# groupadd bea
[root@sunblaze ~]# user
useradd userdel userhelper userinfo userisdnctl usermod usermount usernetctl userpasswd users
[root@sunblaze ~]# user
useradd userdel userhelper userinfo userisdnctl usermod usermount usernetctl userpasswd users
[root@sunblaze ~]# usermod -g bea weblogic
[root@sunblaze ~]# id weblogic
uid=500(weblogic) gid=501(bea) groups=501(bea)
[root@sunblaze ~]# cd /home/weblogic/
[root@sunblaze weblogic]# ls
server816_linux32.bin
[root@sunblaze weblogic]# chmod 700 server816_linux32.bin
[root@sunblaze weblogic]# su - weblogic
[weblogic@sunblaze ~]$ ls
server816_linux32.bin
[weblogic@sunblaze ~]$ ./server816_linux32.bin
Extracting 0%....................................................................................................100%
Unable to instantiate GUI, defaulting to console mode.
Welcome:
--------
This installer will guide you through the installation of WebLogic Server 8.1 SP6. 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]>
BEA Systems License Agreement:
------------------------------
BEA SYSTEMS, INC. SOFTWARE LICENSE AGREEMENT
USE OF SOFTWARE ORDERED FROM BEA SYSTEMS, INC. ("BEA") IS PROVIDED ONLY UNDER LICENSE FROM BEA. PLEASE READ THE FOLLOWING LICENSE
CAREFULLY AND INDICATE YOUR ACCEPTANCE BY CLICKING THE ACCEPTANCE BOX. CERTAIN CAPITALIZED TERMS ARE DEFINED IN SECTION 11.
1. LICENSE TERMS
a. WebLogic SDK Use. The terms of this Section 1(a) are applicable to you if you have registered as a WebLogic SDK customer.
Subject to the terms of this Agreement, BEA grants to you a non-exclusive, non-transferable, royalty-free license to use WebLogic
SDK solely for Development Use and Scale-Limited Personal Use for the number of users and/or developers and the number of CPU's,
Servers and/or at the Sites, as specified at the time of registration. Third party software products or modules supplied by BEA, if any, may be used solely with the Software. All rights not specifically granted to you herein are retained by BEA.
b. WebLogic SDK Pro Use. The terms of this Section 1(b) are applicable to you if you have registered as a WebLogic SDK Pro
customer. Subject to the terms of this Agreement, BEA grants to you a non-exclusive, non-transferable, fee-bearing license to use
WebLogic SDK Pro solely for Development Use and Scale-Limited Commercial Use for the number of users and/or developers and the
number of CPU's, Servers and/or at the Sites, as specified on BEA's invoice. Third party software products or modules supplied by
BEA, if any, may be used solely with the Software. All rights not specifically granted to you herein are retained by BEA.
c. Evaluation Use. The terms of this Section 1(c) are applicable to you if you have registered as an Evaluation Use customer.
Subject to the terms of this Agreement, BEA grants to you a non-exclusive, non-transferable, license to use the Software solely for Evaluation Use. Third party software products or modules supplied by BEA, if any, may be used solely with the Software, and may be
subject to your acceptance of terms and conditions provided by such third parties. This license begins upon downloading and ends if and when terminated by BEA in accordance with this Agreement. When the license terminates you must stop using the Software. All
rights not specifically granted to you herein are retained by BEA. Note that not all Software is available for Evaluation Use.
Your Evaluation Use license shall terminate on the earlier of: (i) the license key provided by BEA expiring or ceasing to function; (ii) at any time upon notice from BEA; or (iii) the expiration date indicated in any related BEA quotation or order document.
d. Development Use. The terms of this Section 1(d) are applicable to you if you have registered as a Development Use customer.
Subject to the terms of this Agreement, BEA grants to you a non-exclusive, non-transferable, fee-bearing license to use the
Software solely for Development Use for the number of users and the number of CPU's, Servers and/or at the Sites, as specified on
BEA's invoice. Third party software products or modules supplied by BEA, if any, may be used solely with the Software. All rights
not specifically granted to you herein are retained by BEA.
e. Production Use. The terms of this Section 1(e) are applicable to you if you have registered as a Production Use customer.
Subject to the terms of this Agreement, BEA grants to you a non-exclusive, non-transferable, fee-bearing license to use the
Select Option:
1 - Yes, I agree with the terms of the license
2 - No, I do not agree with the terms of the license
** Invalid input, the selection must be integer: ["yes"]
Enter option number to select OR [Down][Exit][Previous]> 1
Choose BEA Home Directory:
--------------------------
"BEA Home" = [/home/weblogic/bea]
Input new BEA Home OR [Exit][Previous][Next]> /opt/bea
Choose BEA Home Directory:
--------------------------
"BEA Home" = [/home/weblogic/bea]
** The directory could not be created: [/opt/bea]
Input new BEA Home OR [Exit][Previous][Next]> /bea
Choose BEA Home Directory:
--------------------------
*BEA home choice
->1|Yes, Use this BEA home directory [/bea]
2|No, return to BEA home directory selection
** Invalid input, the selection must be integer: yes
Enter index number to select OR [Exit][Previous][Next]> 1
Choose Install Type:
--------------------
->1|Complete
|Install the complete BEA WebLogic Platform.
2|Custom Installation
|Choose software components to install and perform. optional configuration.
Enter index number to select OR [Exit][Previous][Next]> 1
Choose Product Directory:
-------------------------
"Product Installation Directory" = [/bea/weblogic81]
Input new Product Installation Directory OR [Exit][Previous][Next]>
Choose Product Directory:
-------------------------
->1|Yes, use this product directory [/bea/weblogic81]
2|No, select another product directory
Enter index number to select OR [Exit][Previous][Next]> 1
Installing files..
0% 25% 50% 75% 100%
[------------|------------|------------|------------]
[***************************************************]
Installing JDK....
0% 25% 50% 75% 100%
[------------|------------|------------|------------]
[***************************************************]
Installation Complete
Congratulations! WebLogic Server 8.1 SP6 has been successfully installed to /bea/weblogic81.
Press any key to continue OR [Exit]>
不过由于缺少相关设置 在后期使用上可能会报错
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/12474069/viewspace-666564/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/12474069/viewspace-666564/