DWS如何查看所有组件版本

举报
yd_250980112 发表于 2022/11/13 22:12:29 2022/11/13
【摘要】 DWS如何查看所有组件版本

查看console版本

在console页面按F12,查看下图所示

查看servicecm版本

登录servicecm,选择 系统 -> 适配包,标签输入dws,点击查询按钮

查看微服务版本

登录cdk-master节点,依次执行以下命令

kubectl describe pod $(kubectl get pod -n dws | grep "dwscontroller-" | awk '{print $1}' | tail -1) -ndws | grep "Image:" | awk -F : '{print $4}'

kubectl describe pod $(kubectl get pod -n dws | grep "dms-collection-" | awk '{print $1}' | tail -1) -ndws | grep "Image:" | awk -F : '{print $4}'

kubectl describe pod $(kubectl get pod -n dws | grep "dms-monitoring-" | awk '{print $1}' | tail -1) -ndws | grep "Image:" | awk -F : '{print $4}'

kubectl describe pod $(kubectl get pod -n ecf | grep "ecfclustermanager-" | awk '{print $1}' | tail -1) -necf | grep "Image:" | awk -F : '{print $4}'

kubectl describe pod $(kubectl get pod -n ecf | grep "dbsmonitor-" | awk '{print $1}' | tail -1) -necf | grep "Image:" | awk -F : '{print $4}'

kubectl describe pod $(kubectl get pod -n ecf | grep "dbsevent-" | awk '{print $1}' | tail -1) -necf | grep "Image:" | awk -F : '{print $4}'

kubectl describe pod $(kubectl get pod -n ecf | grep "dbsinsight-" | awk '{print $1}' | tail -1) -necf | grep "Image:" | awk -F : '{print $4}'

查看租户面集群各组件版本

登录rms数据库,查询以下SQL:

select rds_cluster.id, rds_cluster.name, rds_cluster.status, rds_restenant.realDomainName, rds_cluster.createAt, rds_cluster.datastoreType, rds_cluster_spec.code, round(length(group_concat(distinct rds_instance.id)) / 36) as instanceNum, rds_cluster.datastoreVersion, group_concat(distinct rds_instance.guestAgentVersion) as agentVersions, rds_cluster_image.image_type, rds_cluster_image.os_version, rds_cluster.packageInfo, group_concat(distinct rds_package_info.package_name) as plugins from rds_cluster inner join rds_instance on rds_cluster.id = rds_instance.clusterId left join rds_restenant on rds_cluster.tenantId = rds_restenant.realDomainId left join rds_cluster_spec on rds_cluster.clusterSpecId = rds_cluster_spec.id left join rds_cluster_image on rds_cluster.imageId = rds_cluster_image.image_id left join cluster_plugin on rds_cluster.id = cluster_plugin.clusterId left join plugin_info on cluster_plugin.pluginId = plugin_info.id left join rds_package_info on plugin_info.id = rds_package_info.version_id where rds_instance.status not in ('100', '303', '304', '400') and (rds_instance.instCreateType is NULL or rds_instance.instCreateType = 'INST') and rds_cluster.id = '{集群编号}' group by rds_cluster.id\G



【版权声明】本文为华为云社区用户原创内容,未经允许不得转载,如需转载请自行联系原作者进行授权。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。