CLSRSC-400: A system reboot is required to continue installing

RHEL 7.9+ORACLE RAC 12.2.0.1.0,在运行root.sh脚本时,出现CLSRSC-400: A system reboot is required to continue installing报错

# /u01/app/12.2.0/grid/root.sh
Performing root user operation.The following environment variables are set as:ORACLE_OWNER= gridORACLE_HOME=  /u01/app/12.2.0/gridEnter the full pathname of the local bin directory: [/usr/local/bin]: Copying dbhome to /usr/local/bin ...Copying oraenv to /usr/local/bin ...Copying coraenv to /usr/local/bin ...Creating /etc/oratab file...
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Relinking oracle with rac_on option
Using configuration parameter file: /u01/app/12.2.0/grid/crs/install/crsconfig_params
The log of current session can be found at:/u01/app/grid/crsdata/ztdb01/crsconfig/rootcrs_ztdb01_2024-04-18_10-02-36AM.log
2024/04/18 10:02:59 CLSRSC-594: Executing installation step 1 of 19: 'SetupTFA'.
2024/04/18 10:02:59 CLSRSC-4001: Installing Oracle Trace File Analyzer (TFA) Collector.
2024/04/18 10:03:21 CLSRSC-4002: Successfully installed Oracle Trace File Analyzer (TFA) Collector.
2024/04/18 10:03:21 CLSRSC-594: Executing installation step 2 of 19: 'ValidateEnv'.
2024/04/18 10:03:27 CLSRSC-363: User ignored prerequisites during installation
2024/04/18 10:03:27 CLSRSC-594: Executing installation step 3 of 19: 'CheckFirstNode'.
2024/04/18 10:03:28 CLSRSC-594: Executing installation step 4 of 19: 'GenSiteGUIDs'.
2024/04/18 10:03:30 CLSRSC-594: Executing installation step 5 of 19: 'SaveParamFile'.
2024/04/18 10:03:37 CLSRSC-594: Executing installation step 6 of 19: 'SetupOSD'.
2024/04/18 10:03:50 CLSRSC-594: Executing installation step 7 of 19: 'CheckCRSConfig'.
2024/04/18 10:03:50 CLSRSC-594: Executing installation step 8 of 19: 'SetupLocalGPNP'.
2024/04/18 10:04:06 CLSRSC-594: Executing installation step 9 of 19: 'ConfigOLR'.
2024/04/18 10:04:18 CLSRSC-594: Executing installation step 10 of 19: 'ConfigCHMOS'.
2024/04/18 10:04:18 CLSRSC-594: Executing installation step 11 of 19: 'CreateOHASD'.
2024/04/18 10:04:24 CLSRSC-594: Executing installation step 12 of 19: 'ConfigOHASD'.
2024/04/18 10:04:40 CLSRSC-330: Adding Clusterware entries to file 'oracle-ohasd.service'
2024/04/18 10:05:29 CLSRSC-594: Executing installation step 13 of 19: 'InstallAFD'.
2024/04/18 10:05:35 CLSRSC-594: Executing installation step 14 of 19: 'InstallACFS'.
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'ztdb01'
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'ztdb01' has completed
CRS-4133: Oracle High Availability Services has been stopped.
CRS-4123: Oracle High Availability Services has been started.
2024/04/18 10:06:20 CLSRSC-400: A system reboot is required to continue installing.
The command '/u01/app/12.2.0/grid/perl/bin/perl -I/u01/app/12.2.0/grid/perl/lib -I/u01/app/12.2.0/grid/crs/install /u01/app/12.2.0/grid/crs/install/rootcrs.pl ' execution failed

参考MOS文档: ALERT: root.sh Fails With “CLSRSC-400” While Installing GI 12.2.0.1 on RHEL or OL with RedHat Compatible Kernel (RHCK) 7.3 (Doc ID 2284463.1),这是个BUG,12.2.0.1.1软件裸装不行,需要打补丁安装。需要安装的补丁号根据操作系统版本/内核不同而不同,参考MOS文档ACFS and AFD Support On OS Platforms (Certification Matrix). (Doc ID 1369107.1),由于此次环境是RHEL7.9,内核版本是3.10.0,需要更新版本至12.2.0.1.191015,通过MOS连接:Assistant: Download Reference for Oracle Database/GI Update, Revision, PSU, SPU(CPU), Bundle Patches, Patchsets and Base Releases (Doc ID 2118136.2)下载响应的补丁。
在这里插入图片描述参照ALERT: root.sh Fails With “CLSRSC-400” While Installing GI 12.2.0.1 on RHEL or OL with RedHat Compatible Kernel (RHCK) 7.3 (Doc ID 2284463.1)的处理方法,在安装GI的时候采用:/gridSetup.sh -applyOneOffs patch location的方式先更新软件在安装。由于此问题是AFD的BUG,因此只需要先打上AFD补丁,根据补丁集内readme的说明,ACFS的补丁是33116894,因此只需要先打33116894补丁即可。
在这里插入图片描述
执行如下:

[grid@ztdb01 grid]$ ./gridSetup.sh -applyOneOffs /soft/33583921/33116894/
...

后续运行root.sh脚本成功

[root@ztdb01 grid]# /u01/app/12.2.0/grid/root.sh
Performing root user operation.The following environment variables are set as:ORACLE_OWNER= gridORACLE_HOME=  /u01/app/12.2.0/gridEnter the full pathname of the local bin directory: [/usr/local/bin]: Copying dbhome to /usr/local/bin ...Copying oraenv to /usr/local/bin ...Copying coraenv to /usr/local/bin ...Creating /etc/oratab file...
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Relinking oracle with rac_on option
Using configuration parameter file: /u01/app/12.2.0/grid/crs/install/crsconfig_params
The log of current session can be found at:/u01/app/grid/crsdata/ztdb01/crsconfig/rootcrs_ztdb01_2024-04-18_02-42-14PM.log
2024/04/18 14:42:30 CLSRSC-594: Executing installation step 1 of 19: 'SetupTFA'.
2024/04/18 14:42:30 CLSRSC-4001: Installing Oracle Trace File Analyzer (TFA) Collector.
2024/04/18 14:42:52 CLSRSC-4002: Successfully installed Oracle Trace File Analyzer (TFA) Collector.
2024/04/18 14:42:52 CLSRSC-594: Executing installation step 2 of 19: 'ValidateEnv'.
2024/04/18 14:42:58 CLSRSC-363: User ignored prerequisites during installation
2024/04/18 14:42:58 CLSRSC-594: Executing installation step 3 of 19: 'CheckFirstNode'.
2024/04/18 14:42:59 CLSRSC-594: Executing installation step 4 of 19: 'GenSiteGUIDs'.
2024/04/18 14:43:01 CLSRSC-594: Executing installation step 5 of 19: 'SaveParamFile'.
2024/04/18 14:43:08 CLSRSC-594: Executing installation step 6 of 19: 'SetupOSD'.
2024/04/18 14:43:21 CLSRSC-594: Executing installation step 7 of 19: 'CheckCRSConfig'.
2024/04/18 14:43:21 CLSRSC-594: Executing installation step 8 of 19: 'SetupLocalGPNP'.
2024/04/18 14:43:38 CLSRSC-594: Executing installation step 9 of 19: 'ConfigOLR'.
2024/04/18 14:43:49 CLSRSC-594: Executing installation step 10 of 19: 'ConfigCHMOS'.
2024/04/18 14:43:49 CLSRSC-594: Executing installation step 11 of 19: 'CreateOHASD'.
2024/04/18 14:43:55 CLSRSC-594: Executing installation step 12 of 19: 'ConfigOHASD'.
2024/04/18 14:44:11 CLSRSC-330: Adding Clusterware entries to file 'oracle-ohasd.service'
2024/04/18 14:44:49 CLSRSC-594: Executing installation step 13 of 19: 'InstallAFD'.
2024/04/18 14:44:55 CLSRSC-594: Executing installation step 14 of 19: 'InstallACFS'.
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'ztdb01'
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'ztdb01' has completed
CRS-4133: Oracle High Availability Services has been stopped.
CRS-4123: Oracle High Availability Services has been started.
2024/04/18 14:45:49 CLSRSC-594: Executing installation step 15 of 19: 'InstallKA'.
2024/04/18 14:45:55 CLSRSC-594: Executing installation step 16 of 19: 'InitConfig'.
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'ztdb01'
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'ztdb01' has completed
CRS-4133: Oracle High Availability Services has been stopped.
CRS-4123: Oracle High Availability Services has been started.
CRS-2672: Attempting to start 'ora.evmd' on 'ztdb01'
CRS-2672: Attempting to start 'ora.mdnsd' on 'ztdb01'
CRS-2676: Start of 'ora.mdnsd' on 'ztdb01' succeeded
CRS-2676: Start of 'ora.evmd' on 'ztdb01' succeeded
CRS-2672: Attempting to start 'ora.gpnpd' on 'ztdb01'
CRS-2676: Start of 'ora.gpnpd' on 'ztdb01' succeeded
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'ztdb01'
CRS-2672: Attempting to start 'ora.gipcd' on 'ztdb01'
CRS-2676: Start of 'ora.cssdmonitor' on 'ztdb01' succeeded
CRS-2676: Start of 'ora.gipcd' on 'ztdb01' succeeded
CRS-2672: Attempting to start 'ora.cssd' on 'ztdb01'
CRS-2672: Attempting to start 'ora.diskmon' on 'ztdb01'
CRS-2676: Start of 'ora.diskmon' on 'ztdb01' succeeded
CRS-2676: Start of 'ora.cssd' on 'ztdb01' succeededDisk groups created successfully. Check /u01/app/grid/cfgtoollogs/asmca/asmca-240418PM024634.log for details.2024/04/18 14:47:30 CLSRSC-482: Running command: '/u01/app/12.2.0/grid/bin/ocrconfig -upgrade grid oinstall'
CRS-2672: Attempting to start 'ora.crf' on 'ztdb01'
CRS-2672: Attempting to start 'ora.storage' on 'ztdb01'
CRS-2676: Start of 'ora.storage' on 'ztdb01' succeeded
CRS-2676: Start of 'ora.crf' on 'ztdb01' succeeded
CRS-2672: Attempting to start 'ora.crsd' on 'ztdb01'
CRS-2676: Start of 'ora.crsd' on 'ztdb01' succeeded
CRS-4256: Updating the profile
Successful addition of voting disk cd9a5f2962814fdcbf861ebd2759e1ca.
Successful addition of voting disk 13d0ddc7538a4fecbf4f90dfe9418027.
Successful addition of voting disk 87d64d13bcda4fdcbf42a4ec778b82fc.
Successfully replaced voting disk group with +OCR.
CRS-4256: Updating the profile
CRS-4266: Voting file(s) successfully replaced
##  STATE    File Universal Id                File Name Disk group
--  -----    -----------------                --------- ---------1. ONLINE   cd9a5f2962814fdcbf861ebd2759e1ca (/dev/asm-ocr3) [OCR]2. ONLINE   13d0ddc7538a4fecbf4f90dfe9418027 (/dev/asm-ocr1) [OCR]3. ONLINE   87d64d13bcda4fdcbf42a4ec778b82fc (/dev/asm-ocr2) [OCR]
Located 3 voting disk(s).
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'ztdb01'
CRS-2673: Attempting to stop 'ora.crsd' on 'ztdb01'
CRS-2677: Stop of 'ora.crsd' on 'ztdb01' succeeded
CRS-2673: Attempting to stop 'ora.storage' on 'ztdb01'
CRS-2673: Attempting to stop 'ora.crf' on 'ztdb01'
CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'ztdb01'
CRS-2673: Attempting to stop 'ora.gpnpd' on 'ztdb01'
CRS-2673: Attempting to stop 'ora.mdnsd' on 'ztdb01'
CRS-2677: Stop of 'ora.drivers.acfs' on 'ztdb01' succeeded
CRS-2677: Stop of 'ora.crf' on 'ztdb01' succeeded
CRS-2677: Stop of 'ora.gpnpd' on 'ztdb01' succeeded
CRS-2677: Stop of 'ora.storage' on 'ztdb01' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'ztdb01'
CRS-2677: Stop of 'ora.mdnsd' on 'ztdb01' succeeded
CRS-2677: Stop of 'ora.asm' on 'ztdb01' succeeded
CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'ztdb01'
CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'ztdb01' succeeded
CRS-2673: Attempting to stop 'ora.ctssd' on 'ztdb01'
CRS-2673: Attempting to stop 'ora.evmd' on 'ztdb01'
CRS-2677: Stop of 'ora.ctssd' on 'ztdb01' succeeded
CRS-2677: Stop of 'ora.evmd' on 'ztdb01' succeeded
CRS-2673: Attempting to stop 'ora.cssd' on 'ztdb01'
CRS-2677: Stop of 'ora.cssd' on 'ztdb01' succeeded
CRS-2673: Attempting to stop 'ora.gipcd' on 'ztdb01'
CRS-2677: Stop of 'ora.gipcd' on 'ztdb01' succeeded
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'ztdb01' has completed
CRS-4133: Oracle High Availability Services has been stopped.
2024/04/18 14:48:51 CLSRSC-594: Executing installation step 17 of 19: 'StartCluster'.
CRS-4123: Starting Oracle High Availability Services-managed resources
CRS-2672: Attempting to start 'ora.mdnsd' on 'ztdb01'
CRS-2672: Attempting to start 'ora.evmd' on 'ztdb01'
CRS-2676: Start of 'ora.mdnsd' on 'ztdb01' succeeded
CRS-2676: Start of 'ora.evmd' on 'ztdb01' succeeded
CRS-2672: Attempting to start 'ora.gpnpd' on 'ztdb01'
CRS-2676: Start of 'ora.gpnpd' on 'ztdb01' succeeded
CRS-2672: Attempting to start 'ora.gipcd' on 'ztdb01'
CRS-2676: Start of 'ora.gipcd' on 'ztdb01' succeeded
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'ztdb01'
CRS-2676: Start of 'ora.cssdmonitor' on 'ztdb01' succeeded
CRS-2672: Attempting to start 'ora.cssd' on 'ztdb01'
CRS-2672: Attempting to start 'ora.diskmon' on 'ztdb01'
CRS-2676: Start of 'ora.diskmon' on 'ztdb01' succeeded
CRS-2676: Start of 'ora.cssd' on 'ztdb01' succeeded
CRS-2672: Attempting to start 'ora.cluster_interconnect.haip' on 'ztdb01'
CRS-2672: Attempting to start 'ora.ctssd' on 'ztdb01'
CRS-2676: Start of 'ora.ctssd' on 'ztdb01' succeeded
CRS-2676: Start of 'ora.cluster_interconnect.haip' on 'ztdb01' succeeded
CRS-2672: Attempting to start 'ora.asm' on 'ztdb01'
CRS-2676: Start of 'ora.asm' on 'ztdb01' succeeded
CRS-2672: Attempting to start 'ora.storage' on 'ztdb01'
CRS-2676: Start of 'ora.storage' on 'ztdb01' succeeded
CRS-2672: Attempting to start 'ora.crf' on 'ztdb01'
CRS-2676: Start of 'ora.crf' on 'ztdb01' succeeded
CRS-2672: Attempting to start 'ora.crsd' on 'ztdb01'
CRS-2676: Start of 'ora.crsd' on 'ztdb01' succeeded
CRS-6023: Starting Oracle Cluster Ready Services-managed resources
CRS-6017: Processing resource auto-start for servers: ztdb01
CRS-6016: Resource auto-start has completed for server ztdb01
CRS-6024: Completed start of Oracle Cluster Ready Services-managed resources
CRS-4123: Oracle High Availability Services has been started.
2024/04/18 14:51:18 CLSRSC-343: Successfully started Oracle Clusterware stack
2024/04/18 14:51:18 CLSRSC-594: Executing installation step 18 of 19: 'ConfigNode'.
CRS-2672: Attempting to start 'ora.ASMNET1LSNR_ASM.lsnr' on 'ztdb01'
CRS-2672: Attempting to start 'ora.ASMNET2LSNR_ASM.lsnr' on 'ztdb01'
CRS-2676: Start of 'ora.ASMNET2LSNR_ASM.lsnr' on 'ztdb01' succeeded
CRS-2676: Start of 'ora.ASMNET1LSNR_ASM.lsnr' on 'ztdb01' succeeded
CRS-2672: Attempting to start 'ora.asm' on 'ztdb01'
CRS-2676: Start of 'ora.asm' on 'ztdb01' succeeded
CRS-2672: Attempting to start 'ora.OCR.dg' on 'ztdb01'
CRS-2676: Start of 'ora.OCR.dg' on 'ztdb01' succeeded
2024/04/18 14:52:37 CLSRSC-594: Executing installation step 19 of 19: 'PostConfig'.2024/04/18 14:53:18 CLSRSC-325: Configure Oracle Grid Infrastructure for a Cluster ... succeeded[grid@ztdb01 ~]$ opatch lspatches
33116894;ACFS JUL 2021 RELEASE UPDATE 12.2.0.1.210720 (33116894)OPatch succeeded.

后续再陆续更新其他补丁集,问题解决!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/diannao/250.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

在Windows安装R语言

直接安装R语言软件 下载网址:R: The R Project for Statistical Computing 下载点击install R for the first time 通过Anaconda下载RStudio 提前下载好Anaconda 点击Anaconda Navigate 点击RStudio的Install下载就好了

《大话数据结构》04 静态链表

1. 静态链表 其实C语言真是好东西,它具有的指针能力,使得它可以非常容易地操作内存中的地址和数据,这比其他高级语言更加灵活方便。后来的面向对象语言,如Java、C#等,虽不使用指针,但因为启用了对象引用机…

C语言进阶课程学习记录-第36课 - 函数与指针分析

C语言进阶课程学习记录-第36课 - 函数与指针分析 函数类型实验-函数指针实验-回调机制小结 本文学习自狄泰软件学院 唐佐林老师的 C语言进阶课程&#xff0c;图片全部来源于课程PPT&#xff0c;仅用于个人学习记录 函数类型 实验-函数指针 #include <stdio.h>typedef in…

PLC工业网关,实现PLC联网

在当今工业自动化领域&#xff0c;PLC&#xff08;可编程逻辑控制器&#xff09;作为控制系统的核心&#xff0c;其稳定性和可靠性至关重要。然而&#xff0c;随着工业互联网和智能制造的快速发展&#xff0c;如何实现PLC的联网通信&#xff0c;提高数据传输效率&#xff0c;成…

Redis教程——数据类型(哈希、集合)

上篇文章我们学习了Redis教程——数据类型&#xff08;字符串、列表&#xff09;&#xff0c;这篇文章学习Redis教程——数据类型&#xff08;哈希表、集合&#xff09; 哈希表Hash 哈希表是一个string类型的field(字段)和value(值)的映射表&#xff0c;hash特别适合用于存储…

C语言进阶课程学习记录-函数指针的阅读

C语言进阶课程学习记录-函数指针的阅读 5个标识符含义解析技巧 本文学习自狄泰软件学院 唐佐林老师的 C语言进阶课程&#xff0c;图片全部来源于课程PPT&#xff0c;仅用于个人学习记录 5个标识符含义解析 int (*p1) (int* , int (*f) ( int* ) );定义了指针p1,指向函数&#…

OpenHarmony实战开发-如何通过分割swiper区域,实现指示器导航点位于swiper下方的效果。

介绍 本示例介绍通过分割swiper区域&#xff0c;实现指示器导航点位于swiper下方的效果。 效果预览图 使用说明 1.加载完成后swiper指示器导航点&#xff0c;位于显示内容下方。 实现思路 1.将swiper区域分割为两块区域&#xff0c;上方为内容区域&#xff0c;下方为空白区…

采用等价类划分法设计测试用例

例题1 请采用等价类划分法设计测试用例。 考虑软件 app, 它有两个输入变量 , 分别是 name 和 age, 其中 ,name 是至多包含 20 个字母字符的非空字符串 ,age 是整数型变量 ,0 ≤ age ≤ 120 。当输入给 name 的字符串的长度超过 20时 ,name 取前 20 个字符作为 name 的值 ; 如果…

【面试经典 150 | 二分查找】搜索旋转排序数组

文章目录 写在前面Tag题目来源解题思路方法一&#xff1a;二分查找 写在最后 写在前面 本专栏专注于分析与讲解【面试经典150】算法&#xff0c;两到三天更新一篇文章&#xff0c;欢迎催更…… 专栏内容以分析题目为主&#xff0c;并附带一些对于本题涉及到的数据结构等内容进行…

宏集eX700M系列HMI实现港口设备数据上云

前言 随着港口设备信息化技术的快速发展&#xff0c;越来越多的企业想要把现场设备数据上传到云平台&#xff0c;进而实现关键数据的远程监控和分析处理。在此背景下&#xff0c;国内某信息化公司想要将港口设备数据通过MQTT上传到该公司自研IOT平台&#xff0c;实现数据上云&…

java项目的构建工具-Maven

黑马程序员JavaWeb开发教程 文章目录 一、概述1、介绍&#xff08;1&#xff09;介绍&#xff08;2&#xff09;Maven的作用&#xff08;3&#xff09;官网&#xff08;4&#xff09;仓库 2、安装 二、IDEA 集成 Maven1、配置Maven环境2、创建Maven项目&#xff08;1&#xff0…

入门必备:MySQL本地安装(Windows11)

下载安装 社区版下载地址:https://dev.mysql.com/downloads/ 选择合适自己操作系统的版本&#xff1a; 下载完成后是一个.msi文件&#xff0c;双击安装即可&#xff1b; 接下来请看图&#xff1a; 上面的步骤完成后&#xff0c;大概会弹出黑窗口并且有下面的UI界面&#xff…

Simlab python二次开发1-将所有缸套内表面半径加大1mm

Simlab python二次开发1-将所有缸套内表面半径加大1mm 1、打开模型文件2、getBodiesWithSubString&#xff08;&#xff09;从名字得到Bodies3、建Body类Group3.1、定义放入Group中的Bodies3.2、建Group 4、将缸套内表面建组&#xff0c;并扩半径1mm4.1、simlab.getBodiesFromG…

密码学 | 数字签名 + 数字证书

&#x1f951;原文&#xff1a;数字签名和数字证书的原理解读 - 知乎 &#x1f951;声明&#xff1a;后文图中若未明确指明&#xff0c;默认是 Bob 的公钥或私钥。 Step1&#xff1a;Bob 有两把钥匙&#xff0c;一把是公钥&#xff0c;另一把是私钥。 Step2&#xff1a;Bob 把…

基于Springboot+Vue的Java项目-企业客户管理系统开发实战(附演示视频+源码+LW)

大家好&#xff01;我是程序员一帆&#xff0c;感谢您阅读本文&#xff0c;欢迎一键三连哦。 &#x1f49e;当前专栏&#xff1a;Java毕业设计 精彩专栏推荐&#x1f447;&#x1f3fb;&#x1f447;&#x1f3fb;&#x1f447;&#x1f3fb; &#x1f380; Python毕业设计 &am…

00_Linux

文章目录 LinuxLinux操作系统的组成Linux的文件系统Linux操作系统中的文件类型Linux操作系统的组织结构 Linux vs WindowsNAT vs 桥接模式 vs 仅主机Linux Shell命令Linux⽂件与⽬录管理相关指令目录文件普通文件文本编辑 用户管理添加用户删除用户用户组管理 文件权限管理权限…

[生活][杂项] 上班党的注意事项

前言 目前是上班已经接近两年了&#xff0c;目前的状态是&#xff0c;一个人租了一个单间在上班。对于这种情况有以下几点需要注意。 钥匙问题&#xff0c;一定不要陷入钥匙丢失的情况&#xff01;一定不要陷入钥匙丢失的情况&#xff01;一定不要陷入钥匙丢失的情况&#xff…

邮箱群组是什么?怎么创建邮箱群组?

在我们群发邮件时&#xff0c;可能会遇到这样的状况&#xff0c;一个个输入邮箱地址效率很低&#xff0c;而且很容易就漏发。而对于一个企业来说&#xff0c;如果出现这样的问题&#xff0c;很有可能会影响公司的业务进展和团队协作。这个时候我们就需要邮箱群组这个功能&#…

聊聊binlog是什么

1. 上一讲思考題解答:redo日志刷盘策略的选择建议 先给大家解释一下上一讲的思考題&#xff0c;我给大家的一个建议&#xff0c;其实对于redo日志的三种刷盘策略&#xff0c;我们通常建议是设置为1 也就是说&#xff0c;提交事务的时候&#xff0c;redo日志必须是刷入磁盘文件…

AWB学习记录

主要参考食鱼者博客&#xff1a;https://blog.csdn.net/wtzhu_13/article/details/119301096&#xff0c;以及相关的论文&#xff0c;感谢食鱼者老师整理分享。 灰度世界和完全反射 灰度世界法和完全反射法分别是基于(Rmean, Gmean, Bmean)和(Rmax, Gmax, Bmax)来进行白平衡校…