MENU

Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Monday, December 14, 2015

library files Missing in Hana


Here , I Explained  about HANA Database not Coming up  after hardware movement or upgrade of database due to Missing library files .this error message will display only in such cases where GCC library package is missing at OS level .

workaround for the error states missing library files  - Install the GCC library package at OS Level.

Steps  for the GCC library Package installation -

Step 1:  bsa123:~ # rpm -qa | grep -i gcc

libgcc43-32bit-4.3.4_20091019-0.7.35
gcc43-c++-4.3.4_20091019-0.7.35
gcc43-4.3.4_20091019-0.7.35
gcc-c++-4.3-62.198
gcc-4.3-62.198
libgcc_s1-4.7.2_20130108-0.17.2

Step 2: Downloading library files.

bsa3122:/bacabc # ls -lart
total 1164
-rw-r--r--   1 root   root 254938 2014-08-20 10:01 libstdc++6-4.7.2_20130108-0.17.2.x86_64.rpm
-rw-r--r--   1 root   root  45149 2014-08-20 10:01 libgcc_s1-4.7.2_20130108-0.17.2.x86_64.rpm
drwxr-xr-x   2 root   root   4096 2014-08-20 11:17 .

Step 3: installation of library files.

zypper --non-interactive install /bacabc/GCC4.7_HDBSPS08/lib*.rpm

Thanks for Reading my Blog!!!!!!!!!!!Enjoy!!!!!!!!!

No comments: