大量更新
This commit is contained in:
26
85-20260617-江西环境整理/0-资源草稿.md
Normal file
26
85-20260617-江西环境整理/0-资源草稿.md
Normal file
@@ -0,0 +1,26 @@
|
||||
老平台密码
|
||||
Super.123@
|
||||
|
||||
二期密码
|
||||
P@ssw0rd!2025
|
||||
|
||||
老平台中 去除
|
||||
10.20.1.132 没在集群 GPU+存储 回收
|
||||
10.20.1.142 10.20.1.144 10.20.1.145 暂时不退 老平台部署在这里 一个月后删除即可
|
||||
二期通感平台
|
||||
去除
|
||||
10.32.8.135,10.32.8.136,10.32.8.137,10.32.8.138.
|
||||
保留
|
||||
10.32.8.139 存储 部署MINIO
|
||||
10.32.8.140 GPU
|
||||
|
||||
新的部署方案
|
||||
10.20.1.133
|
||||
10.20.1.141
|
||||
10.32.8.139 存储 部署MINIO
|
||||
10.32.8.140 GPU
|
||||
|
||||
|
||||
需求:
|
||||
1. 使用K8S的方式部署最新的视频流媒体 老集群 10.20.1.133 或者 10.20.1.141 上面
|
||||
2. 检查 10.32.8.139 存储 部署MINIO
|
||||
28
85-20260617-江西环境整理/1-节点驱逐.md
Normal file
28
85-20260617-江西环境整理/1-节点驱逐.md
Normal file
@@ -0,0 +1,28 @@
|
||||
主机节点的信息为:
|
||||
[root@master-node ~]# kubectl get node -o wide --show-labels
|
||||
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME LABELS
|
||||
10.20.1.130 Ready controlplane,etcd,worker 2y272d v1.20.4 10.20.1.130 <none> openEuler 20.03 (LTS-SP3) 4.19.90-2209.1.0.0166.oe1.x86_64 docker://20.10.15 beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,ingress-deploy=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=10.20.1.130,kubernetes.io/os=linux,node-role.kubernetes.io/controlplane=true,node-role.kubernetes.io/etcd=true,node-role.kubernetes.io/worker=true,uavcloud.env=demo
|
||||
10.20.1.133 Ready worker 2y272d v1.20.4 10.20.1.133 <none> openEuler 20.03 (LTS-SP3) 4.19.90-2209.1.0.0166.oe1.x86_64 docker://20.10.15 beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,kubernetes.io/arch=amd64,kubernetes.io/hostname=10.20.1.133,kubernetes.io/os=linux,node-role.kubernetes.io/worker=true,uavcloud.env=demo
|
||||
10.20.1.134 Ready worker 2y272d v1.20.4 10.20.1.134 <none> openEuler 20.03 (LTS-SP3) 4.19.90-2209.1.0.0166.oe1.x86_64 docker://20.10.15 beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,kubernetes.io/arch=amd64,kubernetes.io/hostname=10.20.1.134,kubernetes.io/os=linux,mysql-deploy=true,node-role.kubernetes.io/worker=true
|
||||
10.20.1.141 Ready worker 510d v1.20.4 10.20.1.141 <none> BigCloud Enterprise Linux For Euler 21.10 LTS 4.19.90-2107.6.0.0192.8.oe1.bclinux.x86_64 docker://20.10.15 beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,ingress-deploy=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=10.20.1.141,kubernetes.io/os=linux,node-role.kubernetes.io/worker=true,uavcloud.env=demo
|
||||
10.20.1.142 Ready worker 510d v1.20.4 10.20.1.142 <none> BigCloud Enterprise Linux For Euler 21.10 LTS 4.19.90-2107.6.0.0192.8.oe1.bclinux.x86_64 docker://20.10.15 beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,ingress-deploy=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=10.20.1.142,kubernetes.io/os=linux,node-role.kubernetes.io/worker=true,uavcloud.env=demo
|
||||
10.20.1.144 Ready worker 510d v1.20.4 10.20.1.144 <none> BigCloud Enterprise Linux For Euler 21.10 LTS 4.19.90-2107.6.0.0192.8.oe1.bclinux.x86_64 docker://20.10.15 beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,ingress-deploy=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=10.20.1.144,kubernetes.io/os=linux,node-role.kubernetes.io/worker=true,uavcloud.env=demo
|
||||
10.20.1.145 Ready worker 510d v1.20.4 10.20.1.145 <none> BigCloud Enterprise Linux For Euler 21.10 LTS 4.19.90-2107.6.0.0192.8.oe1.bclinux.x86_64 docker://20.10.15 beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,ingress-deploy=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=10.20.1.145,kubernetes.io/os=linux,node-role.kubernetes.io/worker=true,uavcloud.env=demo
|
||||
|
||||
我现在的需求是
|
||||
1. 需要清退10.20.1.142,10.20.1.144 10.20.1.145这几台机器,但是要在一个月之后,
|
||||
2. jxyd内部的deployment的生命周期与这几台机器的周期相同
|
||||
3. jxyd内部的中间件可以保留,后续其他的平台需要使用,因此需要调度到 10.20.1.133 10.20.1.134 10.20.1.141之上
|
||||
4. 需要检查每个deployment的资源信息
|
||||
1. 如果现在的资源比这个大,需要统一调整为 resources:
|
||||
limits:
|
||||
cpu: '2'
|
||||
memory: 2Gi
|
||||
requests:
|
||||
cpu: '1'
|
||||
memory: 500Mi
|
||||
2. 调整中需要同步修改 container的 -env:
|
||||
- name: CUST_JAVA_OPTS
|
||||
value: '-Xms500m -Xmx2000m -Dlog4j2.formatMsgNoLookups=true'
|
||||
|
||||
请你结合上面的需求,给我完整解决方案, 可以使用python3 shell kubectl结合的方式
|
||||
679
85-20260617-江西环境整理/江西移动-老平台.doc
Normal file
679
85-20260617-江西环境整理/江西移动-老平台.doc
Normal file
@@ -0,0 +1,679 @@
|
||||
Date: Wed, 17 Jun 2026 10:07:51 +0800 (CST)
|
||||
Message-ID: <341782432.932.1781662071469@localhost>
|
||||
Subject: Exported From Confluence
|
||||
MIME-Version: 1.0
|
||||
Content-Type: multipart/related;
|
||||
boundary="----=_Part_931_1321216193.1781662071468"
|
||||
|
||||
------=_Part_931_1321216193.1781662071468
|
||||
Content-Type: text/html; charset=UTF-8
|
||||
Content-Transfer-Encoding: quoted-printable
|
||||
Content-Location: file:///C:/exported.html
|
||||
|
||||
<html xmlns:o=3D'urn:schemas-microsoft-com:office:office'
|
||||
xmlns:w=3D'urn:schemas-microsoft-com:office:word'
|
||||
xmlns:v=3D'urn:schemas-microsoft-com:vml'
|
||||
xmlns=3D'urn:w3-org-ns:HTML'>
|
||||
<head>
|
||||
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dutf-8=
|
||||
">
|
||||
<title>=E6=B1=9F=E8=A5=BF=E7=A7=BB=E5=8A=A8-=E8=80=81=E5=B9=B3=E5=8F=B0=
|
||||
</title>
|
||||
<!--[if gte mso 9]>
|
||||
<xml>
|
||||
<o:OfficeDocumentSettings>
|
||||
<o:TargetScreenSize>1024x640</o:TargetScreenSize>
|
||||
<o:PixelsPerInch>72</o:PixelsPerInch>
|
||||
<o:AllowPNG/>
|
||||
</o:OfficeDocumentSettings>
|
||||
<w:WordDocument>
|
||||
<w:View>Print</w:View>
|
||||
<w:Zoom>90</w:Zoom>
|
||||
<w:DoNotOptimizeForBrowser/>
|
||||
</w:WordDocument>
|
||||
</xml>
|
||||
<![endif]-->
|
||||
<style>
|
||||
<!--
|
||||
@page Section1 {
|
||||
size: 8.5in 11.0in;
|
||||
margin: 1.0in;
|
||||
mso-header-margin: .5in;
|
||||
mso-footer-margin: .5in;
|
||||
mso-paper-source: 0;
|
||||
}
|
||||
|
||||
table {
|
||||
border: solid 1px;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table td, table th {
|
||||
border: solid 1px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
td {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
tr {
|
||||
page-break-after: avoid;
|
||||
}
|
||||
|
||||
div.Section1 {
|
||||
page: Section1;
|
||||
}
|
||||
|
||||
/* Confluence print stylesheet. Common to all themes for print medi=
|
||||
a */
|
||||
/* Full of !important until we improve batching for print CSS */
|
||||
|
||||
@media print {
|
||||
#main {
|
||||
padding-bottom: 1em !important; /* The default padding of 6em is to=
|
||||
o much for printouts */
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Arial, Helvetica, FreeSans, sans-serif;
|
||||
font-size: 10pt;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
body, #full-height-container, #main, #page, #content, .has-personal-sid=
|
||||
ebar #content {
|
||||
background: #fff !important;
|
||||
color: #000 !important;
|
||||
border: 0 !important;
|
||||
width: 100% !important;
|
||||
height: auto !important;
|
||||
min-height: auto !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
a, a:link, a:visited, a:focus, a:hover, a:active {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
#content h1,
|
||||
#content h2,
|
||||
#content h3,
|
||||
#content h4,
|
||||
#content h5,
|
||||
#content h6 {
|
||||
font-family: Arial, Helvetica, FreeSans, sans-serif;
|
||||
page-break-after: avoid;
|
||||
}
|
||||
|
||||
pre {
|
||||
font-family: Monaco, "Courier New", monospace;
|
||||
}
|
||||
|
||||
#header,
|
||||
.aui-header-inner,
|
||||
#navigation,
|
||||
#sidebar,
|
||||
.sidebar,
|
||||
#personal-info-sidebar,
|
||||
.ia-fixed-sidebar,
|
||||
.page-actions,
|
||||
.navmenu,
|
||||
.ajs-menu-bar,
|
||||
.noprint,
|
||||
.inline-control-link,
|
||||
.inline-control-link a,
|
||||
a.show-labels-editor,
|
||||
.global-comment-actions,
|
||||
.comment-actions,
|
||||
.quick-comment-container,
|
||||
#addcomment {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* CONF-28544 cannot print multiple pages in IE */
|
||||
#splitter-content {
|
||||
position: relative !important;
|
||||
}
|
||||
|
||||
.comment .date::before {
|
||||
content: none !important; /* remove middot for print view */
|
||||
}
|
||||
|
||||
h1.pagetitle img {
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.print-only {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#footer {
|
||||
position: relative !important; /* CONF-17506 Place the footer at en=
|
||||
d of the content */
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: none;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#poweredby {
|
||||
border-top: none;
|
||||
background: none;
|
||||
}
|
||||
|
||||
#poweredby li.print-only {
|
||||
display: list-item;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#poweredby li.noprint {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* no width controls in print */
|
||||
.wiki-content .table-wrap,
|
||||
.wiki-content p,
|
||||
.panel .codeContent,
|
||||
.panel .codeContent pre,
|
||||
.image-wrap {
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
/* TODO - should this work? */
|
||||
#children-section,
|
||||
#comments-section .comment,
|
||||
#comments-section .comment .comment-body,
|
||||
#comments-section .comment .comment-content,
|
||||
#comments-section .comment p {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
#page-children a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/**
|
||||
hide twixies
|
||||
|
||||
the specificity here is a hack because print styles
|
||||
are getting loaded before the base styles. */
|
||||
#comments-section.pageSection .section-header,
|
||||
#comments-section.pageSection .section-title,
|
||||
#children-section.pageSection .section-header,
|
||||
#children-section.pageSection .section-title,
|
||||
.children-show-hide {
|
||||
padding-left: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.children-show-hide.icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* personal sidebar */
|
||||
.has-personal-sidebar #content {
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.has-personal-sidebar #content .pageSection {
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.no-print, .no-print * {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>=E6=B1=9F=E8=A5=BF=E7=A7=BB=E5=8A=A8-=E8=80=81=E5=B9=B3=E5=8F=B0</h=
|
||||
1>
|
||||
<div class=3D"Section1">
|
||||
<p>=E9=9C=80=E6=B1=82=E6=9D=A5=E6=BA=90=EF=BC=9A=E5=8D=A2=E7=A6=B9=
|
||||
=E6=9D=89</p>
|
||||
<h2 id=3D"id-=E6=B1=9F=E8=A5=BF=E7=A7=BB=E5=8A=A8=E8=80=81=E5=B9=B3=E5=8F=
|
||||
=B0-=E8=B5=84=E6=BA=90=E6=B8=85=E5=8D=95">=E8=B5=84=E6=BA=90=E6=B8=85=E5=8D=
|
||||
=95</h2>
|
||||
<h3 id=3D"id-=E6=B1=9F=E8=A5=BF=E7=A7=BB=E5=8A=A8=E8=80=81=E5=B9=B3=E5=8F=
|
||||
=B0-=E7=A1=AC=E4=BB=B6=E8=B5=84=E6=BA=90">=E7=A1=AC=E4=BB=B6=E8=B5=84=E6=BA=
|
||||
=90</h3>
|
||||
<div class=3D"table-wrap">
|
||||
<table class=3D"relative-table wrapped confluenceTable" style=3D"width: 83.=
|
||||
5982%;">
|
||||
<colgroup>
|
||||
<col style=3D"width: 14.3589%;">
|
||||
<col style=3D"width: 39.5798%;">
|
||||
<col style=3D"width: 6.87219%;">
|
||||
<col style=3D"width: 13.3773%;">
|
||||
<col style=3D"width: 16.0164%;">
|
||||
<col style=3D"width: 9.818%;">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class=3D"confluenceTd">=E4=BA=A7=E5=93=81</td>
|
||||
<td class=3D"confluenceTd">=E8=A7=84=E6=A0=BC</td>
|
||||
<td class=3D"confluenceTd">=E6=95=B0=E9=87=8F</td>
|
||||
<td class=3D"confluenceTd">=E6=93=8D=E4=BD=9C=E7=B3=BB=E7=BB=9F</td>
|
||||
<td class=3D"confluenceTd">=E5=B9=B3=E9=9D=A2=E4=B8=80<br>10.20.1.128/27</t=
|
||||
d>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class=3D"confluenceTd">=E4=BA=91=E4=B8=BB=E6=9C=BA</td>
|
||||
<td class=3D"confluenceTd">=E9=80=9A=E7=94=A8=E7=8B=AC=E4=BA=AB=E5=9E=8B | =
|
||||
c7n.xlarge.2 | 8vCPUs | 32 GiB|=E7=B3=BB=E7=BB=9F=E7=9B=98 =E9=AB=98IO 60G =
|
||||
|=E6=95=B0=E6=8D=AE=E7=9B=98 =E9=AB=98IO 500G</td>
|
||||
<td class=3D"confluenceTd">1</td>
|
||||
<td class=3D"confluenceTd">openEuler</td>
|
||||
<td class=3D"confluenceTd">10.20.1.130</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><p><br></p><p><strong>36.138.132.2=
|
||||
40</strong></p><p>master</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class=3D"confluenceTd">GPU=E4=BA=91=E4=B8=BB=E6=9C=BA</td>
|
||||
<td class=3D"confluenceTd">GPU=E5=8A=A0=E9=80=9F=E5=9E=8B | pi2.2xlarge.4 |=
|
||||
8vCPUs | 32 GiB | GPU=E6=98=BE=E5=8D=A1: 1 * NVIDIA T4 / 1 * 16G</td>
|
||||
<td class=3D"confluenceTd">1</td>
|
||||
<td class=3D"confluenceTd">centos7.4</td>
|
||||
<td class=3D"confluenceTd">10.20.1.132</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">storage</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class=3D"confluenceTd">=E4=BA=91=E4=B8=BB=E6=9C=BA</td>
|
||||
<td class=3D"confluenceTd">=E9=80=9A=E7=94=A8=E7=8B=AC=E4=BA=AB=E5=9E=8B | =
|
||||
c7n.xlarge.2 | 12vCPUs | 24 GiB|=E7=B3=BB=E7=BB=9F=E7=9B=98 =E9=AB=98IO 60G=
|
||||
|=E6=95=B0=E6=8D=AE=E7=9B=98 =E9=AB=98IO 500G</td>
|
||||
<td class=3D"confluenceTd">1</td>
|
||||
<td class=3D"confluenceTd">openEuler</td>
|
||||
<td class=3D"confluenceTd">10.20.1.133</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">=E4=BA=91=E4=B8=BB=E6=9C=BA</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">=E9=80=9A=E7=94=A8=E7=8B=AC=E4=BA=
|
||||
=AB=E5=9E=8B | c7n.xlarge.2 | 12vCPUs | 24 GiB|=E7=B3=BB=E7=BB=9F=E7=9B=98 =
|
||||
=E9=AB=98IO 60G |=E6=95=B0=E6=8D=AE=E7=9B=98 =E9=AB=98IO 500G</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">1</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">openEuler</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">10.20.1.134</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">=E4=BA=91=E4=B8=BB=E6=9C=BA</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">=E9=80=9A=E7=94=A8=E7=8B=AC=E4=BA=
|
||||
=AB=E5=9E=8B | c7n.xlarge.2 | 12vCPUs | 24 GiB|=E7=B3=BB=E7=BB=9F=E7=9B=98 =
|
||||
=E9=AB=98IO 40G |=E6=95=B0=E6=8D=AE=E7=9B=98 =E9=AB=98IO 500G</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">1</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">BigCloud Enterprise Linux For Eule=
|
||||
r 21.10 LTS</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">10.20.1.141</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">=E6=96=B0=E5=A2=9Eworker</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">=E4=BA=91=E4=B8=BB=E6=9C=BA</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">=E9=80=9A=E7=94=A8=E7=8B=AC=E4=BA=
|
||||
=AB=E5=9E=8B | c7n.xlarge.2 | 12vCPUs | 24 GiB|=E7=B3=BB=E7=BB=9F=E7=9B=98 =
|
||||
=E9=AB=98IO 40G |=E6=95=B0=E6=8D=AE=E7=9B=98 =E9=AB=98IO 500G</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">1</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">BigCloud Enterprise Linux For Eule=
|
||||
r 21.10 LTS</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">10.20.1.142</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">=E6=96=B0=E5=A2=9Eworker</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">=E4=BA=91=E4=B8=BB=E6=9C=BA</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">=E9=80=9A=E7=94=A8=E7=8B=AC=E4=BA=
|
||||
=AB=E5=9E=8B | c7n.xlarge.2 | 12vCPUs | 24 GiB|=E7=B3=BB=E7=BB=9F=E7=9B=98 =
|
||||
=E9=AB=98IO 40G |=E6=95=B0=E6=8D=AE=E7=9B=98 =E9=AB=98IO 500G</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">1</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">BigCloud Enterprise Linux For Eule=
|
||||
r 21.10 LTS</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">10.20.1.144</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">=E6=96=B0=E5=A2=9Eworker</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">=E4=BA=91=E4=B8=BB=E6=9C=BA</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">=E9=80=9A=E7=94=A8=E7=8B=AC=E4=BA=
|
||||
=AB=E5=9E=8B | c7n.xlarge.2 | 12vCPUs | 24 GiB|=E7=B3=BB=E7=BB=9F=E7=9B=98 =
|
||||
=E9=AB=98IO 40G |=E6=95=B0=E6=8D=AE=E7=9B=98 =E9=AB=98IO 500G</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">1</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">BigCloud Enterprise Linux For Eule=
|
||||
r 21.10 LTS</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">10.20.1.145</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">=E6=96=B0=E5=A2=9Eworker</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class=3D"confluenceTd">=E5=BC=B9=E6=80=A7=E8=B4=9F=E8=BD=BD=E5=9D=87=E8=
|
||||
=A1=A1</td>
|
||||
<td class=3D"confluenceTd">=E5=85=B1=E4=BA=AB=E5=9E=8B</td>
|
||||
<td class=3D"confluenceTd">1</td>
|
||||
<td class=3D"confluenceTd"><br></td>
|
||||
<td class=3D"confluenceTd"><br></td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class=3D"confluenceTd">=E5=BC=B9=E6=80=A7=E5=85=AC=E7=BD=91IP</td>
|
||||
<td class=3D"confluenceTd">100M</td>
|
||||
<td class=3D"confluenceTd">1</td>
|
||||
<td class=3D"confluenceTd">2024 =E5=B7=B2=E5=8D=87=E7=BA=A7</td>
|
||||
<td class=3D"confluenceTd"><br></td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<p><br></p>
|
||||
<h3 id=3D"id-=E6=B1=9F=E8=A5=BF=E7=A7=BB=E5=8A=A8=E8=80=81=E5=B9=B3=E5=8F=
|
||||
=B0-=E6=9C=8D=E5=8A=A1=E5=99=A8=E8=B4=A6=E5=8F=B7=E5=AF=86=E7=A0=81">=E6=9C=
|
||||
=8D=E5=8A=A1=E5=99=A8=E8=B4=A6=E5=8F=B7=E5=AF=86=E7=A0=81</h3>
|
||||
<div class=3D"table-wrap">
|
||||
<table class=3D"wrapped relative-table confluenceTable" style=3D"width: 38.=
|
||||
0274%;">
|
||||
<colgroup>
|
||||
<col style=3D"width: 9.09091%;">
|
||||
<col style=3D"width: 27.2727%;">
|
||||
<col style=3D"width: 21.3564%;">
|
||||
<col style=3D"width: 42.2799%;">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class=3D"confluenceTh">=E7=94=A8=E6=88=B7=E5=90=8D</th>
|
||||
<th class=3D"confluenceTh">=E5=AF=86=E7=A0=81</th>
|
||||
<th class=3D"confluenceTh"><br></th>
|
||||
<th class=3D"confluenceTh"><br></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class=3D"confluenceTd"><p><strong>36.138.132.240</strong></p><p>app</p>=
|
||||
</td>
|
||||
<td class=3D"confluenceTd"><p><s>P@ssw0rd!2024</s></p><p>2025-0325=E6=9B=B4=
|
||||
=E6=94=B9=EF=BC=88=E6=9C=8D=E5=8A=A1=E5=99=A8=E5=88=97=E8=A1=A8=E7=9A=84=E6=
|
||||
=9C=8D=E5=8A=A1=E5=99=A8=EF=BC=8C=E5=AF=86=E7=A0=81=E9=83=BD=E4=B8=80=E8=B5=
|
||||
=B7=E6=94=B9=E4=BA=86=EF=BC=89=E4=B8=BA=EF=BC=9A</p><p>Super.123@ </p>=
|
||||
</td>
|
||||
<td class=3D"confluenceTd">su - root</td>
|
||||
<td class=3D"confluenceTd">=E4=BD=BF=E7=94=A8root=E9=9C=80=E8=A6=81=E6=89=
|
||||
=BE=E5=AF=B9=E6=96=B9=E7=94=B3=E8=AF=B7root=E5=AF=86=E7=A0=81</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">root</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><br></td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><br></td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<h3 id=3D"id-=E6=B1=9F=E8=A5=BF=E7=A7=BB=E5=8A=A8=E8=80=81=E5=B9=B3=E5=8F=
|
||||
=B0-=E7=BD=91=E7=BB=9C=E8=B5=84=E6=BA=90">=E7=BD=91=E7=BB=9C=E8=B5=84=E6=BA=
|
||||
=90</h3>
|
||||
<p>=E7=A7=BB=E5=8A=A8=E4=BA=91=E8=B5=84=E6=BA=90=E5=A6=82=E4=B8=8B=EF=BC=9A=
|
||||
<br>=E5=85=AC=E7=BD=91IP: </p>
|
||||
<p><br></p>
|
||||
<p><strong>36.138.132.240 =EF=BC=88=E7=94=A8=E8=BF=99=E4=B8=AA=E8=BF=9E=E6=
|
||||
=8E=A5 =E6=9C=8D=E5=8A=A1=E5=99=A8ssh=EF=BC=89</strong></p>
|
||||
<p><strong>36.138.132.240</strong></p>
|
||||
<p><strong>36.138.132.240</strong></p>
|
||||
<p><br></p>
|
||||
<p><span>=E5=85=AC=E7=BD=91=E7=AB=AF=E5=8F=A3=E5=A6=82=E4=B8=8B</span></p>
|
||||
<p><br>8081/8443(HTTP)<span>=EF=BC=8C39000(HTTP)=EF=BC=8C31883(TCP)=EF=BC=
|
||||
=8C38083(TCP)=EF=BC=8C31935(TCP)=EF=BC=8C30090=EF=BC=88UDP=EF=BC=89=EF=BC=
|
||||
=8C30080 =EF=BC=88HTTP=EF=BC=89,30554(TCP), 30556(UDP+TCP)=EF=BC=8C38989=EF=
|
||||
=BC=88TCP=EF=BC=89</span></p>
|
||||
<p><br></p>
|
||||
<p>=E6=88=90=E7=A0=94=E8=AE=BF=E9=97=AE=E7=9A=84=E7=99=BD=E5=90=8D=E5=8D=95=
|
||||
IP:<br> 183.220.149.17-183.220.149.24<br> 183.220.1=
|
||||
49.27-183.220.149.30</p>
|
||||
<p><br></p>
|
||||
<p><br></p>
|
||||
<div class=3D"table-wrap">
|
||||
<table class=3D"wrapped confluenceTable">
|
||||
<colgroup>
|
||||
<col>
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class=3D"confluenceTh">dashboard</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class=3D"confluenceTd"><a href=3D"https://36.138.132.240:30554/#/login"=
|
||||
class=3D"external-link" rel=3D"nofollow">https://36.138.132.240:30554/#/lo=
|
||||
gin</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">eyJhbGciOiJSUzI1NiIsImtpZCI6IjlPX3=
|
||||
VXRndkOEVvbHg1OF9pVmlBbmlYUXEzdmEybW9KQ2s0dVl0ZmRxZXMifQ.eyJpc3MiOiJrdWJlcm=
|
||||
5ldGVzL3NlcnZpY2VhY2NvdW50Iiwia3ViZXJuZXRlcy5pby9zZXJ2aWNlYWNjb3VudC9uYW1lc=
|
||||
3BhY2UiOiJrdWJlLXN5c3RlbSIsImt1YmVybmV0ZXMuaW8vc2VydmljZWFjY291bnQvc2VjcmV0=
|
||||
Lm5hbWUiOiJhZG1pbi11c2VyLXRva2VuLWRucXc5Iiwia3ViZXJuZXRlcy5pby9zZXJ2aWNlYWN=
|
||||
jb3VudC9zZXJ2aWNlLWFjY291bnQubmFtZSI6ImFkbWluLXVzZXIiLCJrdWJlcm5ldGVzLmlvL3=
|
||||
NlcnZpY2VhY2NvdW50L3NlcnZpY2UtYWNjb3VudC51aWQiOiJkYmY2MzM5Ni00MTA5LTQ5MGEtO=
|
||||
WE2MS02ZmQ0YTA1NWNkNDQiLCJzdWIiOiJzeXN0ZW06c2VydmljZWFjY291bnQ6a3ViZS1zeXN0=
|
||||
ZW06YWRtaW4tdXNlciJ9.Ksh_Cd_C_f5IjKA2ZWv9u4JVkHlxM-PhfEdtt6g2NC87SMsidKkkQ3=
|
||||
uSaj4Egnf0dOuRZIsVj67fVrarnsTl5Hy2N8zrgXP1o53YsauALBsqO_ShmdYMHYgFvJ5U_3Ig5=
|
||||
4tRm2nLsDpeai-6gEcoVvmuMm8GneiGiiLJI4BN2n9hbLrwKE5BG6L3TIUd_baGD0Oy0y-BY4JZ=
|
||||
6Lboc3J7fNKgUrcsBc0q5mw_XtW61gInnnPuhlQ2No4PLgKMZK0yq-9j8lfAE9RtfMqvllIyzjZ=
|
||||
0LwlRwD1cHwaVeY-sydl4mGNamGx9YnfpnxeIi5_U67uNIXW893UzH6yRyTqdKw</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class=3D"table-wrap">
|
||||
<table class=3D"wrapped confluenceTable">
|
||||
<colgroup>
|
||||
<col style=3D"width: 63.0px;">
|
||||
<col style=3D"width: 243.0px;">
|
||||
<col style=3D"width: 49.0px;">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class=3D"confluenceTh">=E9=A1=B9=E7=9B=AE</th>
|
||||
<th class=3D"confluenceTh">=E5=9C=B0=E5=9D=80</th>
|
||||
<th colspan=3D"1" class=3D"confluenceTh">=E8=B4=A6=E5=8F=B7</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class=3D"confluenceTd">=E4=B8=BB=E9=A1=B5=E9=9D=A2</td>
|
||||
<td class=3D"confluenceTd"><p><a href=3D"https://36.138.132.240:30554/#/log=
|
||||
in" class=3D"external-link" rel=3D"nofollow">http://36.138.132.240:</a>3008=
|
||||
0/pangu/</p><p><br></p><p><br></p><p><a href=3D"https://flight-controljxgnx=
|
||||
.com/pangu/" class=3D"external-link" rel=3D"nofollow">https://flight-contro=
|
||||
ljxgnx.com/pangu/</a></p></td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><p> jxydadmin D]2;qaDA8)G^t'M=
|
||||
</p><p><br></p><p><br></p><p><br></p><p>=E7=94=A8=E6=88=B7=E5=90=8D=EF=BC=
|
||||
=9Ajiangxiyidong</p><p>=E5=AF=86=E7=A0=81=EF=BC=9AN28*hQ)[waq22025</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class=3D"confluenceTd">OMS</td>
|
||||
<td class=3D"confluenceTd"><a href=3D"https://36.138.132.240:30554/#/login"=
|
||||
class=3D"external-link" rel=3D"nofollow">http://36.138.132.240:</a>30080/o=
|
||||
ms/</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><p>admin</p><p>cvi!LRtUWd</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">EMQX</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><span>36.138.132.240 <br>10.=
|
||||
20.1.130 31883</span></td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><pre>cmlc<br>odD8#Ve7.B</pre></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">RABBITMQ</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">10.20.1.130 35672</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><pre>admin<br>nYcRN91r._hj</pre></=
|
||||
td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">MINIO</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><span>36.138.132.240 39000</=
|
||||
span></td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><pre>cmii<br>B#923fC7mk</pre></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">NACOS</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><a href=3D"http://36.138.132.240:3=
|
||||
8989/nacos/" class=3D"external-link" rel=3D"nofollow">http://36.138.132.240=
|
||||
:38989/nacos/</a><br><a href=3D"http://36.138.132.240:38989/nacos/" class=
|
||||
=3D"external-link" rel=3D"nofollow">http://36.138.132.240:38848/nacos/</a><=
|
||||
/td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><p>developer</p><p>N@cos14Good</p>=
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<h2 id=3D"id-=E6=B1=9F=E8=A5=BF=E7=A7=BB=E5=8A=A8=E8=80=81=E5=B9=B3=E5=8F=
|
||||
=B0-=E9=83=A8=E7=BD=B2=E8=AF=A6=E6=83=85">=E9=83=A8=E7=BD=B2=E8=AF=A6=E6=83=
|
||||
=85</h2>
|
||||
<h3 id=3D"id-=E6=B1=9F=E8=A5=BF=E7=A7=BB=E5=8A=A8=E8=80=81=E5=B9=B3=E5=8F=
|
||||
=B0-=E6=9C=8D=E5=8A=A1=E9=83=A8=E5=88=86">=E6=9C=8D=E5=8A=A1=E9=83=A8=E5=88=
|
||||
=86</h3>
|
||||
<ol>
|
||||
<li>=E9=83=A8=E7=BD=B2=E7=89=88=E6=9C=AC 4.1.6</li>
|
||||
<li>=E7=94=B1=E4=BA=8E=E5=85=AC=E7=BD=91=E7=AB=AF=E5=8F=A3=E7=9A=84=E9=97=
|
||||
=AE=E9=A2=98=EF=BC=8C=E9=A1=B5=E9=9D=A2=E7=9A=84=E7=AB=AF=E5=8F=A3=E4=BF=AE=
|
||||
=E6=94=B9=E4=B8=BA30080</li>
|
||||
<li>=E6=B5=8B=E8=AF=95=E8=B4=A6=E5=8F=B7=E4=B8=BA jxydadmin/ JxydAdmin</li>
|
||||
</ol>
|
||||
<h3 id=3D"id-=E6=B1=9F=E8=A5=BF=E7=A7=BB=E5=8A=A8=E8=80=81=E5=B9=B3=E5=8F=
|
||||
=B0-SRS=E9=83=A8=E5=88=86">SRS=E9=83=A8=E5=88=86</h3>
|
||||
<ol>
|
||||
<li>=E7=94=B1=E4=BA=8E=E5=85=AC=E7=BD=91=E7=AB=AF=E5=8F=A3=E7=9A=84=E9=99=
|
||||
=90=E5=88=B6=EF=BC=8Cwebrtc=E6=8B=89=E6=B5=81=E5=9C=B0=E5=9D=80=E4=BF=AE=E6=
|
||||
=94=B9=E4=B8=BA 30556</li>
|
||||
<li>=E5=AE=9E=E9=99=85webrtc=E7=9A=84=E6=8B=89=E6=B5=81=E6=95=B0=E6=8D=AE=
|
||||
=E4=BC=A0=E8=BE=93=E7=AB=AF=E5=8F=A3=E4=B8=BA30090</li>
|
||||
</ol>
|
||||
<p><br></p>
|
||||
<h3 id=3D"id-=E6=B1=9F=E8=A5=BF=E7=A7=BB=E5=8A=A8=E8=80=81=E5=B9=B3=E5=8F=
|
||||
=B0-=E9=98=B2=E7=81=AB=E5=A2=99=E4=BF=AE=E5=A4=8D=E5=AE=89=E5=85=A8=E6=BC=
|
||||
=8F=E6=B4=9E">=E9=98=B2=E7=81=AB=E5=A2=99=E4=BF=AE=E5=A4=8D=E5=AE=89=E5=85=
|
||||
=A8=E6=BC=8F=E6=B4=9E</h3>
|
||||
<p>sudo firewall-cmd --list-all </p>
|
||||
<p><br></p>
|
||||
<p># =E5=85=81=E8=AE=B8=E6=89=80=E6=9C=89TCP=E5=92=8CUDP=E6=B5=81=E9=87=8F<=
|
||||
br>sudo firewall-cmd --permanent --add-service=3Dssh<br>sudo firewall-cmd -=
|
||||
-permanent --add-service=3Ddhcpv6-client<br>sudo firewall-cmd --permanent -=
|
||||
-add-service=3Dcockpit<br>sudo firewall-cmd --permanent --add-service=3Dhtt=
|
||||
p<br>sudo firewall-cmd --permanent --add-service=3Dhttps<br>sudo firewall-c=
|
||||
md --reload</p>
|
||||
<p># =E6=B7=BB=E5=8A=A0=E7=89=B9=E5=AE=9A=E8=A7=84=E5=88=99=EF=BC=8C=E5=85=
|
||||
=81=E8=AE=B8=E6=9D=A5=E8=87=AA 10.100.2.0/24 =E7=9A=84TCP 8033=E7=AB=AF=E5=
|
||||
=8F=A3=E8=AE=BF=E9=97=AE<br>sudo firewall-cmd --permanent --add-rich-rule=
|
||||
=3D'rule family=3D"ipv4" source address=3D"10.100.2.0/24" port protocol=3D"=
|
||||
tcp" port=3D"8033" accept'</p>
|
||||
<p>sudo firewall-cmd --permanent --zone=3Dpublic --add-port=3D1-8032/tcp &n=
|
||||
bsp;<br>sudo firewall-cmd --permanent --zone=3Dpublic --add-port=3D8034-655=
|
||||
35/tcp <br>sudo firewall-cmd --permanent --zone=3Dpublic --add-port=
|
||||
=3D1-65535/udp </p>
|
||||
<p>sudo firewall-cmd --permanent --zone=3Dpublic --add-masquerade</p>
|
||||
<p># =E9=87=8D=E5=90=AF=E9=98=B2=E7=81=AB=E5=A2=99<br>sudo firewall-cmd --r=
|
||||
eload</p>
|
||||
<p><br></p>
|
||||
<p><br></p>
|
||||
<div class=3D"simple-translate-system-theme">
|
||||
<div>
|
||||
<div class=3D"simple-translate-button isShow" style=3D"height: 22.0px;width=
|
||||
: 22.0px;">
|
||||
<br>
|
||||
</div>
|
||||
<div class=3D"simple-translate-panel" style=3D"width: 300.0px;height: 200.0=
|
||||
px;font-size: 13.0px;">
|
||||
<div class=3D"simple-translate-result-wrapper">
|
||||
<div class=3D"simple-translate-move">
|
||||
<br>
|
||||
</div>
|
||||
<div class=3D"simple-translate-result-contents">
|
||||
<p class=3D"simple-translate-result"><br></p>
|
||||
<p class=3D"simple-translate-candidate"><br></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class=3D"simple-translate-system-theme">
|
||||
<div>
|
||||
<div class=3D"simple-translate-button" style=3D"height: 22.0px;width: 22.0p=
|
||||
x;">
|
||||
<br>
|
||||
</div>
|
||||
<div class=3D"simple-translate-panel" style=3D"width: 300.0px;height: 200.0=
|
||||
px;font-size: 13.0px;">
|
||||
<div class=3D"simple-translate-result-wrapper">
|
||||
<div class=3D"simple-translate-move">
|
||||
<br>
|
||||
</div>
|
||||
<div class=3D"simple-translate-result-contents">
|
||||
<p class=3D"simple-translate-result"><br></p>
|
||||
<p class=3D"simple-translate-candidate"><br></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class=3D"simple-translate-system-theme">
|
||||
<div>
|
||||
<div class=3D"simple-translate-button isShow" style=3D"height: 22.0px;width=
|
||||
: 22.0px;">
|
||||
<br>
|
||||
</div>
|
||||
<div class=3D"simple-translate-panel" style=3D"width: 300.0px;height: 200.0=
|
||||
px;font-size: 13.0px;">
|
||||
<div class=3D"simple-translate-result-wrapper">
|
||||
<div class=3D"simple-translate-move">
|
||||
<br>
|
||||
</div>
|
||||
<div class=3D"simple-translate-result-contents">
|
||||
<p class=3D"simple-translate-result"><br></p>
|
||||
<p class=3D"simple-translate-candidate"><br></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class=3D"simple-translate-system-theme">
|
||||
<div>
|
||||
<div class=3D"simple-translate-button isShow" style=3D"height: 22.0px;width=
|
||||
: 22.0px;">
|
||||
<br>
|
||||
</div>
|
||||
<div class=3D"simple-translate-panel" style=3D"width: 300.0px;height: 200.0=
|
||||
px;font-size: 13.0px;">
|
||||
<div class=3D"simple-translate-result-wrapper">
|
||||
<div class=3D"simple-translate-move">
|
||||
<br>
|
||||
</div>
|
||||
<div class=3D"simple-translate-result-contents">
|
||||
<p class=3D"simple-translate-result"><br></p>
|
||||
<p class=3D"simple-translate-candidate"><br></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class=3D"simple-translate-system-theme">
|
||||
<div>
|
||||
<div class=3D"simple-translate-button isShow" style=3D"height: 22.0px;width=
|
||||
: 22.0px;">
|
||||
<br>
|
||||
</div>
|
||||
<div class=3D"simple-translate-panel" style=3D"width: 300.0px;height: 200.0=
|
||||
px;font-size: 13.0px;">
|
||||
<div class=3D"simple-translate-result-wrapper">
|
||||
<div class=3D"simple-translate-move">
|
||||
<br>
|
||||
</div>
|
||||
<div class=3D"simple-translate-result-contents">
|
||||
<p class=3D"simple-translate-result"><br></p>
|
||||
<p class=3D"simple-translate-candidate"><br></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
------=_Part_931_1321216193.1781662071468--
|
||||
679
85-20260617-江西环境整理/江西移动二期通感平台.doc
Normal file
679
85-20260617-江西环境整理/江西移动二期通感平台.doc
Normal file
@@ -0,0 +1,679 @@
|
||||
Date: Wed, 17 Jun 2026 10:07:43 +0800 (CST)
|
||||
Message-ID: <1903685522.930.1781662063359@localhost>
|
||||
Subject: Exported From Confluence
|
||||
MIME-Version: 1.0
|
||||
Content-Type: multipart/related;
|
||||
boundary="----=_Part_929_2087856891.1781662063358"
|
||||
|
||||
------=_Part_929_2087856891.1781662063358
|
||||
Content-Type: text/html; charset=UTF-8
|
||||
Content-Transfer-Encoding: quoted-printable
|
||||
Content-Location: file:///C:/exported.html
|
||||
|
||||
<html xmlns:o=3D'urn:schemas-microsoft-com:office:office'
|
||||
xmlns:w=3D'urn:schemas-microsoft-com:office:word'
|
||||
xmlns:v=3D'urn:schemas-microsoft-com:vml'
|
||||
xmlns=3D'urn:w3-org-ns:HTML'>
|
||||
<head>
|
||||
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dutf-8=
|
||||
">
|
||||
<title>=E6=B1=9F=E8=A5=BF=E7=A7=BB=E5=8A=A8=E4=BA=8C=E6=9C=9F=E9=80=9A=
|
||||
=E6=84=9F=E5=B9=B3=E5=8F=B0</title>
|
||||
<!--[if gte mso 9]>
|
||||
<xml>
|
||||
<o:OfficeDocumentSettings>
|
||||
<o:TargetScreenSize>1024x640</o:TargetScreenSize>
|
||||
<o:PixelsPerInch>72</o:PixelsPerInch>
|
||||
<o:AllowPNG/>
|
||||
</o:OfficeDocumentSettings>
|
||||
<w:WordDocument>
|
||||
<w:View>Print</w:View>
|
||||
<w:Zoom>90</w:Zoom>
|
||||
<w:DoNotOptimizeForBrowser/>
|
||||
</w:WordDocument>
|
||||
</xml>
|
||||
<![endif]-->
|
||||
<style>
|
||||
<!--
|
||||
@page Section1 {
|
||||
size: 8.5in 11.0in;
|
||||
margin: 1.0in;
|
||||
mso-header-margin: .5in;
|
||||
mso-footer-margin: .5in;
|
||||
mso-paper-source: 0;
|
||||
}
|
||||
|
||||
table {
|
||||
border: solid 1px;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table td, table th {
|
||||
border: solid 1px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
td {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
tr {
|
||||
page-break-after: avoid;
|
||||
}
|
||||
|
||||
div.Section1 {
|
||||
page: Section1;
|
||||
}
|
||||
|
||||
/* Confluence print stylesheet. Common to all themes for print medi=
|
||||
a */
|
||||
/* Full of !important until we improve batching for print CSS */
|
||||
|
||||
@media print {
|
||||
#main {
|
||||
padding-bottom: 1em !important; /* The default padding of 6em is to=
|
||||
o much for printouts */
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Arial, Helvetica, FreeSans, sans-serif;
|
||||
font-size: 10pt;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
body, #full-height-container, #main, #page, #content, .has-personal-sid=
|
||||
ebar #content {
|
||||
background: #fff !important;
|
||||
color: #000 !important;
|
||||
border: 0 !important;
|
||||
width: 100% !important;
|
||||
height: auto !important;
|
||||
min-height: auto !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
a, a:link, a:visited, a:focus, a:hover, a:active {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
#content h1,
|
||||
#content h2,
|
||||
#content h3,
|
||||
#content h4,
|
||||
#content h5,
|
||||
#content h6 {
|
||||
font-family: Arial, Helvetica, FreeSans, sans-serif;
|
||||
page-break-after: avoid;
|
||||
}
|
||||
|
||||
pre {
|
||||
font-family: Monaco, "Courier New", monospace;
|
||||
}
|
||||
|
||||
#header,
|
||||
.aui-header-inner,
|
||||
#navigation,
|
||||
#sidebar,
|
||||
.sidebar,
|
||||
#personal-info-sidebar,
|
||||
.ia-fixed-sidebar,
|
||||
.page-actions,
|
||||
.navmenu,
|
||||
.ajs-menu-bar,
|
||||
.noprint,
|
||||
.inline-control-link,
|
||||
.inline-control-link a,
|
||||
a.show-labels-editor,
|
||||
.global-comment-actions,
|
||||
.comment-actions,
|
||||
.quick-comment-container,
|
||||
#addcomment {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* CONF-28544 cannot print multiple pages in IE */
|
||||
#splitter-content {
|
||||
position: relative !important;
|
||||
}
|
||||
|
||||
.comment .date::before {
|
||||
content: none !important; /* remove middot for print view */
|
||||
}
|
||||
|
||||
h1.pagetitle img {
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.print-only {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#footer {
|
||||
position: relative !important; /* CONF-17506 Place the footer at en=
|
||||
d of the content */
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: none;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#poweredby {
|
||||
border-top: none;
|
||||
background: none;
|
||||
}
|
||||
|
||||
#poweredby li.print-only {
|
||||
display: list-item;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#poweredby li.noprint {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* no width controls in print */
|
||||
.wiki-content .table-wrap,
|
||||
.wiki-content p,
|
||||
.panel .codeContent,
|
||||
.panel .codeContent pre,
|
||||
.image-wrap {
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
/* TODO - should this work? */
|
||||
#children-section,
|
||||
#comments-section .comment,
|
||||
#comments-section .comment .comment-body,
|
||||
#comments-section .comment .comment-content,
|
||||
#comments-section .comment p {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
#page-children a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/**
|
||||
hide twixies
|
||||
|
||||
the specificity here is a hack because print styles
|
||||
are getting loaded before the base styles. */
|
||||
#comments-section.pageSection .section-header,
|
||||
#comments-section.pageSection .section-title,
|
||||
#children-section.pageSection .section-header,
|
||||
#children-section.pageSection .section-title,
|
||||
.children-show-hide {
|
||||
padding-left: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.children-show-hide.icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* personal sidebar */
|
||||
.has-personal-sidebar #content {
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.has-personal-sidebar #content .pageSection {
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.no-print, .no-print * {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>=E6=B1=9F=E8=A5=BF=E7=A7=BB=E5=8A=A8=E4=BA=8C=E6=9C=9F=E9=80=9A=E6=
|
||||
=84=9F=E5=B9=B3=E5=8F=B0</h1>
|
||||
<div class=3D"Section1">
|
||||
<h3 id=3D"id-=E6=B1=9F=E8=A5=BF=E7=A7=BB=E5=8A=A8=E4=BA=8C=E6=9C=9F=
|
||||
=E9=80=9A=E6=84=9F=E5=B9=B3=E5=8F=B0-=E7=A7=BB=E5=8A=A8=E4=BA=91=E2=80=93=
|
||||
=E6=B5=99=E6=B1=9F">=E7=A7=BB=E5=8A=A8=E4=BA=91=E2=80=93=E6=B5=99=E6=B1=9F<=
|
||||
/h3>
|
||||
<p><br></p>
|
||||
<h3 id=3D"id-=E6=B1=9F=E8=A5=BF=E7=A7=BB=E5=8A=A8=E4=BA=8C=E6=9C=9F=E9=80=
|
||||
=9A=E6=84=9F=E5=B9=B3=E5=8F=B0-=E7=BD=91=E7=BB=9C=E7=8E=AF=E5=A2=83=E4=BF=
|
||||
=A1=E6=81=AF">=E7=BD=91=E7=BB=9C=E7=8E=AF=E5=A2=83=E4=BF=A1=E6=81=AF</h3>
|
||||
<p>=E5=B7=B2=E6=8C=89=E7=85=A7-=E6=A0=87=E5=87=86=E7=BD=91=E7=BB=9C=E6=9A=
|
||||
=B4=E9=9C=B2=E9=9D=A2=E5=BC=80=E6=94=BE=E7=AB=AF=E5=8F=A3</p>
|
||||
<p><br></p>
|
||||
<p>36.138.111.244:8135<->10.20.1.135:22<br>36.138.111.244:8136=E2=86=
|
||||
=9410.20.1.136:22</p>
|
||||
<p><br></p>
|
||||
<p>=E6=9C=8D=E5=8A=A1=E5=99=A8=E7=94=A8=E6=88=B7=E5=AF=86=E7=A0=81</p>
|
||||
<p>app</p>
|
||||
<p><s>7NsQTTfUB</s></p>
|
||||
<p><s>=E4=B8=8A=E4=B8=80=E4=B8=AA=E5=AF=86=E7=A0=81=EF=BC=9AP@ssw0rd!2024</=
|
||||
s></p>
|
||||
<p><s>2025-03-14=EF=BC=9A=E6=94=B9=E6=88=90=EF=BC=9A</s></p>
|
||||
<p><s>super.123@</s></p>
|
||||
<p>P@ssw0rd!2025</p>
|
||||
<p><span style=3D"color: rgb(0,0,0);">=E9=9C=80=E8=A6=81root=E6=9D=83=E9=99=
|
||||
=90=E4=B8=B4=E6=97=B6=E7=94=B3=E8=AF=B7</span></p>
|
||||
<p><span style=3D"color: rgb(0,0,0);">=E9=9C=80=E8=A6=81root=E6=9D=83=E9=99=
|
||||
=90=E4=B8=B4=E6=97=B6=E7=94=B3=E8=AF=B7</span></p>
|
||||
<p><span style=3D"color: rgb(0,0,0);">=E9=9C=80=E8=A6=81root=E6=9D=83=E9=99=
|
||||
=90=E4=B8=B4=E6=97=B6=E7=94=B3=E8=AF=B7</span></p>
|
||||
<p><br></p>
|
||||
<h3 id=3D"id-=E6=B1=9F=E8=A5=BF=E7=A7=BB=E5=8A=A8=E4=BA=8C=E6=9C=9F=E9=80=
|
||||
=9A=E6=84=9F=E5=B9=B3=E5=8F=B0-=E7=A1=AC=E4=BB=B6=E4=BF=A1=E6=81=AF">=E7=A1=
|
||||
=AC=E4=BB=B6=E4=BF=A1=E6=81=AF</h3>
|
||||
<div class=3D"table-wrap">
|
||||
<table class=3D"wrapped confluenceTable">
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td rowspan=3D"2" class=3D"confluenceTd">=E4=BA=A7=E5=93=81</td>
|
||||
<td rowspan=3D"2" class=3D"confluenceTd">=E8=A7=84=E6=A0=BC</td>
|
||||
<td rowspan=3D"2" class=3D"confluenceTd">=E6=95=B0=E9=87=8F</td>
|
||||
<td rowspan=3D"2" class=3D"confluenceTd">=E6=93=8D=E4=BD=9C=E7=B3=BB=E7=BB=
|
||||
=9F</td>
|
||||
<td rowspan=3D"2" class=3D"confluenceTd">vpc</td>
|
||||
<td class=3D"confluenceTd">=E5=B9=B3=E9=9D=A2=E4=B8=80</td>
|
||||
<td class=3D"confluenceTd">=E5=B9=B3=E9=9D=A2=E4=BA=8C</td>
|
||||
<td rowspan=3D"2" class=3D"confluenceTd">=E5=85=AC=E7=BD=91IP</td>
|
||||
<td rowspan=3D"2" class=3D"confluenceTd">=E5=A4=87=E6=B3=A8</td>
|
||||
<td class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class=3D"confluenceTd">10.20.1.128/27</td>
|
||||
<td class=3D"confluenceTd">10.32.8.128/27</td>
|
||||
<td class=3D"confluenceTd">=E7=99=BB=E5=BD=95=E7=94=A8=E6=88=B7=E5=90=8D</t=
|
||||
d>
|
||||
</tr>
|
||||
<tr>
|
||||
<td rowspan=3D"2" class=3D"confluenceTd">=E4=BA=91=E4=B8=BB=E6=9C=BA</td>
|
||||
<td rowspan=3D"2" class=3D"confluenceTd">=E9=80=9A=E7=94=A8=E5=9E=8B | s6.2=
|
||||
xlarge.2 | 8vCPUs | 16GB |=E7=B3=BB=E7=BB=9F=E7=9B=98 =E9=AB=98IO 50G |=E6=
|
||||
=95=B0=E6=8D=AE=E7=9B=98 =E9=AB=98IO 300G</td>
|
||||
<td rowspan=3D"2" class=3D"confluenceTd">1</td>
|
||||
<td rowspan=3D"2" class=3D"confluenceTd">openEuler</td>
|
||||
<td rowspan=3D"2" class=3D"confluenceTd">vpc-jxzqzt</td>
|
||||
<td rowspan=3D"2" class=3D"confluenceTd">10.20.1.135</td>
|
||||
<td rowspan=3D"2" class=3D"confluenceTd">10.32.8.135</td>
|
||||
<td class=3D"confluenceTd">36.138.111.244</td>
|
||||
<td rowspan=3D"2" class=3D"confluenceTd"><br></td>
|
||||
<td class=3D"confluenceTd">app</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class=3D"confluenceTd">=E6=98=A0=E5=B0=8422=E7=AB=AF=E5=8F=A3</td>
|
||||
<td class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class=3D"confluenceTd">=E4=BA=91=E4=B8=BB=E6=9C=BA</td>
|
||||
<td class=3D"confluenceTd">=E9=80=9A=E7=94=A8=E7=8B=AC=E4=BA=AB=E5=9E=8B | =
|
||||
c6.4xlarge.2 | 16vCPUs | 32GB |=E7=B3=BB=E7=BB=9F=E7=9B=98 =E9=AB=98IO 50G =
|
||||
|=E6=95=B0=E6=8D=AE=E7=9B=98 =E9=AB=98IO 200G</td>
|
||||
<td class=3D"confluenceTd">3</td>
|
||||
<td class=3D"confluenceTd">openEuler</td>
|
||||
<td class=3D"confluenceTd">vpc-jxzqzt</td>
|
||||
<td class=3D"confluenceTd">10.20.1.136-138</td>
|
||||
<td class=3D"confluenceTd">10.32.8.136-138</td>
|
||||
<td class=3D"confluenceTd"><br></td>
|
||||
<td class=3D"confluenceTd"><br></td>
|
||||
<td class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><br></td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><br></td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><br></td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><br></td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><br></td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">10.20.1.136</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><br></td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><br></td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd">worker-1</td>
|
||||
<td colspan=3D"1" class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class=3D"confluenceTd">=E4=BA=91=E4=B8=BB=E6=9C=BA</td>
|
||||
<td class=3D"confluenceTd">=E9=80=9A=E7=94=A8=E5=9E=8B | s6.2xlarge.2 | 8vC=
|
||||
PUs | 16GB |=E7=B3=BB=E7=BB=9F=E7=9B=98 =E9=AB=98IO 50G |=E6=95=B0=E6=8D=AE=
|
||||
=E7=9B=98 =E9=AB=98IO 2000G</td>
|
||||
<td class=3D"confluenceTd">1</td>
|
||||
<td class=3D"confluenceTd">openEuler</td>
|
||||
<td class=3D"confluenceTd">vpc-jxzqzt</td>
|
||||
<td class=3D"confluenceTd">10.20.1.139</td>
|
||||
<td class=3D"confluenceTd">10.32.8.139</td>
|
||||
<td class=3D"confluenceTd"><br></td>
|
||||
<td class=3D"confluenceTd"><br></td>
|
||||
<td class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class=3D"confluenceTd">GPU=E4=BA=91=E4=B8=BB=E6=9C=BA</td>
|
||||
<td class=3D"confluenceTd">GPU=E5=8A=A0=E9=80=9F=E5=9E=8B | p2s.4xlarge.8 |=
|
||||
16vCPUs | 128GB | GPU=E6=98=BE=E5=8D=A1: 2 * NVIDIA V100-PCIe-32G / 2 * 32=
|
||||
G |=E7=B3=BB=E7=BB=9F=E7=9B=98 =E9=AB=98IO 100G |=E6=95=B0=E6=8D=AE=E7=9B=
|
||||
=98 =E9=AB=98IO 200G</td>
|
||||
<td class=3D"confluenceTd">1</td>
|
||||
<td class=3D"confluenceTd">Ubuntu 18.04</td>
|
||||
<td class=3D"confluenceTd">vpc-jxzqzt</td>
|
||||
<td class=3D"confluenceTd">10.20.1.140</td>
|
||||
<td class=3D"confluenceTd">10.32.8.140</td>
|
||||
<td class=3D"confluenceTd"><br></td>
|
||||
<td class=3D"confluenceTd"><br></td>
|
||||
<td class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class=3D"confluenceTd">=E5=BC=B9=E6=80=A7=E5=85=AC=E7=BD=91IP</td>
|
||||
<td class=3D"confluenceTd">100M</td>
|
||||
<td class=3D"confluenceTd">1</td>
|
||||
<td class=3D"confluenceTd"><br></td>
|
||||
<td class=3D"confluenceTd"> </td>
|
||||
<td class=3D"confluenceTd"><br></td>
|
||||
<td class=3D"confluenceTd"><br></td>
|
||||
<td class=3D"confluenceTd">36.138.111.244</td>
|
||||
<td class=3D"confluenceTd"><br></td>
|
||||
<td class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<h3 class=3D"auto-cursor-target" id=3D"id-=E6=B1=9F=E8=A5=BF=E7=A7=BB=E5=8A=
|
||||
=A8=E4=BA=8C=E6=9C=9F=E9=80=9A=E6=84=9F=E5=B9=B3=E5=8F=B0-=E4=B8=9A=E5=8A=
|
||||
=A1=E4=BF=A1=E6=81=AF">=E4=B8=9A=E5=8A=A1=E4=BF=A1=E6=81=AF</h3>
|
||||
<p class=3D"auto-cursor-target">dashboard</p>
|
||||
<p class=3D"auto-cursor-target"><a href=3D"https://36.138.111.244:39999/#/l=
|
||||
ogin" class=3D"external-link" rel=3D"nofollow">https://36.138.111.244:39999=
|
||||
/#/login</a></p>
|
||||
<p class=3D"auto-cursor-target">eyJhbGciOiJSUzI1NiIsImtpZCI6IlBJX1J3R3V1UEt=
|
||||
iSGtna0VXMXZCRU1YTUdRRV9pcndyY3J5bEtkQ2wtZWcifQ.eyJpc3MiOiJrdWJlcm5ldGVzL3N=
|
||||
lcnZpY2VhY2NvdW50Iiwia3ViZXJuZXRlcy5pby9zZXJ2aWNlYWNjb3VudC9uYW1lc3BhY2UiOi=
|
||||
JrdWJlLXN5c3RlbSIsImt1YmVybmV0ZXMuaW8vc2VydmljZWFjY291bnQvc2VjcmV0Lm5hbWUiO=
|
||||
iJhZG1pbi11c2VyLXRva2VuLW56NjY0Iiwia3ViZXJuZXRlcy5pby9zZXJ2aWNlYWNjb3VudC9z=
|
||||
ZXJ2aWNlLWFjY291bnQubmFtZSI6ImFkbWluLXVzZXIiLCJrdWJlcm5ldGVzLmlvL3NlcnZpY2V=
|
||||
hY2NvdW50L3NlcnZpY2UtYWNjb3VudC51aWQiOiI1N2FiMDU0MS1hMmY1LTRiNWEtOGE2NC1iND=
|
||||
BlNTQ5NmU5MjUiLCJzdWIiOiJzeXN0ZW06c2VydmljZWFjY291bnQ6a3ViZS1zeXN0ZW06YWRta=
|
||||
W4tdXNlciJ9.kyjJLiRORsm131Ex8YyR-mbl7MeH8VOJhJYtFZpG6CEMzMFDqvQ4NN_oMogA9vE=
|
||||
w3oNQkuvQjdGbEYnwg5xL25ZPpJLvrUrykV5VXlvGhm7LNHYCqHOzlEJ6aNneusXg0-LjMV0LHg=
|
||||
8yisr_qbIne-Ga8ZeVHWGMPp1ro7DCJ8fpLny6cBHF1cX1yqxO_kk67ewsA5G3MKw3PxqQRBD1e=
|
||||
Civb-Xq3F37SdhBsxfES2XQ8YxpSOrcAeZ1VJIp7vz_qZMVHhPrttSa-QtvpVTlDEG7CKlFNyJH=
|
||||
QO9IZCZO2r79HiOmC9AzJpqqO-rORH_wA_n3bM2QY8YEKjyCLl3qyQ</p>
|
||||
<div class=3D"table-wrap">
|
||||
<table class=3D"wrapped confluenceTable">
|
||||
<colgroup>
|
||||
<col style=3D"width: 87.0px;">
|
||||
<col style=3D"width: 240.0px;">
|
||||
<col style=3D"width: 306.0px;">
|
||||
<col style=3D"width: 221.0px;">
|
||||
<col style=3D"width: 49.0px;">
|
||||
<col style=3D"width: 90.0px;">
|
||||
<col style=3D"width: 29.0px;">
|
||||
<col style=3D"width: 29.0px;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th style=3D"text-align: left;" class=3D"confluenceTh"><p>=E6=9C=8D=E5=8A=
|
||||
=A1</p></th>
|
||||
<th style=3D"text-align: left;" class=3D"confluenceTh"><p>=E5=9C=B0=E5=9D=
|
||||
=80</p></th>
|
||||
<th style=3D"text-align: left;" class=3D"confluenceTh"><p>=E8=B4=A6=E5=8F=
|
||||
=B7</p></th>
|
||||
<th style=3D"text-align: left;" class=3D"confluenceTh"><p>=E8=8A=82=E7=82=
|
||||
=B9</p></th>
|
||||
<th style=3D"text-align: left;" class=3D"confluenceTh"><p>=E5=8D=8F=E8=AE=
|
||||
=AE</p></th>
|
||||
<th style=3D"text-align: left;" class=3D"confluenceTh"><p>=E6=9A=B4=E9=9C=
|
||||
=B2=E7=AB=AF=E5=8F=A3</p></th>
|
||||
<th style=3D"text-align: left;" class=3D"confluenceTh"><br></th>
|
||||
<th style=3D"text-align: left;" class=3D"confluenceTh"><br></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd">dashbo=
|
||||
ard</td>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd"><br></=
|
||||
td>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd"><a hre=
|
||||
f=3D"https://36.138.111.244:39999/#/login" class=3D"external-link" rel=3D"n=
|
||||
ofollow">https://36.138.111.244:39999/#/login</a></td>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd"><br></=
|
||||
td>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd"><br></=
|
||||
td>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd"><br></=
|
||||
td>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd"><br></=
|
||||
td>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd"><br></=
|
||||
td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd">platfo=
|
||||
rm</td>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd"><p><a =
|
||||
href=3D"http://36.138.111.244:8088/oms" class=3D"external-link" rel=3D"nofo=
|
||||
llow">http://36.138.111.244:8088/</a>pangu/</p><p><br></p><p>=E9=80=9A=E6=
|
||||
=84=9F=E5=B9=B3=E5=8F=B0=EF=BC=9A</p><p><a href=3D"http://36.138.111.244:80=
|
||||
88/oms" class=3D"external-link" rel=3D"nofollow">http://36.138.111.244:8088=
|
||||
</a><a class=3D"external-link" style=3D"text-decoration: none;" rel=3D"nofo=
|
||||
llow" href=3D"http://10.40.51.5:8088/pangu">/a</a>rmypeople/</p></td>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd"><p><br=
|
||||
></p><p><br></p><p>jxydadmin</p><p><span style=3D"letter-spacing: 0.0px;">E=
|
||||
x-T$t3tr":*!RN</span></p><p><br></p><p><br></p></td>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd"><p><br=
|
||||
></p></td>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd"><br></=
|
||||
td>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd"><br></=
|
||||
td>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd"><br></=
|
||||
td>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd"><br></=
|
||||
td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">oms</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><a href=3D"http://36=
|
||||
.138.111.244:8088/oms" class=3D"external-link" rel=3D"nofollow">36.138.111.=
|
||||
244</a></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><p><span style=3D"co=
|
||||
lor: rgb(23,43,77);">=E8=B6=85=E7=AE=A1=E8=B4=A6=E5=8F=B7</span></p><p><spa=
|
||||
n style=3D"color: rgb(23,43,77);">admin</span></p><pre>cvi!LRtUWd</pre><p><=
|
||||
br></p></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><p><br></p></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd">mysql<=
|
||||
/td>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd"><p><a =
|
||||
href=3D"http://36.138.111.244:8088/oms" class=3D"external-link" rel=3D"nofo=
|
||||
llow">36.138.111.244</a></p><p>33306</p></td>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd">root/Q=
|
||||
zfXQhd3bQ k8s_admin/fP#UaH6qQ3)8</td>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd"><br></=
|
||||
td>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd"><br></=
|
||||
td>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd">33306<=
|
||||
/td>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd"><br></=
|
||||
td>
|
||||
<td style=3D"text-align: left;" colspan=3D"1" class=3D"confluenceTd"><br></=
|
||||
td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">redis</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">Mcache@4522</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">minio</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><p><br></p><p><br></=
|
||||
p><p><br></p></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><p><br></p></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">tcp</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">39000</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">nacos</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><a href=3D"http://36=
|
||||
.138.111.244:8088/oms" class=3D"external-link" rel=3D"nofollow">http://36.1=
|
||||
38.111.244:</a>38848/nacos/</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><p>nacos<span> =
|
||||
</span><span style=3D"color: rgb(23,43,77);">KingKong@95461234</span></p><p=
|
||||
><br></p></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">mongo</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><p style=3D"text-ali=
|
||||
gn: left;"><span style=3D"color: rgb(0,0,0);">cmlc</span></p><p style=3D"te=
|
||||
xt-align: left;">REdPza8#oVlt</p></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">emqx</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><p><a href=3D"http:/=
|
||||
/36.138.111.244:8088/oms" class=3D"external-link" rel=3D"nofollow">36.138.1=
|
||||
11.244</a></p><p>31883</p></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><pre><span style=3D"=
|
||||
color: rgb(193,192,192);">cmlc </span></pre><pre><span style=3D"color=
|
||||
: rgb(193,192,192);">odD8#Ve7.B</span></pre></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">http</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">31883</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">harbor</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">admin <pre>V2ry=
|
||||
Str@ngPss<br><br></pre></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">rabbitmq</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><p style=3D"text-ali=
|
||||
gn: left;"><span style=3D"color: rgb(0,51,102);">admin </span></p><p s=
|
||||
tyle=3D"text-align: left;"><span style=3D"color: rgb(0,51,102);">nYcRN91r._=
|
||||
hj</span></p></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">tcp</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">38083</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">srs</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><p><a href=3D"http:/=
|
||||
/36.138.111.244:8088/oms" class=3D"external-link" rel=3D"nofollow">36.138.1=
|
||||
11.244</a></p><p>31935</p></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">udp</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">30090</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">SF=E5=AF=B9=E6=8E=A5=
|
||||
=E4=BD=BF=E7=94=A8</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><p><span style=3D"co=
|
||||
lor: rgb(23,43,77);">=E5=85=AC=E7=BD=91IP=EF=BC=9A 36.138.111.244</span></p=
|
||||
><p><span style=3D"color: rgb(23,43,77);">=E5=86=85=E7=BD=91=E5=B9=B3=E9=9D=
|
||||
=A2=E4=B8=80=EF=BC=9A10.20.1.135<br>=E5=86=85=E7=BD=91=E5=B9=B3=E9=9D=A2=E4=
|
||||
=BA=8C=EF=BC=9A10.32.8.135</span></p><p><span style=3D"color: rgb(23,43,77)=
|
||||
;">=E6=8E=A7=E5=88=B6=E9=9D=A2=EF=BC=88TCP=EF=BC=89=EF=BC=9A31554</span></p=
|
||||
><p><span style=3D"color: rgb(23,43,77);">=E7=94=A8=E6=88=B7=E9=9D=A2=EF=BC=
|
||||
=88UDP=EF=BC=89=EF=BC=9A31556</span></p></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">tcp</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">38080 =E6=92=AD=E6=
|
||||
=94=BE</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">tcp</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd">31935</td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
<td style=3D"text-align: left;" class=3D"confluenceTd"><br></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class=3D"simple-translate-system-theme">
|
||||
<div class=3D"simple-translate-button isShow" style=3D"height: 22.0px;width=
|
||||
: 22.0px;">
|
||||
<br>
|
||||
</div>
|
||||
<div class=3D"simple-translate-panel" style=3D"width: 300.0px;height: 200.0=
|
||||
px;font-size: 13.0px;">
|
||||
<div class=3D"simple-translate-result-wrapper">
|
||||
<div class=3D"simple-translate-move">
|
||||
<br>
|
||||
</div>
|
||||
<div class=3D"simple-translate-result-contents">
|
||||
<p class=3D"simple-translate-result"><br></p>
|
||||
<p class=3D"simple-translate-candidate"><br></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
------=_Part_929_2087856891.1781662063358--
|
||||
Reference in New Issue
Block a user