![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hi Bob, Your II_SYSTEM looks like it sits on /opt which looks like an old OpenIngres licensing path. /opt is normally root owned and there is a very fine chance that ingres doesn't own the directory tree underneath that. Ergo your problems are all down to UNIX permissions. Try ls -ldg `/opt/Ingres/IngresII/ingres/install/control I'd suggest a reinstall of 9.1.1 and choose a better II_SYSTEM. The alternative is to go see root and get some directory ownership and pemissions changed. Martin Bowes |
#4
| |||
| |||
|
|
Hi Bob, Your II_SYSTEM looks like it sits on /opt which looks like an old OpenIngres licensing path. /opt is normally root owned and there is a very fine chance that ingres doesn't own the directory tree underneath that. Ergo your problems are all down to UNIX permissions. Try ls -ldg `/opt/Ingres/IngresII/ingres/install/control I'd suggest a reinstall of 9.1.1 and choose a better II_SYSTEM. The alternative is to go see root and get some directory ownership and pemissions changed. Martin Bowes |
#5
| |||
| |||
|
|
Oh that's interesting. Did you set and export II_SYSTEM before the installation started? You'll need to install with a response file in place. setenv II_SYSTEM /your/desired/path setenv II_RESPONSE_FILE /full/path/to/file Within the response file set some or all of the following, I've set the paths for my own installation you can make up yours as required. II_CONFIG=/dbsystem/II/ingres/files II_DATABASE=/dbdata1/II II_CHECKPOINT=/dbbackup/II II_JOURNAL=/dbbackup/II II_DUMP=/dbbackup/II II_WORK=/dbbackup/II II_LOG_FILE=/dbsystem/II II_DUAL_LOG=/dbdual/II LOG_KBYTES=1000000 II_NUM_OF_PROCESSORS=2 II_TIMEZONE_NAME=UNITED-KINGDOM II_CHARSET=ISO88591 ING_ABFDIR=/dbsystem/II ING_EDIT=/bin/vi Marty -----Original Message----- From: info-ingres-boun... (AT) kettleriverconsulting (DOT) com [mailto:info-ingres-boun... (AT) kettleriverconsulting (DOT) com] On Behalf Of Bodo Sent: 06 March 2009 12:15 To: info-ing... (AT) kettleriverconsulting (DOT) com Subject: Re: [Info-Ingres] patch 13236 installer problem On Mar 6, 10:29*am, "Martin Bowes" <martin.bo... (AT) ctsu (DOT) ox.ac.uk> wrote: Hi Bob, Your II_SYSTEM looks like it sits on /opt which looks like an old OpenIngres licensing path. /opt is normally root owned and there is a very fine chance that ingres doesn't own the directory tree underneath that. Ergo your problems are all down to UNIX permissions. Try ls -ldg `/opt/Ingres/IngresII/ingres/install/control I'd suggest a reinstall of 9.1.1 and choose a better II_SYSTEM. The alternative is to go see root and get some directory ownership and pemissions changed. Martin Bowes Martin, /opt/Ingres/IngresII is not an "old OpenIngres" licensing path, but is the default path when you do an "Express" install (using ingres_express_install.sh), At least it has been so with 9.1.0. You run ingres_express_install.sh as root, but unfortunately it doesn't set all the permissions correctly to the installation owner (user "ingres"), /opt/Ingres and /opt/Ingres/IngresII are still owned by root afterwards. Therefore I also had problems when installing openROAD into such an installation, so I manually had to (still as "root"): # chown ingres /opt/Ingres # chown ingres /opt/Ingres/IngresII # chgrp -R users /opt/Ingres "users" is the default group of my "ingres" user. Bodo. _______________________________________________ Info-Ingres mailing list Info-Ing... (AT) kettleriverconsulting (DOT) comhttp://www.kettleriverconsulting.com/mailman/listinfo/info-ingres- Hide quoted text - - Show quoted text - |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |