Bug 557628 - installation directions error
Summary: installation directions error
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gridengine
Version: 12
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Orion Poplawski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-01-21 23:56 UTC by Neal Becker
Modified: 2010-09-01 05:58 UTC (History)
1 user (show)

Fixed In Version: gridengine-6.2u5-5.fc14
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-08-31 06:34:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Neal Becker 2010-01-21 23:56:37 UTC
Description of problem:

I installed all gridengine components on F12.
Directions say:
   edit my_configuration.conf to make any needed changes and run:

   ./install_qmaster -auto my_configuration.conf

That doesn't work:
[root@nbecker6 gridengine]# ./install_qmaster -auto my_configuration.conf 
Reading configuration from file my_configuration.conf
./util/install_modules/inst_common.sh: line 579: .: my_configuration.conf: file not found
error resolving host "undef": can't resolve host name (h_errno = HOST_NOT_FOUND)
error resolving host "undef": can't resolve host name (h_errno = HOST_NOT_FOUND)
Your >CELL_NAME< entry is not set!
Your >CELL_NAME< directory /usr/share/gridengine/ already exist!
The automatic installation stops, if the >SGE_CELL< directory already exists
to ensure, that existing installations are not overwritten!
Your >SPOOLING_METHOD< entry is wrong, only >berkeleydb< or >classic< is allowed!
Your >QMASTER_SPOOL_DIR< is empty or an invalid path. It must be a valid path!
Your >EXECD_SPOOL_DIR< is empty or an invalid path. It must be a valid path!
Your >SGE_QMASTER_PORT< entry is invalid. It must be empty for using a service
or a valid port number.
Your >SGE_EXECD_PORT< entry is invalid. It must be empty for using a service
or a valid port number.
Your >SGE_CLUSTER_NAME< entry is invalid. Valid Clustername is e.g. p_1234
Your >GID_RANGE< entry is wrong. You have to enter a range, e.g. 10000-10100!
Your >HOSTNAME_RESOLVING< flag is not set!
Your >HOSTNAME_RESOLVING< flag is wrong! Valid values are: 0, 1, true, false
Your >DEFAULT_DOMAIN< entry is invalid, valid entries are >none< or a domain name
Your >ADMIN_MAIL< entry seems not to be a email adress or not >none<
./util/install_modules/inst_common.sh: line 1101: [: : integer expression expected

An invalid entry was found in your autoinstall configuration file.
Please check your autoinstall configuration file!
>my_configuration.conf<

OK, let's give absolute file name:
[root@nbecker6 gridengine]# sh +x ./install_qmaster -auto /usr/share/gridengine/my_configuration.conf 
Reading configuration from file /usr/share/gridengine/my_configuration.conf
Your >SGE_CLUSTER_NAME< entry is invalid. Valid Clustername is e.g. p_1234

An invalid entry was found in your autoinstall configuration file.
Please check your autoinstall configuration file!
>/usr/share/gridengine/my_configuration.conf<

Well, that doesn't work either.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Orion Poplawski 2010-01-22 16:36:29 UTC
Do:

./install_qmaster -auto ./my_configuration.conf

I'll have to figure out how best to handle this is general.

Comment 2 Fedora Update System 2010-08-11 17:28:01 UTC
gridengine-6.2u5-4.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/gridengine-6.2u5-4.fc13

Comment 3 Fedora Update System 2010-08-11 17:28:24 UTC
gridengine-6.2u5-4.fc14 has been submitted as an update for Fedora 14.
http://admin.fedoraproject.org/updates/gridengine-6.2u5-4.fc14

Comment 4 Fedora Update System 2010-08-12 04:09:07 UTC
gridengine-6.2u5-4.fc13 has been pushed to the Fedora 13 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update gridengine'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/gridengine-6.2u5-4.fc13

Comment 5 Fedora Update System 2010-08-12 19:54:44 UTC
gridengine-6.2u5-4.fc14 has been pushed to the Fedora 14 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update gridengine'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/gridengine-6.2u5-4.fc14

Comment 6 Neal Becker 2010-08-15 15:53:52 UTC
No diff.

Let's start @ the beginning.  What's up with the first error?  In /usr/share/gridengine, I have:
  -rw-r--r--    1 root     root     10527 Aug 11 13:19 my_configuration.conf                              
 
./install_qmaster -auto my_configuration.conf
Reading configuration from file my_configuration.conf
./util/install_modules/inst_common.sh: line 580: .: my_configuration.conf: file not found
error resolving host "undef": can't resolve host name (h_errno = HOST_NOT_FOUND)
error resolving host "undef": can't resolve host name (h_errno = HOST_NOT_FOUND)
Your >CELL_NAME< entry is not set!
Your >CELL_NAME< directory /usr/share/gridengine/ already exist!
The automatic installation stops, if the >SGE_CELL< directory already exists
to ensure, that existing installations are not overwritten!
Your >SPOOLING_METHOD< entry is wrong, only >berkeleydb< or >classic< is allowed!
Your >QMASTER_SPOOL_DIR< is empty or an invalid path. It must be a valid path!
Your >EXECD_SPOOL_DIR< is empty or an invalid path. It must be a valid path!
Your >SGE_QMASTER_PORT< entry is invalid. It must be empty for using a service
or a valid port number.
Your >SGE_EXECD_PORT< entry is invalid. It must be empty for using a service
or a valid port number.
Your >SGE_CLUSTER_NAME< entry is invalid. Valid Clustername is e.g. p_1234
Your >GID_RANGE< entry is wrong. You have to enter a range, e.g. 10000-10100!
Your >HOSTNAME_RESOLVING< flag is not set!
Your >HOSTNAME_RESOLVING< flag is wrong! Valid values are: 0, 1, true, false
Your >DEFAULT_DOMAIN< entry is invalid, valid entries are >none< or a domain name
Your >ADMIN_MAIL< entry seems not to be a email adress or not >none<
./util/install_modules/inst_common.sh: line 1184: [: : integer expression expected
Your >SGE_ENABLE_SMF< flag is not set!
Your >SGE_ENABLE_SMF< flag is wrong! Valid values are: 0, 1, true, false

An invalid entry was found in your autoinstall configuration file.
Please check your autoinstall configuration file!
>my_configuration.conf<

Comment 7 Orion Poplawski 2010-08-25 18:05:35 UTC
Ah, I believe this is caused by a change in bash behavior where "." will not source files in the current directory if "." is not in PATH.  Instructions should read:

./install_qmaster -auto ./my_configuration.conf

However, there are other issues.  Working on a new build that should address those.

Comment 8 Fedora Update System 2010-08-31 06:33:48 UTC
gridengine-6.2u5-5.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 9 Fedora Update System 2010-09-01 05:58:00 UTC
gridengine-6.2u5-5.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.