Bug 557628
| Summary: | installation directions error | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Neal Becker <ndbecker2> |
| Component: | gridengine | Assignee: | Orion Poplawski <orion> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 12 | CC: | orion |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | gridengine-6.2u5-5.fc14 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-08-31 06:34:12 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Neal Becker
2010-01-21 23:56:37 UTC
Do: ./install_qmaster -auto ./my_configuration.conf I'll have to figure out how best to handle this is general. gridengine-6.2u5-4.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/gridengine-6.2u5-4.fc13 gridengine-6.2u5-4.fc14 has been submitted as an update for Fedora 14. http://admin.fedoraproject.org/updates/gridengine-6.2u5-4.fc14 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 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 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<
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. 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. 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. |