• 华为云主从数据库管理第二版
     【任务 1】公有云服务搭建[5 分] 【适用平台】华为云  【题目 1】3.1.1 私有网络管理[0.3 分]  在公有云中完成虚拟私有云的创建。具体要求如下:  在上海一区域进行创建操作;  创建一个名为 intnetX 的内部网络:IP 地址为 172.16.0.0/16; 创建子网名称为 intnetX-server:IP 地址为 172.16.1.0/24; 创建子网名称为 intnetX-mysql:IP 地址为 172.16.2.0/24; 完成创建后,提交当前的 AK(SecretId)、SK(SecretKey)和 intnetX 网络的 ID 到答题框。   【题目 2】3.1.2 云实例管理[0.5 分]  登录华为云平台,创建两台云实例。具体要求如下:  计费模式:按需计费; 地域:上海一;    CPU 架构:x86 计算; 规格:c7.xlarge.2; (5)镜像:CentOS 7.5 64 位;  系统盘:高 IO 50G 硬盘;  公网带宽:按带宽计费,5Mbps; 实例名称:ChinaSkill-node-1、ChinaSkill-node-2; 登录方式:使用密码登录,密码自定义。  创建完成后,提交当前的AK(SecretId)、SK(SecretKey)和 ChinaSkill-node-1 的实例 ID 到答题框。   【题目 3】3.1.3 数据库管理[0.2 分]  使用 intnetX-mysql 网络创建三台云服务器 chinaskill-sql-1、chinaskill-sql-2 和chinaskill-sql-3(系统使用 CentOS7.9),使用提供的压缩文件 mongodb-repo.tar.gz 中的软件包源,在这三台云服务器上部署 MongoDB 数据库服务。   配置完成后提交连接chinaskill-sql-1 节点的用户名、密码和公网IP 地址到答题框。  【题目 4】3.1.4 主从数据库[0.5 分]  在 chinaskill-sql-1 、chinaskill-sql-2 和 chinaskill-sql-3 云服务器中配置MongoDB 一主二从数据库+副本集操作,chinaskill-sql-1 节点为主节点,其余节点为从节点,配置 MongoDB 集群名称为 cloud。  完成后提交连接 chinaskill-sql-1 节点的用户名、密码和公网 IP 地址到答题框。  【题目 5】3.1.5 node 环境管理[0.5 分]  使用提供的压缩文件,安装 Node.js 环境。  使用提供的压缩文件 rocketchat-cloud.tar.gz 中软件包源,在 ChinaSkill-node-1  部署 nodejs,根据所提供的 rocket.chat 所需要求安装 nodejs 对应版本。配置完成后提交    连接 ChinaSkill-node-1 节点的用户名、密码和公网 IP 地址到答题框。  【题目 6】3.1.6 安全组管理[0.5 分]  根据要求,创建一个安全组。具体要求如下:  (1)名称:intnetX-security;  (2)允许策略:只放行源地址为 172.16.1.0/24 访问 27017 端口;  允许策略:只放行源地址为 172.16.1.0/24 使用 ping 命令访问;  关联实例:将 intnetX-security 安全组关联至所创建的数据库中; 创建完成后,提交当前的 AK(SecretId)、SK(SecretKey)和安全组 ID 到答题框。   【题目 7】3.1.7 RocketChat 上云[0.5 分]  使用 http 服务器提供文件,将 Rocket.Chat 应用部署上云。  使用http 服务器提供的压缩文件rocketchat-cloud.tar.gz 中的RocketChat 软件包, 在 ChinaSkill-node-1 中部署RocketChat 的Web 服务。使用chinaskill-sql-1 的MongoDB 为后端数据库,设置 RocketChat 服务访问端口为 3000。完成 Rocketchat 系统上云后,将ChinaSkill-node-1 节点的用户名、密码和公网 IP 地址到答题框。   【题目 8】3.1.8 NAT 网关[0.5 分]  根据要求创建一个公网 NAT 网关。具体配置如下:  名称为:kcloud-nat; 虚拟私有云:intnetX; 子网:intnetX-server; 规则:内部子网地址访问外网;  设置 Chinaskill-node-1 云服务器 3000 端口转换为外部 3000 服务端口。   创建完成后提交当前的 AK(SecretId)、SK(SecretKey)和 NAT 网关的 ID 到答题框。  【题目 9】3.1.9 云备份[0.5 分]  创建一个云服务器备份存储库名为 server_backup,容量为 100G。将 ChinaSkill- node-1 云服务器制作镜像文件 chinaskill-image。  完成后,将当前的 AK(SecretId)、SK(SecretKey)和存储库 ID 到答题框。  【题目 10】3.1.10 负载均衡器[0.5 分]  根据要求创建一个负载均衡器 chinaskill-elb。  将 ChinaSkill-node-1 和 ChinaSkill-node-2 加入负载均衡的后端。设置一个可用的公网服务 IP,服务端口为 3000。配置监听器,监听 3000 端口。对浮动公共 IP 进行 Web 访问测试。完成后,提交当前的 AK(SecretId)、SK(SecretKey)和负载均衡器的 ID 到答题框。   【题目 11】3.1.11 弹性伸缩管理[0.5 分]  根据要求新建一个弹性伸缩启动配置。具体要求如下:  启动配置名称:template-exam; 计费模式:按量计费; 地域:上海一;  镜像:chinaskill-image; 登录方式:使用密码登录,密码自定义。创建一个伸缩组,具体要求如下:  名称:as-exam;  最小伸缩数:1;起始实例数:1;最大伸缩数:5; 启动配置:template-exam;   使用负载均衡:chinaskill-elb; 移出策略:移出最旧的实例。  为伸缩组 as-exam 新建告警触发策略,具体要求如下:  如果实例的内存利用率在 5 分钟内的最大值小于 40%,且连续发生 3 次。则实例 数减少 1 台。冷却 60 秒;  如果实例的内存利用率在 5 分钟内的最大值大于 80%,且连续发生 3 次。则实例 数增加 1 台。冷却 60 秒;  如果实例的 CPU 利用率在 5 分钟内的最大值小于 40%,且连续发生 3 次。则实例数减少 1 台。冷却 60 秒;  如果实例的 CPU 利用率在 5 分钟内的平均值大于等于 80%,且连续发生 3 次。则实例数增加 1 台。冷却 60 秒。  创建完成后提交当前的 AK(SecretId)、SK(SecretKey)和伸缩组的实例 ID 到答题框。   【任务 2】公有云服务运维[10 分] 【适用平台】华为云  【题目 1】3.2.1 云容器引擎[1 分]  在公有云上,按照要求创建一个 x86 架构的容器云集群。具体要求如下:  (1)集群名称:kcloud;  (2)集群版本:v1.25;  地域:上海一;  集群管理规模:50 节点;  节点使用子网:intnetX-server; 节点预留容器 IP 上限:64; (7)容器网段:10.10.0.0/16。  创建一个集群节点,节点配置信息要求如下:    节点名称:kcloud-server; 节点规格:c6s.xlarge.2 节点:EulerOS 2.9 使用 docker 容器引擎 创建完成后提交当前的 AK(SecretId)、SK(SecretKey)和集群的 ID 到答题框。  【题目 2】3.2.2 云容器管理[1 分]  使用插件管理在 kcloud 容器集群中安装dashboard 可视化监控界面。完成后,提交 dashboard 访问地址到答题框。  【题目 3】3.2.3 使用 kubectl 操作集群[2 分]  在 kcloud 集群中安装 kubectl 命令,使用 kubectl 命令管理 kcloud 集群。完成后提交连接 kcloud 集群节点的用户名、密码和公网 IP 地址到答题框。   【题目 4】3.2.4 安装 helm[2 分]  在 k8s 集群中创建 chartmuseum 命名空间,编写 yaml 文件部署 ChartMuseum 服务。 使用提供的 helm 软件包(软件包为 helm-v3.3.0-linux-amd64.tar.gz 在 http 服务  下),在 kcloud 集群中安装 helm 服务。  完成后提交连接 kcloud 集群节点的用户名、密码和公网 IP 地址到答题框。  【题目 5】3.2.5 chartmuseum 仓库部署[2 分]  在 k8s 集群中创建 chartmuseum 命名空间,编写 yaml 文件部署 ChartMuseum 服务。在 k8s 集群中创建chartmuseum 命名空间,编写 yaml 文件在 chartmuseum 命名空间中  使用 chartmuseum:latest 镜像创建本地私有 chart 仓库,设置其仓库存储目录为宿主机的  /data/charts 目录。编写 service.yaml 文件,为chart 私有仓库创建 Service 访问策略,    定义其为 ClusterIP 访问模式。编写完成后启动 chartmuseum 服务。提交连接 kcloud 集群  节点的用户名、密码和公网 IP 地址到答题框。  【题目 6】3.2.6 WordPress 应用部署[2 分]  根据提供的 chart 包 wordpress.tgz 部署 WordPress 服务。  根据提供的 chart 包 wordpress-13.0.23.tgz 部署 wordpress 服务,根据 chart 包中内容创建 wordpress 所需要的 pv,并修改其访问模式为 NodePort。使用修改后的 chart 包创建 wordpress 服务。完成后提交连接 kcloud 集群节点的用户名、密码和公网 IP 地址到答题框。   【任务 3】公有云运维开发[10 分] 【适用平台】华为云  【题目 1】3.3.1 开发环境搭建[1 分]  创建一台云主机,并登录此云服务器,基于云服务器 Python3.6.8 运行环境,安装  SDK 依赖库。  通过华为云控制台,选择北京四区域,创建一台 x86 架构,“按需计费”的 2 核, 4G,系统盘 50G 的云实例,实例名为 chinaskill,选择镜像为 CentOS 7.9 64bit(40GB), 分配独立的公网 IP,带宽选择按使用流量计费 5M。登录此云服务器,在云服务器Python3.6.8 环境上,安装华为云最新版本 SDK 的依赖库,包括弹性云服务、虚拟私有  云、镜像服务、容器云引擎、云数据库的 python 库。  完成后提交“chinaskill”开发运行环境云主机的用户名、密码和 IP 地址到答题框。  【题目 2】3.3.2 密钥对管理[2 分]  编写 Python 代码,实现密钥对的创建。  在云服务器的/root/huawei/目录下编写 create_keypair.py 文件,使用 SDK 编写    Python 代码,创建华为云的秘钥对,具体要求为:  秘钥对名称:chinaskills_keypair; 如果秘钥对已经存在,代码中需要先删除;  输出此秘钥对详细信息。  完成后提交云服务器节点的用户名、密码和 IP 地址到答题框。  【题目 3】3.3.3 云硬盘管理[2 分]  调用 SDK 云硬盘管理的方法,实现云主机的的增删查改。  在/root/huawei 目录下编写 create_block_store.py 文件,使用 SDK 编写 Python 代码,调用创建华为云的云硬盘,具体要求如下:   云硬盘可用区域:cn-north-4a 云硬盘名称:chinaskills_volume 云硬盘规格和大小:超高 IO,100G 设置云硬盘共享  设置云硬盘加密,加密秘钥为默认的 KMS 密钥  如果云硬盘已经存在,代码中需要先删除  输出此云硬盘的详细信息(状态要求为 available) 完成后提交云服务器节点的用户名、密码和 IP 地址到答题框。  【题目 4】3.3.4 云主机管理[3 分]  调用 SDK 云主机管理的方法,实现云主机的的增删查改。  使用已建好的运维开发环境,在/root/huawei 目录下创建 ecs_manager.py 脚本,完成 ECS 云主机管理,ecs_manager.py 程序支持命令行参数执行。   提示说明:华为云主机支持安装所需 Python 库。提交前答案前,需安装所开发程序所依赖的 Python 库。   程序支持根据命令行参数,创建 1 个云主机。位置参数“create”,表示创建;  参数“-i 或--input”,格式为 json 格式文本的云主机的名称、镜像名称 2 个信息。其他参数同上述开发环境云主机一致。   创建待成功,再返回查询该云主机的信息,结果以 json 格式输出到控制台。    参考执行实例如下:  python3 /root/huawei/ecs_manager.py create --input '{ "name": " chinaskill001", " imagename": "imageid"} '  支持查询给定具体名称的 ECS 云主机查询。位置参数“get”,表示查询 ECS; 参数“-n 或 --name”支持指定名称 ECS 查询,类型为 string。  参数“-o 或 --output”支持查询该 ECS 信息输出到文件,格式为 json 格式。  程序支持查询目前区域账号下所有的 ECS 云主机。位置参数“getall”,表示查询所有 ECS 云主机;  参数“-o 或--output”支持输出到文件,格式为 yaml 格式。  支持删除指定名称的云主机。  位置参数“delete”,表示删除一个 ECS 云主机;返回 response,通过控制台输出。  参数“-n 或--name”支持指定名称查询,类型为 string。  完成后提交“chinaskill 开发运行环境云主机”的用户名、密码和 IP 地址到答题框。  【题目 5】3.3.5 基于 FastAPI 框架封装华为云 VPC 服务 Restful APIs 接口[2 分]  使用已建好的运维开发环境,可用区为华北-北京 4,在/root/huaweicloud_fastapi 目录下创建 main.py 文件,基于 FastAPI 框架,完成虚拟私有云 VPC 管理服务的封装,端口为 7045。   提示说明:华为云主机支持安装所需 Python 库。提交前答案前,需安装所开发程序所依赖的 Python 库。   封装创建接口,路径为/cloud_vpc/create_vpc,参数格式为{"name": "","cidr": ""},name 为VPC 名称,cidr 为虚拟私有云下可用子网的范围;方法为 POST, 返回数据类型为 JSON 类型。 封装单个 VPC 查询接口,路径为/cloud_vpc/vpc/{vpc_name},路径中 {vpc_name}为待查询 VPC;方法为 GET,返回数据类型为 JSON 类型。  封装服务查询接口,要求可以查询到所有 VPC,路径为/cloud_vpc/vpc;方法为GET,返回的数据类型 JSON 类型的列表类型。  封装更新 VPN 名称接口,路径为/cloud_vpc/update_vpc,参数格式为   {"new_name": "","old_name": ""},new_name 为 VPC 新名称,old_name 为待删除的 VPN  名称;方法为PUT,返回 JSON 类型的更新后数据。  封装删除接口,接口名为/cloud_vpc/delete_vpc,参数格式为{"vpc_name": ""},vpc_name 为 VPC 新名称;方法为DELETE,返回 JSON 类型的删除后的数据。  功能编写完成后,手工启动 Restful 服务,再提交检测。  【任务 4】边缘计算系统运维[10 分]  【适用平台】私有云  【题目 1】4.1.1 KubeEdge cloudcore 云端模块部署与配置[3 分]  在本地 http 文件服务器中下载 k8s-allinone-v1.22.1.qcow2 镜像(该镜像启动后内置一个完整的kubernetes 服务)并完成下列操作:   上传该镜像至公有云 OBS 存储桶中;  使用该镜像文件创建为私有镜像;  使用该镜像创建一台云主机,该云主机作为 KubeEdge 的云端节点。云主机申请完成之后,在提供的 OBS 访问域名中,下载软件包 kubernetes_kubeedge.tar 到云端节点并部署 KubeEdge1.11 边缘计算系统,在云端节点部署 KubeEdge cloudcore 云端模块、启动 cloudcore 服务并配置该服务可被systemd 管理。完成后提交云端节点的 IP 地址、用户名和密码到答题框。   【题目 2】4.1.2 KubeEdge edgecore 边端模块部署与配置[4 分]  在本地 OpenStack 环境中申请两台CentOS7.9 虚拟机做为 KubeEdge 的边缘端节点。主机名分别为 edge-node1、edge-node2。在 http 文件服务器中下载kubernetes_kubeedge.tar 软件包,使用该软件包在该虚拟机部署 KubeEdge edgecore 边端模块,并启动 edgecore 服务。加入成功之后,启用 metrics 监控服务。   完成后提交云端节点的 IP 地址、用户名和密码到答题框。  【题目 3】4.1.3 KubeEdge 应用部署-部署计数器应用[3 分]  利用搭建好的边缘计算平台,在云端节点上使用提供的相关镜像(k8simage 目录下) 和 yaml 文件(kubeedge-counter-demo 目录下),自行编写 DeviceModel、Device 资源,    要求如下:  DeviceModel 名字为 counter-model;  属性为 status,类型为字符串,存储模式为读写模式,默认值为空; Device 名字为 counter;  引用 counter-model 设备模型;  将此设备通过节点选择器与 edge-node1 节点进行绑定;  在 status 字段中的 twins 字段定义属性名称为 status、理想值为“OFF”、真实值为“0”;  编写完成后,按照顺序分别部署好 DeviceModel、Device 以及云端计数应用控制器和计数应用。部署完成后,将计数器打开。   完成后提交云端节点的用户名、密码和 IP 到答题框。 
  • 华为云主从数据库管理
     一、公有云服务搭建:RocketChat聊天系统上云 【题目 1】私有网络管理[0.5 分] 在公有云中完成虚拟私有云的创建,具体要求如下: (1)在上海一区域进行创建操作; (2)创建一个名为 intnetX 的内部网络:IP 地址为 172.16.0.0/16; (3)创建子网名称为 intnetX-server:IP 地址为 172.16.1.0/24; (4)创建子网名称为 intnetX-mysql:IP 地址为 172.16.2.0/24; 完成创建后,提交当前的 AK(SecretId)、SK(SecretKey)和 intnetX 网络的 ID 到答题框。  1.查看 vpc 名字为 intnetX 正确计 0.1 分 2.查看子网名为 intnetX-server 和子网网段正确计 0.2 分 3.查看子网名为 intnetX-mysql 和子网网段正确计 0.2 分 步骤:控制台 → 虚拟私有云VPC → 创建虚拟私有云  【题目 2】云实例管理[0.5 分] 登录华为云平台,创建两台云实例,具体要求如下: (1)计费模式:按需计费; (2)地域:上海一; (3)CPU 架构:x86 计算; (4)规格:c7.xlarge.2; (5)镜像:CentOS 7.5 64 位; (6)系统盘:高 IO 50G 硬盘; (7)公网带宽:按带宽计费,5Mbps; (8)实例名称:ChinaSkill-node-1、ChinaSkill-node-2; (9)登录方式:使用密码登录,密码自定义。 创建完成后,提交当前的 AK(SecretId)、SK(SecretKey)和 ChinaSkill-node-1 的实例 ID 到答题框。  1.查看云实例使用的类型是否正确计 0.2 分 2.查看云实例使用的云硬盘是否正确计 0.3 分 步骤:控制台 → 弹性云服务器 → 购买弹性云服务器      【题目 3】数据库管理[0.5 分] 使用intnetX-mysql网络创建两台chinaskill-sql-1和chinaskill-sql-2云服务器,使用提供的压缩文件rocketchat-cloud.tar.gz中的软件包源,在chinaskill-sql-1和chinaskill-sql-2中部署MongoDB数据库服务。配置完成后提交连接chinaskill-sql-1节点的用户名、密码和公网IP地址到答题框。  1.查看数据库安装正确计 0.5 分 配置本地yum源  [a] baserurl=file:///root/rocket/yum gpgcheck=0 1 2 3 安装MongoDB 数据库、  [root@mysql-1 ~]# yum install -y mongodb-org  [root@mysql-2 ~]# yum install -y mongodb-org   1 2 3 启动MongoDB数据库  [root@mysql-1 ~]# systemctl restart mongod [root@mysql-2 ~]# systemctl restart mongod  1 2 3 【题目 4】主从数据库[1 分] 在 chinaskill-sql-1 和 chinaskill-sql-2 云服务器中配置 MongoDB 主从数据库,配置MongoDB 集群名称为 rs 并完成集群设置。完成后提交连接chinaskill-sql-1 节点的用户名、 密码和公网 IP 地址到答题框。  1.查看 mongo 数据库 rs 集群状态正确计 1 分 修改MongoDB配置文件 (两个都要改)  [root@mysql-1 ~]# vi /etc/mongod.conf  net:   port: 27017   bindIp: 0.0.0.0   # 修改  #security:  #operationProfiling:  replication:   replSetName: rs  #添加   过滤: mongod --help | grep repl 1 2 3 4 5 6 7 8 9 10 重启服务  [root@mysql-1 ~]# systemctl restart mongod [root@mysql-2 ~]#  systemctl restart mongod  1 2 3 数据库配置( 在mysql-1配置就可以了 )  > use admin  switched to db admin > cfg={ _id:"rs", members:[ {_id:0,host:'172.16.1.88:27017',priority:2}, {_id:1,host:'172.16.1.89:27017',priority:1}] }; {         "_id" : "rs",         "members" : [                 {                         "_id" : 0,                         "host" : "172.16.1.88:27017",                         "priority" : 2                 },                 {                         "_id" : 1,                         "host" : "172.16.1.89:27017",                         "priority" : 1                 }         ] } > rs.initiate(cfg) { "ok" : 1 }   要显示ok 1 rs:SECONDARY> rs.status()  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 【题目 5】node 环境管理[0.5 分] 使用提供的压缩文件 rocketchat-cloud.tar.gz 中软件包源,在 ChinaSkill-node-1 部署 nodejs, 根据 所提供 的 rocket.chat 所 需要求 安 装 nodejs 对 应版本。 配置完成后提 交连接 ChinaSkill-node-1 节点的用户名、密码和公网 IP 地址到答题框。  1.查看 node 版本为 v12.16.1 正确计 0.5 分 [root@mysql-1 rocket]# tar xf node-v12.16.1-linux-x64.tar.gz  [root@mysql-1 rocket]# mv node-v12.16.1-linux-x64 /usr/local/node [root@mysql-1 rocket]# ln -s /usr/local/node/bin/* /usr/bin/ [root@mysql-1 rocket]# node -v v12.16.1 [root@mysql-1 rocket]#   1 2 3 4 5 6 7 【题目 6】安全组管理[0.5 分] 创建一个安全组,具体要求如下: (1)名称:intnetX-security; (2)允许策略:只放行源地址为 172.16.1.0/24 访问 27017 端口; (3)允许策略:只放行源地址为 172.16.1.0/24 使用 ping 命令访问; (4)关联实例:将 intnetX-security 安全组关联至所创建的数据库中; 创建完成后,提交当前的 AK(SecretId)、SK(SecretKey)和安全组 ID 到答题框。  1.查看安全组是否被创建计 0.1 分 2.查看安全组 tcp 策略是否按要求创建计 0.2 分 3.查看安全组 icmp 策略是否按要求创建计 0.2 分 步骤:控制台 → 虚拟私有云VPC → 网络控制台 → 访问控制 → 安全组 → 创建安全组     加入chinaskill-sql-1 和 chinaskill-sql-2  【题目 7】RocketChat 上云[0.5 分] 使用 http 服务器提供的压缩文件 rocketchat-cloud.tar.gz 中的 RocketChat 软件包,在ChinaSkill-node-1 中部署 RocketChat 的 Web 服务。使用 chinaskill-sql-1 的 MongoDB 为后端数据库,设置 RocketChat 服务访问端口为 3000。完成 Rocketchat 系统上云后,将ChinaSkill-node-1 节点的用户名、密码和公网 IP 地址到答题框  1.查看 RocketChat 服务正常计 0.2 分 2.查看前端页面是否正常返回计 0.3 分 安装npm源  [root@mysql-1 rocket]# tar xf rocket.chat-3.2.2.tgz  [root@mysql-1 rocket]# cd bundle/ [root@mysql-1 bundle]# ls main.js  programs  README  server  star.json [root@mysql-1 bundle]# cd programs/server/ [root@mysql-1 server]# npm install   如果出现报错可以切换nodejs版本来安装 1 2 3 4 5 6 设置环境变量  选择chinaskill-sql-1 ip加入  [root@mysql-1 bundle]# export ROOT_URL='http://localhost:3000' [root@mysql-1 bundle]# export PORT="3000" [root@mysql-1 bundle]# export MONGO_URL='mongodb://172.16.1.88:27017/rocketchat?replicsSet=rs'  [root@mysql-1 bundle]# export MONGO_OPLOG_URL=mongodb://172.16.1.88:27017/local?replicaSet=rs [root@mysql-1 bundle]# node main.js   1 2 3 4 5 6  常见报错  Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.9’ not found  需要更新libstdc++.so.6的版本  发现当前的 libstdc++.so.6 的版本没有 CXXABI_1.3.9 需要更换更高级别的 [root@mysql-1 bundle]# strings /usr/lib64/libstdc++.so.6 | grep CXXABI CXXABI_1.3 CXXABI_1.3.1 CXXABI_1.3.2 CXXABI_1.3.3 CXXABI_1.3.4 CXXABI_1.3.5 CXXABI_1.3.6 CXXABI_1.3.7 CXXABI_TM_1  先查看系统是否存在更高级别的,如果有的话用第一步来查看是否存在需要的东西             [root@mysql-1 bundle]# find / -name libstdc++.so.6*   /usr/lib64/libstdc++.so.6 /usr/lib64/libstdc++.so.6.0.19 /usr/lib64/libstdc++.so.6.0.26 /usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.19-gdb.py /usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.19-gdb.pyc /usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.19-gdb.pyo  把libstdc++.so.6更换 [root@mysql-1 bundle]# mv /usr/lib64/libstdc++.so.6 /usr/lib64/libstdc++.so.6.bak [root@mysql-1 bundle]# ln -s /usr/lib64/libstdc++.so.6.0.26 /usr/lib64/libstdc++.so.6 [root@mysql-1 bundle]#  
  • [技术干货] Five Innovative Solutions from Huawei Cloud Stack Empower You to Thrive with the Cloud
    From a leap to cloud to thriving with the cloudcompanies are striving to reach new heightsDive into cloud, never stopWith an ever-evolving hybrid cloud foundationHuawei Cloud Stack boasts an unparalleled suite of over 120 on-premises cloud services in 14 categories and provides five core solutionspropelling government and enterprise customers to a new horizon of intelligenceNew Intelligence: The Industry's First Hybrid Cloud for Large AI Models to Help Enterprises Build On-Premises Large ModelsAI is reshaping industries. Huawei Cloud Stack has launched the industry's first Hybrid Cloud for Large AI Models. It offers a comprehensive AI production chain and over 30 professional services, empowering industry-specific large AI models from end to end. It helps enterprises build their own large AI models in one stop. Huawei Cloud Stack also uses an innovative ModelArts AI platform that consists of three engineering tool chains: data, models, and applications. It is designed to expedite AI engineering adoption, simplifying the creation, training, and deployment of large AI models. Hybrid Cloud for Large AI Models natively supports Pangu models and integrates over 30 mainstream foundation models that are ready for use. Upholding the mission of "AI for Industries", Huawei Cloud Stack has developed large AI models for diverse sectors like government, finance, mining, and railway. They will continue to consolidate expertise in more sectors to make AI available at your fingertips.New Factor: Trusted Data Circulation Unlocks the Value of DataData is believed by many to be the fifth factor of production. Huawei Cloud Stack provides a data circulation solution, bridging enterprises and data. It enables one-stop data development and governance and provides high-quality data for industries. Leveraging blockchain, privacy computing, and trusted data space technologies, the solution ensures that data privacy compliance requirements can be met, and trusted data circulation is enabled. The "123+N" framework —featuring one data foundation, two development systems, three types of data, and N business platforms— unblocks technical hurdles in data circulation, unleashing the value of data.New Cores: Creating New Agility with the Huawei Mainframe-to-Cloud SolutionModernizing mainframe systems has been an inevitable and necessary transition. The Huawei Mainframe-to-Cloud Solution provides three approaches, re-hosting, re-platforming, and re-architecting. By breaking through key technologies through software-hardware synergy, the solution is designed to create new cores on the cloud, with higher availability, more convenience in O&M, and better agility:High availability: Thanks to a distributed cloud foundation, hardware faults can be detected in 2 seconds. In collaboration with GaussDB, a distributed database, a failover can be seamlessly performed in 6 seconds. A cloud that delivers 99.999% availability has been established to meet financial-grade requirements.More convenience in O&M: With intelligent fault demarcation, the solution is poised to detect faults in 1 minute, demarcate faults in 5 minutes, and rectify faults in 10 minutes, a significant improvement in O&M efficiency for large-scale cloud infrastructure.Better agility: Huawei Cloud Stack pioneers in-place, seamless OS upgrades, eliminating the need for VM migration during the upgrade process. A large number of nodes can be upgraded in parallel. This innovation reduces the upgrade time for thousands of nodes from dozens of days to under 5 hours, significantly enhancing the evolution efficiency of your cloud platform.In addition, we have consolidated experience to create a new standard for financial-grade end-to-end implementation processes, covering the entire mainframe-to-cloud migration process.New Industrialization: Powered by an Industrial InternetAI will accelerate a new type of industrialization. The industrial internet has moved from a theoretical concept to a reality. Huawei Cloud launched a new industrial Internet reference architecture, integrating the capabilities of large AI models based on traditional industrial data collection and governance. It aggregates all-scenario production factors across all domains to make every industrial production process intelligent.By consolidating extensive industrial expertise, Huawei Cloud Stack has developed five out-of-the-box industrial large models for industries like manufacturing and electric power. These models help enterprises quickly roll out intelligent solutions tailored to diverse complex operation scenarios. Huawei Cloud Stack's cloud-edge-device architecture allows large enterprises with complicated production systems to deploy their HQ resources on a central cloud but with the resources of their factories deployed at the edge. Such deployment method can handle the spikes resulting from one million concurrent requests to access data from IT and OT systems within seconds. Agile development of software and hardware enhances both quality and efficiency of industrial production and spurs application innovation.New Applications: CodeArts, a Software Development Pipeline, Accelerates Application ModernizationSoftware development is evolving towards digitalization and intelligence. Huawei CodeArts, a software development pipeline, is backed by Huawei's over 30 years of R&D experience and extensive tools in IPD transformation. It helps enterprises establish a collaborative R&D system for agile innovation.CodeArts covers the entire software development life cycle, from requirement breakdown, code development, build, and testing, to deployment and runtime, with full-process security specifications and protection, ensuring the continuity of the R&D supply chain Powered by the Pangu R&D model, CodeArts enables intelligent software development. It provides two core intelligent capabilities - generation and Q&A. They cover eight R&D scenarios, including code generation, explanation, commenting, translation, debugging, and check, as well as R&D Q&A and unit test case generation. These capabilities assist developers in intelligent generation of high-quality code, unleashing R&D productivity and accelerating application modernization across industries.Huawei Cloud Stack has been chosen by over 5,500 customersin more than 170 countries to accelerate intelligent upgradesThey have been fortifying their industry-specific expertisesecuring a leading position in over 10 sectors, like government, finance, manufacturing, and energy, along with their sub-marketsMoving forward, Huawei Cloud Stack will continue putting efforts in building a cloud well suited to enterprise needsand bring intelligence to every city and every enterprise to light up a digital future
  • [问题求助] 第三方系统作为sso clent对接manage one实现单点登录的时候,本地逃生功能查询sso server需要调用的接口是什么?
    第三方系统作为sso clent对接manage one实现单点登录的时候,本地逃生功能查询sso server需要调用的接口是什么?
  • [问题求助] 对接Manage one单点登录时的本地逃生功能的心跳检测接口是什么?
    运营侧第三方系统对接SSO Server定制开发,这个里面提到了一个概念,叫本地逃生功能。我的问题实际上就是开发这个本地逃生功能遇到的疑问,这个需求实现起来实际上就是你们提供的cas-client-core-3.3.3.jar里面的几个过滤器。然后本地逃生的话,我需要去调用你们的心跳接口,查看服务是不是正常运行的,如果不是正常运行的话,我就让这几个过滤器失效,走我们公司原来的登录流程,但是现在我的问题就是不知道你们这个心跳检测接口是什么。
  • [问题求助] 第三方系统对接华为Manage One实现单点登录遇到的问题。
    如果华为Manage One 的SSO Server无法访问了,需要使用我们公司本身的登录系统去登录。那么检测这个SSO Server的状态是需要调用哪个接口?
  • [问题求助] 求助:开发第三方系统对接华为Manage One实现单点登录遇到的问题。
    如果华为Manage One 的SSO Server无法访问了,需要使用我们公司本身的登录系统去登录。那么检测这个SSO Server的状态是需要调用哪个接口?
  • Kenya Embarks on a Cloud Journey to Shape a Digital Future
    Kenya, the cradle of humanity, has been home to millions of years of human evolution. From ancient fossil records to diverse cultural traditions, Kenya has witnessed the origins and prosperity of human civilization. Now, this storied land once again stands at the forefront of history — becoming a pioneer in Africa's digital transformation, leading a new wave of innovation and revolution. As a key part of the country's "Vision 2030" national plan, Konza Technopolis is dedicated to creating Africa's leading smart city through cutting-edge technologies like cloud computing and AI, promoting the modernization of infrastructure and public services. With the support of Huawei Cloud Stack, Konza is leading Kenya towards a digital future, propelling the nation's vision of sustainable growth.videoKonza's Digital StrategyKonza Technopolis is dedicated to building a sustainable, prosperous smart city, and is expected to contribute at least 2% of Kenya's GDP. Konza plans to establish a unified architecture, resource-sharing, and scalable cloud platform that will enable the intelligent management in key sectors such as government, transportation, and healthcare.Konza's ChallengesThe complexity of building a smart city lies in breaking down traditional departmental barriers, integrating ICT infrastructure and data resources, and eliminating information silos. Konza is tasked with migrating a variety of government and public service systems to a unified cloud platform to enhance management efficiency and address technological challenges in digital transformation. This integration process demands robust technical support. Konza has chosen Huawei Cloud Stack, leveraging its cloud computing and AI technologies to overcome these challenges and achieve more efficient urban management.Konza's Partnership with Huawei Cloud StackKonza has selected Huawei Cloud Stack as its strategic partner to build a sovereign cloud and spearhead urban digital transformation together. With Huawei Cloud Stack, Konza has successfully deployed a data center that meets Tier-III standards.Supporting more than 70 key city services across diverse sectors like government, healthcare, and transportationServing more than 120 customers, 75% governments, 25% private enterprisesBecoming a magnet for over 50 partners and supports a whole host of smart city applications. This collaboration is not only a cornerstone for the development of the Konza smart city but also a catalyst for Kenya's digital transformation.Looking ahead, Konza is set to enhance its cooperation with Huawei Cloud Stack to promote the upgrade of intelligent management, introduce an AI call center and government office application, and boost urban services and the development of the national digital economy. Both parties will work closely to nurture digital talent as well as build the Kenya Digital Lab to accelerate Kenya's national digital transformation and boost technological innovation across Africa.
  • [认证交流] 【华为云开发者认证E级云架构学习分享】
    非常荣幸参加此次HCCDE 云架构的培训学习,E级的云架构的知识点比P提升了很多,如果说IE是重视理论知识,对华为云产品,最佳实践有个深入的了解的话,那么E覆盖的知识点从需求对接,开发前中后的注意事项,敏捷的流程,华为云高阶服务(CCE,CCI,EI,EG,FG,ROMA,CSE等),由浅入深,让学员学习到比IE更完整,更立体的知识体系,同时注重实操,利用RFS自动化购买云服务,搭建集群,考核了学员对json,对华为云各个产品考核的很深,需要同时注意微观的产品细节,宏观的架构及安全,掌握后,对目前正在交付的项目有非常大的帮助
  • [问题求助] 求助
    在进行创建脚本但是无法搜索想要的公式差件
  • [问题求助] 看到两种API,请问有相关文档解释么?
    请问各位专家,有相关文档解释么:这里的API和OC北向接口API有什么区别?这是私有云的API么?华为云Stack如果是华为云的私有化部署的话,是否也有私有云的api?https://support.huaweicloud.com/intl/en-us/api-vpc/vpc_api01_0003.html
  • [热门活动] 华为云产品建议
     为了保持在云计算市场的竞争力并不断提升用户体验,华为云(HUAWEI CLOUD)未来可以考虑以下几点优化建议。这些建议覆盖了技术创新、用户体验、安全性、合规性、以及生态系统建设等方面。 以及部分小反馈问题。 ### 技术创新  1. **多云和混合云支持**:     - 提供更加完善的多云和混合云管理工具,帮助企业无缝管理来自不同供应商的云资源。     - 增强跨云的互操作性和数据迁移能力,使用户能够轻松地在不同云环境之间迁移工作负载和数据。  2. **AI/ML能力深化**:     - 加大对人工智能和机器学习平台的研发投入,增强模型训练和部署的自动化程度。     - 提供更多领域的预训练模型,涵盖自然语言处理、计算机视觉等热门应用场景。  3. **边缘计算扩展**:     - 扩展边缘计算节点的覆盖范围,提高边缘计算服务的性能和可靠性,满足越来越多物联网和实时数据处理的需求。     - 推出针对特定行业的边缘计算解决方案,例如智能制造、智慧城市等。  4. **区块链技术应用**:     - 深入探索区块链技术在供应链管理、金融等领域的应用,推出基于区块链的服务平台,提供可信的多方协作机制。  ### 用户体验  1. **统一的用户界面**:     - 开发统一的控制台界面,实现所有云产品和服务的集中管理,提供一致的用户体验。     - 增加更多自定义视图和仪表板功能,使用户能够根据自身需求定制界面布局。  2. **API易用性**:     - 优化API文档和开发者工具,提供更详细的使用示例和最佳实践,降低开发者的入门门槛。  3. **智能助手和推荐系统**:     - 引入智能助手功能,实时分析用户行为,提供个性化的操作建议和优化方案。     - 通过机器学习算法,根据用户的使用模式和历史数据,推荐最适合的云资源配置。  ### 安全性和合规性  1. **零信任架构**:     - 推广零信任安全架构,通过严格的身份验证和权限控制,确保每一次访问都经过认证和授权。     - 提供全面的安全评估工具,帮助企业识别和修补安全漏洞。  2. **隐私保护和数据主权**:     - 确保云服务符合各国的数据隐私法规,推出数据主权保护方案,允许用户选择数据存储位置。     - 提供先进的数据加密和匿名化技术,保护用户敏感信息。  ### 成本管理  1. **智能成本优化**:     - 开发智能成本优化工具,实时监测用户资源使用情况,提供节省开支的具体建议。     - 提供可视化的成本分析和预测工具,帮助用户更好地规划预算和资源分配。  2. **灵活的计费模式**:     - 推出更多灵活的计费选项,如按需计费、预留实例折扣、包年包月等,满足不同业务场景下的需求。     - 提供细粒度的费用拆分和追踪,帮助企业精确分摊云成本到各业务部门或项目团队。  ### 生态系统建设  1. **合作伙伴计划**:     - 拓展与ISV(独立软件供应商)、SI(系统集成商)和MSP(托管服务提供商)的合作,建立强大的合作伙伴生态系统。     - 提供丰富的合作伙伴激励政策,鼓励合作伙伴开发和推广基于华为云的平台和应用。  2. **开发者社区**:     - 建设和维护一个活跃的开发者社区,举办定期的技术交流活动、黑客马拉松和开发者大赛,吸引全球开发者参与。     - 提供开放的API和SDK,支持更多第三方开发者基于华为云构建创新应用。  ### 全球化布局  1. **全球数据中心布局**:     - 加快全球数据中心布局,特别是在新兴市场和关键区域,提高全球用户的服务可达性和性能。     - 提供多区域高可用性的解决方案,确保业务连续性和数据灾备能力。  2. **本地化服务和支持**:     - 提供符合各国法规和市场需求的本地化服务和解决方案。     - 在主要市场设立本地化客户支持团队,提供7x24小时的技术支持和服务。  上周体验的一个一键部署AI生图应用,非常影响体验,说是体验,还给人计费(尴尬),很多报错,回帖汇报之后,没人给出反馈?不过,对于云服务主机,使用redis 数据库之类的项目部署,还是很顺利,IDE 使用方面还是有待跟国际上通用的IDE接轨,使得设计更加全面,更加友好!希望这些建议能为华为云未来的发展提供一些有价值的参考。 
  • [工具链] savedmodel转.om失败问题
    savemodel转frozen_graph.pb在转.om失败转为冻结图后应该就不需要.pbtxt文件了(run_atc) [root@tdcnode013260 ~]# atc --mode=0 --model=/mnt/disk2/SophonOCR/repo/obj_template_classification_mobilenet/1/frozen_graph.pb --framework=3 --output=/mnt/disk2/SophonOCR/repo/obj_template_classification_mobilenet/1/model --input_shape="serving_default_input_1:1,448,448,3;serving_default_input_2:1,448,448,3" --soc_version=Ascend310P3 ATC start working now, please wait for a moment. ATC run failed, Please check the detail log, Try 'atc --help' for more information E19000: Path[/mnt/disk2/SophonOCR/repo/obj_template_classification_mobilenet/1/graph_def_library.pbtxt] is empty. Reason: No such file or directory. Possible Cause: The file does not exist. Solution: Try again with a valid directory. TraceBack (most recent call last): Failed to find the subgraph library. ATC model parse ret fail.[FUNC:ParseGraph][FILE:omg.cc][LINE:788]
  • [HDC2024] 你在华为HDC2024中有哪些收获~
    你在华为HDC2024中有哪些收获~
  • [ManageOne二...] 【华为云Stack ManageOne 北向对接】如何创建运营面&运维面北向对接账号
    1 场景说明从ManageOne 8.3.1版本起,运营、运维面的对接账号实现分离管理,用于调用API的账号需要在指定位置创建。2 场景约束本文仅适用于ManageOne 8.3.1及以上版本。8.3.0之前的版本,参考以下链接:创建运营面对接账号:cid:link_0创建运维面对接账号:cid:link_13 创建运营管理员、运维面对接账号1.使用运营管理员账号登录“主门户”,单击“安全管理”,选择左侧菜单“集成账号”,单击“创建”2.填写集成账号信息,包含账号名称、密码、描述等3.创建完成后,单击账号名称,查看账号详情4.如果账号需要对接运营面(运营管理员权限),可勾选“运营管理员用户组”(此账号的租户名domain name为“mo_bss_admin”);如果账号需要对接运维面,可勾选“系统管理员组”,请勿勾选“北向用户组”。5.如果有自定义权限的需求,则可以自行创建用户组、策略、角色等。4 创建租户对接账号(可申请云资源)1.使用“运营管理员”账号登录ManageOne运营面,进入“组织”->“用户管理”,选择所属VDC,单击“创建”2.填写用户的信息,包含用户名、密码等,并在“访问方式”中勾选“编程访问”。3.单击“下一步”,勾选用户关联的用户组4.单击“完成”。