Linux proc fails on PCC-S-02201

I'm trying to precompile some downloaded example programs from OTN using proc from 11.2.0.1 install on x86_64 linux.
using gmake stage1
Pro*C/C++: Release 11.2.0.1.0 - Production on Sun Jun 10 11:55:05 2012
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
System default option values taken from: /opt/oracle/product/11.2.0/dbhome1/precomp/admin/pcscfg.cfg
Syntax error at line 201, column 37, file /usr/include/bits/sched.h:
Error at line 201, column 37 in file /usr/include/bits/sched.h
extern int __sched_cpucount (size_t __setsize, const cpu_set_t *__setp)
....................................1
PCC-S-02201, Encountered the symbol "__setsize" when expecting one of the follow
ing:
Syntax error at line 203, column 44, file /usr/include/bits/sched.h:
Error at line 203, column 44 in file /usr/include/bits/sched.h
extern cpu_set_t *__sched_cpualloc (size_t __count) __THROW __wur;
...........................................1
PCC-S-02201, Encountered the symbol "__count" when expecting one of the followin
g:
The symbol "," was substituted for "__count" to continue.
Syntax error at line 199, column 15, file /usr/include/time.h:
Error at line 199, column 15 in file /usr/include/time.h
extern size_t strftime (char *__restrict __s, size_t __maxsize,
..............1
PCC-S-02201, Encountered the symbol "strftime" when expecting one of the followi
ng:
; , = ( [
The symbol ";" was substituted for "strftime" to continue.
Syntax error at line 199, column 47, file /usr/include/time.h:
Error at line 199, column 47 in file /usr/include/time.h
extern size_t strftime (char *__restrict __s, size_t __maxsize,
..............................................1
PCC-S-02201, Encountered the symbol "size_t" when expecting one of the following
... auto, char, const, double, enum, float, int, long,
ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
union, unsigned, utext, uvarchar, varchar, void, volatile,
a typedef name, exec oracle, exec oracle begin, exec,
exec sql, exec sql begin, exec sql type, exec sql var,
The symbol "enum," was substituted for "size_t" to continue.
Syntax error at line 43, column 9, file /usr/include/xlocale.h:
Error at line 43, column 9 in file /usr/include/xlocale.h
typedef __locale_t locale_t;
........1
PCC-S-02201, Encountered the symbol "__locale_t" when expecting one of the follo
wing:
auto, char, const, double, enum, float, int, long,
ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
union, unsigned, utext, uvarchar, varchar, void, volatile,
a typedef name,
The symbol "enum," was substituted for "__locale_t" to continue.
Syntax error at line 217, column 15, file /usr/include/time.h:
Error at line 217, column 15 in file /usr/include/time.h
extern size_t strftime_l (char *__restrict __s, size_t __maxsize,
..............1
PCC-S-02201, Encountered the symbol "strftime_l" when expecting one of the follo
wing:
; , = ( [
The symbol ";" was substituted for "strftime_l" to continue.
Syntax error at line 217, column 49, file /usr/include/time.h:
Error at line 217, column 49 in file /usr/include/time.h
extern size_t strftime_l (char *__restrict __s, size_t __maxsize,
................................................1
PCC-S-02201, Encountered the symbol "size_t" when expecting one of the following
... auto, char, const, double, enum, float, int, long,
ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
union, unsigned, utext, uvarchar, varchar, void, volatile,
a typedef name, exec oracle, exec oracle begin, exec,
exec sql, exec sql begin, exec sql type, exec sql var,
The symbol "enum," was substituted for "size_t" to continue.
Syntax error at line 220, column 6, file /usr/include/time.h:
Error at line 220, column 6 in file /usr/include/time.h
__locale_t __loc) __THROW;
.....1
PCC-S-02201, Encountered the symbol "__locale_t" when expecting one of the follo
wing:
... auto, char, const, double, enum, float, int, long,
ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
union, unsigned, utext, uvarchar, varchar, void, volatile,
a typedef name, exec oracle, exec oracle begin, exec,
exec sql, exec sql begin, exec sql type, exec sql var,
The symbol "enum," was substituted for "__locale_t" to continue.
Syntax error at line 91, column 5, file /usr/include/bits/pthreadtypes.h:
Error at line 91, column 5 in file /usr/include/bits/pthreadtypes.h
__pthread_list_t __list;
....1
PCC-S-02201, Encountered the symbol "__pthread_list_t" when expecting one of the
following:
} char, const, double, enum, float, int, long, ulong_varchar,
OCIBFileLocator OCIBlobLocator, OCIClobLocator, OCIDateTime,
OCIExtProcContext, OCIInterval, OCIRowid, OCIDate, OCINumber,
OCIRaw, OCIString, short, signed, sql_context, sql_cursor,
struct, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name,
The symbol "enum," was substituted for "__pthread_list_t" to continue.
Syntax error at line 225, column 38, file /usr/include/pthread.h:
Error at line 225, column 38 in file /usr/include/pthread.h
extern int pthread_create (pthread_t *__restrict __newthread,
.....................................1
PCC-S-02201, Encountered the symbol "*" when expecting one of the following:
Syntax error at line 226, column 30, file /usr/include/pthread.h:
Error at line 226, column 30 in file /usr/include/pthread.h
__const pthread_attr_t *__restrict __attr,
.............................1
PCC-S-02201, Encountered the symbol "*" when expecting one of the following:
Error at line 0, column 0 in file stage1.pc
PCC-F-02102, Fatal error while doing C preprocessing
gmake: *** [stage1.c] Error 1
pcscfg.cfg file
[oracle@oralnx6 admin]$ cat pcscfg.cfg
sys_include=(/usr/include,/usr/include/linux,/usr/lib/x86_64-redhat-linux5E/include)
ltype=short
define=__x86_64__
uname -a
Linux oralnx6.localdomain 2.6.32-300.21.1.el6uek.x86_64 #1 SMP Wed Apr 18 19:15:19 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux

Thank you for your response but the tone is so unfriendly that I wonder your motives...certainly not trying to be helpful I'm geussing. It isn't always so easy to find the correct forum. I did look and spent more than a few minutes without much success. I fear now that I've incurred the wrath of the Oracle "gods."

Similar Messages

  • Cannot boot new zone - "mount of /proc failed", "call to zoneadmd failed"

    All the following is on Solaris 10GE, on a freshly installed V20z.
    root@turing> zonecfg -z testzone info
    zonepath: /var/zones/testzone
    autoboot: true
    pool:
    inherit-pkg-dir:
    dir: /lib
    inherit-pkg-dir:
    dir: /platform
    inherit-pkg-dir:
    dir: /sbin
    inherit-pkg-dir:
    dir: /usr
    net:
    address: 131.211.141.205
    physical: bge1
    root@turing> zoneadm -z testzone verify
    root@turing> zoneadm -z testzone install
    Preparing to install zone <testzone>.
    Creating list of files to copy from the global zone.
    Copying <351> files to the zone.
    Initializing zone product registry.
    Determining zone package initialization order.
    Preparing to initialize <326> packages on the zone.
    Initialized <326> packages on zone.
    Zone <testzone> is initialized.
    The file </var/zones/testzone/root/var/sadm/system/logs/install_log> contains a log of the zone installation.
    root@turing> zoneadm -z testzone ready
    root@turing> zoneadm -z testzone boot
    zoneadm: zone 'testzone': mount of /proc failed: Bad address
    zoneadm: zone 'testzone': call to zoneadmd failed
    If anybody would have any clues on how to tackle this, I'd be obliged.

    The problem is reproducable.
    On a "Core" installation,
    +with the following added:
    Documentation Tools
    Lint Libs (usr)
    Live Upgrade Software (dependency; why?)
    On-Line Manual Pages
    Secure Shell
    SunOS Header Files
    Solaris Zones
    -and the following excluded:
    FTP server (root and usr)
    PCMCIA support
    Sendmail
    Solaris Desktop /usr/dt
    Xinside Xserver driver
    I do get zones working on a full "end user" install -- but then I also get sh*tloads of stuff I really don't want on a server (GNOME, CDE, StarOffice, Evolution, Mozilla, X11, OpenWin, ...). Removing the spurious fluff won't work; some packages removal scripts seem to be broken, and dependency checking is, well, living hell on Solaris 10.
    I would like a simple thing, which is: a very basic, bare-bones installation of a Solaris 10 server -- WITH zones.
    Perhaps this is an impossible dream. Is it?

  • Installer for java_es_05Q1_appserver-ga-linux-x86 fails in terminal mode

    I am trying to install the SunONE app server but I don't have X11 available. I therefore am using the -nodisplay option to use the terminal mode.
    I get the following messages:
    [root@clients Linux_x86]# ./installer -nodisplay
    None of the following are executable
    /usr/openwin/bin/xdpyinfo
    /usr/X11R6/bin/xdpyinfo
    None of the following are executable
    /usr/openwin/bin/xdpyinfo
    /usr/X11R6/bin/xdpyinfo
    Attach to native process failed
    [root@clients Linux_x86]#Here is the full output from the script:
    [root@clients Linux_x86]# sh -x ./installer -nodisplay
    + umask 022
    + embd_jre=j2se_jre
    + allOS_awK=/bin/awk,/usr/bin/awk
    + allOS_basenamE=/bin/basename,/usr/bin/basename,/usr/usb/basename
    + allOS_chmoD=/bin/chmod,/usr/bin/chmod
    + allOS_cP=/bin/cp,/usr/bin/cp
    + allOS_cuT=/bin/cut,/usr/bin/cut
    + allOS_dF=/bin/df,/usr/bin/df,/usr/sbin/df,/usr/ucb/df
    + allOS_dirnamE=/usr/bin/dirname
    + allOS_echO=/bin/echo,/usr/bin/echo,/usr/ucb/echo
    + allOS_finD=/usr/bin/find
    + allOS_lN=/bin/ln,/usr/bin/ln,/usr/ucb/ln
    + allOS_lS=/bin/ls,/usr/bin/ls,/usr/ucb/ls
    + allOS_mkdiR=/bin/mkdir,/usr/bin/mkdir
    + allOS_pwD=/bin/pwd
    + allOS_rM=/bin/rm
    + allOS_toucH=/bin/touch
    + allOS_caT=/bin/cat
    + allOS_iD=/usr/bin/id
    + allOS_enV=/usr/bin/env
    + allOS_tR=/usr/bin/tr
    + allOS_sorT=/bin/sort
    + allOS_pS=/bin/ps
    + allOS_ttY=/usr/bin/tty
    + allOS_mounT=/bin/mount,/usr/sbin/mount
    + allOS_fuseR=/sbin/fuser,/usr/sbin/fuser
    + allOS_xdpyinfO=/usr/openwin/bin/xdpyinfo,/usr/X11R6/bin/xdpyinfo
    + allOS_egreP=/bin/egrep
    + allOS_seD=/bin/sed
    + allOS_unamE=/bin/uname
    + SunOS_pkgparaM=/bin/pkgparam
    + SunOS_pkgchK=/usr/sbin/pkgchk
    + SunOS_pkginfO=/usr/bin/pkginfo
    + Linux_rpM=/bin/rpm
    + ifile=./installer
    + fail_all=
    + fail_OS=
    + '[' '!' -z ./installer ']'
    + '[' -r ./installer ']'
    + '[' -x /bin/egrep ']'
    + '[' -x /bin/sed ']'
    + '[' -x /bin/uname ']'
    ++ /bin/egrep '^allOS_'
    + save_IFS=
    ++ echo allOS_awK=/bin/awk,/usr/bin/awk
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_awK
    ++ echo allOS_awK=/bin/awk,/usr/bin/awk
    ++ /bin/sed -e 's/.*=//'
    + val=/bin/awk,/usr/bin/awk
    + found=
    + IFS=,
    + '[' -x /bin/awk ']'
    + found=/bin/awk
    + break
    + '[' -z /bin/awk ']'
    + eval allOS_awK=/bin/awk
    ++ allOS_awK=/bin/awk
    + IFS=
    + save_IFS=
    ++ echo allOS_basenamE=/bin/basename,/usr/bin/basename,/usr/usb/basename
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_basenamE
    ++ echo allOS_basenamE=/bin/basename,/usr/bin/basename,/usr/usb/basename
    ++ /bin/sed -e 's/.*=//'
    + val=/bin/basename,/usr/bin/basename,/usr/usb/basename
    + found=
    + IFS=,
    + '[' -x /bin/basename ']'
    + found=/bin/basename
    + break
    + '[' -z /bin/basename ']'
    + eval allOS_basenamE=/bin/basename
    ++ allOS_basenamE=/bin/basename
    + IFS=
    + save_IFS=
    ++ /bin/sed -e 's/=.*//'
    ++ echo allOS_chmoD=/bin/chmod,/usr/bin/chmod
    + key=allOS_chmoD
    ++ echo allOS_chmoD=/bin/chmod,/usr/bin/chmod
    ++ /bin/sed -e 's/.*=//'
    + val=/bin/chmod,/usr/bin/chmod
    + found=
    + IFS=,
    + '[' -x /bin/chmod ']'
    + found=/bin/chmod
    + break
    + '[' -z /bin/chmod ']'
    + eval allOS_chmoD=/bin/chmod
    ++ allOS_chmoD=/bin/chmod
    + IFS=
    + save_IFS=
    ++ echo allOS_cP=/bin/cp,/usr/bin/cp
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_cP
    ++ echo allOS_cP=/bin/cp,/usr/bin/cp
    ++ /bin/sed -e 's/.*=//'
    + val=/bin/cp,/usr/bin/cp
    + found=
    + IFS=,
    + '[' -x /bin/cp ']'
    + found=/bin/cp
    + break
    + '[' -z /bin/cp ']'
    + eval allOS_cP=/bin/cp
    ++ allOS_cP=/bin/cp
    + IFS=
    + save_IFS=
    ++ echo allOS_cuT=/bin/cut,/usr/bin/cut
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_cuT
    ++ echo allOS_cuT=/bin/cut,/usr/bin/cut
    ++ /bin/sed -e 's/.*=//'
    + val=/bin/cut,/usr/bin/cut
    + found=
    + IFS=,
    + '[' -x /bin/cut ']'
    + found=/bin/cut
    + break
    + '[' -z /bin/cut ']'
    + eval allOS_cuT=/bin/cut
    ++ allOS_cuT=/bin/cut
    + IFS=
    + save_IFS=
    ++ echo allOS_dF=/bin/df,/usr/bin/df,/usr/sbin/df,/usr/ucb/df
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_dF
    ++ echo allOS_dF=/bin/df,/usr/bin/df,/usr/sbin/df,/usr/ucb/df
    ++ /bin/sed -e 's/.*=//'
    + val=/bin/df,/usr/bin/df,/usr/sbin/df,/usr/ucb/df
    + found=
    + IFS=,
    + '[' -x /bin/df ']'
    + found=/bin/df
    + break
    + '[' -z /bin/df ']'
    + eval allOS_dF=/bin/df
    ++ allOS_dF=/bin/df
    + IFS=
    + save_IFS=
    ++ echo allOS_dirnamE=/usr/bin/dirname
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_dirnamE
    ++ echo allOS_dirnamE=/usr/bin/dirname
    ++ /bin/sed -e 's/.*=//'
    + val=/usr/bin/dirname
    + found=
    + IFS=,
    + '[' -x /usr/bin/dirname ']'
    + found=/usr/bin/dirname
    + break
    + '[' -z /usr/bin/dirname ']'
    + eval allOS_dirnamE=/usr/bin/dirname
    ++ allOS_dirnamE=/usr/bin/dirname
    + IFS=
    + save_IFS=
    ++ echo allOS_echO=/bin/echo,/usr/bin/echo,/usr/ucb/echo
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_echO
    ++ echo allOS_echO=/bin/echo,/usr/bin/echo,/usr/ucb/echo
    ++ /bin/sed -e 's/.*=//'
    + val=/bin/echo,/usr/bin/echo,/usr/ucb/echo
    + found=
    + IFS=,
    + '[' -x /bin/echo ']'
    + found=/bin/echo
    + break
    + '[' -z /bin/echo ']'
    + eval allOS_echO=/bin/echo
    ++ allOS_echO=/bin/echo
    + IFS=
    + save_IFS=
    ++ echo allOS_finD=/usr/bin/find
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_finD
    ++ echo allOS_finD=/usr/bin/find
    ++ /bin/sed -e 's/.*=//'
    + val=/usr/bin/find
    + found=
    + IFS=,
    + '[' -x /usr/bin/find ']'
    + found=/usr/bin/find
    + break
    + '[' -z /usr/bin/find ']'
    + eval allOS_finD=/usr/bin/find
    ++ allOS_finD=/usr/bin/find
    + IFS=
    + save_IFS=
    ++ echo allOS_lN=/bin/ln,/usr/bin/ln,/usr/ucb/ln
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_lN
    ++ echo allOS_lN=/bin/ln,/usr/bin/ln,/usr/ucb/ln
    ++ /bin/sed -e 's/.*=//'
    + val=/bin/ln,/usr/bin/ln,/usr/ucb/ln
    + found=
    + IFS=,
    + '[' -x /bin/ln ']'
    + found=/bin/ln
    + break
    + '[' -z /bin/ln ']'
    + eval allOS_lN=/bin/ln
    ++ allOS_lN=/bin/ln
    + IFS=
    + save_IFS=
    ++ echo allOS_lS=/bin/ls,/usr/bin/ls,/usr/ucb/ls
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_lS
    ++ echo allOS_lS=/bin/ls,/usr/bin/ls,/usr/ucb/ls
    ++ /bin/sed -e 's/.*=//'
    + val=/bin/ls,/usr/bin/ls,/usr/ucb/ls
    + found=
    + IFS=,
    + '[' -x /bin/ls ']'
    + found=/bin/ls
    + break
    + '[' -z /bin/ls ']'
    + eval allOS_lS=/bin/ls
    ++ allOS_lS=/bin/ls
    + IFS=
    + save_IFS=
    ++ echo allOS_mkdiR=/bin/mkdir,/usr/bin/mkdir
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_mkdiR
    ++ echo allOS_mkdiR=/bin/mkdir,/usr/bin/mkdir
    ++ /bin/sed -e 's/.*=//'
    + val=/bin/mkdir,/usr/bin/mkdir
    + found=
    + IFS=,
    + '[' -x /bin/mkdir ']'
    + found=/bin/mkdir
    + break
    + '[' -z /bin/mkdir ']'
    + eval allOS_mkdiR=/bin/mkdir
    ++ allOS_mkdiR=/bin/mkdir
    + IFS=
    + save_IFS=
    ++ echo allOS_pwD=/bin/pwd
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_pwD
    ++ echo allOS_pwD=/bin/pwd
    ++ /bin/sed -e 's/.*=//'
    + val=/bin/pwd
    + found=
    + IFS=,
    + '[' -x /bin/pwd ']'
    + found=/bin/pwd
    + break
    + '[' -z /bin/pwd ']'
    + eval allOS_pwD=/bin/pwd
    ++ allOS_pwD=/bin/pwd
    + IFS=
    + save_IFS=
    ++ echo allOS_rM=/bin/rm
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_rM
    ++ echo allOS_rM=/bin/rm
    ++ /bin/sed -e 's/.*=//'
    + val=/bin/rm
    + found=
    + IFS=,
    + '[' -x /bin/rm ']'
    + found=/bin/rm
    + break
    + '[' -z /bin/rm ']'
    + eval allOS_rM=/bin/rm
    ++ allOS_rM=/bin/rm
    + IFS=
    + save_IFS=
    ++ echo allOS_toucH=/bin/touch
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_toucH
    ++ echo allOS_toucH=/bin/touch
    ++ /bin/sed -e 's/.*=//'
    + val=/bin/touch
    + found=
    + IFS=,
    + '[' -x /bin/touch ']'
    + found=/bin/touch
    + break
    + '[' -z /bin/touch ']'
    + eval allOS_toucH=/bin/touch
    ++ allOS_toucH=/bin/touch
    + IFS=
    + save_IFS=
    ++ echo allOS_caT=/bin/cat
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_caT
    ++ echo allOS_caT=/bin/cat
    ++ /bin/sed -e 's/.*=//'
    + val=/bin/cat
    + found=
    + IFS=,
    + '[' -x /bin/cat ']'
    + found=/bin/cat
    + break
    + '[' -z /bin/cat ']'
    + eval allOS_caT=/bin/cat
    ++ allOS_caT=/bin/cat
    + IFS=
    + save_IFS=
    ++ echo allOS_iD=/usr/bin/id
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_iD
    ++ echo allOS_iD=/usr/bin/id
    ++ /bin/sed -e 's/.*=//'
    + val=/usr/bin/id
    + found=
    + IFS=,
    + '[' -x /usr/bin/id ']'
    + found=/usr/bin/id
    + break
    + '[' -z /usr/bin/id ']'
    + eval allOS_iD=/usr/bin/id
    ++ allOS_iD=/usr/bin/id
    + IFS=
    + save_IFS=
    ++ echo allOS_enV=/usr/bin/env
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_enV
    ++ echo allOS_enV=/usr/bin/env
    ++ /bin/sed -e 's/.*=//'
    + val=/usr/bin/env
    + found=
    + IFS=,
    + '[' -x /usr/bin/env ']'
    + found=/usr/bin/env
    + break
    + '[' -z /usr/bin/env ']'
    + eval allOS_enV=/usr/bin/env
    ++ allOS_enV=/usr/bin/env
    + IFS=
    + save_IFS=
    ++ echo allOS_tR=/usr/bin/tr
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_tR
    ++ echo allOS_tR=/usr/bin/tr
    ++ /bin/sed -e 's/.*=//'
    + val=/usr/bin/tr
    + found=
    + IFS=,
    + '[' -x /usr/bin/tr ']'
    + found=/usr/bin/tr
    + break
    + '[' -z /usr/bin/tr ']'
    + eval allOS_tR=/usr/bin/tr
    ++ allOS_tR=/usr/bin/tr
    + IFS=
    + save_IFS=
    ++ echo allOS_sorT=/bin/sort
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_sorT
    ++ echo allOS_sorT=/bin/sort
    ++ /bin/sed -e 's/.*=//'
    + val=/bin/sort
    + found=
    + IFS=,
    + '[' -x /bin/sort ']'
    + found=/bin/sort
    + break
    + '[' -z /bin/sort ']'
    + eval allOS_sorT=/bin/sort
    ++ allOS_sorT=/bin/sort
    + IFS=
    + save_IFS=
    ++ echo allOS_pS=/bin/ps
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_pS
    ++ echo allOS_pS=/bin/ps
    ++ /bin/sed -e 's/.*=//'
    + val=/bin/ps
    + found=
    + IFS=,
    + '[' -x /bin/ps ']'
    + found=/bin/ps
    + break
    + '[' -z /bin/ps ']'
    + eval allOS_pS=/bin/ps
    ++ allOS_pS=/bin/ps
    + IFS=
    + save_IFS=
    ++ echo allOS_ttY=/usr/bin/tty
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_ttY
    ++ echo allOS_ttY=/usr/bin/tty
    ++ /bin/sed -e 's/.*=//'
    + val=/usr/bin/tty
    + found=
    + IFS=,
    + '[' -x /usr/bin/tty ']'
    + found=/usr/bin/tty
    + break
    + '[' -z /usr/bin/tty ']'
    + eval allOS_ttY=/usr/bin/tty
    ++ allOS_ttY=/usr/bin/tty
    + IFS=
    + save_IFS=
    ++ echo allOS_mounT=/bin/mount,/usr/sbin/mount
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_mounT
    ++ echo allOS_mounT=/bin/mount,/usr/sbin/mount
    ++ /bin/sed -e 's/.*=//'
    + val=/bin/mount,/usr/sbin/mount
    + found=
    + IFS=,
    + '[' -x /bin/mount ']'
    + found=/bin/mount
    + break
    + '[' -z /bin/mount ']'
    + eval allOS_mounT=/bin/mount
    ++ allOS_mounT=/bin/mount
    + IFS=
    + save_IFS=
    ++ echo allOS_fuseR=/sbin/fuser,/usr/sbin/fuser
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_fuseR
    ++ echo allOS_fuseR=/sbin/fuser,/usr/sbin/fuser
    ++ /bin/sed -e 's/.*=//'
    + val=/sbin/fuser,/usr/sbin/fuser
    + found=
    + IFS=,
    + '[' -x /sbin/fuser ']'
    + found=/sbin/fuser
    + break
    + '[' -z /sbin/fuser ']'
    + eval allOS_fuseR=/sbin/fuser
    ++ allOS_fuseR=/sbin/fuser
    + IFS=
    + save_IFS=
    ++ echo allOS_xdpyinfO=/usr/openwin/bin/xdpyinfo,/usr/X11R6/bin/xdpyinfo
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_xdpyinfO
    ++ echo allOS_xdpyinfO=/usr/openwin/bin/xdpyinfo,/usr/X11R6/bin/xdpyinfo
    ++ /bin/sed -e 's/.*=//'
    + val=/usr/openwin/bin/xdpyinfo,/usr/X11R6/bin/xdpyinfo
    + found=
    + IFS=,
    + '[' -x /usr/openwin/bin/xdpyinfo ']'
    + '[' -x /usr/X11R6/bin/xdpyinfo ']'
    + '[' -z '' ']'
    + echo 'None of the following are executable'
    None of the following are executable
    + IFS=,
    + echo /usr/openwin/bin/xdpyinfo
    /usr/openwin/bin/xdpyinfo
    + echo /usr/X11R6/bin/xdpyinfo
    /usr/X11R6/bin/xdpyinfo
    + IFS=
    + save_IFS=
    ++ echo allOS_egreP=/bin/egrep
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_egreP
    ++ echo allOS_egreP=/bin/egrep
    ++ /bin/sed -e 's/.*=//'
    + val=/bin/egrep
    + found=
    + IFS=,
    + '[' -x /bin/egrep ']'
    + found=/bin/egrep
    + break
    + '[' -z /bin/egrep ']'
    + eval allOS_egreP=/bin/egrep
    ++ allOS_egreP=/bin/egrep
    + IFS=
    + save_IFS=
    ++ echo allOS_seD=/bin/sed
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_seD
    ++ echo allOS_seD=/bin/sed
    ++ /bin/sed -e 's/.*=//'
    + val=/bin/sed
    + found=
    + IFS=,
    + '[' -x /bin/sed ']'
    + found=/bin/sed
    + break
    + '[' -z /bin/sed ']'
    + eval allOS_seD=/bin/sed
    ++ allOS_seD=/bin/sed
    + IFS=
    + save_IFS=
    ++ echo allOS_unamE=/bin/uname
    ++ /bin/sed -e 's/=.*//'
    + key=allOS_unamE
    ++ echo allOS_unamE=/bin/uname
    ++ /bin/sed -e 's/.*=//'
    + val=/bin/uname
    + found=
    + IFS=,
    + '[' -x /bin/uname ']'
    + found=/bin/uname
    + break
    + '[' -z /bin/uname ']'
    + eval allOS_unamE=/bin/uname
    ++ allOS_unamE=/bin/uname
    + IFS=
    ++ /bin/uname -s
    + '[' Linux = SunOS ']'
    ++ /bin/uname -s
    + '[' Linux = Linux ']'
    ++ /bin/awk -F= '/^Linux_/ {print $2}' ./installer
    + '[' '!' -x /bin/rpm ']'
    + fail=XX
    + '[' XX '!=' XX ']'
    + TimestampFile=/tmp/.jes.9410
    + solarisInstallModeFlagFile=/tmp/.solarisInvokeMethod.tmp
    + echo -nodisplay
    + /bin/egrep -e '\-debug'
    + '[' 1 -eq 0 ']'
    + defaultDISPLAY=0:0
    ++ echo -nodisplay
    ++ /bin/egrep nodisplay
    + nodisplayParam=-nodisplay
    ++ /bin/ps -eaf
    ++ /bin/egrep in.telnetd
    + isTelnetSession=root      9641  9639  0 09:51 pts/0    00:00:00 /bin/egrep in.telnetd
    + '[' -n 'root      9641  9639  0 09:51 pts/0    00:00:00 /bin/egrep in.telnetd' ']'
    ++ /bin/ps -eaf
    ++ /bin/egrep in.telnetd
    ++ awk '{print $2 $6}'
    ++ /bin/egrep '\?'
    ++ cut '-d?' -f1
    + sesId=
    ++ /usr/bin/tty
    ++ cut -c6-10
    + ttyId=pts/0
    + '[' -n '' ']'
    + echo -nodisplay
    + /bin/egrep -e '\-nodisplay'
    + '[' 0 -eq 0 ']'
    + unset DISPLAY
    + extra_jvm_options=-Djava.awt.headless=true
    + export extra_jvm_options
    ++ /usr/bin/id
    ++ /bin/cut '-d(' -f1
    ++ /bin/cut -d= -f2
    + usr=0
    + '[' 0 '!=' 0 ']'
    ++ /bin/uname -s
    + unamE=Linux
    + '[' Linux = SunOS -a -x /usr/bin/zonename -a -x /usr/sbin/zoneadm ']'
    + registry_dir=/var/sadm/prod/entsys
    + linux_registry_dir=/var/opt/sun/install
    + '[' Linux = Linux -a '!' -d /var/opt/sun/install ']'
    + logs_dir=/var/sadm/install/logs
    + linux_logs_dir=/var/sadm/install/logs
    + '[' Linux = Linux -a '!' -d /var/sadm/install/logs ']'
    ++ /bin/pwd
    + original_user_dir=/home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
    ++ /usr/bin/dirname ./installer
    + this_proc_loc=.
    + cd .
    ++ /bin/pwd
    + this_proc_loc=/home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
    ++ /bin/basename ./installer
    + this_proc_name=installer
    ++ /bin/basename /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
    + arch_dir=Linux_x86
    + new_root=/tmp/.jes_CaChE
    + '[' /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86 '!=' /tmp/.jes_CaChE/Linux_x86 ']'
    + cd /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
    ++ /bin/pwd
    + original_user_dir=/home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
    + '[' Linux = SunOS ']'
    + JRE_LOCATION=/home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install/j2se_jre
    + DETECTED_VERSION=
    + export original_user_dir
    + cd /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
    ++ /bin/pwd
    + this_proc_loc=/home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
    + this_proc_args=-nodisplay
    + this_proc_id=9410
    ++ cd /proc/9410/cwd
    ++ /bin/pwd
    + installer_script_dir_on_media=/home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
    + cd /
    + this_proc_running_on=Linux
    + soft_embd_jre=/tmp/.jes_CaChE/Linux_x86/.install/j2se_jre
    ++ /bin/echo /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
    ++ /bin/cut -c1
    + '[' / = / ']'
    + abs_loc_on_media=/home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
    ++ /usr/bin/dirname /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
    + media_root=/home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver
    + /bin/mkdir -p /tmp/.jes_CaChE/Linux_x86
    + cd /tmp/.jes_CaChE/Linux_x86
    ++ pwd
    + res_dir=/tmp/.jes_CaChE/Linux_x86
    + cd /
    + '[' /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86 '!=' /tmp/.jes_CaChE/Linux_x86 ']'
    + /bin/rm -rf /tmp/.jes_CaChE/Linux_x86/Product
    + /bin/rm -rf /tmp/.jes_CaChE
    + trap 'cleanSolInsInvoke ; exit 1' 1 15
    + /bin/mkdir -p /tmp/.jes_CaChE/Linux_x86/.install
    + /bin/cp -p /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/installer /tmp/.jes_CaChE/Linux_x86
    + /bin/ln -s /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/Product /tmp/.jes_CaChE/Linux_x86/Product
    + /bin/cp -pr /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Copyright /tmp/.jes_CaChE
    + /bin/cp -pr /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/README /tmp/.jes_CaChE
    ++ /bin/ls -1 /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install
    ++ /bin/egrep -v j2se_jre
    + /bin/cp -rp /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install/EntsysInstall_Linux_x86_generic.class /tmp/.jes_CaChE/Linux_x86/.install
    + /bin/cp -rp /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install/config /tmp/.jes_CaChE/Linux_x86/.install
    + /bin/cp -rp /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install/images /tmp/.jes_CaChE/Linux_x86/.install
    + /bin/cp -rp /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install/lib /tmp/.jes_CaChE/Linux_x86/.install
    + /bin/cp -rp /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install/locale /tmp/.jes_CaChE/Linux_x86/.install
    + /bin/cp -rp /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install/response /tmp/.jes_CaChE/Linux_x86/.install
    + /bin/cp -rp /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install/utils /tmp/.jes_CaChE/Linux_x86/.install
    + '[' -d /tmp/.jes_CaChE/Linux_x86/.install/j2se_jre ']'
    + '[' Linux = SunOS ']'
    + /bin/cp -rp /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install/j2se_jre /tmp/.jes_CaChE/Linux_x86/.install
    + '[' -d /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86//home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86/.install ']'
    + cd_part=/home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
    ++ /bin/basename /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
    + ip_part=Linux_x86/.install
    ++ /usr/bin/dirname /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86
    + cd_part=/home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver
    + flags_needed_if_hsfs=0
    + '[' -f /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/.volume.inf ']'
    + flags_needed_if_hsfs=0
    + '[' 0 = 1 ']'
    + trap '' 1 15
    + exec /tmp/.jes_CaChE/Linux_x86/installer /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86 /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver Linux_x86/.install /home/webadmin/hot.djinnsoft.com/install/java_es_05Q1_appserver/Linux_x86 0 -nodisplay
    None of the following are executable
    /usr/openwin/bin/xdpyinfo
    /usr/X11R6/bin/xdpyinfo
    Attach to native process failed
    [root@clients Linux_x86]#In an attempt for a workaround, I have set $DISPLAY to 0:0, but this did not seem to help.
    I can't think of anything else to do.
    Assistance would be appreciated.
    Thanks,
    Dave Cherkassky

    Howdy, it looks as though the Application Server did not install properly, and as a consequence the Portal server fails to install.
    Please make sure that you have un-installed all components properly first before re-installing... See my previous post.
    If it were me, I'd install the Directory Server and Application Server first... After a successful install of Application Server, re-start the installer, selecting Portal Server and Access Manager. When doing so, make sure the Application Server and Directory server can be started prior.
    By the way, have you seen the following blurb in the documentation from Sun , see: http://docs.sun.com/app/docs/doc/819-5025/6n74td5j0?a=view
    Remove the link /usr/share/bdb/db.jar before installation, if it exists.
    Check ant already exists on the system by running the following command:
    rpm -qa | grep ant
    If a version of ant below 1.6 is installed, remove it by running the following command:
    rpm -e ant-older-version ant-libs-older-version
    You need to use the version of ant sun-ant-1.6.5-2 to install or deploy Portal Server. When you run the installer, it is automatically installed at /opt/sun/bin/ant.
    Next make sure you following Sun's Documentation on the installation process, bar installing App Server and Directory Server first, see: http://docs.sun.com/app/docs/doc/819-5025/6n74td5j3?a=view
    If after all of the above, and your still unable to install portal server, please log a support call with Sun, 1800 555 786 quoting your support contract ID.
    Cheers,
    Chris

  • 10g installation on  linux 4 failed

    I trying to install oracle software on linux 4 but installation has been failed please find the below steps
    [oracle@sos02 database]$ ./runInstaller -silent -responseFile /u01/g/Ora_grid10g/DB_SOFT/database/response/standard.rsp
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-02-01_03-21-55PM. Please wait ...[oracle@sos02 database]$ Oracle Universal Installer, Version 10.2.0.1.0 Production
    Copyright (C) 1999, 2005, Oracle. All rights reserved.
    You can find a log of this install session at:
    /home/oracle/oraInventory/logs/installActions2011-02-01_03-21-55PM.log
    .................................................................................................... 100% Done.
    Loading Product Information
    ................................................................................................................... 100% Done.
    Analyzing dependencies
    Starting execution of Prerequisites...
    Total No of checks: 11
    Performing check for CertifiedVersions
    Checking operating system requirements ...
    Expected result: One of redhat-3,redhat-4,SuSE-9,asianux-1,asianux-2
    Actual Result: redhat-4
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =======================================================================
    Performing check for Packages
    Checking operating system package requirements ...
    Checking for make-3.79; found make-1:3.80-6.EL4. Passed
    Checking for binutils-2.14; found binutils-2.15.92.0.2-21. Passed
    Checking for gcc-3.2; found gcc-3.4.6-3. Passed
    Checking for libaio-0.3.96; found libaio-0.3.105-2. Passed
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =======================================================================
    Performing check for Kernel
    Checking kernel parameters
    Checking for semmsl=250; found semmsl=256. Passed
    Checking for semmns=32000; found semmns=32000. Passed
    Checking for semopm=100; found semopm=100. Passed
    Checking for semmni=128; found semmni=142. Passed
    Checking for shmmax=536870912; found shmmax=4294967295. Passed
    Checking for shmmni=4096; found shmmni=4096. Passed
    Checking for shmall=2097152; found shmall=2097152. Passed
    Checking for file-max=65536; found file-max=16025260. Passed
    Checking for VERSION=2.6.9; found VERSION=2.6.9-42.ELsmp. Passed
    Checking for ip_local_port_range=1024 - 65000; found ip_local_port_range=9000 - 65500.  Failed <<<<
    Checking for rmem_default=262144; found rmem_default=262144. Passed
    Checking for rmem_max=262144; found rmem_max=4194304. Passed
    Checking for wmem_default=262144; found wmem_default=262144. Passed
    Checking for wmem_max=262144; found wmem_max=1048576. Passed
    Check complete. The overall result of this check is: Failed <<<<
    Check complete: Failed <<<<
    Problem: The kernel parameters do not meet the minimum requirements (see above).
    Recommendation: Perform operating system specific instructions to update the kernel parameters.
    =======================================================================
    Performing check for GLIBC
    Checking Recommended glibc version
    Expected result: ATLEAST=2.3.2-95.27
    Actual Result: 2.3.4-2.25
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =======================================================================
    Performing check for TotalMemory
    Checking physical memory requirements ...
    Expected result: 922MB
    Actual Result: 16236MB
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =======================================================================
    Performing check for SwapSpace
    Checking available swap space requirements ...
    Expected result: 12177MB
    Actual Result: 16386MB
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =======================================================================
    Performing check for DetectIfDHCPAssignedIP
    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =======================================================================
    Performing check for OracleBase
    Validating ORACLE_BASE location (if set) ...
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =======================================================================
    Performing check for OracleHomeSpace
    Checking Oracle Home path for spaces...
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =======================================================================
    Performing check for DetectAnyInvalidASMHome
    Checking for proper system clean-up....
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =======================================================================
    Performing check for CompatibilityChecks
    Checking for Oracle Home incompatibilities ....
    Actual Result: NEW_HOME
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =======================================================================
    PrereqChecks complete
    .......................................... 100% Done.
    Summary
    Global Settings
    Source: /u01/g/Ora_grid10g/DB_SOFT/database/stage/products.xml
    Oracle Home: /u01/app/oracle/10g/db (ORADB10g_HOME)
    Installation Type: Standard Edition
    Product Languages
    English
    Space Requirements
    / Required 1.36GB (includes 108MB temporary) : Available 34.19GB
    /home/ Required 206KB : Available 34.70GB
    New Installations (105 products)
    Oracle Database 10g 10.2.0.1.0
    Enterprise Edition Options 10.2.0.1.0
    Oracle Spatial 10.2.0.1.0
    Oracle OLAP 10.2.0.1.0
    Oracle Enterprise Manager Console DB 10.2.0.1.0
    Oracle Net Services 10.2.0.1.0
    Oracle Database 10g 10.2.0.1.0
    Oracle Net Listener 10.2.0.1.0
    HAS Files for DB 10.2.0.1.0
    Oracle Internet Directory Client 10.2.0.1.0
    Oracle Call Interface (OCI) 10.2.0.1.0
    Oracle Programmer 10.2.0.1.0
    Oracle interMedia 10.2.0.1.0
    Enterprise Manager Agent Core 10.2.0.1.0
    Oracle JVM 10.2.0.1.0
    Database Configuration and Upgrade Assistants 10.2.0.1.0
    Oracle interMedia Locator 10.2.0.1.0
    Oracle XML Development Kit 10.2.0.1.0
    Oracle Text 10.2.0.1.0
    Oracle Database Utilities 10.2.0.1.0
    Generic Connectivity Common Files 10.2.0.1.0
    Oracle Advanced Security 10.2.0.1.0
    Enterprise Manager Repository Core 10.2.0.1.0
    PL/SQL 10.2.0.1.0
    Oracle Net 10.2.0.1.0
    Assistant Common Files 10.2.0.1.0
    Enterprise Manager plugin Common Files 10.2.0.1.0 Beta
    Buildtools Common Files 10.2.0.1.0
    Installation Common Files 10.2.0.1.0
    Oracle LDAP administration 10.2.0.1.0
    Oracle Java Client 10.2.0.1.0
    Precompiler Common Files 10.2.0.1.0
    Oracle Recovery Manager 10.2.0.1.0
    SQL*Plus 10.2.0.1.0
    iSQL*Plus 10.2.0.1.0
    Enterprise Manager plugin Common Files 10.2.0.1.0
    HAS Common Files 10.2.0.1.0
    Oracle Clusterware RDBMS Files 10.2.0.1.0
    Oracle Wallet Manager 10.2.0.1.0
    Enterprise Manager Minimal Integration 10.2.0.1.0
    Oracle Database User Interface 2.2.13.0.0
    Secure Socket Layer 10.2.0.1.0
    Oracle ODBC Driver 10.2.0.1.0
    Required Support Files 10.2.0.1.0
    Database SQL Scripts 10.2.0.1.0
    OLAP SQL Scripts 10.2.0.1.0
    PL/SQL Embedded Gateway 10.2.0.1.0
    Oracle Globalization Support 10.2.0.1.0
    Character Set Migration Utility 10.2.0.1.0
    LDAP Required Support Files 10.2.0.1.0
    Oracle Help for the Web 1.1.10.0.0
    Oracle JDBC Thin Driver for JDK 1.4 10.2.0.1.0
    Oracle JDBC Thin Driver for JDK 1.2 10.2.0.1.0
    Oracle interMedia Client Option 10.2.0.1.0
    Oracle Notification Service 10.1.0.3.0
    Oracle Code Editor 1.2.1.0.0I
    Perl Interpreter 5.8.3.0.2
    JDBC Common Files 10.2.0.1.0
    Oracle Locale Builder 10.2.0.1.0
    Oracle Containers for Java 10.2.0.1.0
    Database Workspace Manager 10.2.0.1.0
    Oracle Core Required Support Files 10.2.0.1.0
    Platform Required Support Files 10.2.0.1.0
    Oracle interMedia Locator RDBMS Files 10.2.0.1.0
    Oracle JDBC/OCI Instant Client 10.2.0.1.0
    Oracle interMedia Annotator 10.2.0.1.0
    SQLJ Runtime 10.2.0.1.0
    Oracle interMedia Java Advanced Imaging 10.2.0.1.0
    Oracle Database 10g interMedia Files 10.2.0.1.0
    Oracle Data Mining RDBMS Files 10.2.0.1.0
    Enterprise Manager Baseline 10.2.0.1.0
    Oracle Help For Java 4.2.6.1.0
    Oracle UIX 2.1.22.0.0
    XML Parser for Java 10.2.0.1.0
    Precompiler Required Support Files 10.2.0.1.0
    XML Parser for Oracle JVM 10.2.0.1.0
    Oracle Starter Database 10.2.0.1.0
    Sample Schema Data 10.2.0.1.0
    Parser Generator Required Support Files 10.2.0.1.0
    Agent Required Support Files 10.2.0.1.0
    Oracle RAC Required Support Files-HAS 10.2.0.1.0
    RDBMS Required Support Files 10.2.0.1.0
    RDBMS Required Support Files for Instant Client 10.2.0.1.0
    Oracle Label Security 10.2.0.1.0
    XDK Required Support Files 10.2.0.1.0
    Oracle OLAP API 10.2.0.1.0
    DBJAVA Required Support Files 10.2.0.1.0
    SQL*Plus Required Support Files 10.2.0.1.0
    Oracle JFC Extended Windowing Toolkit 4.2.33.0.0
    Oracle Ice Browser 5.2.3.6.0
    Oracle Display Fonts 9.0.2.0.0
    Oracle Extended Windowing Toolkit 3.4.38.0.0
    Enterprise Manager Common Files 10.2.0.1.0
    Enterprise Manager Agent DB 10.2.0.1.0
    Oracle Net Required Support Files 10.2.0.1.0
    Enterprise Manager Repository DB 10.2.0.1.0
    SSL Required Support Files for InstantClient 10.2.0.1.0
    regexp 2.1.9.0.0
    Bali Share 1.1.18.0.0
    Oracle Universal Installer 10.2.0.1.0
    Oracle One-Off Patch Installer 10.2.0.1.0
    Installer SDK Component 10.2.0.1.0
    Java Runtime Environment 1.4.2.8.0
    Sun JDK 1.4.2.0.8
    Sun JDK extensions 10.1.2.0.0
    Installation in progress (Tue Feb 01 15:22:07 IST 2011)
    ............................................................... 11% Done.
    ............................................................... 23% Done.
    ............................................................... 35% Done.
    ............................................................... 47% Done.
    ........................................... 55% Done.
    Install successful
    Linking in progress (Tue Feb 01 15:23:24 IST 2011)
    . 55% Done.
    Link successful
    Setup in progress (Tue Feb 01 15:23:56 IST 2011)
    .................... 100% Done.
    Setup successful
    End of install phases.(Tue Feb 01 15:24:02 IST 2011)
    Starting to execute configuration assistants
    Configuration assistant "Oracle Net Configuration Assistant" succeeded
    Configuration assistant "Oracle Database Configuration Assistant" failedSEVERE:OUI-10104:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured. Select the failed assistants and click the 'Retry' button to retry them.
    The "/u01/app/oracle/10g/db/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    The "/u01/app/oracle/10g/db/cfgtoollogs/configToolAllCommands" script contains all commands to be executed by the configuration assistants. This file may be used to run the configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    WARNING:The following configuration scripts
    /u01/app/oracle/10g/db/root.sh
    need to be executed as root for configuring the system. If you skip the execution of the configuration tools, the configuration will not be complete and the product wont function properly. In order to get the product to function properly, you will be required to execute the scripts and the configuration tools after exiting the OUI.
    The installation of Oracle Database 10g was successful, but some optional configuration assistants failed, were cancelled or skipped.
    Please check '/home/oracle/oraInventory/logs/silentInstall2011-02-01_03-21-55PM.log' for more details.

    Hi ,
    Same thing
    Unable to find product oracle.swd.jre[1.4.1, 1.4.1.9.9] in Oracle Inventory
    SEVERE:OUI-10104:Some of the configuration assistants failed. It is strongly rec
    ommended that you retry the configuration assistants at this time. Not successfu
    lly running any "Recommended" assistants means your system will not be correctly
    configured. Select the failed assistants and click the 'Retry' button to retry
    them.
    WARNING:The following configuration scripts
    /u01/app/oracle/10g/db/root.sh
    need to be executed as root for configuring the system. If you skip the executio
    n of the configuration tools, the configuration will not be complete and the pro
    duct wont function properly. In order to get the product to function properly, y
    ou will be required to execute the scripts and the configuration tools after exi
    ting the OUI.
    The installation of Oracle Database 10g was successful, but some optional config
    uration assistants failed, were cancelled or skipped.
    You have new mail in /var/spool/mail/oracle

  • Error in Installing AIA FP 11gR1 - Linux - Build Failed - UrgentHelp

    Hi All.,
    Actually we are in process of setting up AIA FP 11gR1 (AIA 3.0) FMW environment in OEL 4 (Linux) platform.
    Everytime while installing the AIA FP we are facing the following errors during final stage of configurations setup of FP.
    PFB the error in Install Log File:
    [wlst]
    [wlst] Overriding the ListenPort or ListenAddress is not supported.
    [wlst] WLST will use the ListenPort and ListenAddress that are configured on the ServerMBean
    [wlst]
    [wlst] Server 'soa_server1' has already been started
    Starting server soa_server1 ....
    BUILD FAILED
    /PROJECTS/app/oracle/AIAFP/Infrastructure/Install/AID/AIAInstallDriver.xml:146: The following error occurred while executing this line:
    /PROJECTS/app/oracle/AIAFP/Infrastructure/Install/AID/AIAExecuteDriver.xml:102: The following error occurred while executing this line:
    /PROJECTS/app/oracle/AIAFP/Infrastructure/Install/AID/AIAExecuteDriver.xml:58: The following error occurred while executing this line:
    /PROJECTS/app/oracle/AIAFP/aia_instances/AIAFP/tmp/AIDExecuteDP_temp_1331540314.xml:114: The following error occurred while executing this line:
    /PROJECTS/app/oracle/AIAFP/Infrastructure/Install/AID/lib/AIDConfigurationLibraryTasks.xml:464: Traceback (innermost last):
    File "/PROJECTS/app/oracle/AIAFP/Infrastructure/Install/AID/lib/py/ManagedServer.py", line 25, in ?
    File "<iostream>", line 1280, in start
    File "<iostream>", line 1744, in raiseWLSTException
    WLSTException: Error occured while performing start : Error starting the server : Error occured while performing start : Server with name soa_server1 failed to be started
    Use dumpStack() to view the full stacktrace
    Total time: 59 minutes 5 seconds
    <Jun 10, 2010 1:04:06 PM IST> <Warning> <JNDI> <BEA-050001> <WLContext.close() was called in a different thread than the one in which it was created.>
    <Jun 10, 2010 1:04:06 PM IST> <Warning> <JNDI> <BEA-050001> <WLContext.close() was called in a different thread than the one in which it was created.>
    <Jun 10, 2010 1:04:06 PM IST> <Warning> <JNDI> <BEA-050001> <WLContext.close() was called in a different thread than the one in which it was created.>
    <Jun 10, 2010 1:04:06 PM IST> <Warning> <JNDI> <BEA-050001> <WLContext.close() was called in a different thread than the one in which it was created.>
    <Jun 10, 2010 1:04:06 PM IST> <Warning> <JNDI> <BEA-050001> <WLContext.close() was called in a different thread than the one in which it was created.>
    <Jun 10, 2010 1:04:06 PM IST> <Warning> <JNDI> <BEA-050001> <WLContext.close() was called in a different thread than the one in which it was created.>
    Deployment Command Return Value Configuration: 1
    progress in calculate progress20
    progress in calculate progress20
    Pointers on this could help us a lot .
    Thanks in advance.
    Regards,
    Ramnath

    Hi All,
    We are getting the following exception in installation of AIA FP 11gR1 on Linux installation during the final stage Configuration setup of AIA.
    The exact error is as follows :
    [wlst] Overriding the ListenPort or ListenAddress is not supported.
    [wlst] WLST will use the ListenPort and ListenAddress that are configured on the ServerMBean
    [wlst]
    [wlst] Server 'soa_server1' has already been started
    Starting server soa_server1 ....
    BUILD FAILED
    /PROJECTS/app/oracle/AIAFP/Infrastructure/Install/AID/AIAInstallDriver.xml:146: The following error occurred while executing this line:
    /PROJECTS/app/oracle/AIAFP/Infrastructure/Install/AID/AIAExecuteDriver.xml:102: The following error occurred while executing this line:
    /PROJECTS/app/oracle/AIAFP/Infrastructure/Install/AID/AIAExecuteDriver.xml:58: The following error occurred while executing this line:
    /PROJECTS/app/oracle/AIAFP/aia_instances/AIAFP/tmp/AIDExecuteDP_temp_1995177724.xml:114: The following error occurred while executing this line:
    /PROJECTS/app/oracle/AIAFP/Infrastructure/Install/AID/lib/AIDConfigurationLibraryTasks.xml:464: Traceback (innermost last):
    File "/PROJECTS/app/oracle/AIAFP/Infrastructure/Install/AID/lib/py/ManagedServer.py", line 25, in ?
    File "<iostream>", line 1280, in start
    File "<iostream>", line 1744, in raiseWLSTException
    WLSTException: Error occured while performing start : Error starting the server : Error occured while performing start : Server with name soa_server1 failed to be started
    Use dumpStack() to view the full stacktrace
    Pointers in this would help us a lot..
    Regards,
    Ramnath

  • Opening a file succeeds in Linux but fails in Windows

    Hi,
    I have written an addon to OO Writer. It works properly with GNU-Linux (Ubuntu 9.04, JAVA 6)
    I tried it under Windows 7 RC (I have no other Windows OS available)
    I have a problem opening a file.
    Here is the code I use
    class Dictionary {
       ArrayList brutEntry = new ArrayList();
       ArrayList entryList = new ArrayList();
       DicEntry temp = null;
       public boolean enamdictEnabled;
       public boolean edictEnabled;
        * @param dicFileName A String representing the name of the edict  file which contains the dictionary entries
        * Each entry correspond to a line of the file
        * The dictionary must be EUC-JP coded.
        * @exception exceptions No exceptions thrown
       Dictionary(String dicFileName, String signature) {
          File f=new File(dicFileName);
             WarningHandler.displayMessage("I did; File f=new File(dicFileName); with "+dicFileName+" as a file name"+
                     "\nthe reselt is: "+f.toString()+" with f.toString()");
          BufferedReader i = null;
          try {
          i = new BufferedReader(new InputStreamReader(new FileInputStream(f), "EUC-JP"));//dicFileName
             String str1 = null;
             while ((str1 = i.readLine()) != null) {
                // System.out.println(signature+"making a new entry"+Integer.toHexString(index));
                temp = new DicEntry(str1);
                temp.entrySignature = signature;
                entryList.add(temp);
          } catch (IOException ex) {
             System.out.println("Error message: "+ex.getMessage());
             Logger.getLogger(Dictionary.class.getName()).log(Level.SEVERE, null, ex);
             WarningHandler.displayMessage("There was a problem opening or reading the " + dicFileName +
                     " dictionary file. Please check that your file and filepath are correct and" +
                     "that your dictionary file is EUC-JP encoded");
          } finally {
             try {
                i.close();
             } catch (IOException ex) {
                Logger.getLogger(Dictionary.class.getName()).log(Level.SEVERE, null, ex);
      At first I used
         i = new BufferedReader(new InputStreamReader(new FileInputStream(dicFileName), "EUC-JP"));//dicFileNamewithout the intermediate File creation but the result is the same, under Linux it works and under Windows it fails opening the file.
    From my WarningHandler.displaymessage method I can see taht the file name is correctly (at least I guess) as it is:
    /home/jaaf/jilt/theFileName with Linux
    c:\Users\jaaf\jilt\thefileName with Windows
    For information the file theFileName is EUC-JP encoded and contains Japanese Characters
    Thank you for help
    Edited by: meaulnes on Jul 8, 2009 5:19 AM
    Complementary information after investigation
    I split the line
    i = new BufferedReader(new InputStreamReader(new FileInputStream(f), "EUC-JP"));//dicFileName
    in 3.
    It seems that FileInputStream and InputStreamReader pass without problem.
    But the line
    i=new BufferedReader(isr); where isr is the InputStreamReader makes the program crash (Even the catch is not treated).
    The message I get is:
    Run Time Error
    prog C:\ProgramFiles\OPenOffice.org3\program\soffice.bin
    The application has requested the RunTime to terminate it in an unusual way.
    please contact application support....
    Edited by: meaulnes on Jul 8, 2009 5:31 AM

    Hi,
    Thank You for help;
    I used stack trace
    It seems that the error comes from the encoding.
    Here is the trace:
    java.io.UnsupportedEncodingException: EUC-JP*
    +     at sun.nio.cs.StreamDecoder.forInputStreamReader(Unknown Source)+
    +     at java.io.InputStreamReader.<init>(Unknown Source)+javascript:void(0);
    +     at com.zoraldia.openoffice.Dictionary.<init>(Dictionary.java:71)+
    +     at com.zoraldia.openoffice.Jilt.createDictionaryDialog(Jilt.java:2477)+
    +     at com.zoraldia.openoffice.Jilt.dispatch(Jilt.java:1948)+
    Jul 8, 2009 4:23:32 PM com.zoraldia.openoffice.Dictionary <init>*
    SEVERE: null*
    java.io.UnsupportedEncodingException: EUC-JP*
    +     at sun.nio.cs.StreamDecoder.forInputStreamReader(Unknown Source)+
    +     at java.io.InputStreamReader.<init>(Unknown Source)+
    +     at com.zoraldia.openoffice.Dictionary.<init>(Dictionary.java:71)+
    +     at com.zoraldia.openoffice.Jilt.createDictionaryDialog(Jilt.java:2477)+
    +     at com.zoraldia.openoffice.Jilt.dispatch(Jilt.java:1948)+
    I don't understand why on Linux it works but not on Windows

  • Download, different checksum each time. 11.1.0.6 db for linux install fails

    Hi
    From the Oracle d/l site I have downloaded the same 11.1.0.6 db file 3 times and got 3 different cksum values.
    1844527800 May 15 14:25 linux_11gR1_database_1013.zip
    cksum linux_11gR1_database_1013.zip
    1640646659 1844527800 linux_11gR1_database_1013.zip
    But should be
    1044354138
    Not having this problem with any other d/l's.
    Needless to say that, although it unzips, the installer fails in different locations each time (33%, 45%) Typical error below. Installer just hangs
    Is anyone else having the same issue?
    It seems to be tied to the oracle site as no other downloads I make are suffering this problem.
    I'm thinking of taking the 3 downloads and somehow trying to patch one good one out of them by diff'ing the folders but this is tedious.
    Thanks
    Kevin
    typical error
    java.util.zip.ZipException: invalid entry CRC (expected 0xb8224b90 but got 0xe8ea93c7)
    at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:378)
    at java.util.zip.ZipInputStream.read(ZipInputStream.java:141)
    at java.io.FilterInputStream.read(FilterInputStream.java:90)
    at oracle.sysman.oii.oiix.OiixFileOps.copyStream(OiixFileOps.java:1470)
    at oracle.sysman.oii.oiij.OiijFastJarExtracter.copyFileFromJar(OiijFastJarExtracter.java:307)
    at oracle.sysman.oii.oiij.OiijFastJarExtracter.copyJarContents(OiijFastJarExtracter.java:227)
    at oracle.sysman.oii.oiij.OiijFastJarExtracter.extract(OiijFastJarExtracter.java:146)
    at oracle.sysman.oii.oiij.OiijJarExtractQueue$OiijJarExtractWorker.run(OiijJarExtractQueue.java:341)

    Hi;
    Can any one advise me where and how can I download proper RPM packages and how do I resolve swap space requirement failure as mentioned above. Please let me know if further information required.You can find all related rpm from your DVD. For rpm please see below thread:
    RPM confirmation
    Re: Package install for oracle11gr2
    For swap:
    swap size increase-linux
    How to increase swap size?
    Regard
    Helios

  • SAPGUI7.10rev9 on 64bit Linux - Connection failed

    Hi, I installed SAPGUI7.10rev9 on 64bit Linux and try to connect to the SAP Netweaver2004s Test Drive. The connection failed:
    Attempt to load shared library /opt/SAPClients/SAPGUI7.10rev9/bin/libJPlatin.so failed.
    The library file exists, so either the program has insufficient privileges to access the library or the library is not loadable by the shared object loader.
    Please recheck the system requirements for your operating system and make sure all required libraries are installed.
    I follow the note 1018530. The 32bit JAVA is installed JRE1.5.0_19. My profile is:
    PATH=$PATH:$HOME/bin/:/home/roland/jre1.5.0_19/bin/
    export JAVA_HOME=/home/roland/jre1.5.0_19/
    export PLATIN_JAVA_VER=1.5.0_19
    export PLATIN_JAVA=$JAVA_HOME/bin/java
    The permissions of /opt/SAPClients/SAPGUI7.10rev9/bin/libJPlatin.so are:
    -rwxr-xr-x. 1 root root
    Could you help me?
    Thanks Roland

    Hello Roland,
    please also have a look at [note 909250|https://service.sap.com/sap/support/notes/909250].
    Is "ldd libJPlatin.so" giving some hint?
    Maybe the 32-bit C++ runtime lib or some other library is missing.
    Best regards
    Rolf-Martin

  • Instantclient linux installation fails

    Hi Guys,
    I want to use unixodbc with instantclient.
    <makipc> isql -v databasename
    [IM004][unixODBC][Driver Manager]Driver's SQLAllocHandle on SQL_HANDLE_HENV failed
    [ISQL]ERROR: Could not SQLConnect
    Segmentation fault
    tnsnames.ora should be okay, since it works from windows
    odbc.ini:
    [databasename]
    Description = databasedescription
    Driver = OracleODBC-10g
    odbcinst.ini
    [OracleODBC-10g]
    Description = Oracle ODBC driver for Oracle 10g
    Driver = /usr/opt/instantclient_10_2/libsqora.so
    FileUsage = 1
    unixODBC version: 2.2.8
    I tried to google the error message, but couldn't find any usefull info.
    Whats wrong?
    By the way, is there any log what's instantclient driver doing?
    //Zsolt

    I'm having the same error.
    Debian Linux (Sarge - 2.6.8)
    Instant Client 10.2 installed on /opt/oracle/instantclient_10_2
    dbact@wiggum:/opt/oracle/instantclient_10_2$ cat /etc/ld.so.conf
    /usr/X11R6/lib
    /opt/informix/lib
    /opt/informix/lib/cli
    /opt/informix/lib/esql
    /opt/informix/lib/client
    /opt/informix/lib/dmi
    /opt/oracle/instantclient_10_2
    dbact@wiggum:/opt/oracle/instantclient_10_2$ ls -l
    total 35996
    drwxr-xr-x 2 oracle oracle 4096 2006-05-08 00:42 bin
    -r--r--r-- 1 oracle oracle 1594191 2006-02-05 03:50 classes12.jar
    -r--r--r-- 1 oracle oracle 1525 2006-02-05 03:50 glogin.sql
    -rwxrwxr-x 1 oracle oracle 18774535 2006-02-05 03:50 libclntsh.so.10.1
    -r-xr-xr-x 1 oracle oracle 5623929 2006-02-05 03:50 libnnz10.so
    -rwxrwxr-x 1 oracle oracle 1398088 2006-02-05 03:50 libocci.so.10.1
    -rwxrwxr-x 1 oracle oracle 4279358 2006-02-05 03:50 libociicus.so
    -r-xr-xr-x 1 oracle oracle 119919 2006-02-05 03:50 libocijdbc10.so
    -r-xr-xr-x 1 oracle oracle 1434235 2006-02-05 03:50 libsqlplusic.so
    -r-xr-xr-x 1 oracle oracle 1053325 2006-02-05 03:50 libsqlplus.so
    -rwxrwxr-x 1 oracle oracle 752216 2006-02-05 03:50 libsqora.so.10.1
    drwxr-xr-x 3 oracle oracle 4096 2006-08-28 12:23 network
    -r--r--r-- 1 oracle oracle 7070 2006-02-05 03:50 ODBC_IC_Readme_Linux.html
    -r--r--r-- 1 oracle oracle 2693 2006-02-05 03:50 odbc_install.sh
    -r-xr-xr-x 1 oracle oracle 91881 2006-02-05 03:50 ODBCRelnotesJA.htm
    -r-xr-xr-x 1 oracle oracle 55445 2006-02-05 03:50 ODBCRelnotesUS.htm
    -r--r--r-- 1 oracle oracle 1540457 2006-02-05 03:50 ojdbc14.jar
    odbc.ini
    [ADG5]
    Application Attributes = T
    Attributes = W
    BatchAutocommitMode = IfAllSuccessful
    BindAsFLOAT = F
    CloseCursor = F
    DisableDPM = F
    DisableMTS = T
    Driver = ORACLE
    DSN = luma
    EXECSchemaOpt =
    EXECSyntax = T
    Failover = T
    FailoverDelay = 10
    FailoverRetryCount = 10
    FetchBufferSize = 64000
    ForceWCHAR = F
    Lobs = T
    Longs = T
    MetadataIdDefault = F
    QueryTimeout = T
    ResultSets = T
    ServerName = ADG5
    SQLGetData extensions = F
    Translation DLL =
    Translation Option = 0
    UserID =
    odbcinst.ini
    [ORACLE]
    Description = Oracle ODBC Driver
    Driver = /opt/oracle/instantclient_10_2/libsqora.so.10.1
    Setup =
    FileUsage =
    CPTimeout =
    CPReuse =
    dbact@wiggum:/opt/oracle/instantclient_10_2$ isql -v ADG5
    [unixODBC][Driver Manager]Driver's SQLAllocHandle on SQL_HANDLE_HENV failed
    [ISQL]ERROR: Could not SQLConnect
    dbact@wiggum:/opt/oracle/instantclient_10_2$ sqlplus dbact@ADG5
    SQL*Plus: Release 10.2.0.2.0 - Production on Mon Aug 28 12:55:17 2006
    Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
    Enter password:
    Connected to:
    Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.4.0 - Production
    SQL> desc dba_objects;
    Name Null? Type
    OWNER VARCHAR2(30)
    OBJECT_NAME VARCHAR2(128)
    SUBOBJECT_NAME VARCHAR2(30)
    OBJECT_ID NUMBER
    DATA_OBJECT_ID NUMBER
    OBJECT_TYPE VARCHAR2(18)
    CREATED DATE
    LAST_DDL_TIME DATE
    TIMESTAMP VARCHAR2(19)
    STATUS VARCHAR2(7)
    TEMPORARY VARCHAR2(1)
    GENERATED VARCHAR2(1)
    SECONDARY VARCHAR2(1)
    SQL> quit
    Disconnected from Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.4.0 - Production

  • Can't add a Linux computer, failed to resolve IP address.

    I have a Linux computer on workgroup, SCOM on a domain, when I try to add the Linux computer to SCOM, the Discovery Wizard send me a an error: "Unable to discovery"
    I put the IP address on the Discovery Scope, I set the credentials with User name and password of root, select the pool and  when try to discovery, the Wizard send me a message: "Undiscoverable addresses, Reason: DNS configuration, Details:"Failed
    to resolve IP address (x.x.x.x) to name.
    x

    SCOM needs the name when it generates the certificate for the SSL connection. You can work around this by adding the hostname of the Linux computer to your hosts file with the IP address on the SCOM server.
    - On the Linux server run the 'hostname' cmd. You will use this in the hosts file on the SCOM server.
    - On the SCOM server edit the C:\Windows\System32\Drivers\etc\hosts file and add the following:
    <IP Address of Linux server> <hostname or Linux server>
    Run the Discovery Wizard again and it should work. Note that you also need to make sure port 1270 is open on the Linux server.
    Regards,
    -Steve

  • Agent deployment from EM 12.1.0.2 to Linux agent failing pre-req checks

    Trying to deploy the agent software from EM to a Linux host running Oracle Enterprise Linux version 5.8 I am failing one of the pre-requisite checks indicating that the root / is not owned by the root. From the install log
    INFO: --------------------------------------------------------------------------------
    INFO: Checking AgentBaseDirCheck
    This is a prerequisite condition to test whether the agent base directory is owned by the install user, all the parent directories are owned by either the install user or root user and the root directory (that is '/') is owned by root user.
    INFO: The value of AGENT_BASE_DIR is:/opt/EM_Agent.
    INFO: The value of ORACLE_HOME is:/opt/EM_Agent/ADATMP_2012-12-10_09-37-31-AM/prereq_stage/core/12.1.0.2.0
    INFO: The command that is getting executed as part of this prereq is:/opt/EM_Agent/ADATMP_2012-12-10_09-37-31-AM/prereq_stage/core/12.1.0.2.0/perl/bin/perl /opt/EM_Agent/ADATMP_2012-12-10_09-37-31-AM/prereq_stage/core/12.1.0.2.0/sysman/install/CheckDirPermission.pl /opt/EM_Agent
    INFO: Checking for proper ownership on the agent base directory.
    INFO: Checks whether the agent base directory is owned by the agent user oracle and that its parent directory is owned by either the agent user or root.
    INFO: ....
    INFO: Login name is : oracle & file owner is : oracle
    INFO: ....
    INFO: ERROR : root dir is not owned by root user.
    INFO: Check complete. The overall result of this check is: Failed <<<<
    INFO: --------------------------------------------------------------------------------
    Not sure how the / can not be owned by root.
    Filesystem Size Used Avail Use% Mounted on
    /dev/mapper/VolGroup00-LogVol00
    220G 63G 146G 30% /
    /dev/sda1 99M 23M 72M 24% /boot
    tmpfs 2.0G 620M 1.4G 32% /dev/shm
    [root@tomintoul mapper]# ls -al
    total 0
    drwxr-xr-x 2 root root 100 Dec 4 11:42 .
    drwxr-xr-x 13 root root 7180 Dec 10 06:59 ..
    crw------- 1 root root 10, 62 Dec 4 11:42 control
    brw-rw---- 1 root disk 253, 0 Dec 4 11:42 VolGroup00-LogVol00
    brw-rw---- 1 root disk 253, 1 Dec 4 11:42 VolGroup00-LogVol01
    Any help would be appreciated.

    Hi,
    Please follow the document provided below which explains the issue.
    EM 12c: Agent Installation Fails With Error 'root dir is not owned by root user' (Doc ID 1380296.1)
    Regards,
    Venkat

  • Install 11g on Unbreakable Linux 5 failing

    I have downoaded unbreakable linux 5 (x86 32). I installed the os and followed the installation manual in the welcome pages. I am stuck installing the database.
    Others prerequisites are passed but the packages fails and if I ignore them I still cannot get the installation to complete.
    INFO: Checking Packages
         This is a prerequisite condition to test whether the packages required for installing the product are available on the system.
    INFO: Checking for make-3.81; found make-1:3.81-1.1-i386.     Passed
    Checking for binutils-2.17.50.0.6; found binutils-2.17.50.0.6-2.el5-i386.     Passed
    Checking for gcc-4.1.1; Not found.     Failed <<<<
    Checking for libaio-0.3.106; found libaio-0.3.106-3.2-i386.     Passed
    Checking for libaio-devel-0.3.106; Not found.     Failed <<<<
    Checking for libstdc++-4.1.1; found libstdc++-4.1.1-52.el5-i386.     Passed
    Checking for elfutils-libelf-devel-0.125; Not found.     Failed <<<<
    Checking for sysstat-7.0.0; Not found.     Failed <<<<
    Checking for compat-libstdc++-33-3.2.3; Not found.     Failed <<<<
    Checking for libgcc-4.1.1; found libgcc-4.1.1-52.el5-i386.     Passed
    Checking for libstdc++-devel-4.1.1; Not found.     Failed <<<<
    Checking for unixODBC-2.2.11; Not found.     Failed <<<<
    Checking for unixODBC-devel-2.2.11; Not found.     Failed <<<<
    Check complete. The overall result of this check is: Failed <<<<
    Anyone do this successfully? Any suggestions? I am just testing so I don't have permission to get patches or updates.
    Thanks

    Why are you guys so complicating something that is so trivial and simple? The 11g installation guide for Linux states clearly that (for OEL-5) the following packages must be installed:
    binutils-2.17.50.0.6-2.el5
    compat-libstdc++-33-3.2.3-61
    elfutils-libelf-0.125-3.el5
    elfutils-libelf-devel-0.125
    glibc-2.5-12
    glibc-common-2.5-12
    glibc-devel-2.5-12
    gcc-4.1.1-52
    gcc-c++-4.1.1-52
    libaio-0.3.106
    libaio-devel-0.3.106
    libgcc-4.1.1-52
    libstdc++-4.1.1
    libstdc++-devel-4.1.1-52.e15
    make-3.81-1.1
    sysstat-7.0.0
    unixODBC-2.2.11
    unixODBC-devel-2.2.11All these packages are on OEL-5 distribution media pack (CDs) and you can install them at any time. The simplest way to do so is to choose the packages during main installation. Never accept the default installation image on the installer screen. Instead, choose the packages yourself.
    N.J.

  • SCOM Agent on Linux Server Fail

    Dears,
    I am new to this topic of deploying SCOM Agent to Linux Server...
    In my deployment, I want to push SCOM Agent to Linux Ubuntu, I have confirmed below:
    Ubuntu distribution is supported
    I am using root account with no SSH certificate 
    On Linux Server firewall for IPv4 and IPv6 is off
    I can telnet to linux port 22
    root account have privilege to access 22
    WHen I try push installation, I am able to:
    Discover the servers
    Push the agent and deploy it (I can see the service scom agent service started and I can telnet to Linux Server port 1270)
    when scom push agent wizard try to sign the certificate it fail with below error:
    Task invocation failed with error code -2130771918. Error message was: The SCXCertWriteAction module encountered a DoProcess exception. The workflow "Microsoft.Unix.Agent.GetCert.Task"
    has been unloaded.
    Module: SCXCertWriteAction
    Location: DoProcess
    Exception type: ScxCertLibExceptionTask invocation failed with error code -2130771918. Error message was: The SCXCertWriteAction module encountered a DoProcess exception. The workflow "Microsoft.Unix.Agent.GetCert.Task"
    has been unloaded.
    Module: SCXCertWriteAction
    Location: DoProcess
    Exception type: ScxCertLibException
    Exception message: Unable to open root store; {Access is denied.}
    Additional data: Sudo path: /etc/opt/microsoft/scx/conf/sudodir/
    -----BEGIN CERTIFICATE-----
    MIIDETCCAfkCAQEwDQYJKoZIhvcNAQEFBQAwQjEfMB0GA1UEAxMWZnRwLnRlbGVj
    b20ubW9pLmdvdi5xYTEfMB0GA1UEAxMWZnRwLnRlbGVjb20ubW9pLmdvdi5xYTAe
    Fw0xMzA0MTcwNjEyMThaFw0zNDA0MTIwNjEyMThaMEIxHzAdBgNVBAMTFmZ0cC50
    ZWxlY29tLm1vaS5nb3YucWExHzAdBgNVBAMTFmZ0cC50ZWxlY29tLm1vaS5nb3Yu
    cWEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC+d2oX2lK20nSDGmcD
    whe1sy2WJ9mXGTtZm7VLidh12vN1yImkzi6Ds/mJPA2cKfBlWc8PJX/Uje7m647F
    SBaqDfORsWGhW3XQUkj44lWKsqiq2AFe2ZJIXw0peWIIZzvGzo0vfNc66ECFv3G8
    RFaF1M9KppJE0SExR9DGAkgrOym9xsYce6mBqdmli4Imr7eBWsr8bkQob1OCem4E
    N70tPW4al4N0un2G6p5CVDNOiNCKvE11QdBugQ8uFCpksoB9IFPggxsF3qg+BpPx
    Q+N0p3/sjpiGqwRHXUNIPBzCok3C2mi9hNgsTlBU6BPJEaTgDIvJJvcm6Isvn+zo
    vdFDAgMBAAGjFzAVMBMGA1UdJQQMMAoGCCsGAQUFBwMBMA0GCSqGSIb3DQEBBQUA
    A4IBAQAqCjyyqVjdcxU3AWKNCzs7g7Gc6nQlNIaurHsV6Wks8Qo24PED6eLdhCDL
    SSOxp/pi3jxpq1LWcYyjy0dCDlUceQVaGVgu/wwqqkvvZcukYbG3DSp/m+kAwyDu
    0zr4S8Iq1sjmHm7CqCrinQcdXN5OrW8EYd3yzBalZ33WNPbBQJADK0ZENDkfSatZ
    vjMoyFgrFmMM+sG52ZeILohfwU/DJow6SYe45VhHUB6oimFgPRpTy+Ir4FM+Xo0W
    JhJPtYD80nYX7fKtLFbLzF21yF96o5gCvoLoqyL0rJOvakF9qVaCIy9s/jrt1Axh
    W8lSYN+wCCDAnTpmHMPS37KL2zHV
    -----END CERTIFICATE-----
    Management group: OMMS
    Workflow name: Microsoft.Unix.Agent.GetCert.Task
    Object name: Unix Linux Monitoring Resource Pool
    Object ID: {76C1B3F5-866D-0AFC-3E98-4EBC36647765}
    I have tried to:
    I tried to add FQDN Name of Linux Server with IP address to host file (but again it fail)
    I have tried sudo account , it also fail with same error
    Please help on this.

    Jean,
    It looks like this is most likely your issues. Please give it a try and see if it resolves the problem.
    Possible Causes
    The Management Servers default action account does not have the necessary privileges (administrator) to open the root certificate store.
    Resolutions
    Set the Action Account for the Manage Server(s) as a local administrator account
    Configure a local administrator account in the Run As Profile: Certificate Signing Profile
    If the Certificate Signing Profile is configured, the action account associated in that profile will be used. If not, it will fall back to the default Action Account
    Regards,
    -Steve

  • Linux install failed

    I bought my computer it came preinstalled with windows eight (maybe 8.1 i dont know) i burned a installation disk for mint 17.1 and went into pc settings > recovery > advanced and clicked restart now, then i chose boot from device and chose the uefi disk then during installation i chose to erase the hard disk, the installation seems to go fine but when i restart at the end it gives an error (something like [warn] failed to connect to something.something.something)  and it pops out the disk. When i turn the computer back on it says please reboot and select proper boot device or insert boot media and press a button. right now im running of the live disk (which if i insert it runs off of it, but i have tried reinstalling it and it doesnt work, it does detect linux mint 17.1 as already on the system though) can anyone help?
    i tried reinstalling grub2 but it says it cant find the canonical path for /cow among with some other things
    im sorry i cant give any errors ver batim but if you need me to ill find them again.

    I installed Fedora 15 on my T420s without too many problems (although I had to choose "Install with basic video" to keep the installer from crashing).
    You might try booting with a live CD, such as Fedora 15 Live or Knoppix and see if they can detect the drive.
    Also, back in Windows, run CHKDSK C: and see if it finds any problems on that drive.
    Other than that, i don't know.

  • SCOM Linux discovery failed with "The user name or password is incorrect" error

    Hi every one .
    In our test environment when I want to discover a new linux computer system , discovery process fails with this error message :
    Unexpected DiscoveryResult.ErrorData type.  Please file bug report.
    ErrorData: Microsoft.SystemCenter.CrossPlatform.ClientLibrary.Common.SDKAbstraction.TaskInvocationException
    Task invocation failed with error code 1326. Error message was: The user name or password is incorrect.
       at System.Activities.WorkflowApplication.Invoke(Activity activity, IDictionary`2 inputs, WorkflowInstanceExtensionManager extensions, TimeSpan timeout)
       at System.Activities.WorkflowInvoker.Invoke(Activity workflow, IDictionary`2 inputs, TimeSpan timeout, WorkflowInstanceExtensionManager extensions)
       at Microsoft.SystemCenter.CrossPlatform.ClientActions.DefaultDiscovery.InvokeWorkflow(IManagedObject managementActionPoint, DiscoveryTargetEndpoint criteria, IInstallableAgents installableAgents)
    But I m sure that this username and password is correct and I can logon to this computer with this credential.
    how do I find root cause of this issue ?

    I have been enabled logging before doscovery process .
    in temp directory :
    0: 02/10/15 20:03:22 : Enter SCXNameResolverProbe constructor
    0: 02/10/15 20:03:22 : Leave SCXNameResolverProbe constructor
    1: 02/10/15 20:03:22 : Enter SCXNameResolverProbe::DoInit
    1: 02/10/15 20:03:22 : XML_INIT_CALL
    1: 02/10/15 20:03:22 : Check WSAStartup
    1: 02/10/15 20:03:22 : Exit SCXNameResolverProbe::DoInit
    2: 02/10/15 20:03:22 : Enter SCXNameResolverProbe::DoProcess()
    2: 02/10/15 20:03:22 : SCXNameResolverProbe::DoProcess passed initial arguments checking
    2: 02/10/15 20:03:22 : SCXNameResolverProbe::DoProcess input: 192.168.7.62
    2: 02/10/15 20:03:22 : SCXNameResolverProbe::DoProcess - Input is an IP-address
    3: 02/10/15 20:03:22 : Enter SCXNameResolverProbe::GetName(): 192.168.7.62
    3: 02/10/15 20:03:22 : Resolve IPv4 address to host name
    3: 02/10/15 20:03:22 : Leave SCXNameResolverProbe::GetName(): SUSE11
    2: 02/10/15 20:03:22 : SCXNameResolverProbe::DoProcess returns name: SUSE11
    2: 02/10/15 20:03:22 : SCXNameResolverProbe::DoProcess returns ip: 192.168.7.62
    2: 02/10/15 20:03:22 : SCXNameResolverProbe::DoProcess returns errorcode: 0
    2: 02/10/15 20:03:22 : SCXNameResolverProbe::DoProcess returns errortext: 
    2: 02/10/15 20:03:22 : SCXNameResolverProbe::DoProcess returns xml: <NetworkName>SUSE11</NetworkName><IPAddress>192.168.7.62</IPAddress><StatusCode>0</StatusCode><StatusMessage></StatusMessage>
    2: 02/10/15 20:03:22 :  Enter initDataHolder
    2: 02/10/15 20:03:22 : Enter initDataType
    2: 02/10/15 20:03:22 : initDataType initializing output datatype
    2: 02/10/15 20:03:22 : Leave initDataType
    2: 02/10/15 20:03:22 : Leave initDataHolder
    2: 02/10/15 20:03:22 : Leave SCXNameResolverProbe::DoProcess
    4: 02/10/15 20:03:22 : Enter SCXNameResolverProbe destructor
    4: 02/10/15 20:03:22 : SCXNameResolverProbe destructor - FreeLibrary failed: 0
    4: 02/10/15 20:03:22 : Leave SCXNameResolverProbe destructor
    with debug viewer I have this message after discovery :
    [7448] A management object with display name SUSE11 could not be found.

Maybe you are looking for

  • How to Delete the condition record in CRM

    HI, Can you please help me how to delete the condition record from condition table in CRM. Please explain the usage of FM CRMXIF_CONDITION_SEL_DELETE with examples. I have also read the documention of the function module. How to use this FM for custo

  • 11.5.10.2 to R12.1.1 upgrade: jtfpfstart.sql : PLS-00905: object APPS.JTF_PF_CONV_PKG is invalid

    Hello, EBS version : 11.5.10.2 DB version : 11.2.0.3 OS version : AIX 6.1 As a part of 11.5.10.2 to R12.1.1 upgrade, while applying merged 12.1.1 upgrade driver(u6678700.drv), we got below error : +++++++++++++++++++++++++++++++++++++++++++++++++++++

  • Problem Downloading Extra GarageBand Loops

    Just bought a new iMac and ran into a problem downloading the extra greyed out loops. The issue occurred because I upgraded GarageBand through Software Update before downloading the extra files. After the upgrade Software Update no longer gives you a

  • ABAP and Java mapping

    Wanted to confirm my understaing for ABAP and JAVA mapping. Am I correct in my assumption that these mapping techniques can be used only if input and ouput is in XML format ? So if XI is receiving a flat comma separated text/non-XML file or an IDOC f

  • HT4847 How do I get my pics off iCloud & on to my new phone?

    How do I get my pics off iCloud & on to my new phone?