설치 환경

RHEL 5.5

2Node RAC 10.2.0.5 
====================

- 10g rac 설치관련 오류처리

1. 설치 이미지에서 oraparam.ini 수정 반영

vi /10201_clusterware_linux_x86_64/install/oraparam.ini 
   
   redhat-5 추가

2. runInstaller 실행시 오류나므로 libXp-1.0.0-8.i386.rpm 사전 설치

rac1:/install/clusterware> ./runInstaller
********************************************************************************

Please run the script rootpre.sh as root on all machines/nodes. The script can be found at the toplevel of the CD or stage-area. Once you have run the script, please type Y to proceed

Answer 'y' if root has run 'rootpre.sh' so you can proceed with oracle Clusterware installation.
Answer 'n' to abort installation and then ask root to run 'rootpre.sh'.

********************************************************************************

Has 'rootpre.sh' been run by root? [y/n] (n)
y

Starting oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be redhat-5, 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/OraInstall2018-11-30_09-32-42PM. Please wait ...rac1:/install/clusterware> oracle Universal Installer, Version 10.2.0.1.0 Production
Copyright (C) 1999, 2005, oracle. All rights reserved.

Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2018-11-30_09-32-42PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory occurred..
java.lang.UnsatisfiedLinkError: /tmp/OraInstall2018-11-30_09-32-42PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(Unknown Source)
        at java.lang.ClassLoader.loadLibrary(Unknown Source)
        at java.lang.Runtime.loadLibrary0(Unknown Source)
        at java.lang.System.loadLibrary(Unknown Source)
        at sun.security.action.LoadLibraryAction.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
        at sun.awt.DebugHelper.<clinit>(Unknown Source)
        at java.awt.Component.<clinit>(Unknown Source)
        at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:222)
        at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)
        at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)
        at oracle.sysman.oii.oiic.OiicInstaller.getInterfaceManager(OiicInstaller.java:436)
        at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:926)
        at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)
Exception in thread "main" java.lang.NoClassDefFoundError
        at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:222)
        at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)
        at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)
        at oracle.sysman.oii.oiif.oiifm.OiifmAlert.<clinit>(OiifmAlert.java:151)
        at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:984)
        at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)


3. root.sh 실행시 에러발생하므로 사전 대처

[root@rac1 crs]# /oracle/oraInventory/orainstRoot.sh
Changing permissions of /oracle/oraInventory to 770.
Changing groupname of /oracle/oraInventory to dba.
The execution of the script is complete

[root@rac1 crs]# /oracle/crs/ORCL/root.sh
WARNING: directory '/oracle/crs' is not owned by root
WARNING: directory '/oracle' is not owned by root
Checking to see if oracle crs stack is already configured
/etc/oracle does not exist. Creating it now.

Setting the permissions on OCR backup directory
Setting up NS directories
Failed to upgrade oracle Cluster Registry configuration

조치방법

cd $crs_HOME/bin

p4679769_10201_Linux-x86-64 을 다운받아 clsfmt.bin 화일을 대체해 준다.

기존 화일은 rename 해주고 해당 화일로 대체한다.

[root@rac1 bin]# chown oracle:dba clsfmt.bin
[root@rac1 bin]# chmod 755 clsfmt.bin

dd 로 ocr, vote 화일을 다시 초기화한다.

root.sh 실행...

[root@rac1 ORCL]# ./root.sh
WARNING: directory '/oracle/crs' is not owned by root
WARNING: directory '/oracle' is not owned by root
Checking to see if oracle crs stack is already configured

Setting the permissions on OCR backup directory
Setting up NS directories
oracle Cluster Registry configuration upgraded successfully
WARNING: directory '/oracle/crs' is not owned by root
WARNING: directory '/oracle' is not owned by root
Successfully accumulated necessary OCR keys.
Using ports: CSS=49895 crs=49896 EVMC=49898 and EVMR=49897.
node <nodenumber>: <nodename> <private interconnect name> <hostname>
node 1: rac1 rac1-priv rac1
node 2: rac2 rac2-priv rac2
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
Now formatting voting device: /dev/raw/raw1
Now formatting voting device: /dev/raw/raw2
Now formatting voting device: /dev/raw/raw3
Format of 3 voting devices complete.
Startup will be queued to init within 90 seconds.
Adding daemons to inittab
Expecting the crs daemons to be up within 600 seconds.
CSS is active on these nodes.
        rac1
CSS is inactive on these nodes.
        rac2
Local node checking complete.
Run root.sh on remaining nodes to start crs daemons.


3. vip 실행관련 에러 사전작업 (1번에서만 해도 된다)


증상 :


1번은 잘 되나 2번에서 또 에러

[root@rac2 ORCL]# ./root.sh
WARNING: directory '/oracle/crs' is not owned by root
WARNING: directory '/oracle' is not owned by root
Checking to see if oracle crs stack is already configured
/etc/oracle does not exist. Creating it now.

Setting the permissions on OCR backup directory
Setting up NS directories
oracle Cluster Registry configuration upgraded successfully
WARNING: directory '/oracle/crs' is not owned by root
WARNING: directory '/oracle' is not owned by root
clscfg: EXISTING configuration version 3 detected.
clscfg: version 3 is 10G Release 2.
Successfully accumulated necessary OCR keys.
Using ports: CSS=49895 crs=49896 EVMC=49898 and EVMR=49897.
node <nodenumber>: <nodename> <private interconnect name> <hostname>
node 1: rac1 rac1-priv rac1
node 2: rac2 rac2-priv rac2
clscfg: Arguments check out successfully.

NO KEYS WERE WRITTEN. Supply -force parameter to override.
-force is destructive and will destroy any previous cluster
configuration.
oracle Cluster Registry for cluster has already been initialized
Startup will be queued to init within 90 seconds.
Adding daemons to inittab
Expecting the crs daemons to be up within 600 seconds.
CSS is active on these nodes.
        rac1
        rac2
CSS is active on all nodes.
Waiting for the oracle crsD and EVMD to start
oracle crs stack installed and running under init(1M)
Running vipca(silent) for configuring nodeapps
/oracle/crs/ORCL/jdk/jre//bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

일단 continue 눌러서 진행하고 완료한다.

vip가 fail되는 상황이므로 root유저로 수동으로 생성해 줘야된다.. <------- vip 가 생성되야 나머지 resource 들도 생성되므로 지금은 resource가 아무것도 없다.

조치 : 

vi 
$GRID_HOME/bin/vipca
$GRID_HOME/bin/srvctl 

LD_ASSUME_KERNEL 찾아서 해당 부분에 

unset LD_ASSUME_KERNEL 를 넣고 반영한다.

다시 root 유저에서 vipca 실행
 

======================================

후속 패치작업 10.2.0.5

Specify Home Details에 HOME,PATH 넣는 부분은 아래와 같이 수정

Oracrs10g_home
/oracle/crs/ORCL

진행하고 마무리는 각 노드에서


[root@rac1 ~]# /oracle/crs/ORCL/install/root102.sh
Creating pre-patch directory for saving pre-patch clusterware files
Completed patching clusterware files to /oracle/crs/ORCL
Relinking some shared libraries.
Relinking of patched files is complete.
WARNING: directory '/oracle/crs' is not owned by root
WARNING: directory '/oracle' is not owned by root
Preparing to recopy patched init and RC scripts.
Recopying init and RC scripts.
Startup will be queued to init within 30 seconds.
Starting up the crs daemons.
Waiting for the patched crs daemons to start.
  This may take a while on some systems.
.
10205 patch successfully applied.
clscfg: EXISTING configuration version 3 detected.
clscfg: version 3 is 10G Release 2.
Successfully deleted 1 values from OCR.
Successfully deleted 1 keys from OCR.
Successfully accumulated necessary OCR keys.
Using ports: CSS=49895 crs=49896 EVMC=49898 and EVMR=49897.
node <nodenumber>: <nodename> <private interconnect name> <hostname>
node 1: rac1 rac1-priv rac1
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
clscfg -upgrade completed successfully
Creating '/oracle/crs/ORCL/install/paramfile.crs' with data used for crs configuration
Setting crs configuration values in /oracle/crs/ORCL/install/paramfile.crs
[root@rac1 ~]# 

clsfmt.bin
0.66MB
libXp-1.0.0-8.i386.rpm
0.02MB
p4679769_10201_Linux-x86-64.zip
0.25MB

Posted by pat98

10년 만에 완독한 그리스인 조르바

 

조르바 = 자유의지, 초인 (hyperanthropos)

Posted by pat98

'AI 투자손실' 헤지펀드 시추에이셔널, 시타델에 자산 매각

SK하이닉스 등 보유…WSJ "AI 업종 조정에 마진콜 직면"
이지헌

입력 : 2026.07.31 06:17:32
프린트 이메일 카카오톡 페이스북 트위터


시추에이셔널 어웨어니스 창립자 애션브레너
[애션브레너 웹블로그 캡쳐.재판매 및 DB 금지]

(뉴욕=연합뉴스) 이지헌 특파원 = 인공지능(AI) 분야 테마 투자로 유명한 헤지펀드 시추에이셔널 어웨어니스(이하 시추에이셔널)가 큰 손실을 본 끝에 보유 주식 포트폴리오 대부분을 헤지펀드 시타델에 매각했다고 미 월스트리트저널(WSJ)이 30일(현지시간) 사안에 정통한 소식통을 인용해 보도했다.

오픈AI 연구원 출신인 리오폴드 애션브레너가 설립한 시추에이셔널은 앤트로픽을 포함한 AI 관련 기업에 대한 선구적 투자로 개인투자자들 사이에서 큰 관심을 받아온 곳이다.

반도체와 인프라, 전력 업체 등 AI 기술 발달로 수혜를 볼 글로벌 주식과 AI 스타트업에 일찌감치 투자해 높은 수익률을 거두면서 명성을 얻었다.

AI 관련주 랠리에 힘입어 시추에이셔널은 설립한 지 불과 2년여 만에 운용자산이 200억 달러를 넘어서기도 했다.

이 펀드는 이달 초 SK하이닉스의 미국주식예탁증서(ADR) 나스닥 상장을 앞두고 대규모 투자자로 참여하기도 했다.

앞서 영국 일간 파이낸셜타임스는 시추에이셔널이 베일리 기포드, 코튜 매니지먼트 등 다른 헤지펀드와 함께 SK하이닉스 ADR 기업공개(IPO)에 최대 70억 달러 규모의 투자 의사를 밝혔다고 보도한 바 있다.

그러나 최근 AI 관련주의 급격한 조정 속에 마진콜(추가 증거금 요구)에 직면했다고 WSJ은 전했다.

WSJ은 시추에이셔널이 투자한 상장주식 중에 SK하이닉스와 샌디스크, 블룸 에너지, 네비우스 등이 포함돼 있다고 소개했다.

소식통들은 시타델이 시추에이셔널의 상장주식 포트폴리오 중 차입금으로 조달된 자산만 인수했고, 투자자 자본으로 조달된 자산은 시추에이셔널이 그대로 보유한다고 전했다.

독일 태생의 애션브레너는 지난 2024년 인공지능의 장래성과 위험에 관한 에세이를 발표한 뒤 AI 분야 인플루언서로 급부상했다.

그는 이 지명도를 이용해 같은 해 샌프란시스코에서 헤지펀드 시추에이셔널을 설립한 바 있다.
Posted by pat98
이전버튼 1 이전버튼

08-04 15:09
Flag Counter
Yesterday
Today
Total

글 보관함

최근에 올라온 글

달력

 « |  » 2026.8
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31

최근에 달린 댓글