Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[risolto] IAM oracle
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
CarloJekko
Veteran
Veteran


Joined: 31 Mar 2005
Posts: 1315
Location: Baia Domizia :-)

PostPosted: Tue Mar 04, 2008 7:55 pm    Post subject: [risolto] IAM oracle Reply with quote

salve, mi sono scarricato i cd dal server di oracle di Oracle Identity Management Infrastructure and Oracle Identity Federation da qui http://www.oracle.com/technology/software/products/ias/htdocs/101401.html
ora vorrei installarlo su gentoo... qualcuno l'ha già fatto?
Mi spiego, mi dice
Code:
Avvio di Oracle Universal Installer in corso...

Verifica dei requisiti dell'Installer in corso...

Verifica della versione del sistema operativo: deve essere redhat-Red Hat Enterprise Linux AS release 4, redhat-2.1, redhat-3, SuSE-9 or UnitedLinux-1.0
                                      Non superato <<<<
Se qualcuno sa come evitare il test... Fare una macchina virtuale solo per questa installazione, mi sembra troppo..
suggerimenti?
scrivendo in /etc/redhat-release
Red Hat Enterprise Linux AS release 3 (Taroon Update 3)

va... mo vediamo
_________________
C.


Last edited by CarloJekko on Fri Mar 07, 2008 9:42 am; edited 1 time in total
Back to top
View user's profile Send private message
magowiz
Veteran
Veteran


Joined: 17 Feb 2005
Posts: 1029
Location: Italy/Milan/Bresso

PostPosted: Thu Mar 06, 2008 5:27 pm    Post subject: Reply with quote

per quanto riguarda l'oracle universal installer posso dirti che puoi saltare il controllo del sistema passando l'opportuno argomento all'avvio, l'avevo fatto per oracle database 10g: -ignoreSysPrereqs (l'avevo trovato sul gentoo-wiki alla pagina su 10g) , spero/penso che vada bene anche per il tuo IAM dato che comunque il programma universal installer penso sia comune agli applicativi oracle.
Poi però non ti so dire se il tutto funzionerà, con il 10g ci vollerò più di qualche accorgimento.
Back to top
View user's profile Send private message
CarloJekko
Veteran
Veteran


Joined: 31 Mar 2005
Posts: 1315
Location: Baia Domizia :-)

PostPosted: Fri Mar 07, 2008 9:42 am    Post subject: Reply with quote

ok... perfetto...
Già aveva funzionato modificando l'etc/version .... però così mi sembra meno brutale.
Bello sto IAM :lol:
_________________
C.
Back to top
View user's profile Send private message
CarloJekko
Veteran
Veteran


Joined: 31 Mar 2005
Posts: 1315
Location: Baia Domizia :-)

PostPosted: Mon Mar 10, 2008 1:38 pm    Post subject: Reply with quote

riavviando il sistema e dando $ORACLE_HOME/opmn/bin/opmnctl startall non vanno più i server.
Qualcuno ha avuto un problema simile?
_________________
C.
Back to top
View user's profile Send private message
cjubon
Guru
Guru


Joined: 03 Jul 2007
Posts: 450
Location: Vienna/Europe

PostPosted: Tue Mar 11, 2008 12:58 pm    Post subject: Reply with quote

https://forums.gentoo.org/viewtopic-t-581228.html ?
_________________
Mandrake Dec 2001 · Debian "Woody" Aug 2002 · Gentoo Jan 2004 · Funtoo Oct 2009
Back to top
View user's profile Send private message
CarloJekko
Veteran
Veteran


Joined: 31 Mar 2005
Posts: 1315
Location: Baia Domizia :-)

PostPosted: Thu Mar 13, 2008 7:34 pm    Post subject: Reply with quote

risolto così:
Code:
export ORACLE_HOME=/media/OLI500/OraHome_1
export ORACLE_BASE=$ORACLE_HOME
export PATH=$PATH:$ORACLE_HOME/bin:$ORACLE_HOME/dcm/bin:$ORACLE_HOME/webcache/bin:$ORACLE_HOME/opmn/bin
export ORACLE_SID=orcl
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib:$ORACLE_HOME/lib32
export ORACLE_OWNER=gentuser
export TNS_ADMIN=$ORACLE_HOME/network/admin
export ORA_NLS10=$ORACLE_HOME/nls/data
export DISABLE_HUGETLBFS=1
export CLASSPATH=$CLASSPATH:$ORACLE_HOME/jdbc/lib/classes12.zip
export ORACLE_TERM=xterm
#export NLS_LANG=-characterset AL32UTF8
export ROOTPATH=$ROOTPATH:$ORACLE_HOME/bin
export LDPATH=$LDPATH:$ORACLE_HOME/lib:$ORACLE_HOME/lib32
#export TZ=
#modificare /etc/oratab l'ultima riga da N a Y poi dare dbstart
#
## Fa partire il listner TNS
$ORACLE_HOME/bin/lsnrctl start
## Monta il database
dbstart
##Fa partire opmn
$ORACLE_HOME/opmn/bin/opmnctl startall
##Getting status for $INFRA
$ORACLE_HOME/dcm/bin/dcmctl getState -v -i master.localhost
##Fa partire la consolle del db
emctl start dbconsole
## non ho capito bene
emctl start oms
##Fa partire tutti i servizi legati all'enterprise manager
emctl start em

ciao a tutti e grazie
_________________
C.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum