How do you setup / remove / modify Cluster Synchronization Services Daemon (CSSD) on a non-RAC syste

 

 

How do you setup / remove / modify Cluster Synchronization Services Daemon (CSSD) on a non-RAC system (init.cssd)?


Each of the LOCALCONFIG operations need to be run as ROOT
$ORACLE_HOME refers to the home used by ASM

 


SETUP / ADD
===========

       If the CSS is missing either due to specifically excluding it at install time ... or it was later removed

    $ORACLE_HOME/bin/localconfig add (for Unix)
        or
    <drive>:<Oracle Home>/bin/localconfig add (for Windows)

 

 

REMOVE / DELETE
===============
If you wish to remove the CSS

1)  Shutdown all ASM / RDBMS instances using ASM

2)  $ORACLE_HOME/bin/localconfig delete (for Unix)
       or
     <drive>:<Oracle Home>/bin/localconfig delete (for Windows)

*** Please note ... this will disable any Automatic Storage Mangement (ASM) instances / databases ... and will prevent you from using ASM in the future



MODIFY / RESET
=============

       If you wish the CSS to use a new Oracle Home ... for example if you have now installed a separate Oracle Home for ASM

1)   Shutdown all ASM / RDBMS instances using ASM

2)   $ORACLE_HOME/bin/localconfig reset <The desired Oracle Home> (for Unix)
       or
    <drive>:<Oracle Home>/bin/localconfig reset <The desired Oracle Home> (for Windows)

 

 

 

 

From Oracle

-------------------------------------------------------------------------------------------------------

QQ: 492913789
Email: ahdba@qq.com
Blog: http://www.cndba.cn/dave

DBA1 群:62697716();   DBA2 群:62697977()   DBA3 群:62697850()  

DBA 超级群:63306533();  DBA4 群: 83829929  DBA5群: 142216823   

聊天 群:40132017   聊天2群:69087192

--加群需要在备注说明Oracle表空间和数据文件的关系,否则拒绝申请

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
As an AI language model, I am not able to perform installations on any machine or device. However, I can provide you with the steps to install Homebridge on Docker, as mentioned in the Homebridge GitHub page: 1. Install Docker on your machine. You can follow the official Docker installation guide for your specific operating system from the Docker website. 2. Create a new directory on your machine where you want to store your Homebridge configuration and plugins. You can name it whatever you like. For example, we will name it "homebridge". 3. Open a terminal or command prompt window and navigate to the directory you just created. 4. Create a new file named "config.json" in the directory. This file will contain your Homebridge configuration. You can copy and paste the sample configuration from the Homebridge GitHub page and modify it as per your requirements. 5. Create a new file named "Dockerfile" in the directory. This file will contain the Docker image build instructions. You can copy and paste the following code and modify the Docker image tag as per your requirements: ``` FROM oznu/homebridge:latest COPY config.json /homebridge/config.json ``` 6. Build the Docker image by running the following command in the terminal or command prompt window: ``` docker build -t <your_username>/homebridge . ``` Replace <your_username> with your Docker Hub username (if you have one) or any other name you want to use for the Docker image. 7. Run the Docker container by running the following command in the terminal or command prompt window: ``` docker run -d --restart always --name homebridge -p 51826:51826 -v /path/to/homebridge:/homebridge <your_username>/homebridge ``` Replace "/path/to/homebridge" with the absolute path to the directory you created earlier. This command will start the Homebridge Docker container, map the default Homebridge port 51826 to your machine's port 51826, and mount your Homebridge configuration and plugins directory to the container's /homebridge directory. 8. You can now access your Homebridge instance by opening the Home app on your iOS device and adding a new accessory. Homebridge should automatically appear as a bridge accessory. You can then add your Homebridge-compatible devices and control them through the Home app. Note: These steps are provided as a general guide only. You should always read and follow the official documentation and installation instructions provided by the Homebridge and Docker communities, and ensure you have a good understanding of the potential risks and limitations of using these technologies.

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值