Skip to main content

R12.2 Adop Hangs And Does Nothing.


Issue is starting here, unable to connect AD








Solution:
============

Login by root user and follow the below command:

#hostname fc-pun-fusion01  --------------------------- <Enter the hostname in small letters>

Note:- In my case, my server hostname was "FC-PUN-FUSION01" and I have change the same in "fc-pun-fusion01".

[root@fc-pun-fusion01 ~]# hostname
fc-pun-fusion01
[root@fc-pun-fusion01 ~]#

Change the same in /etc/hosts file accordingly

[root@fc-pun-fusion01 ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
##127.0.0.1             FC-PUN-FUSION01 localhost.localdomain localhost
127.0.0.1               loopback localhost
10.34.156.132           fc-pun-fusion01.india.rapidigm.com fc-pun-fusion01
10.34.156.132           fc-pun-fusion01.india.rapidigm.com fc-pun-fusion01
::1             localhost6.localdomain6 localhost6
10.34.156.133           FC-PUN-Fusion02.india.rapidigm.com FC-PUN-Fusion02
10.34.156.133           FC-PUN-Fusion02.india.rapidigm.com FC-PUN-DB-Fusion02
[root@fc-pun-fusion01 ~]#

Change the same in network file & restart the network services, as mentioned the below step.

[root@fc-pun-fusion01 ~]# cat /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=fc-pun-fusion01
NISDOMAIN=india.rapidigm.com
[root@fc-pun-fusion01 ~]#


[root@fc-pun-fusion01 ~]# service network restart


close all the sessions and open the fresh session

then run the Autoconfig on both the node.

1.) Run autoconfig on Database node.





2.) Run the autoconfig on Application Node.









3.) Test the same again.

[applmgr@fc-pun-fusion01 scripts]$ adop -status

Enter the APPS username:


it's working.....

Comments

Popular posts from this blog

[INS-06001] Failed to perform operation due to internal driver error (During installation of RAC 11g)

Solution: root@NFSP70DB # cat /tmp/OraInstall2013-03-05_01-43-51PM/sshsetup3_2013-03-05_01-43-51PM.log INFO: Environment Variables: INFO:   ORACLE_HOME = INFO:   PATH = /usr/bin:/usr/ccs/bin:/usr/bin::/oracle/dump/install INFO:   CLASSPATH = INFO: Username:grid INFO: Lock Retry Count 120 INFO: Lock Sleep Time 30000 INFO: Home Dir /export/home/grid INFO: Lock Location : /export/home/grid/.ssh/lock INFO: Trying to get Lock .... INFO: Lock Acquired INFO: LIBRARY_LOC = /tmp/OraInstall2013-03-05_01-43-51PM/oui/lib/solaris INFO: Validating remote binaries.. INFO: [NFSP70DB] INFO: /bin/bash -c '/bin/true' INFO: Exit-status: 0 INFO: Error: INFO: INFO: INFO: [NFSP70DB] INFO: /bin/bash -c 'if [[ -f /usr/local/etc/ssh_host_rsa_key.pub ]] ; then exit 0; else exit 1; fi' INFO: Exit-status: 0 INFO: Error: INFO: INFO: INFO: An error occured which will cause the program to abort. Refer to latest Log file that was supplied while running the program. The Log file woul...

Configuration workflow mailer on R12 (Mailer server working in SSL and Application running without SSL)

Steps: ---------------------- In order to Configure Workflow Java Mailer with IMAP and SMTP email servers SSL enabled, need to perform the below steps 1. Export the Certificate from the Email server.     2. Create a keystore on the Concurrent Manager Tire. Import the certificate to keystore     3. Configure the Mailer to work with IMAPSSL / SMTPSSL.     4. Steps for Debugging the Mailer.     5. R12.1.3 feature - Mailer Authentication     Protocol: SMTP/SSL Port : 465 Protocol: IMAP/SSL Port : 993 1. Export the Certificate from the Email server.   In order to be able to establish a Secure communication channel, the certificate from the Email Server (issued by a Certification Authority) needs to be imported on the Concurrent Manager Tire. The email server certificate issued by a trusted Certification Authority (i.e. Verisign), can be obtain from the System Administrator or downloaded by following the below steps A. A...

Installation Single Sign-On (Oracle Internet Directory) & Oracle Web Discoverer 10g on solaris 10 configured with E-Business Suit R12

Discoverer Configuration Step 1- Check OS Prerequisite on erpdisc (erpdisc is discoverer Node) Hostname -hostname OSVERSION - uname -r Maintenance level - /etc/release RAM - /usr/sbin/prtconf | grep -i memory SWAP - swap -s Tmp - df -k /tmp Kernel Parameter- /etc/system JDK & JRE - /usr/bin/java -version Ulimit- ulimit -a Hostname settings- /etc/hosts OS 64 bit or 32 bit - /bin/isainfo -kv File Descriptor- /etc/system set rlim_fd_max=65536 Oracle OS Group - /etc/group Oracle OS Discoverer User – mkuser -disc OS Packages- pkginfo <package name> OS Patches- showrev -p <patch_name> Software Requirement – which ar which ld which make which X Display Server Step 2 – Make changes in hosts file root@erpdisc # more /etc/hosts # # Internet host table # 127.0.0.1        localhost.localdomain    localhost xxx.xx.xx.xx  ...