Permission problem installing 11g on AIX [message #627361] |
Tue, 11 November 2014 05:54 |
|
11gOP
Messages: 18 Registered: November 2014
|
Junior Member |
|
|
I'm having some difficulty with permissions when installing 11g on AIX in Silent mode with a Response file. I know little about AIX or Oracle and would appreciate any feedback.
From log file:
INFO: Checking whether the given inventory location /home/oracle/app/oraInventory is user home or not...
SEVERE: [FATAL] [INS-32038] The operating system group specified for central inventory (oraInventory) ownership is invalid.
CAUSE: User performing installation is not a member of the operating system group specified for central inventory(oraInventory) ownership.
ACTION: Specify an operating system group that the installing user is a member of. All the members of this operating system group will have write permission to the central inventory directory (oraInventory).
INFO: Advice is ABORT
Used smitty chuser to set oracle user's home dir to /home/oracle/app/oraInventory.
Next Attempt
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2014-11-11_09 -50-01AM. Please wait ...$ [FATAL] [INS-32036] User home directory is not recomm ended as inventory location
CAUSE: User home directory has been chosen as inventory directory. Oracle rec ommends that the inventory directory is not users home directory, because member s of inventory group will be given write permission to the inventory directory.
ACTION: Choose a directory other than users home as inventory location.
[FATAL] [INS-32035] Unable to create a new central inventory at the specified lo cation.
CAUSE: The central inventory location provided is not empty.
ACTION: Please provide another location for the inventory, or clean up the cu rrent location.
[FATAL] [INS-32038] The operating system group specified for central inventory ( oraInventory) ownership is invalid.
CAUSE: User performing installation is not a member of the operating system g roup specified for central inventory(oraInventory) ownership.
ACTION: Specify an operating system group that the installing user is a membe r of. All the members of this operating system group will have write permission to the central inventory directory (oraInventory).
A log of this session is currently saved as: /tmp/OraInstall2014-11-11_09-50-01A M/installActions2014-11-11_09-50-01AM.log. Oracle recommends that if you want to keep this log, you should move it from the temporary location to a more permane nt location.
$
[Updated on: Tue, 11 November 2014 05:55] Report message to a moderator
|
|
|
|
|
|
Re: Permission problem installing 11g on AIX [message #627386 is a reply to message #627384] |
Tue, 11 November 2014 08:50 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
There is no response file attached that I can see. However, if you generated it on a different system, there could be any number of issues.
Really, just get graphics going. You can install VNC on AIX, or if your sysadmin won't do that, install an X-server on your PC. I use Xming, it works well enough.
|
|
|
|
|
Re: Permission problem installing 11g on AIX [message #627414 is a reply to message #627396] |
Tue, 11 November 2014 13:35 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
So it looks as though your response file is now fixed.
As for the current issue, Perhaps your AIX Java is not running headless. I know that some JVMs just don't do it. If it really is impossible to stop your JVM from looking for a display (even if it doesn't need one) then you will have to point it to a X-server somewhere, anywhere on the planet will do. As I said, use Xming on your PC. Or does your AIX have a virtual console monitor?
|
|
|
|