![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||
Solution Type Problem Resolution Sure Solution 2290860.1 : Exachk Reporting An Error..awk: record ` 0000500 26178 26164...' too long
Exachk Reporting An Error..awk: record ` 0000500 26178 26164...' too long Os version: Solaris 11.3 Created from <SR 3-15284610361> Applies to:Oracle Exadata Storage Server Software - Version 12.1.2.1.3 and laterExalogic Elastic Cloud X3-2 Hardware - Version X3 and later Oracle Solaris on x86-64 (64-bit) SymptomsProblem Summary CauseSolaris has multiple awks installed by default.
===Version Info from the SR=== X3-2 . 2 Nodes Exalogic statck Os version: Solaris 11.3 Is this failing only on this node? All nodes complete error message while running the exacheck awk: record ' 0000500 26178 26164...' too long Please note. The problem is with awk use in Solaris. It has limitation. To test. perl -e 'print "a"x2569' | awk '{print length}' perl -e 'print "a"x2569' | nawk '{print length}'
SolutionBug 23717220 - /usr/bin/awk fails with awk: record ' ...' too long Patch not been released yet,its under development working,it will take some time to release patch under testing and all. ---Action Plan /Workaround----- 1. Check if /usr/xpg4/bin/awk exists. If it exists, go to #2. If it does not exist, stop here and update the SR with this information. 2. Modify your PATH to place the path to /usr/xpg4/bin/awk or /usr/bin/nawk (which ever you found) before all other items in your PATH. For example: export PATH=/usr/xpg4/bin:$PATH 3. Run the latest version of Exachk. If Exachk runs successfully, the issue is resolved.
References<NOTE:1543820.1> - Availability Machine - Exachk<BUG:18788862> - SOLSP-12.1-UTL-ORACHK: 'AWK...TOO LONG' WARNING MESSAGE FROM ORACHK CHECK OUTPUT <BUG:23717220> - /USR/BIN/AWK FAILS WITH AWK: RECORD ` ...' TOO LONG <NOTE:1070954.1> - Oracle Exadata Database Machine exachk or HealthCheck <NOTE:1478378.1> - Exalogic Exachk Health-Check Tool Known Issues Attachments This solution has no attachment |
||||||||||||
|