重庆思庄Oracle、Redhat认证学习论坛
标题:
[grid][11gr2][INS-20802] Automatic Storage Management Configuration Assistant...
[打印本页]
作者:
空空如也
时间:
2018-12-18 22:22
标题:
[grid][11gr2][INS-20802] Automatic Storage Management Configuration Assistant...
本帖最后由 空空如也 于 2018-12-23 22:42 编辑
登录/注册后可看大图
900855c190280b63be.png
(28.66 KB, 下载次数: 405)
下载附件
2018-12-18 22:21 上传
复制代码
[root@bogon etc]# tail -50 /oracle/app/oraInventory/logs/installActions2018-12-24_02-58-22AM.log
INFO: Since the option is to overwrite the existing /oracle/app/grid/product/11.2.0/grid/cfgtoollogs/configToolAllCommands file, backing it up
INFO: The backed up file name is /oracle/app/grid/product/11.2.0/grid/cfgtoollogs/configToolAllCommands.bak.2
INFO: Entering ConfigClient.executeSelectedToolsInAggregate method
INFO: ConfigClient.executeSelectedToolsInAggregate oAggregate=oracle.crs:oracle.crs:11.2.0.1.0:common
INFO: Entering ConfigClient.assignAction method
INFO: ConfigClient.assignAction actionref=[Loracle.sysman.emCfg.common.IActionReference;@3b6c57b1
INFO: ConfigClient.assignAction action is of type :configuration
INFO: Exiting ConfigClient.assignAction method
INFO: ConfigClient.executeSelectedToolsInAggregate action assigned
INFO: Started Plugin named: Oracle Net Configuration Assistant
INFO: Found associated job
INFO: Starting 'Oracle Net Configuration Assistant'
INFO: Starting 'Oracle Net Configuration Assistant'
INFO: Parsing command line arguments:
INFO: Parameter "orahome" = /oracle/app/grid/product/11.2.0/grid
INFO: Parameter "orahnam" = Ora11g_gridinfrahome1
INFO: Parameter "instype" = typical
INFO: Parameter "inscomp" = client,oraclenet,javavm,server
INFO: Parameter "insprtcl" = tcp
INFO: Parameter "cfg" = local
INFO: Parameter "authadp" = NO_VALUE
INFO: Parameter "responsefile" = /oracle/app/grid/product/11.2.0/grid/network/install/netca_typ.rsp
INFO: Parameter "silent" = true
INFO: Done parsing command line arguments.
INFO: Oracle Net Services Configuration:
INFO: Profile configuration complete.
INFO: Listener "LISTENER" already exists.
INFO: Oracle Net Services configuration successful. The exit code is 0
WARNING:
INFO:
INFO: Completed Plugin named: Oracle Net Configuration Assistant
INFO:
INFO:
INFO: Started Plugin named: Automatic Storage Management Configuration Assistant
INFO: Found associated job
INFO: Starting 'Automatic Storage Management Configuration Assistant'
INFO: Starting 'Automatic Storage Management Configuration Assistant'
INFO: Executing ASMCA
INFO: Command /oracle/app/grid/product/11.2.0/grid/bin/asmca -silent -oui_internal -configureASM -diskGroupName DATA -diskList /dev/raw/raw1,/dev/raw/raw2 -redundancy EXTERNAL
INFO: ... GenericInternalPlugIn.handleProcess() entered.
INFO: ... GenericInternalPlugIn: getting configAssistantParmas.
INFO: ... GenericInternalPlugIn: checking secretArguments.
INFO: ... GenericInternalPlugIn: starting read loop.
INFO: Read:
WARNING: Skipping line:
INFO: Read: Error while detecting Oracle Grid Infrastructure. ASMCA needs Oracle Grid Infrastructure to configure ASM.
WARNING: Skipping line: Error while detecting Oracle Grid Infrastructure. ASMCA needs Oracle Grid Infrastructure to configure ASM.
INFO: Read:
WARNING: Skipping line:
INFO: Completed Plugin named: Automatic Storage Management Configuration Assistant
复制代码
作者:
郑全
时间:
2018-12-19 16:02
你的操作系统是什么呢?
看你上面的内容,应该与 udev有关系。
作者:
空空如也
时间:
2018-12-23 22:39
CENTOS6.5
[grid@oraclework ~]$ uname -a
Linux oraclework 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux[grid@oraclework ~]$ more /etc/udev/rules.d/60-raw.rules
# Enter raw device bindings here.
#
# An example would be:
# ACTION=="add", KERNEL=="sda", RUN+="/bin/raw /dev/raw/raw1 %N"
# to bind /dev/raw/raw1 to /dev/sda, or
# ACTION=="add", ENV{MAJOR}=="8", ENV{MINOR}=="1", RUN+="/bin/raw /dev/raw/raw2 %M %m"
# to bind /dev/raw/raw2 to the device with major 8, minor 1.
ACTION=="add",KERNEL=="sdb1",RUN+="/bin/raw /dev/raw/raw1 %N"
KERNEL=="raw1",OWNER="grid",GROUP="dba",MODE="0660"
ACTION=="add",KERNEL=="sdb2",RUN+="/bin/raw /dev/raw/raw2 %N"
KERNEL=="raw2",OWNER="grid",GROUP="dba",MODE="0660"
ACTION=="add",KERNEL=="sdb3",RUN+="/bin/raw /dev/raw/raw3 %N"
KERNEL=="raw3",OWNER="grid",GROUP="dba",MODE="0660"
ACTION=="add",KERNEL=="sdb4",RUN+="/bin/raw /dev/raw/raw4 %N"
KERNEL=="raw4",OWNER="grid",GROUP="dba",MODE="0660"
复制代码
[root@bogon grid]# ll /dev/raw*
总用量 0
crw-rw---- 1 grid dba 162, 1 12月 24 02:40 raw1
crw-rw---- 1 grid dba 162, 2 12月 24 02:40 raw2
crw-rw---- 1 grid dba 162, 3 12月 24 02:40 raw3
crw-rw---- 1 grid dba 162, 4 12月 24 02:40 raw4
crw-rw---- 1 root disk 162, 0 12月 24 02:40 rawctl
欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/)
Powered by Discuz! X3.2