Oracle 11G 静默安装报错

在Red Hat Enterprise Linux Server release 7.7 (Maipo) 系统上静默安装11.1.0.3集群,环境检测全都能过去了,但是安装就报SEVERE: [FATAL] [INS-00001] Unknown irrecoverable error 这样的错误

环境检测语句:/soft/13/grid/runcluvfy.sh stage -pre crsinst -n ydb01,ydb02 -fixup -verbose

用这条语句检测全都passed

安装语句:/soft/13/grid/runInstaller -ignorePrereq -silent  -responseFile /soft/13/grid/response/grid_install.rsp

grid_install.rsp内容:

oracle.install.responseFileVersion=/oracle/install/rspfmt_crsinstall_response_schema_v11_2_0
ORACLE_HOSTNAME=ydb01
INVENTORY_LOCATION=/u02/app/oraInventory
SELECTED_LANGUAGES=en
oracle.install.option=CRS_CONFIG
ORACLE_BASE=/u02/app/11.2.0.3
ORACLE_HOME=/u02/app/11.2.0.3/grid
oracle.install.asm.OSDBA=asmdba
oracle.install.asm.OSOPER=asmoper
oracle.install.asm.OSASM=asmadmin
oracle.install.crs.config.gpnp.scanName=ydb-scan
oracle.install.crs.config.gpnp.scanPort=1521
oracle.install.crs.config.clusterName=ora11c-cluster
oracle.install.crs.config.gpnp.configureGNS=false
oracle.install.crs.config.gpnp.gnsSubDomain=
oracle.install.crs.config.gpnp.gnsVIPAddress=
oracle.install.crs.config.autoConfigureClusterNodeVIP=false
oracle.install.crs.config.clusterNodes=ydb01:ydb01-vip,ydb02:ydb02-vip
oracle.install.crs.config.networkInterfaceList=ens192:192.168.51.0:1,ens224:192.168.55.0:5
oracle.install.crs.config.storageOption=ASM_STORAGE
oracle.install.crs.config.sharedFileSystemStorage.diskDriveMapping=
oracle.install.crs.config.sharedFileSystemStorage.votingDiskLocations=
oracle.install.crs.config.sharedFileSystemStorage.votingDiskRedundancy=
oracle.install.crs.config.sharedFileSystemStorage.ocrLocations=
oracle.install.crs.config.sharedFileSystemStorage.ocrRedundancy=
oracle.install.crs.config.useIPMI=false
oracle.install.crs.config.ipmi.bmcUsername=
oracle.install.crs.config.ipmi.bmcPassword=
oracle.install.asm.SYSASMPassword=oracle
oracle.install.asm.diskGroup.name=OCRDG
oracle.install.asm.diskGroup.redundancy=NORMAL
oracle.install.asm.diskGroup.AUSize=1
oracle.install.asm.diskGroup.disks=/dev/asmdisk_ocr1,/dev/asmdisk_ocr2,/dev/asmdisk_ocr3
oracle.install.asm.diskGroup.diskDiscoveryString=/dev/asmdisk*
oracle.install.asm.monitorPassword=oracle
oracle.install.crs.upgrade.clusterNodes=
oracle.install.asm.upgradeASM=false
oracle.installer.autoupdates.option=SKIP_UPDATES
oracle.installer.autoupdates.downloadUpdatesLoc=
AUTOUPDATES_MYORACLESUPPORT_USERNAME=
AUTOUPDATES_MYORACLESUPPORT_PASSWORD=
PROXY_HOST=
PROXY_PORT=0
PROXY_USER=
PROXY_PWD=
PROXY_REALM=

报错如下:

Starting Oracle Universal Installer...

Checking Temp space: must be greater than 120 MB.   Actual 28010 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 5119 MB    Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2021-01-13_11-58-30AM. Please wait ...[FATAL] [INS-00001] Unknown irrecoverable error
   CAUSE: No additional information available.
   ACTION: Refer to the logs or contact Oracle Support Services
A log of this session is currently saved as: /tmp/OraInstall2021-01-13_11-58-30AM/installActions2021-01-13_11-58-30AM.log. Oracle recommends that if you want to keep this log, you should move it from the temporary location to a more permanent location

下面是日志/tmp/OraInstall2021-01-13_11-58-30AM/installActions2021-01-13_11-58-30AM.log的部分相关内容

INFO: Completed validating state <CRSNodeInformationUI>
INFO: Verifying route success
INFO: Waiting for completion of background operations
INFO: Completed background operations
INFO: Executing action at state getSubnetInformation
SEVERE: [FATAL] [INS-00001] Unknown irrecoverable error
   CAUSE: No additional information available.
   ACTION: Refer to the logs or contact Oracle Support Services.
Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:510
INFO: Advice is ABORT
SEVERE: Unconditional Exit
INFO: Adding ExitStatus FAILURE to the exit status set
WARNING: A log of this session is currently saved as: /tmp/OraInstall2021-01-13_11-58-30AM/installActions2021-01-13_11-58-30AM.log. Oracle recommends that if you want to keep this log, you should move it from the temporary location to a more permanent location.
INFO: Finding the most appropriate exit status for the current application
INFO: Exit Status is -1
INFO: Shutdown Oracle Grid Infrastructure


开始我在一个用过的环境上搭,报这样的错,问别人,他们说让我搞个新环境,我现在重新搭了套环境,还是这样,然后我怀疑是grid 的安装包有问题,于是拿了个11.2.0.4的安装包,去安装0.4的,仍然报同样的错误,求大佬指点

在hosts中添加本地IP

以下环境变量设置为:
ORACLE_OWNER = ora11g
ORACLE_HOME = / oracle / grid11g