- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
EDB as-11 YUM install error in Linux
Hi Everyone,
I have been trying to install edb as 11 in Linux with the help of edb document and i have done all the methods they have given but i couldn't able to install it.i got an error below:
yum install edb-as11
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* epel: sg.fedora.ipserverone.com
* epel-debuginfo: sg.fedora.ipserverone.com
* epel-source: sg.fedora.ipserverone.com
No package edb-as11 available.
Error: Nothing to do
Can someone will help me to fix this.
Regards,
Prasannavenkatesan.G
Archived Discussions
Effective March 31st, we will no longer engage on PostgresRocks.
How to engage with us further?
- Thought Leadership: EDB Blogs
- Tips and Tricks: Postgres Tutorials
- Customer Support: Create a Case Please note: Only customers with an active EDB support subscription and support portal authorization can create support ticket
- Engage on Stackoverflow While engaging on Stackoverflow tag the question with EDB or EnterpriseDB.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: EDB as-11 YUM install error in Linux
HI
You will have to configure the repository for installing the EPAS server with yum.
Refer following installation document Chapter 4 to be specific to your issue :
https://www.enterprisedb.com/docs/en/11.0/EPAS_11_Inst_Linux/toc.html
Let us know in case you have any issues further.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: EDB as-11 YUM install error in Linux
Can u send me the steps
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: EDB as-11 YUM install error in Linux
Hi,
Please find below steps for epas 11 installation:
1. Edit the repo file, which you havealready downloaded.
Modify the <username> and <password> and enable the required repositories.
enabled=1
gpgcheck=1
Note: You should have the EDB username password credentials for downloading the rpm files:
In your case below repositories should be enabled in file /etc/yum.repos.d/edb.repo (make sure you have same file):
[edbas11]
name=enterprisedb advanced server 11 $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/11/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/enterprisedb-gpg-key
[enterprisedb-dependencies]
name=enterprisedb dependencies $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/dependencies/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/enterprisedb-gpg-key
[edb-repos]
name=enterprisedb repos $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edbrepos
enabled=1
gpgcheck=1
3. post making these changes you can install :
yum -y install edb-as11-server
you can check the available rpm packages using:
yum list edb-as*
Hope this helps.
--
Ajinkya
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: EDB as-11 YUM install error in Linux
The problem is no package found.Can u call me 9629144271
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: EDB as-11 YUM install error in Linux
Hi @prasannag,
Looks like your repo is not enabled for EPAS11. Could you please share the output of the below two commands :
ls -lrth /etc/yum.repos.d/
cat /etc/yum.repos.d/edb.repo
Please make sure you are trying to install using the root user.
We would recommend you to post your queries to support@enterprisedb.com for timely responses.
Regards,
Sudhir
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: EDB as-11 YUM install error in Linux
same Issue here.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: EDB as-11 YUM install error in Linux
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: EDB as-11 YUM install error in Linux
Hi @ljayjunfernando,
If you are facing the same issue, could you please share the below details :
1) OS and its version
2) Output of command : ls -lrth /etc/yum.repos.d/
3) Output of command : cat /etc/yum.repos.d/edb.repo
You can hide the username and password from the output of the step 3).
Please make sure you are trying to install using the root user.
Regards,
Sudhir
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: EDB as-11 YUM install error in Linux
Go to vi /etc/yum.repos.d/edb.repo and made changes as below for the 3 items
name=EnterpriseDB Advanced Server 11
name=EnterpriseDB Dependencies
name=EnterpriseDB Tools
enabled=1
Then it should work