Error: The cluster is not configured or is not running on node NODE_NAME

EM Cloud Control 12.1.0.4 ,   Linux 6.5 ,   Oracle 11.2.0.3  

在通过EM Cloud Control 配置好了数据库云后, 自助创建一个RAC one node(带数据)的数据库时,发生报错,参考库是单节点数据库(single instance), 
查看log 是在Convert to RAC 的步骤出现错误如下, 后来查看metalink发现10.2.0.4 ~ 11.2.0.3版本的数据库都有这个问题,是一个未发布的bug 。  

Failed - Job Failed 

Step: Prepare Configuration (Failed) 
Start Date 2015.11.11 11:57:34 
Completed Date 2015.11.11 11:57:52 
Targets vivus25 

The cluster is not configured or is not running on node: szxcld002


Metalink 上的说明: 

rconfig fails with error message " The cluster is not configured or is not running on node NODE_NAME" (文档 ID 1517394.1)

In this Document
Symptoms
Changes
Cause
Solution
APPLIES TO:

Oracle Server - Enterprise Edition - Version 10.2.0.4 to 11.2.0.3 [Release 10.2 to 11.2]
z*OBSOLETE: Microsoft Windows Server 2008 x64 (AMD64/EM64T)
SYMPTOMS

Case 1: When nodes name's specified in lower case in ConvertToRAC.xml file
 
 Errors:
 -------
  Index of localNode in HostItemlist=-1
  oracle.sysman.assistants.rconfig.engine.InvalidConfigurationException: Node
  that has single instance database running should be specified in the
  NodeList. Please specify node NODE1 as part of NodeList.

Case 2: When nodes name's specified in upper case in ConvertToRAC.xml file
Input:
------
 
 Errors:
 -------
 
              The cluster is not configured or is not running on node: NODE1
 
CHANGES
 Single instance  to RACone/RAC db conversion using rconfig

CAUSE
The issue is due to unpublished bug 10144394.

SOLUTION
The issue is fixed in 11.2.0.4 (not yet released at the time of this writing) and later versions

Work around:
Specify nodes in same case as they were entered during CRS install in ConvertToRAC.xml file.

通过顾问找到了补丁号: 
12.1_WIN.X64:DB CONVERSION IS FAILING WHEN SPECIFY THE NODE LIST IN SMALL LETTER (补丁程序)
p14281126_112030_Generic.zip



来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/35489/viewspace-1828370/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/35489/viewspace-1828370/

redisCluster集群配置详情 修改redis.conf文件:vi打开redis-server配置的redis.conf文件,然后使用快捷匹配模式:/stop-writes-on-bgsave-error定位到stop-writes-on-bgsave-error字符串所在位置,接着把后面的yes设置为no即可。Redis被配置为保存数据库快照,但它目前不能持久化到硬盘。用来修改集合数据的命令不能用。请查看Redis日志的详细错误信息。此处将红色的也是改为no。先修改第一台主机的名称。集群常见的错误解决方法。关闭集群中的所有实例。 阅读详情

相关推荐

【CAN/LIN ARXML】P4 Topology

2.同一个ECU可以在多个CommunicationCluster中,如果它有多个被不同CommunicationCluster的PhysicalChannels引用的CommunicationConnector。1.一个FrameTriggering只能定义在一个确定的Channel下,Channel可能已经分配了若干数量的FrameTriggering。3.Cluster中的节点共享相同的通信协议,该协议可以是event-triggered, time-triggered,也可以是两者的组合。

sinat_40766402的博客 1662

org.springframework.dao.InvalidDataAccessApiUsageException: Cluster is not configured!

org.springframework.dao.InvalidDataAccessApiUsageException: Cluster is not configured!org.springframework.dao。InvalidDataAccessApiUsageException:集群没有配置!

qq_34638435的博客 2904

Upwork入门指南:如何创建吸引人的个人资料

本文详细介绍了如何在Upwork上创建并优化个人资料,帮助自由职业者吸引更多客户。内容包括: 注册与验证:从注册账号到邮箱验证的完整步骤。 个人资料填写:如何撰写吸引人的标题、简介,选择技能标签,以及设置专业头像和费率。 作品集与优化:上传高质量作品集,提升搜索排名和客户信任度。 常见问题解答:解决新手常见问题,如无工作经验或审核不通过。 通过本文的指导,你将学会打造一个专业且高效的个人资料,为在Upwork上获得更多机会奠定基础。

qq_61813593的博客 3450

is not configured as a cluster node.

>>> Creating cluster Connecting to node 127.0.0.1:6379: OK [ERR] Node 127.0.0.1:6379 is not configured as a cluster node. 把redis 服务先全都关掉,再执行

it佳佳的博客 4262

redis客户端jedis&spring-data-redis源码赏析

2019独角兽企业重金招聘Python工程师标准>>> ...

weixin_34345753的博客 891

09 redis集群的搭建 以及遇到的问题

此帖为链接贴, 记录了搭建redis集群过程中遇到的相关问题[着实的苦逼的整了一个小时呢]搭建环境介绍 : ubuntu12.04 + redis3.2.3一台虚拟机, 启动6个redis服务器, 搭建伪分布式的redis集群redis 集群的搭建 –2016.08.16 h

970655147的专栏 3万+

redis出现过多command 慢查询slowlog出现command命令

大家好,我是烤鸭: 今天分享一个问题,一个关于redis slowlog,执行过多 command命令的问题。 问题来源 所有走redis 的接口tp99和平均耗时是原来的两倍不止,运维说redis 的qps也翻倍了。查了下slowlog,发现command 命令占大多数,除了两条业务请求,其他都是command。 command命令返回的是当前redis所能执行的命令和对应的账号权限,也就不超过200条数据吧。(但频繁执行会增加qps,影响集群性能) 这个command命令是确实..

烤鸭的世界我们不懂。 1889

Infisical 本地 Redis Cluster 搭建指南:从 docker-compose 到生产连接配置

本指南围绕仓库中 [sink/redis-cluster](https://link.gitcode.com/i/302cb7207cf22616dc79909c936bcfcb) 目录下的 Redis Cluster 部署方案展开,讲解如何用 Docker Compose 在单机拉起一套 3 节点 Redis Cluster(含 RedisInsight 可视化管理端),并将其接入 Infisi

gitblog_00310的博客 933

启动项目elasticsearch连接报错:NoNodeAvailableException: None of the configured nodes are available: []

[10:15:22|ERROR|(cn.rkang.flame.dubbo.rpc.filter.ExceptionInterceptorFilter)]=[ [DUBBO] dubbo://xxx:20880/xxx.service.search.service.SearchService?anyhost=true&application=rkang-all-services&d...

noob9527的博客 851

DFLYCLUSTER CONFIG 被拒绝并返回 “Invalid cluster configuration“ 怎么定位?

你在用集群管理器(cluster manager)向 Dragonfly 节点推送集群拓扑时,节点回复了 `-ERR Invalid cluster configuration.`,配置没有生效。这个错误是 `DFLYCLUSTER CONFIG <json>` 对一段无法通过解析或校验的集群 JSON 给出的统一拒绝信息,它本身不告诉你具体是哪条规则失败。这篇文章给出定位路径:先确认拒绝后节点处

gitblog_00649的博客 206

Elasticsearch运行异常:cluster.initial_master_nodes] must be configured

问题描述如下: ERROR: [1] bootstrap checks failed [1]: the default discovery settings are unsuitable for production use; at least one of [discovery.seed_hosts, discovery.seed_providers, cluster.initial_maste...

更新失败的博客 6472

NoNodeAvailableException[None of the configured nodes are available: [{#transport#-1}{HBmUtjMOQP2pgL...

1、找到elasticsearch的安装目录,在config目录找到elasticsearch.yml,查看cluster.name的赋值 2、在SpringBoot的yml文件中,不仅要配置cluster-nodes,而且还需要配置cluster-name,而且cluster-name必须与elasticsearch.yml中一致 转载于:https://www.cnblogs.com/wlo...

weixin_30872337的博客 251

Strimzi Cluster Operator 命名空间级 RBAC 下的 ClusterRoleBinding 容错机制:ClusterOperatorRbacST 测试套件深度解析

本文围绕 Strimzi Kafka Operator 的系统测试套件 `ClusterOperatorRbacST` 展开,讲解当 Cluster Operator 仅拥有命名空间级(namespace-scoped)RBAC 权限、缺少 ClusterRoleBinding(CRB)访问权限时,Operator 在"未启用 Rack Awareness"与"启用 Rack Awareness"

gitblog_00844的博客 327

ElasticSearch之NoNodeAvailableException[None of the configured nodes are available

第一可能是:cluster.name。es的集群名字不对有错,在es解压目录下config文件下配置cluster.name的名字 第二可能是:安装的es版本和jar包不一致。把jar的版本换成安装的es版本 ...

chumiandie3659的博客 178

CANN/hcomm HCCL-VM常见问题解答

> This document is used to test the FAQ HTML generation framework. --- ## Module: CANN Package Installation and WSL Environment Configuration --- #### FAQ-C001 **Title:** WSL Environment Configur

gitblog_00189的博客 894

在 Utho Kubernetes Engine 上部署与理解 Cluster Autoscaler:云提供商配置、节点池伸缩原理与源码剖析

Cluster Autoscaler 的 Utho 云提供商(cloud provider)让 Kubernetes 集群能够基于工作负载自动调整 Utho Kubernetes Engine(UKE)中节点池(Node Pool)的大小。本文以 [cluster-autoscaler/cloudprovider/utho/README.md](https://link.gitcode.com/i

gitblog_00903的博客 370

Velero API Types 完全指南:通过 YAML 配置 Backup、Restore、Schedule 与存储位置

Velero 的大部分操作都可以通过 `velero` 命令行工具完成,但有一类功能只能通过 Kubernetes 原生 API 的 JSON/YAML 来配置——典型代表是钩子(hooks)机制。这些能力被建模为五种核心 CRD:`Backup`、`Restore`、`Schedule`、`BackupStorageLocation` 与 `VolumeSnapshotLocation`。本篇指

gitblog_00554的博客 144

NodeBootstrap部署教程:从本地开发到生产环境的无缝过渡

NodeBootstrap是一款强大的Node/Express.js项目引导工具,能够帮助开发者快速生成预配置了最佳实践的项目骨架。本文将详细介绍如何从本地开发环境无缝过渡到生产环境,让你轻松部署基于NodeBootstrap的应用。 ## 1. 准备工作:环境搭建与项目初始化 ### 1.1 安装Node.js环境 确保你的系统中已安装Node.js(版本>=10.0),可以通过官方网站下载

gitblog_00698的博客 817

Kubernetes详细配置安装说明(保姆级篇高效)

本文提供一份详细的Kubernetes(k8s)集群搭建教程,使用kubeadm工具在两台RockyLinux/CentOS主机上从零部署完整集群。教程涵盖环境初始化(主机名配置、依赖安装、防火墙设置等)、服务安装(Docker+kubeadm组件)、集群搭建(Master初始化+Node加入)、网络插件(Flannel)部署、性能优化(IPVS模式切换)、故障排查方案以及Dashboard可视化界面部署。每个步骤均标注执行节点,关键参数附带说明,并提供常见错误解决方案,适合初学者按步骤完成集群搭建。

Chris 6744
上一篇: ORA-27300: OS system dependent operation:semget failed with status: 28 - 2
下一篇: EM 12c监控云数据库告警:TNS-1189 - 1
cuixie2370
博客等级 码龄9年 16粉丝 779原创
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符  | 博主筛选后可见
 
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值