Home > database >  Oracle linux7 oracle 11.2.0.4 CRS cannot startup
Oracle linux7 oracle 11.2.0.4 CRS cannot startup

Time:10-08

The thing is:
I had a rac 11.2.0.4 linux7 bottoms in oracle; Loading after the service is normal, then I restart one node, found the cluster does not startup, manual can normal boot
After the restart node card in this position:
/root @ rac - 2 ~ # ps - ef | grep grid
1958 4 18:05 root of 1960? 00:00:00/app/11.2.0/grid/bin/CRSCTL bin check from the
Root 1964 1896 0 18:05 PTS/0 00:00:00 grep -- color=auto grid
/root @ rac - 2 ~ #
/root @ rac - 2 ~ #
/root @ rac - 2 ~ #
Performed manually to report the wrong:
/root @ rac - 2 ~ #/app/11.2.0/grid/bin/CRSCTL bin check from the
/app/11.2.0/grid/bin/CRSCTL bin: error while loading Shared libraries: libhasgen11. So, always open a Shared object file: No to the file or directory
/root @ rac - 2 ~ #

The lack of the library file is actually in some:
/root @ rac - 2 ~ # find/-name libhasgen11. So
/TMP/OraInstall2019-12-20 _11-17-59 am/ext/lib/libhasgen11. So
/TMP/20 _01 OraInstall2019-12-13-07 PM/ext/lib/libhasgen11. So
/app/11.2.0/grid/inventory/Scripts/ext/lib/libhasgen11. So
/app/11.2.0/grid/inventory/backup/_11 2019-12-20-17-59 am/Scripts/ext/lib/libhasgen11. So
/app/11.2.0/grid/inventory/backup/2019-12-20 _12-14-31 PM/Scripts/ext/lib/libhasgen11. So
/app/11.2.0/grid/lib/libhasgen11. So
/app/oracle/product/11.2.0/db_1/inventory/Scripts/ext/lib/libhasgen11. So
/app/oracle/product/11.2.0/db_1 _01/inventory/backup/2019-12-20-13-7 PM/Scripts/ext/lib/libhasgen11. So
/app/oracle/product/11.2.0/db_1/lib/libhasgen11. So
/root @ rac - 2 ~ # su - grid
Last login: Fri Dec 20 16:50:04 CST 2019 on PTS/0
2 ~] [grid @ rac - $echo $LD_LIBRARY_PATH
/app/11.2.0/grid/lib/app/11.2.0/grid/oracm/lib/lib:/usr/lib/usr/local/lib/app/11.2.0/grid/CTX/lib
2 ~] [grid @ rac - $
2 ~] [grid @ rac - $

But can manual start is
/root @ rac - 2 ~ #/app/11.2.0/grid/bin/CRSCTL start CRS
CRS - 4123: Oracle High the Availability Services has had started.
/root @ rac - 2 ~ # ps - ef | grep grid
Root 2817 1 and 3? 00:00:01/app/11.2.0/grid/bin/ohasd bin reboot
The grid 1 0 and 2938? 00:00:00/app/11.2.0/grid/bin/oraagent bin
The grid 1 0 and 2949? 00:00:00/app/11.2.0/grid/bin/MDNSD bin
The grid 2960 1 and 1? 00:00:00/app/11.2.0/grid/bin/GPNPD bin
The grid 2973 1 and 1? 00:00:00/app/11.2.0/grid/bin/gipcd bin
The root 1 0 and 2974? 00:00:00/app/11.2.0/grid/bin/orarootagent bin
2988 1 1 and root? 00:00:00/app/11.2.0/grid/bin/osysmond bin
The root 1 0 and 3000? 00:00:00/app/11.2.0/grid/bin/cssdmonitor
The root 1 0 and 3016? 00:00:00/app/11.2.0/grid/bin/cssdagent
The grid 3027 1 and 1? 00:00:00/app/11.2.0/grid/bin/ocssd bin
The root 1 0 and 3250? 00:00:00/app/11.2.0/grid/bin/ologgerd -m rac - 1 - r - d/app/11.2.0/grid/CRF/db/rac - 2
Root, 1896 and 3254 PTS/0 00:00:00 grep -- color=auto grid


Still hope, Chou Chou ~ ~ for me

CodePudding user response:

Not true. Haven't seen

CodePudding user response:

Look at the GI log, automatic startup time point to what's wrong

CodePudding user response:

refer to the second floor minsic78 response:
see GI logs, automatic startup time point to what wrong
no obvious error, is to check process, only one, so I wonder if the card in the check it?

CodePudding user response:

CRSCTL config CRS

CodePudding user response:

7 bottoms 11 rac, GaiDian things
In RHEL 7 ohasd needs to be set to a service, in the run the script root. Before sh,
Steps are as follows:
1. As the root user to create service file
# touch/usr/lib/systemd/system/ohas. Service
# chmod 777/usr/lib/systemd/system/ohas. Service
2. Add the following to the newly created ohas. Service file
[root @ sdbn1 rules. D] # cat/usr/lib/systemd/system/ohas. Service
[Unit]
Description=Oracle High the Availability Services
After=syslog. Target
[Service]
ExecStart=/etc/init. D/init. Ohasd run & gt;/dev/null 2 & gt; & 1 Type=simple
Restart=always
[Install]
WantedBy=multi - user. Target

3. Run the following command as root users
Daemon - reload systemctl
Systemctl enable ohas. Service
Systemctl start ohas. Service


Has been carried out root. Sh,
Also try with this

CodePudding user response:

This can be set to automatically or manually,

CodePudding user response:

If the environment variable load problem, try in automatic startup scripts and source + oracle environment variable configuration file

CodePudding user response:

There is no set up automatic start,

CodePudding user response:

Refer to fifth floor operations, two nodes need to do,

CodePudding user response:

freedom and responsibility, 9/f, reference response:
reference 5 floor operation, two nodes need to do,
I modified patch
  • Related