Friday 26 September 2014

oracleasm >= 1.0.4

oracleasm >= 1.0.4 is needed by oracleasmlib-2.0.4-1.el4.x86_64

[root@localhost Downloads]# rpm -ivh oracleasmlib-2.0.4-1.el4.x86_64.rpm
warning: oracleasmlib-2.0.4-1.el4.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID b38a8516: NOKEY
error: Failed dependencies:
    oracleasm >= 1.0.4 is needed by oracleasmlib-2.0.4-1.el4.x86_64


Action Taken

[root@localhost Downloads]# rpm -ivh --nodeps --force oracleasmlib-2.0.4-1.el4.x86_64.rpm
warning: oracleasmlib-2.0.4-1.el4.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID b38a8516: NOKEY
Preparing...                          ################################# [100%]
Updating / installing...
   1:oracleasmlib-2.0.4-1.el4         ################################# [100%]
[root@localhost Downloads]# 

Saturday 20 September 2014

OC4J Configuration issue. /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_localhost.localdomain

[oracle@localhost ~]$ emctl start dbconsole
TZ set to Asia/Calcutta
OC4J Configuration issue. /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_localhost.localdomain_xxxxx not found.

emca -repos drop

emca -repos create

 emca -config dbcontrol db

emctl start dbconsole

Saturday 6 September 2014

SSH LOGIN TAKE TIME

vim /etc/ssh/sshd_config

#GSSAPIAuthentication yes     --- this setting if putty prompt a password after long time
GSSAPIAuthentication no

#UseDNS yes --- this setting after put the password long time
UseDNS no


service sshd restart