设为首页 收藏本站
查看: 648|回复: 0

[经验分享] weblogic在linux下的应用

[复制链接]

尚未签到

发表于 2016-2-25 07:44:22 | 显示全部楼层 |阅读模式
  WebLogic 10.3 安装、配置与管理手册
第二章 WebLogic 10.3 for SUSE linux
§2.1 安装准备
 下载WebLogic10.3 for x86 linux安装文件;
 安装Suse Linux enterprise Server 11.0;
检查Suse环境,确保/root空闲空间在2G以上。如果/root空间不足,则应扩展root空间,或创建一个新的文件系统,并确保该文件系统空间在2G以上。本手册假定该文件系统的mount点是/soft;如root的空间足够,则在root创建目录/soft作为安装源目录;
创建WebLogic使用的文件系统,该文件系统的mount点建议为/bea,空间应在2G以上,后续将安装WebLogic软件到该文件系统中。
§2.2 安装过程
§2.2.1 创建bea组和weblogic用户
使用root登录操作系统,执行下列命令创建bea组和weblogic用户。bea组号为600,weblogic用户号为600,属于bea组,home目录为/bea。
# groupadd -g 600 bea
# useradd -d /bea -u 600 -g 600 weblogic
# passwd weblogic -- 激活weblogic用户
执行下列命令将/bea分配给weblogic用户。
# cd /
# chown weblogic:bea /bea
# chmod 755 /bea
§2.2.2 上传安装文件并执行
使用weblogic登录,使用bin模式,上传WebLogic安装文件server103_linux.bin到soft目录,执行下列命令执行安装文件。
$ cd /soft
$ chmod a+x server103_linux.bin
$ ./server103_linux.bin -mode=console
系统自动解压缩安装文件,并启动文本的安装界面。
§2.2.3 欢迎界面
<--------------- Oracle Installer - WebLogicPlatform 10.3.0.0 --------------->
Welcome:
--------
This installer will guide you through the installation of WebLogicPlatform
10.3.0.0. Type "Next" or enter to proceed to the next prompt. Ifyou want to
change data entered previously, type "Previous". You may quit theinstaller at any time by typing "Exit".
Enter [Exit][Next]> next
§2.2.4 指定WebLogic主目录为/bea
<--------------- Oracle Installer - WebLogicPlatform 10.3.0.0 --------------->
Choose BEA Home Directory:
--------------------------
"BEA Home" = [Enter new value or use default "/root/bea"]
Enter new BEA Home OR [Exit][Previous][Next]>/bea
<--------------- Oracle Installer - WebLogicPlatform 10.3.0.0 --------------->
Choose BEA Home Directory:
--------------------------
"BEA Home" = [/bea]
Use above value or select another option:
1 - Enter new BEA Home
2 - Change to default [/root/bea]
Enter option number to select OR[Exit][Previous][Next]> next
§2.2.5 选择安装类型为Custom
<--------------- Oracle Installer - WebLogicPlatform 10.3.0.0 --------------->
Choose Install Type:
--------------------
Select the type of installation you wish to perform.
->1|Complete
| Install the following software products and examples:
| - WebLogic Server
| - Workshop

2|Custom
| Choose software products and components to install and performoptional
|configuration.
Enter index number to select OR[Exit][Previous][Next]> 2
§2.2.6 选择要安装的产品组件
需取消安装Workshop和Server Examples
<--------------- Oracle Installer - WebLogicPlatform 10.3.0.0 --------------->
Choose Products and Components:
-------------------------------
Release 10.3.0.0
|_____WebLogic Server [1] x
| |_____Core Application Server [1.1] x
| |_____Administration Console [1.2] x
| |_____Configuration Wizard and Upgrade Framework [1.3] x
| |_____Web 2.0 HTTP Pub-Sub Server [1.4] x
| |_____WebLogic JDBC Drivers [1.5] x
| |_____Third Party JDBC Drivers [1.6] x
| |_____WebLogic Server Clients [1.7] x
| |_____WebLogic Web Server Plugins [1.8] x
| |_____UDDI and Xquery Support [1.9] x
| |_____Server Examples [1.10] x
|_____Workshop [2] x
|_____Workshop for WebLogic [2.1] x
|_____Workshop Runtime Framework [2.2] x

*Estimated size of installation: 788.3 MB
Enter number exactly as it appears in brackets to toggleselection OR [Exit][Previous][Next]> 2
<--------------- Oracle Installer - WebLogicPlatform 10.3.0.0 --------------->

Choose Products and Components:
-------------------------------
Release 10.3.0.0
|_____WebLogic Server [1] x
| |_____Core Application Server [1.1] x
| |_____Administration Console [1.2] x
| |_____Configuration Wizard and Upgrade Framework [1.3] x
| |_____Web 2.0 HTTP Pub-Sub Server [1.4] x
| |_____WebLogic JDBC Drivers [1.5] x
| |_____Third Party JDBC Drivers [1.6] x
| |_____WebLogic Server Clients [1.7] x
| |_____WebLogic Web Server Plugins [1.8] x
| |_____UDDI and Xquery Support [1.9] x
| |_____Server Examples [1.10] x
|_____Workshop [2]
|_____Workshop for WebLogic [2.1]
|_____Workshop Runtime Framework [2.2]

*Estimated size of installation: 406.3 MB
Enter number exactly as it appears in brackets to toggleselection OR [Exit][Previous][Next]> 1.10
<--------------- Oracle Installer - WebLogicPlatform 10.3.0.0 --------------->

Choose Products and Components:
-------------------------------

Release 10.3.0.0
|_____WebLogic Server [1] x
| |_____Core Application Server [1.1] x
| |_____Administration Console [1.2] x
| |_____Configuration Wizard and Upgrade Framework [1.3] x
| |_____Web 2.0 HTTP Pub-Sub Server [1.4] x
| |_____WebLogic JDBC Drivers [1.5] x
| |_____Third Party JDBC Drivers [1.6] x
| |_____WebLogic Server Clients [1.7] x
| |_____WebLogic Web Server Plugins [1.8] x
| |_____UDDI and Xquery Support [1.9] x
| |_____Server Examples [1.10]
|_____Workshop [2]
|_____Workshop for WebLogic [2.1]
|_____Workshop Runtime Framework [2.2]

*Estimated size of installation: 360.4 MB
Enter number exactly as it appears in brackets to toggleselection OR [Exit][Previous][Next]> next
§2.2.7 选择要安装的JDK
<--------------- Oracle Installer - WebLogicPlatform 10.3.0.0 --------------->

JDK Selection (Any * indicates BEA Supplied VM):
------------------------------------------------

JDK(s) chosen for use with this product installation will beinstalled. Supported defaults if not deselected will be used inscript string-substitution.

1|Add Local Jdk
2|/bea/jdk160_05[x]*
3|/bea/jrockit_160_05[x]*
*Estimated size of installation: 713.2 MB
Enter 1 to add or >= 2 to toggle selection OR[Exit][Previous][Next]> next
§2.2.8 安装确认
<--------------- Oracle Installer - WebLogicPlatform 10.3.0.0 --------------->

Choose Product Installation Directories:
----------------------------------------

BEA Home Directory: [/bea]

Product Installation Directories:
"WebLogic Server" = [Enter new value or use default"/bea/wlserver_10.3"]
Enter new WebLogic Server OR [Exit][Previous][Next]>next
<--------------- Oracle Installer - WebLogicPlatform 10.3.0.0 --------------->

The following Products and JDKs will be installed:
--------------------------------------------------

WebLogic Platform 10.3.0.0
|_____WebLogic Server
| |_____Core Application Server
| |_____Administration Console
| |_____Configuration Wizard and Upgrade Framework
| |_____Web 2.0 HTTP Pub-Sub Server
| |_____WebLogic JDBC Drivers
| |_____Third Party JDBC Drivers
| |_____WebLogic Server Clients
| |_____WebLogic Web Server Plugins
| |_____UDDI and Xquery Support
|_____JDKs
|_____Sun SDK 1.6.0_05
|_____BEA JRockit 1.6.0_05 SDK

*Estimated size of installation: 713.3 MB
Enter [Exit][Previous][Next]> next
§2.2.9 文件复制
<--------------- Oracle Installer - WebLogicPlatform 10.3.0.0 --------------->

Installing files..

0% 25% 50% 75% 100%
[------------|------------|------------|------------]
[*****************************
Performing String Substitutions...
Creating Domains...
§2.2.10 安装结束
<--------------- Oracle Installer - WebLogicPlatform 10.3.0.0 --------------->
Installation Complete
Congratulations! Installation is complete.
Press [Enter] to continue or type [Exit]> 按回车键
§2.3 创建管理服务器的域
AdminServer Name: AdminServer
Listen Address: 192.168.100.1
Listen Port: 8080
SSL Listen Port: 8081
SSL enabled: true
Domain Name: weblogic
§2.3.1 运行Configuration Wizard
$ cd /bea/wlserver_10.3/common/bin
./config.sh -mode=console
§2.3.2 选择创建新域
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Welcome:
--------
Choose between creating and extending a domain. Based on yourselection,
the Configuration Wizard guides you through the steps to generate anew 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
| Extend an existing WebLogic domain. Use this option to add
|applications and services, or to override existing database access(JDBC)
|and messaging (JMS) settings. You can also incorporateadditional
|functionality in your domain, for example, by including AquaLogicService
|Bus.
Enter index number to select OR [Exit][Next]>1
§2.3.3 选择域源
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->
Select Domain Source:
---------------------
Select the source from which the domain will be created. You cancreate the
domain by selecting from the required components or by selectingfrom a
list of existing domain templates.

->1|Choose Weblogic Platform components
| You can choose the Weblogic component(s) that you want supportedin
|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
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Application Template Selection:
-------------------------------
Available Templates
|_____WebLogic Server (Required)x
Enter number exactly as it appears in brackets to toggle selectionOR [Exit][Previous][Next]> next

§2.3.4 配置管理员及密码
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Configure Administrator Username and Password:
----------------------------------------------

Create a user to be assigned to the Administrator role. This useris the
default administrator used to start development mode servers.

| Name | Value |
_|_________________________|_________________________________________|
1| *User 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 "User name"
2 - Modify "User password"
3 - Modify "Confirm user password"
4 - Modify "Description"
Enter option number to select OR[Exit][Previous][Next]> 2
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Configure Administrator Username and Password:
----------------------------------------------

Create a user to be assigned to the Administrator role. This useris the
default administrator used to start development mode servers.

"*User password:" = []
Enter new *User password: OR[Exit][Reset][Accept]>
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Configure Administrator Username and Password:
----------------------------------------------

Create a user to be assigned to the Administrator role. This useris the
default administrator used to start development mode servers.
| Name | Value |
_|_________________________|_________________________________________|
1| *User 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 "User 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
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Configure Administrator Username and Password:
----------------------------------------------

Create a user to be assigned to the Administrator role. This useris the
default administrator used to start development mode servers.

"*Confirm user password:" = []
Enter new *Confirm user password: OR[Exit][Reset][Accept]>
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->
Configure Administrator Username and Password:
----------------------------------------------

Create a user to be assigned to the Administrator role. This useris the
default administrator used to start development mode servers.
| Name | Value |
_|_________________________|_________________________________________|
1| *User 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 "User 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]> Next
§2.3.5 选产品模式+JRockitJDK
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

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
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Java SDK Selection:
-------------------

->1|JRockit SDK 1.6.0_05 @ /bea/jrockit_160_05
2|Sun SDK 1.6.0_05 @ /bea/jdk160_05
3|Other Java SDK
Enter index number to select OR[Exit][Previous][Next]> 1

§2.3.6 选择要定制环境与服务设置
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Choose Configuration Option:
----------------------------

*Do you want to modify any of the preconfigured settings ordefaults in
*your template?
*
*To keep the default or template settings, and proceed directly toname and *create your domain, leave No selected.

1|Yes

->2|No
Enter index number to select OR[Exit][Previous][Next]> 1

§2.3.7 暂不配置安全存储
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Configure RDBMS Security Store Options:
---------------------------------------

Create the RDBMS tables in your datastore prior to booting yourdomain. The
scripts for use by your DBA are in WebLogic Server's server/libdirectory.
Click Next to keep the template settings or bypass RDBMSoptions.

->1|I don't want to change anything here.

2|I want to create, change, or remove RDBMS support.
Enter index number to select OR[Exit][Previous][Next]> 1
  §2.3.8 配置管理服务器的端口
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Configure the Administration Server:
------------------------------------

Enter adminstration server configurations. Each WebLogic Serverdomain must
have one Administration Server. The Administration Server hoststhe
Administration Console which is used to perform administrativetasks.

| Name | Value |
_|__________________|_____________________|
1| *Name: | AdminServer |
2| Listen address: | All Local Addresses |
3| Listen port: | 7001 |
4| SSL listen port: | N/A |
5| SSL enabled: | false |

Use above value or select another option:
1 - Modify "Name"
2 - Modify "Listen address"
3 - Modify "Listen port"
4 - Modify "SSL enabled"




Enter option number to select OR[Exit][Previous][Next]> 2
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Configure the Administration Server:
------------------------------------

Enter adminstration server configurations. Each WebLogic Serverdomain must
have one Administration Server. The Administration Server hoststhe
Administration Console which is used to perform administrativetasks.

| Name | Value |
_|__________________|_____________________|
1| *Name: | AdminServer |
2| Listen address: | All Local Addresses |
3| Listen port: | 7001 |
4| SSL listen port: | N/A |
5| SSL enabled: | false |




Enter value for "Listen address" OR[Exit][Previous][Next]> 192.168.100.30
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Configure the Administration Server:
------------------------------------

Enter adminstration server configurations. Each WebLogic Serverdomain must
have one Administration Server. The Administration Server hoststhe
Administration Console which is used to perform administrativetasks.

| Name | Value |
_|__________________|________________|
1| *Name: | AdminServer |
2| Listen address: | 192.168.100.30 |
3| Listen port: | 7001 |
4| SSL listen port: | N/A |
5| SSL enabled: | false |

Use above value or select another option:
1 - Modify "Name"
2 - Modify "Listen address"
3 - Modify "Listen port"
4 - Modify "SSL enabled"
5 - Discard Changes




Enter option number to select OR[Exit][Previous][Next]> 3
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Configure the Administration Server:
------------------------------------

Enter adminstration server configurations. Each WebLogic Serverdomain must
have one Administration Server. The Administration Server hoststhe
Administration Console which is used to perform administrativetasks.

| Name | Value |
_|__________________|_____________________|
1| *Name: | AdminServer |
2| Listen address: | All Local Addresses |
3| Listen port: | 7001 |
4| SSL listen port: | N/A |
5| SSL enabled: | false |




Enter value for "Listen port" OR[Exit][Previous][Next]> 8080
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Configure the Administration Server:
------------------------------------

Enter adminstration server configurations. Each WebLogic Serverdomain must
have one Administration Server. The Administration Server hoststhe
Administration Console which is used to perform administrativetasks.

| Name | Value |
_|__________________|_____________________|
1| *Name: | AdminServer |
2| Listen address: | All Local Addresses |
3| Listen port: | 8080 |
4| SSL listen port: | N/A |
5| SSL enabled: | false |

Use above value or select another option:
1 - Modify "Name"
2 - Modify "Listen address"
3 - Modify "Listen port"
4 - Modify "SSL enabled"




Enter option number to select OR[Exit][Previous][Next]> 4
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Configure the Administration Server:
------------------------------------

Enter adminstration server configurations. Each WebLogic Serverdomain must
have one Administration Server. The Administration Server hoststhe
Administration Console which is used to perform administrativetasks.

*Enter index number to modify "Value"

1|true
->2|false
3|Unspecified




Enter index number to select OR[Exit][Reset][Accept]> 1
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Configure the Administration Server:
------------------------------------

Enter adminstration server configurations. Each WebLogic Serverdomain must
have one Administration Server. The Administration Server hoststhe
Administration Console which is used to perform administrativetasks.

| Name | Value |
_|__________________|_____________________|
1| *Name: | AdminServer |
2| Listen address: | All Local Addresses |
3| Listen port: | 8080 |
4| SSL listen port: | 7002 |
5| SSL enabled: | true |

Use above value or select another option:
1 - Modify "Name"
2 - Modify "Listen address"
3 - Modify "Listen port"
4 - Modify "SSL listen port"
5 - Modify "SSL enabled"
6 - Discard Changes




Enter option number to select OR[Exit][Previous][Next]> 4
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Configure the Administration Server:
------------------------------------

Enter adminstration server configurations. Each WebLogic Serverdomain must
have one Administration Server. The Administration Server hoststhe
Administration Console which is used to perform administrativetasks.

| Name | Value |
_|__________________|_____________________|
1| *Name: | AdminServer |
2| Listen address: | All Local Addresses |
3| Listen port: | 8080 |
4| SSL listen port: | 7002 |
5| SSL enabled: | true |




Enter value for "SSL listen port" OR[Exit][Previous][Next]> 8081
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Configure the Administration Server:
------------------------------------

Enter adminstration server configurations. Each WebLogic Serverdomain must
have one Administration Server. The Administration Server hoststhe
Administration Console which is used to perform administrativetasks.

| Name | Value |
_|__________________|_____________________|
1| *Name: | AdminServer |
2| Listen address: | All Local Addresses |
3| Listen port: | 8080 |
4| SSL listen port: | 8081 |
5| SSL enabled: | true |

Use above value or select another option:
1 - Modify "Name"
2 - Modify "Listen address"
3 - Modify "Listen port"
4 - Modify "SSL listen port"
5 - Modify "SSL enabled"
6 - Discard Changes




Enter option number to select OR[Exit][Previous][Next]> next

§2.3.9 暂不添加受管的服务器
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Configure Managed Servers:
--------------------------

Add or delete configuration information for Managed Servers. Atypical
production environment has one or more Managed Servers. EachManaged Server
is an instance of WebLogic Server used to host enterpriseapplications.

| Name* | Listen address | Listen port | SSL listen port | SSLenabled |
_|_______|________________|_____________|_________________|_____________|




Enter name for a new OR [Exit][Previous][Next]>next
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Configure Clusters:
-------------------

Add or delete configuration information for clusters. A clustercontains
multiple WebLogic Server instances that run simultaneously andwork
together to provide increased scalability and reliability. Acluster
appears to be a single WebLogic Server instance to clients.

| Name* | Multicast address | Multicast port | Cluster address|
_|_______|___________________|________________|_________________|




Enter name for a new Cluster OR[Exit][Previous][Next]> next

§2.3.10 暂不添加受管的主机
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Configure Machines:
-------------------

Add or delete machines. A machine hosts one or more WebLogicServer
instances. The Admin Server and Node Manager use this machinedefinition to
start remote servers.

| Name* | Node manager listen address | Node manager listen port|
_|_______|_____________________________|__________________________|




Enter name for a new Machine OR[Exit][Previous][Next]> next
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Configure Unix Machines:
------------------------

Add or delete machines. A machine hosts one or more WebLogicServer
instances. The Admin Server and Node Manager use this machinedefinition to
start remote servers.

| Name |
_|______|




Enter name for a new Unix Machine OR[Exit][Previous][Next]> next

§2.3.11 指定域名
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Select the target domain directory for this domain:
---------------------------------------------------

"Target Location" = [Enter new value or use default
"/bea/user_projects/domains"]




Enter new Target Location OR [Exit][Previous][Next]>next
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Edit Domain Information:
------------------------

| Name | Value |
_|________|_____________|
1| *Name: | base_domain |




Enter value for "Name" OR [Exit][Previous][Next]>weblogic
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Edit Domain Information:
------------------------

| Name | Value |
_|________|__________|
1| *Name: | weblogic |

Use above value or select another option:
1 - Modify "Name"
2 - Discard Changes




Enter option number to select OR[Exit][Previous][Next]> next

§2.3.12 创建域
<-------------------- Oracle WebLogic ConfigurationWizard ------------------->

Creating Domain...

0% 25% 50% 75% 100%
[------------|------------|------------|------------]
[***************************************************]


**** Domain Created Successfully! ****

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-182402-1-1.html 上篇帖子: Linux下配置WebLogic Server集群 zz 下篇帖子: linux下weblogic81集群配置实例
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表