GG修改器破解版下载地址:https://ghb2023zs.bj.bcebos.com/gg/xgq/ggxgq?GGXGQ
大家好,今天小编为大家分享关于gg 修改器root_gg修改器root权限怎么开启华为的内容,赶快来一起来看看吧。
安装oracle rac时候,有一步需要在节点上面执行root.sh脚本,有时误操作把图形界面关闭了,但是root.sh已经执行成功,如何继续部署呢?
mos上也给出了具体的步骤。执行完root.sh安装程序还会执行红色区域的步骤,大体是更新inventory,网络配置、asm配置、系统检查。细心的话执行完root.sh我们可以查看install的日志里面会记录对应的操作,installer也会自动执行一些命令,这些命令就是下文要讲的,因为installer已经abort,那么只能手动执行。
目标:
本说明提供了在Oracle Universal Installer会话不再可用时完成11gR2/12c网格基础设施配置助手(插件)的说明。OUI会话可能由于多种原因而消失,例如节点重新启动、会话因安全设置而超时等。
只有在11.2/12c网格基础设施根脚本(root.sh或rootupgrade.sh)在所有节点上成功完成后,才能执行如下步骤。要求是图形界面异常关闭,且root.sh在节点上已正常执行完毕。
场景1:12.2版本之前
1. Verify whether “$GRID_HOME/cfgtoollogs/configToolAllCommands” exists or not, if not, as grid user, create a script file named configToolAllCommands with the following contents, for example:
/ocw/b202/oui/bin/runConfig.sh ORACLE_HOME=/ocw/b202 MODE=perform ACTION=configure RERUN=true $*
Note: in this example new GRID home is /ocw/b202; when creating, replace /ocw/b202 with the real new GRID_HOME path in your environment
If any configuration assistant(Plug-in) finished successfully previously and you’d like to skip it, set RERUN to false before executes it.
2. configToolAllCommands script would require a response file cfgrsp.properties if the configuration involves installing ASM(new installation), or upgrading ASM from a release earlier than 11.2.0.1.0.
The content of the file should be as follows:
(1) If installing ASM: (assuming that the ASMPASSWORD and ASMMONITORPASSWORD will be set to oracle)
oracle.assistants.asm|S_ASMPASSWORD=oracle
oracle.assistants.asm|S_ASMMONITORPASSWORD=oracle
(2) If upgrading ASM from a release earlier than 11.2.0.1.0:(assuming that the ASMMONITORPASSWORD will be set to oracle)
oracle.assistants.asm|S_ASMPASSWORD= ==>>>>leave blank
oracle.assistants.asm|S_ASMMONITORPASSWORD=oracle
3. Execute configToolAllCommands as grid user on first node:
If a response file was created in Step 2, execute configToolAllCommands as follows:
$GRID_HOME/cfgtoollogs/configToolAllCommands RESPONSE_FILE=<grid-home>/cfgtoollogs/cfgrsp.properties
Otherwise, execute:
$GRID_HOME/cfgtoollogs/configToolAllCommands
The logfile will be $GRID_HOME/cfgtoollogs/oui/configActions{TIMESTAMP}.log, it should be reviewed to find out whether there’s any failures.
If on Windows platform, the syntax will be slightly different, i.e.:
<GI_HOME>ouiin
unconfig.bat ORACLE_HOME=<GI_HOME> ACTION=configure MODE=perform RERUN=true $*
具体步骤如下:(英文好的可以自己理解,下面内容为自己总结的)
检查$GRID_HOME/cfgtoollogs/configToolAllCommands命令是否存在,如果不存在使用grid用户创建一个脚本名称叫做configToolAllCommands。内容为
替换为gridhome目录/oui/bin/runConfig.sh ORACLE_HOME=gridhome目录 MODE=perform ACTION=configure RERUN=true $*
执行此脚本需要一个响应文件,文件内容如下:<grid-home>/cfgtoollogs/cfgrsp.properties
新安装的asm内容如下:
cfgrsp.properties:
oracle.assistants.asm|S_ASMPASSWORD=oracle(asm的密码)
oracle.assistants.asm|S_ASMMONITORPASSWORD=oracle(asm的密码)
如果是升级asm那么配置如下:
oracle.assistants.asm|S_ASMPASSWORD= ==>>>>leave blank
oracle.assistants.asm|S_ASMMONITORPASSWORD=oracle
执行脚本进行配置(在节点1)
$GRID_HOME/cfgtoollogs/configToolAllCommands RESPONSE_FILE=<grid-home>/cfgtoollogs/cfgrsp.properties
执行过程产生的日志会放到下面的目录,用于检查是否有错误。
The logfile will be $GRID_HOME/cfgtoollogs/oui/configActions{TIMESTAMP}.log, it should be reviewed to find out whether there’s any failures.
如下为针对12.2及以后版本的情况下如何执行:
For 12.2, use the following:
gridSetup.sh -executeConfigTools -responseFile <responsefile.rsp>
For details, refer to:
A.7.1 Using the Installation Response File for Postinstallation Configuration
12C响应文件例子如下:
Oracle strongly mends that you maintain security with a password response file:
Example A-1 Response File Passwords for Oracle Grid Infrastructure
oracle.install.crs.config.ipmi.bmcPassword=password
oracle.install.asm.SYSASMPassword=password
oracle.install.asm.monitorPassword=password
oracle.install.config.emAdminPassword=password
If you do not have a BMC card, or you do not want to enable IPMI, then leave the ipmi.bmcPassword input field blank.如果没有bmc卡或不使用ipmi则置为空
If you do not want to enable Oracle Enterprise Manager for management, then leave the emAdminPassword password field blank.如果不使用oem则置为空
For 18c, use the following:
gridSetup.sh -executeConfigTools -responseFile <responsefile.rsp>
(Use the response file created during installation to plete postinstallation configuration)
For details, refer to:
Using the Installation Response File for Postinstallation Configuration
18c响应文件例子如下:
Oracle strongly mends that you maintain security with a password response file:
Example A-1 Response File Passwords for Oracle Grid Infrastructure (grid user)
grid.install.crs.config.ipmi.bmcPassword=password
grid.install.asm.SYSASMPassword=password
grid.install.asm.monitorPassword=password
grid.install.config.emAdminPassword=password
If you do not have a BMC card, or you do not want to enable IPMI, then leave the ipmi.bmcPassword input field blank.
If you do not want to enable Oracle Enterprise Manager for management, then leave the emAdminPassword password field blank.
For 19c, use the following:
gridSetup.sh -executeConfigTools -responseFile <responsefile.rsp>
(Use the response file created during installation to plete postinstallation configuration)
For details, refer to:
Using the Installation Response File for Postinstallation Configuration
19C响应文件例子如下:
Oracle strongly mends that you maintain security with a password response file:
Example A-1 Response File Passwords for Oracle Grid Infrastructure (grid user)
grid.install.crs.config.ipmi.bmcPassword=password
grid.install.asm.SYSASMPassword=password
grid.install.asm.monitorPassword=password
grid.install.config.emAdminPassword=password
If you do not have a BMC card, or you do not want to enable IPMI, then leave the ipmi.bmcPassword input field blank.
If you do not want to enable Oracle Enterprise Manager for management, then leave the emAdminPassword password field blank.
以上便是当oui installer异常退出,但root.sh执行成功后如何继续安装的步骤。但是我遇到过按照上文执行后asm实例config 失败。后来没有查清楚具体原因。执行在两个节点执行的deinstall然后重新安装,顺利安装成功。如果不想那么麻烦切记oui界面不要关闭。
参考mos《How to Complete Grid Infrastructure Configuration Assistant(Plug-in) if OUI is not Available (Doc ID 1360798.1)》
以上就是关于gg 修改器root_gg修改器root权限怎么开启华为的全部内容,感谢大家的浏览观看,如果你喜欢本站的文章可以CTRL+D收藏哦。
gg游戏修改器白屏,如何解决gg游戏修改器白屏问题 大小:7.72MB8,089人安装 如今,越来越多玩家在游戏中使用gg游戏修改器来提升自己的游戏体验。但是,有些玩家……
下载gg游戏修改器修改,GG游戏修改器:改变游戏体验,轻松通关游戏 大小:19.66MB8,557人安装 如果你是一个游戏爱好者,那么你一定不希望在游戏中被卡关,不希望在一些强敌面前束……
下载gg修改器中文版第皇室争_皇室战争gg修改器怎么改 大小:3.33MB9,469人安装 大家好,今天小编为大家分享关于gg修改器中文版第皇室争_皇室战争gg修改器怎么改的……
下载2020GG修改器最新版,2020GG修改器最新版让游戏更好玩 大小:9.97MB8,050人安装 随着游戏玩家的增多,很多人发现游戏的一些规则设计过于严格,很容易让玩家感到枯燥……
下载gg修改器root如何打开_gg修改器怎么弄root 大小:4.07MB9,524人安装 大家好,今天小编为大家分享关于gg修改器root如何打开_gg修改器怎么弄root的内容,……
下载gg修改器无root中文版,探究神器gg修改器无root中文版 大小:19.75MB8,395人安装 随着智能手机的普及,越来越多的人开始意识到手机的重要性,甚至将手机视为生活的必……
下载gg游戏修改器操作设置在哪,GG游戏修改器操作设置在哪让你游戏更加完美 大小:14.19MB8,234人安装 随着游戏行业的发展,想要在游戏中获得更好的体验已经成为玩家亟需解决的问题。而GG……
下载gg游戏修改器贪婪洞窟,gg游戏修改器和贪婪洞窟:游戏世界的神器 大小:14.85MB7,978人安装 随着游戏技术的不断更新,游戏玩家的需求也不断提高。很多玩家在游戏当中遇到难关,……
下载Gg修改器免root版下载,gg修改器免root版下载安装 大小:4.35MB9,737人安装 睁开迷人的双眼,看白云片片;舒展美丽的笑脸,听流水潺潺;拥抱快乐的今天,盼好运连……
下载gg网络游戏修改器,为什么GG网络游戏修改器是玩家的最爱? 大小:11.03MB8,650人安装 GG网络游戏修改器是一个非常强大的工具,玩家可以使用它来修改游戏的参数和设置,从……
下载