Upgrade Middelware

classic Classic list List threaded Threaded
24 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Upgrade Middleware

ErmanArslansOracleBlog
Administrator
Latifa,

It says: "It is required that the primary group of the install user is same as the inventory owner group"

so check your applmgr (apps OS user) 's primary group and change the directory owner and group accordingly.

For example: chown -R applmgr:dba <directory_name>
chmod 777 <directory_name> (just in case)

Ensure you can write and read from the directory using apps OS user (applmgr) before retrying the failing adop phase.
Reply | Threaded
Open this post in threaded view
|

Re: Upgrade Middleware

latifa
Hi Erman,

All permissions are OK.
I moved the directory like this

opfinbac@udkfinp03:/opt/application/V12/oraInventory$ mv oraInventory_avt11119 /tmp
opfinbac@udkfinp03:/opt/application/V12/oraInventory$ ls -l
total 41
drwxrwxrwx  16 opfinbac gpfinbac      16 Jan 12 13:48 backup
drwxrwxrwx   2 opfinbac gpfinbac      12 Dec  6 17:34 Contents
drwxrwxrwx   2 opfinbac gpfinbac       5 Jan  4 09:12 ContentsXML
-rwxrwxrwx   1 opfinbac gpfinbac      38 Jan 20 13:07 install.platform
drwxrwxrwx   2 opfinbac gpfinbac     458 Jan 21 00:11 logs
-rwxrwxrwx   1 opfinbac gpfinbac     317 Jan 12 13:56 oraInstaller.properties
drwxrwxrwx   2 opfinbac gpfinbac       3 Dec  6 15:06 oui

and than again I run:
opfinbac@udkfinp03:~$ adop phase=fs_clone force=yes

Enter the APPS password:
Enter the SYSTEM password:
Enter the WLSADMIN password:

Validating credentials.

ERROR: Invalid WebLogic Admin Server user credentials supplied.
Warning: Your system may have a limit on the number of failed login attempts before the account is locked out.

Enter the WLSADMIN password:
Validating credentials.
Initializing.
    Run Edition context  : /opt/application/V12/fs2/inst/apps/DBOFINP_udkfinp03/appl/admin/DBOFINP_udkfinp03.xml
[FAIL]   AutoConfig must be enabled on this system before proceeding with
         the specified operation. For more information, please see
         AutoConfig Oracle MetaLink Note 387859.1.
[STATEMENT] Please run adopscanlog utility, using the command
"adopscanlog -latest=yes"
to get the list of the log files along with snippet of the error message corresponding to each log file.
adop exiting with status = 255 (Fail

>>> I ckecked the note 387859.1 to enable Autoconfig, All patchs are applied !!


Regards,
Latifa
Reply | Threaded
Open this post in threaded view
|

Re: Upgrade Middleware

latifa
Hi Erman,

fs_clone is running now (not stopping from the begining like before). After restoring adxmlctx.tmp, I run autoconfig and then again fs_clone.

Regards,
Latifa
Reply | Threaded
Open this post in threaded view
|

Re: Upgrade Middleware

ErmanArslansOracleBlog
Administrator
Hi Latifa,

Good.
Anyways, this issue is resolved then. After this point, if you encounter any errors, please create a new issue/thread.
12