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修改器中文版_求gg修改器 大小:15.52MB8,531人安装 大家好,今天小编为大家分享关于gg修改器gg修改器中文版_求gg修改器的内容,赶快来……
下载gg修改器的root权限_如何gg修改器的root权限 大小:4.98MB8,386人安装 大家好,今天小编为大家分享关于gg修改器的root权限_如何gg修改器的root权限的内容……
下载gg修改器 免root官网,我为什么喜欢使用gg修改器免root官网? 大小:18.23MB7,190人安装 对于大多数游戏爱好者来说,游戏的乐趣并不仅仅在于完成任务或打败对手,更在于将游……
下载剑与远征gg修改器最新版本,剑与远征gg修改器最新版本:为游戏爱好者带来更多乐趣 大小:11.92MB7,361人安装 剑与远征作为一款备受欢迎的卡牌类游戏,深受全球玩家的喜爱。然而,游戏的难度并不……
下载如何用gg修改器root,如何用gg修改器root 大小:9.78MB7,212人安装 GG修改器是一款安卓修改器,它可以用于修改游戏金币、能量、生命值等。如果你是一个……
下载gg游戏修改器问道手游教程,介绍GG游戏修改器 大小:16.85MB7,534人安装 GG游戏修改器是一款功能强大、易于操作的游戏修改工具。它可以在游戏运行时实现各种……
下载王者gg修改器无root,如此神器,王者GG修改器无Root完美令人称赞 大小:13.04MB7,357人安装 随着《王者荣耀》的普及,越来越多的玩家开始关心游戏中的装备和英雄等信息,而修改……
下载gg游戏修改器,游戏修改器无限制版 大小:6.66MB7,859人安装 语言:简体中文 环境:Android安卓版 gg游戏修改器最新版是主要提供游戏修改功能的……
下载华为gg修改器root权限,华为GG修改器:强大的ROOT权限工具 大小:11.04MB7,260人安装 华为GG修改器是一款安卓手机ROOT权限工具,可以帮助用户快速获取ROOT权限。它能够让……
下载gg游戏修改器教程视频,GG游戏修改器教程视频让游戏变得更加有趣 大小:11.96MB7,463人安装 GG游戏修改器是业内一款十分知名的游戏修改工具,可以为用户带来更优质的游戏体验,……
下载