Install on Linux with no access to Internet
I am trying to install MonetDB with client on the host without access to Internet. Are there any instructions to follow? Thanks Alex
Copy-paste from my notes that I validated myself [you probably would need
to use https://www.monetdb.org/downloads/epel/7/x86_64/ and the most recent
MonetDB version].
(all monetdb releases https://www.monetdb.org/downloads/epel/6/x86_64/)
# order matters
sudo yum remove MonetDB*
sudo yum install
http://dev.monetdb.org/downloads/epel/MonetDB-release-epel-1.1-1.monetdb.noa...
sudo yum install -y
https://www.monetdb.org/downloads/epel/6/x86_64/MonetDB-stream-11.21.17-2016...
sudo yum install -y
https://www.monetdb.org/downloads/epel/6/x86_64/MonetDB-client-11.21.17-2016...
sudo yum install -y
https://www.monetdb.org/downloads/epel/6/x86_64/MonetDB5-server-11.21.17-201...
sudo yum install -y
https://www.monetdb.org/downloads/epel/6/x86_64/MonetDB-SQL-server5-11.21.17...
sudo yum install -y
https://www.monetdb.org/downloads/epel/6/x86_64/MonetDB-testing-python-11.21...
Anton
On Tue, Feb 6, 2018 at 8:32 PM, ALEX OSSIPOV
I am trying to install MonetDB with client on the host without access to Internet.
Are there any instructions to follow?
Thanks
Alex
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
Instead of downloading rpms and installing them one by one, I would build MonetDB from sources and copy INSTALL directory to the offline machine. See https://www.monetdb.org/wiki/MonetDB:Building_from_sources. Anton On Wed, Feb 7, 2018 at 7:19 AM, Anton Kravchenko < kravchenko.anton86@gmail.com> wrote:
Copy-paste from my notes that I validated myself [you probably would need to use https://www.monetdb.org/downloads/epel/7/x86_64/ and the most recent MonetDB version].
(all monetdb releases https://www.monetdb.org/downloads/epel/6/x86_64/) # order matters sudo yum remove MonetDB* sudo yum install http://dev.monetdb.org/downloads/epel/MonetDB- release-epel-1.1-1.monetdb.noarch.rpm sudo yum install -y https://www.monetdb.org/downloads/epel/6/x86_64/ MonetDB-stream-11.21.17-20160324.el6.x86_64.rpm sudo yum install -y https://www.monetdb.org/downloads/epel/6/x86_64/ MonetDB-client-11.21.17-20160324.el6.x86_64.rpm sudo yum install -y https://www.monetdb.org/downloads/epel/6/x86_64/ MonetDB5-server-11.21.17-20160324.el6.x86_64.rpm sudo yum install -y https://www.monetdb.org/downloads/epel/6/x86_64/ MonetDB-SQL-server5-11.21.17-20160324.el6.x86_64.rpm sudo yum install -y https://www.monetdb.org/downloads/epel/6/x86_64/ MonetDB-testing-python-11.21.17-20160324.el6.noarch.rpm
Anton
On Tue, Feb 6, 2018 at 8:32 PM, ALEX OSSIPOV
wrote: I am trying to install MonetDB with client on the host without access to Internet.
Are there any instructions to follow?
Thanks
Alex
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
I have done this in an offline environment.
Using an Internet connected CentOS 7, I added the MonetDB repo.
Ensure yum-utils is installed on this machine.
Using yumdownloader, I was able to download all of the packages to a directory. Using --resolve will also download dependencies.
Moving the files to a USB stick, I then copied them to the offline machine.
On the offline machine, I then run –
yum localinstall /path/to/rpms/* --nogpg –disablerepo=*
Adam
From: users-list [mailto:users-list-bounces+adam.doherty=esso.ca@monetdb.org] On Behalf Of Anton Kravchenko
Sent: Wednesday, February 7, 2018 08:42
To: Communication channel for MonetDB users
I managed to install by copying all to local machine but was not able to get monetdbd started on ipv6 getting error Did it work for monetdb that was installed "normally" [with access to Internet] ?
From this page https://www.monetdb.org/Documentation/Manuals/SQLreference/inet it's not clear whether it's already implemented.
Anton
On Wed, Feb 7, 2018 at 8:43 AM, Doherty, Adam
I have done this in an offline environment.
Using an Internet connected CentOS 7, I added the MonetDB repo.
Ensure yum-utils is installed on this machine.
Using yumdownloader, I was able to download all of the packages to a directory. Using --resolve will also download dependencies.
Moving the files to a USB stick, I then copied them to the offline machine.
On the offline machine, I then run –
yum localinstall /path/to/rpms/* --nogpg –disablerepo=*
Adam
*From:* users-list [mailto:users-list-bounces+adam.doherty= esso.ca@monetdb.org] *On Behalf Of *Anton Kravchenko *Sent:* Wednesday, February 7, 2018 08:42 *To:* Communication channel for MonetDB users
*Subject:* Re: Install on Linux with no access to Internet Instead of downloading rpms and installing them one by one, I would build MonetDB from sources and copy INSTALL directory to the offline machine.
See https://www.monetdb.org/wiki/MonetDB:Building_from_sources.
Anton
On Wed, Feb 7, 2018 at 7:19 AM, Anton Kravchenko < kravchenko.anton86@gmail.com> wrote:
Copy-paste from my notes that I validated myself [you probably would need to use https://www.monetdb.org/downloads/epel/7/x86_64/ and the most recent MonetDB version].
(all monetdb releases https://www.monetdb.org/downloads/epel/6/x86_64/)
# order matters
sudo yum remove MonetDB*
sudo yum install http://dev.monetdb.org/downloads/epel/MonetDB- release-epel-1.1-1.monetdb.noarch.rpm
sudo yum install -y https://www.monetdb.org/downloads/epel/6/x86_64/ MonetDB-stream-11.21.17-20160324.el6.x86_64.rpm
sudo yum install -y https://www.monetdb.org/downloads/epel/6/x86_64/ MonetDB-client-11.21.17-20160324.el6.x86_64.rpm
sudo yum install -y https://www.monetdb.org/downloads/epel/6/x86_64/ MonetDB5-server-11.21.17-20160324.el6.x86_64.rpm
sudo yum install -y https://www.monetdb.org/downloads/epel/6/x86_64/ MonetDB-SQL-server5-11.21.17-20160324.el6.x86_64.rpm
sudo yum install -y https://www.monetdb.org/downloads/epel/6/x86_64/ MonetDB-testing-python-11.21.17-20160324.el6.noarch.rpm
Anton
On Tue, Feb 6, 2018 at 8:32 PM, ALEX OSSIPOV
wrote: I am trying to install MonetDB with client on the host without access to Internet.
Are there any instructions to follow?
Thanks
Alex
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
Thank you Anton, I managed to install by copying all to local machine but was not able to get monetdbd started on ipv6 getting error: monetdbd: cannot find host xxx:xxx:xxx:xxx:xxx I tried to use ipv6 address with and without brackets, still no luck: monetdbd set listenaddr=xxx:xxx:xxx:xxx:xxx /var/monetdb5/dbfarm/ monetdbd set listenaddr=[xxx:xxx:xxx:xxx:xxx] /var/monetdb5/dbfarm/ Ipv4 configuration works fine though. Is there anything I am missing? Thanks Alex
On February 7, 2018 at 7:19 AM Anton Kravchenko
wrote: Copy-paste from my notes that I validated myself [you probably would need to use https://www.monetdb.org/downloads/epel/7/x86_64/ and the most recent MonetDB version].
(all monetdb releases https://www.monetdb.org/downloads/epel/6/x86_64/) # order matters sudo yum remove MonetDB* sudo yum install http://dev.monetdb.org/downloads/epel/MonetDB-release-epel-1.1-1.monetdb.noa... sudo yum install -y https://www.monetdb.org/downloads/epel/6/x86_64/MonetDB-stream-11.21.17-2016... sudo yum install -y https://www.monetdb.org/downloads/epel/6/x86_64/MonetDB-client-11.21.17-2016... sudo yum install -y https://www.monetdb.org/downloads/epel/6/x86_64/MonetDB5-server-11.21.17-201... sudo yum install -y https://www.monetdb.org/downloads/epel/6/x86_64/MonetDB-SQL-server5-11.21.17... sudo yum install -y https://www.monetdb.org/downloads/epel/6/x86_64/MonetDB-testing-python-11.21...
Anton
On Tue, Feb 6, 2018 at 8:32 PM, ALEX OSSIPOV
wrote: > >
I am trying to install MonetDB with client on the host without access to Internet.
Are there any instructions to follow?
Thanks
Alex
_______________________________________________ users-list mailing list users-list@monetdb.org mailto:users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list https://www.monetdb.org/mailman/listinfo/users-list
>
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
participants (3)
-
ALEX OSSIPOV
-
Anton Kravchenko
-
Doherty, Adam