This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Configure host names on RHEL 6.6
Attila Levente EGYEDI edited this page Apr 5, 2017
·
13 revisions
If you have access to the domain's DNS server, define records for each of the domains listed on the Configure host names page.
Each CEDAR server will require an entry.
If you do not have access to the domain's DNS server, just add the hostnames to your client machine's /etc/hosts
file, pointing to the IP address of the host machine.
For the CEDAR public test site this looks like the following:
71.67.213.120 auth.metadatacenter.net
71.67.213.120 cedar.metadatacenter.net
71.67.213.120 cert.metadatacenter.net
71.67.213.120 repo.metadatacenter.net
71.67.213.120 folder.metadatacenter.net
71.67.213.120 group.metadatacenter.net
71.67.213.120 resource.metadatacenter.net
71.67.213.120 schema.metadatacenter.net
71.67.213.120 template.metadatacenter.net
71.67.213.120 terminology.metadatacenter.net
71.67.213.120 user.metadatacenter.net
71.67.213.120 submission.metadatacenter.net
71.67.213.120 valuerecommender.metadatacenter.net
71.67.213.120 worker.metadatacenter.net
For the staging.metadatacenter.net
site it looks like this:
171.67.213.112 auth.staging.metadatacenter.net
171.67.213.112 cedar.staging.metadatacenter.net
171.67.213.112 cert.staging.metadatacenter.net
171.67.213.112 repo.staging.metadatacenter.net
171.67.213.112 folder.staging.metadatacenter.net
171.67.213.112 group.staging.metadatacenter.net
171.67.213.112 resource.staging.metadatacenter.net
171.67.213.112 schema.staging.metadatacenter.net
171.67.213.112 template.staging.metadatacenter.net
171.67.213.112 terminology.staging.metadatacenter.net
171.67.213.112 user.staging.metadatacenter.net
171.67.213.112 submission.staging.metadatacenter.net
171.67.213.112 valuerecommender.staging.metadatacenter.net
171.67.213.112 worker.staging.metadatacenter.net
Note: The application will be available just from those machines where the hosts file is modified!