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修改器如何启动Root,用gg修改器启动Root的详细指南 大小:18.85MB7,902人安装 如果您是一位热衷于在Android系统中进行修改、调整和自定义的用户,那么Root权限对……
下载如何下载gg修改器中文,如何下载GG修改器中文版? 大小:16.70MB7,613人安装 GG修改器是一款众所周知的游戏修改软件,它可以让玩家在游戏中轻松实现一些难以达成……
下载GG修改器华为版,华为怎么使用gg修改器 大小:17.99MB9,051人安装 1、首先打开修改器,再进入游戏。 2、点击修改器浮标切换到修改器界面,在输入框中……
下载gg游戏修改器脚本教学,GG游戏修改器脚本教学 大小:13.11MB7,931人安装 GG游戏修改器是一款非常实用的游戏脚本,它可以帮助玩家在游戏过程中进行一些修改,……
下载gg修改器root工具,GG修改器ROOT工具Android游戏爱好者的福音 大小:17.43MB7,890人安装 在游戏爱好者中,GG修改器ROOT工具也许是众人皆知、而又深受喜爱的一款应用。这款工……
下载gg修改器免root整理,如何在不root手机的情况下使用gg修改器? 大小:4.97MB7,734人安装 对于手机游戏爱好者来说,gg修改器无疑是一个非常实用的工具。它能够修改游戏中的数……
下载虚拟空间gg修改器可用官方版,能用gg修改器的虚拟空间 大小:16.54MB9,166人安装 gg修改器虚拟空间版是能够帮助玩家修改游戏数值的辅助工具,在这里玩家能够轻松找到……
下载GG修改器中文版最新版下载,gg修改器下载中文最新版下载 大小:1.31MB8,919人安装 下午时分,奶茶+音乐很舒服.陪你一起逛街,喝奶茶,听音乐。 大家好,今天小编为大……
下载gg修改器游戏下载中文_gg修改器游戏下载安装 大小:17.29MB8,892人安装 大家好,今天小编为大家分享关于gg修改器游戏下载中文_gg修改器游戏下载安装的内容……
下载gg修改器中文版苹果_正版GG修改器苹果 大小:7.24MB9,056人安装 大家好,今天小编为大家分享关于gg修改器中文版苹果_正版GG修改器苹果的内容,赶快……
下载