So I have my new CentOS7 system ready to go, moving from a CentOS6 VM. I thought I'd found it before, but I can't find instructions for moving observium to a different system (same x86_64 architecture). I can move the RRDs, but isn't there more to it, like migrating mysql data?
I've looked through the documentation. Perhaps I'm just looking for the wrong text. Any links someone can point to, or instructions for moving from one host to another?
Thanks.
Bill
You'll need to also migrate and redirect your MySQL database too.
On Dec 22, 2016 12:45 PM, "William Bauer" bbauer@scripps.edu wrote:
So I have my new CentOS7 system ready to go, moving from a CentOS6 VM. I thought I'd found it before, but I can't find instructions for moving observium to a different system (same x86_64 architecture). I can move the RRDs, but isn't there more to it, like migrating mysql data?
I've looked through the documentation. Perhaps I'm just looking for the wrong text. Any links someone can point to, or instructions for moving from one host to another?
Thanks.
Bill _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Are there instructions somewhere for moving Observium? I don't know how to migrate mysql. I was hoping there are concise Observium instructions, much like the excellent install page.
-------- Original Message -------- From: Cody Cook observium@codycook.us Sent: Thu Dec 22 13:07:30 PST 2016 To: Observium Network Observation System observium@observium.org Subject: Re: [Observium] Moving Observium
You'll need to also migrate and redirect your MySQL database too.
On Dec 22, 2016 12:45 PM, "William Bauer" bbauer@scripps.edu wrote:
So I have my new CentOS7 system ready to go, moving from a CentOS6 VM. I thought I'd found it before, but I can't find instructions for moving observium to a different system (same x86_64 architecture). I can move the RRDs, but isn't there more to it, like migrating mysql data?
I've looked through the documentation. Perhaps I'm just looking for the wrong text. Any links someone can point to, or instructions for moving from one host to another?
Thanks.
Bill _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
This is very easy, just export your current MySQL database and import it into the new MySQL server (Google should be your friend with this). Obviously you’ll need to make sure you have the same user / permissions / etc.
Then just copy your RRD directory into the same directory on the new server as it was on the existing one after you’ve installed Observium from SVN. Now would probably also be a good time to get PHP7 going – I can confirm these packages function properly with Observium on CentOS7: https://webtatic.com/packages/php70/ .
- Jacob
From: observium [mailto:observium-bounces@observium.org] On Behalf Of William Bauer Sent: Friday, 23 December 2016 5:15 AM To: Observium Network Observation System observium@observium.org Subject: Re: [Observium] Moving Observium
Are there instructions somewhere for moving Observium? I don't know how to migrate mysql. I was hoping there are concise Observium instructions, much like the excellent install page. ________________________________ From: Cody Cook Sent: Thu Dec 22 13:07:30 PST 2016 To: Observium Network Observation System Subject: Re: [Observium] Moving Observium
You'll need to also migrate and redirect your MySQL database too.
On Dec 22, 2016 12:45 PM, "William Bauer" <bbauer@scripps.edumailto:bbauer@scripps.edu> wrote: So I have my new CentOS7 system ready to go, moving from a CentOS6 VM. I thought I'd found it before, but I can't find instructions for moving observium to a different system (same x86_64 architecture). I can move the RRDs, but isn't there more to it, like migrating mysql data?
I've looked through the documentation. Perhaps I'm just looking for the wrong text. Any links someone can point to, or instructions for moving from one host to another?
Thanks.
Bill _______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium ________________________________ NOTE: This message was trained as non-spam. If this is wrong, please correct the training as soon as possible.
________________________________
observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
I appreciate the feedback. Got everything working.
Also, for what it's worth, CentOS strongly discourages use of webtactic repos. Information about this can be found here:
https://www.centos.org/forums/viewtopic.php?f=48&t=52586&sid=eb663c9...
To get PHP5.6, I instead used what they appear to prefer and possibly support, the IUS repo (I missed your suggestion about using version 7, some of which is also on the repo below):
rpm -Uvh https://centos7.iuscommunity.org/ius-release.rpm
On 12/22/16 04:31 PM, Jacob Bisby wrote:
This is very easy, just export your current MySQL database and import it into the new MySQL server (Google should be your friend with this). Obviously you’ll need to make sure you have the same user / permissions / etc.
Then just copy your RRD directory into the same directory on the new server as it was on the existing one after you’ve installed Observium from SVN. Now would probably also be a good time to get PHP7 going – I can confirm these packages function properly with Observium on CentOS7: https://webtatic.com/packages/php70/ .
Jacob
*From:*observium [mailto:observium-bounces@observium.org] *On Behalf Of *William Bauer *Sent:* Friday, 23 December 2016 5:15 AM *To:* Observium Network Observation System observium@observium.org *Subject:* Re: [Observium] Moving Observium
Are there instructions somewhere for moving Observium? I don't know how to migrate mysql. I was hoping there are concise Observium instructions, much like the excellent install page.
*From:*Cody Cook *Sent:* Thu Dec 22 13:07:30 PST 2016 *To:* Observium Network Observation System *Subject:* Re: [Observium] Moving Observium
You'll need to also migrate and redirect your MySQL database too.
On Dec 22, 2016 12:45 PM, "William Bauer" <bbauer@scripps.edu mailto:bbauer@scripps.edu> wrote:
So I have my new CentOS7 system ready to go, moving from a CentOS6 VM. I thought I'd found it before, but I can't find instructions for moving observium to a different system (same x86_64 architecture). I can move the RRDs, but isn't there more to it, like migrating mysql data? I've looked through the documentation. Perhaps I'm just looking for the wrong text. Any links someone can point to, or instructions for moving from one host to another? Thanks. Bill
You installed on centos 6? Dear god why?
Also, you definitely want php7 not 5.6 now.
Adam.
Sent from BlueMail
On 24 Dec 2016, 02:44, at 02:44, William Bauer bbauer@scripps.edu wrote:
I appreciate the feedback. Got everything working.
Also, for what it's worth, CentOS strongly discourages use of webtactic
repos. Information about this can be found here:
https://www.centos.org/forums/viewtopic.php?f=48&t=52586&sid=eb663c9...
To get PHP5.6, I instead used what they appear to prefer and possibly support, the IUS repo (I missed your suggestion about using version 7, some of which is also on the repo below):
rpm -Uvh https://centos7.iuscommunity.org/ius-release.rpm
On 12/22/16 04:31 PM, Jacob Bisby wrote:
This is very easy, just export your current MySQL database and import
it
into the new MySQL server (Google should be your friend with this). Obviously you’ll need to make sure you have the same user /
permissions
/ etc.
Then just copy your RRD directory into the same directory on the new server as it was on the existing one after you’ve installed Observium from SVN. Now would probably also be a good time to get PHP7 going –
I
can confirm these packages function properly with Observium on
CentOS7:
https://webtatic.com/packages/php70/ .
Jacob
*From:*observium [mailto:observium-bounces@observium.org] *On Behalf
Of
*William Bauer *Sent:* Friday, 23 December 2016 5:15 AM *To:* Observium Network Observation System observium@observium.org *Subject:* Re: [Observium] Moving Observium
Are there instructions somewhere for moving Observium? I don't know
how
to migrate mysql. I was hoping there are concise Observium
instructions,
much like the excellent install page.
*From:*Cody Cook *Sent:* Thu Dec 22 13:07:30 PST 2016 *To:* Observium Network Observation System *Subject:* Re: [Observium] Moving Observium
You'll need to also migrate and redirect your MySQL database too.
On Dec 22, 2016 12:45 PM, "William Bauer" <bbauer@scripps.edu mailto:bbauer@scripps.edu> wrote:
So I have my new CentOS7 system ready to go, moving from a
CentOS6
VM. I thought I'd found it before, but I can't find instructions
for
moving observium to a different system (same x86_64
architecture).
I can move the RRDs, but isn't there more to it, like migrating mysql data? I've looked through the documentation. Perhaps I'm just looking
for
the wrong text. Any links someone can point to, or instructions
for
moving from one host to another? Thanks. Bill
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
No, moved from Centos 6 to 7.3. With php 7.0. All patches and updates applied, latest ZFS as well, everything current.
The previous install was Centos 6.<something> because our VM folks prefer it. VMs don't perform well as network utilities for us, and this was no exception.
On Dec 24, 2016, 22:37, at 22:37, Adam Armstrong adama@memetic.org wrote:
You installed on centos 6? Dear god why?
Also, you definitely want php7 not 5.6 now.
Adam.
Sent from BlueMail
On 24 Dec 2016, 02:44, at 02:44, William Bauer bbauer@scripps.edu wrote:
I appreciate the feedback. Got everything working.
Also, for what it's worth, CentOS strongly discourages use of
webtactic
repos. Information about this can be found here:
https://www.centos.org/forums/viewtopic.php?f=48&t=52586&sid=eb663c9...
To get PHP5.6, I instead used what they appear to prefer and possibly support, the IUS repo (I missed your suggestion about using version 7,
some of which is also on the repo below):
rpm -Uvh https://centos7.iuscommunity.org/ius-release.rpm
On 12/22/16 04:31 PM, Jacob Bisby wrote:
This is very easy, just export your current MySQL database and
import
it
into the new MySQL server (Google should be your friend with this). Obviously you’ll need to make sure you have the same user /
permissions
/ etc.
Then just copy your RRD directory into the same directory on the new server as it was on the existing one after you’ve installed
Observium
from SVN. Now would probably also be a good time to get PHP7 going –
I
can confirm these packages function properly with Observium on
CentOS7:
https://webtatic.com/packages/php70/ .
Jacob
*From:*observium [mailto:observium-bounces@observium.org] *On Behalf
Of
*William Bauer *Sent:* Friday, 23 December 2016 5:15 AM *To:* Observium Network Observation System observium@observium.org *Subject:* Re: [Observium] Moving Observium
Are there instructions somewhere for moving Observium? I don't know
how
to migrate mysql. I was hoping there are concise Observium
instructions,
much like the excellent install page.
*From:*Cody Cook *Sent:* Thu Dec 22 13:07:30 PST 2016 *To:* Observium Network Observation System *Subject:* Re: [Observium] Moving Observium
You'll need to also migrate and redirect your MySQL database too.
On Dec 22, 2016 12:45 PM, "William Bauer" <bbauer@scripps.edu mailto:bbauer@scripps.edu> wrote:
So I have my new CentOS7 system ready to go, moving from a
CentOS6
VM. I thought I'd found it before, but I can't find instructions
for
moving observium to a different system (same x86_64
architecture).
I can move the RRDs, but isn't there more to it, like migrating mysql data? I've looked through the documentation. Perhaps I'm just looking
for
the wrong text. Any links someone can point to, or instructions
for
moving from one host to another? Thanks. Bill
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
--
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
I removed PHP 5.6 and installed 7.1 from this same IUS repo. Works fine. At least one of these might not have been necessary, but here are the modules I installed, or were installed as dependencies:
mod_php71u.x86_64 7.1.0-2.ius.centos7 @ius php71u-cli.x86_64 7.1.0-2.ius.centos7 @ius php71u-common.x86_64 7.1.0-2.ius.centos7 @ius php71u-json.x86_64 7.1.0-2.ius.centos7 @ius php71u-mcrypt.x86_64 7.1.0-2.ius.centos7 @ius php71u-mysqlnd.x86_64 7.1.0-2.ius.centos7 @ius php71u-pdo.x86_64 7.1.0-2.ius.centos7 @ius php71u-pecl-igbinary.x86_64 2.0.0-1.ius.centos7 @ius php71u-process.x86_64 7.1.0-2.ius.centos7 @ius php71u-xml.x86_64 7.1.0-2.ius.centos7 @ius
On 12/23/16 06:43 PM, William Bauer wrote:
I appreciate the feedback. Got everything working.
Also, for what it's worth, CentOS strongly discourages use of webtactic repos. Information about this can be found here:
https://www.centos.org/forums/viewtopic.php?f=48&t=52586&sid=eb663c9...
To get PHP5.6, I instead used what they appear to prefer and possibly support, the IUS repo (I missed your suggestion about using version 7, some of which is also on the repo below):
rpm -Uvh https://centos7.iuscommunity.org/ius-release.rpm
On 12/22/16 04:31 PM, Jacob Bisby wrote:
This is very easy, just export your current MySQL database and import it into the new MySQL server (Google should be your friend with this). Obviously you’ll need to make sure you have the same user / permissions / etc.
Then just copy your RRD directory into the same directory on the new server as it was on the existing one after you’ve installed Observium from SVN. Now would probably also be a good time to get PHP7 going – I can confirm these packages function properly with Observium on CentOS7: https://webtatic.com/packages/php70/ .
Jacob
*From:*observium [mailto:observium-bounces@observium.org] *On Behalf Of *William Bauer *Sent:* Friday, 23 December 2016 5:15 AM *To:* Observium Network Observation System observium@observium.org *Subject:* Re: [Observium] Moving Observium
Are there instructions somewhere for moving Observium? I don't know how to migrate mysql. I was hoping there are concise Observium instructions, much like the excellent install page.
*From:*Cody Cook *Sent:* Thu Dec 22 13:07:30 PST 2016 *To:* Observium Network Observation System *Subject:* Re: [Observium] Moving Observium
You'll need to also migrate and redirect your MySQL database too.
On Dec 22, 2016 12:45 PM, "William Bauer" <bbauer@scripps.edu mailto:bbauer@scripps.edu> wrote:
So I have my new CentOS7 system ready to go, moving from a CentOS6 VM. I thought I'd found it before, but I can't find instructions for moving observium to a different system (same x86_64 architecture). I can move the RRDs, but isn't there more to it, like migrating mysql data? I've looked through the documentation. Perhaps I'm just looking for the wrong text. Any links someone can point to, or instructions for moving from one host to another? Thanks. Bill
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Scratch that. Something in PHP 7.1 is missing or incompatible. Perhaps php-pear since that package was unavailable? Rather than spend time experimenting, moved down to 7.0 as suggested:
mod_php70u.x86_64 7.0.14-1.ius.centos7 @ius php70u-cli.x86_64 7.0.14-1.ius.centos7 @ius php70u-common.x86_64 7.0.14-1.ius.centos7 @ius php70u-json.x86_64 7.0.14-1.ius.centos7 @ius php70u-mcrypt.x86_64 7.0.14-1.ius.centos7 @ius php70u-mysqlnd.x86_64 7.0.14-1.ius.centos7 @ius php70u-pdo.x86_64 7.0.14-1.ius.centos7 @ius php70u-pear.noarch 1:1.10.1-2.ius.centos7 @ius php70u-pecl-igbinary.x86_64 2.0.0-1.ius.centos7 @ius php70u-process.x86_64 7.0.14-1.ius.centos7 @ius php70u-xml.x86_64 7.0.14-1.ius.centos7 @ius
On 12/23/16 07:11 PM, William Bauer wrote:
I removed PHP 5.6 and installed 7.1 from this same IUS repo. Works fine. At least one of these might not have been necessary, but here are the modules I installed, or were installed as dependencies:
mod_php71u.x86_64 7.1.0-2.ius.centos7 @ius php71u-cli.x86_64 7.1.0-2.ius.centos7 @ius php71u-common.x86_64 7.1.0-2.ius.centos7 @ius php71u-json.x86_64 7.1.0-2.ius.centos7 @ius php71u-mcrypt.x86_64 7.1.0-2.ius.centos7 @ius php71u-mysqlnd.x86_64 7.1.0-2.ius.centos7 @ius php71u-pdo.x86_64 7.1.0-2.ius.centos7 @ius php71u-pecl-igbinary.x86_64 2.0.0-1.ius.centos7 @ius php71u-process.x86_64 7.1.0-2.ius.centos7 @ius php71u-xml.x86_64 7.1.0-2.ius.centos7 @ius
On 12/23/16 06:43 PM, William Bauer wrote:
I appreciate the feedback. Got everything working.
Also, for what it's worth, CentOS strongly discourages use of webtactic repos. Information about this can be found here:
https://www.centos.org/forums/viewtopic.php?f=48&t=52586&sid=eb663c9...
To get PHP5.6, I instead used what they appear to prefer and possibly support, the IUS repo (I missed your suggestion about using version 7, some of which is also on the repo below):
rpm -Uvh https://centos7.iuscommunity.org/ius-release.rpm
On 12/22/16 04:31 PM, Jacob Bisby wrote:
This is very easy, just export your current MySQL database and import it into the new MySQL server (Google should be your friend with this). Obviously you’ll need to make sure you have the same user / permissions / etc.
Then just copy your RRD directory into the same directory on the new server as it was on the existing one after you’ve installed Observium from SVN. Now would probably also be a good time to get PHP7 going – I can confirm these packages function properly with Observium on CentOS7: https://webtatic.com/packages/php70/ .
Jacob
*From:*observium [mailto:observium-bounces@observium.org] *On Behalf Of *William Bauer *Sent:* Friday, 23 December 2016 5:15 AM *To:* Observium Network Observation System observium@observium.org *Subject:* Re: [Observium] Moving Observium
Are there instructions somewhere for moving Observium? I don't know how to migrate mysql. I was hoping there are concise Observium instructions, much like the excellent install page.
*From:*Cody Cook *Sent:* Thu Dec 22 13:07:30 PST 2016 *To:* Observium Network Observation System *Subject:* Re: [Observium] Moving Observium
You'll need to also migrate and redirect your MySQL database too.
On Dec 22, 2016 12:45 PM, "William Bauer" <bbauer@scripps.edu mailto:bbauer@scripps.edu> wrote:
So I have my new CentOS7 system ready to go, moving from a CentOS6 VM. I thought I'd found it before, but I can't find instructions for moving observium to a different system (same x86_64 architecture). I can move the RRDs, but isn't there more to it, like migrating mysql data? I've looked through the documentation. Perhaps I'm just looking for the wrong text. Any links someone can point to, or instructions for moving from one host to another? Thanks. Bill
Hrm.
I might have to rewrite the install guide using these repos.
Adam.
Sent from BlueMail
On 24 Dec 2016, 03:44, at 03:44, William Bauer bbauer@scripps.edu wrote:
Scratch that. Something in PHP 7.1 is missing or incompatible. Perhaps php-pear since that package was unavailable? Rather than spend time experimenting, moved down to 7.0 as suggested:
mod_php70u.x86_64 7.0.14-1.ius.centos7 @ius php70u-cli.x86_64 7.0.14-1.ius.centos7 @ius php70u-common.x86_64 7.0.14-1.ius.centos7 @ius php70u-json.x86_64 7.0.14-1.ius.centos7 @ius php70u-mcrypt.x86_64 7.0.14-1.ius.centos7 @ius php70u-mysqlnd.x86_64 7.0.14-1.ius.centos7 @ius php70u-pdo.x86_64 7.0.14-1.ius.centos7 @ius php70u-pear.noarch 1:1.10.1-2.ius.centos7 @ius php70u-pecl-igbinary.x86_64 2.0.0-1.ius.centos7 @ius php70u-process.x86_64 7.0.14-1.ius.centos7 @ius php70u-xml.x86_64 7.0.14-1.ius.centos7 @ius
On 12/23/16 07:11 PM, William Bauer wrote:
I removed PHP 5.6 and installed 7.1 from this same IUS repo. Works fine. At least one of these might not have been necessary, but here
are
the modules I installed, or were installed as dependencies:
mod_php71u.x86_64 7.1.0-2.ius.centos7 @ius php71u-cli.x86_64 7.1.0-2.ius.centos7 @ius php71u-common.x86_64 7.1.0-2.ius.centos7 @ius php71u-json.x86_64 7.1.0-2.ius.centos7 @ius php71u-mcrypt.x86_64 7.1.0-2.ius.centos7 @ius php71u-mysqlnd.x86_64 7.1.0-2.ius.centos7 @ius php71u-pdo.x86_64 7.1.0-2.ius.centos7 @ius php71u-pecl-igbinary.x86_64 2.0.0-1.ius.centos7 @ius php71u-process.x86_64 7.1.0-2.ius.centos7 @ius php71u-xml.x86_64 7.1.0-2.ius.centos7 @ius
On 12/23/16 06:43 PM, William Bauer wrote:
I appreciate the feedback. Got everything working.
Also, for what it's worth, CentOS strongly discourages use of
webtactic
repos. Information about this can be found here:
https://www.centos.org/forums/viewtopic.php?f=48&t=52586&sid=eb663c9...
To get PHP5.6, I instead used what they appear to prefer and
possibly
support, the IUS repo (I missed your suggestion about using version
7,
some of which is also on the repo below):
rpm -Uvh https://centos7.iuscommunity.org/ius-release.rpm
On 12/22/16 04:31 PM, Jacob Bisby wrote:
This is very easy, just export your current MySQL database and
import it
into the new MySQL server (Google should be your friend with this). Obviously you’ll need to make sure you have the same user /
permissions
/ etc.
Then just copy your RRD directory into the same directory on the
new
server as it was on the existing one after you’ve installed
Observium
from SVN. Now would probably also be a good time to get PHP7 going
– I
can confirm these packages function properly with Observium on
CentOS7:
https://webtatic.com/packages/php70/ .
Jacob
*From:*observium [mailto:observium-bounces@observium.org] *On
Behalf Of
*William Bauer *Sent:* Friday, 23 December 2016 5:15 AM *To:* Observium Network Observation System
*Subject:* Re: [Observium] Moving Observium
Are there instructions somewhere for moving Observium? I don't
know how
to migrate mysql. I was hoping there are concise Observium
instructions,
much like the excellent install page.
*From:*Cody Cook *Sent:* Thu Dec 22 13:07:30 PST 2016 *To:* Observium Network Observation System *Subject:* Re: [Observium] Moving Observium
You'll need to also migrate and redirect your MySQL database too.
On Dec 22, 2016 12:45 PM, "William Bauer" <bbauer@scripps.edu mailto:bbauer@scripps.edu> wrote:
So I have my new CentOS7 system ready to go, moving from a
CentOS6
VM. I thought I'd found it before, but I can't find
instructions for
moving observium to a different system (same x86_64
architecture).
I can move the RRDs, but isn't there more to it, like migrating mysql data? I've looked through the documentation. Perhaps I'm just
looking for
the wrong text. Any links someone can point to, or
instructions for
moving from one host to another? Thanks. Bill
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Pretty sure the only thing keeping me from moving ahead with php 7 and Observium is my radius auth. Don’t see a php7 version of php-pecl-radius ☹
Guess it’s time to switch to ldap auth.
Thanks, [Description: qvc]Sam Hernandez-Gill Engineer | Network & Telecom QVC Founder’s Park | West Chester, PA 19380 484-701-1681 | Sam.Hernandez-gill@qvc.commailto:Sam.Hernandez-gill@qvc.com
---------------------------- This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient of this e-mail (even if the e-mail address above is yours), (i) you may not use, copy or retransmit it, (ii) please delete this message and (iii) please notify the sender immediately. Any disclosure, copying, or distribution of this message or the taking of any action based on it, is strictly prohibited. ----------------------------
From: observium [mailto:observium-bounces@observium.org] On Behalf Of Adam Armstrong Sent: Friday, December 23, 2016 11:14 PM To: Observium Network Observation System observium@observium.org Subject: Re: [Observium] Moving Observium
Hrm. I might have to rewrite the install guide using these repos. Adam. Sent from BlueMailhttp://www.bluemail.me/r On 24 Dec 2016, at 03:44, William Bauer <bbauer@scripps.edumailto:bbauer@scripps.edu> wrote:
Scratch that. Something in PHP 7.1 is missing or incompatible. Perhaps php-pear since that package was unavailable? Rather than spend time experimenting, moved down to 7.0 as suggested:
mod_php70u.x86_64 7.0.14-1.ius.centos7 @ius php70u-cli.x86_64 7.0.14-1.ius.centos7 @ius php70u-common.x86_64 7.0.14-1.ius.centos7 @ius php70u-json.x86_64 7.0.14-1.ius.centos7 @ius php70u-mcrypt.x86_64 7.0.14-1.ius.centos7 @ius php70u-mysqlnd.x86_64 7.0.14-1.ius.centos7 @ius php70u-pdo.x86_64 7.0.14-1.ius.centos7 @ius php70u-pear.noarch 1:1.10.1-2.ius.centos7 @ius php70u-pecl-igbinary.x86_64 2.0.0-1.ius.centos7 @ius php70u-process.x86_64 7.0.14-1.ius.centos7 @ius php70u-xml.x86_64 7.0.14-1.ius.centos7 @ius
On
12/23/16 07:11 PM, William Bauer wrote:
I removed PHP 5.6 and installed 7.1 from this same IUS repo. Works fine. At least one of these might not have been necessary, but here are the modules I installed, or were installed as dependencies:
mod_php71u.x86_64 7.1.0-2.ius.centos7 @ius php71u-cli.x86_64 7.1.0-2.ius.centos7 @ius php71u-common.x86_64 7.1.0-2.ius.centos7 @ius php71u-json.x86_64 7.1.0-2.ius.centos7 @ius php71u-mcrypt.x86_64 7.1.0-2.ius.centos7 @ius php71u-mysqlnd.x86_64 7.1.0-2.ius.centos7 @ius php71u-pdo.x86_64 7.1.0-2.ius.centos7 @ius php71u-pecl-igbinary.x86_64 2.0.0-1.ius.centos7 @ius php71u-process.x86_64 7.1.0-2.ius.centos7 @ius php71u-xml.x86_64
7.1.0-2.ius.centos7 @ius
On 12/23/16 06:43 PM, William Bauer wrote:
I appreciate the feedback. Got everything working.
Also, for what it's worth, CentOS strongly discourages use of webtactic repos. Information about this can be found here:
https://www.centos.org/forums/viewtopic.php?f=48&t=52586&sid=eb663c9...
To get PHP5.6, I instead used what they appear to prefer and possibly support, the IUS repo (I missed your suggestion about using version 7, some of which is also on the repo below):
rpm -Uvh https://centos7.iuscommunity.org/ius-release.rpm
On 12/22/16 04:31 PM, Jacob Bisby
wrote:
This is very easy, just export your current MySQL database and import it into the new MySQL server (Google should be your friend with this). Obviously you’ll need to make sure you have the same user / permissions / etc.
Then just copy your RRD directory into the same directory on the new server as it was on the existing one after you’ve installed Observium from SVN. Now would probably also be a good time to get PHP7 going – I can confirm these packages function properly with Observium on CentOS7: https://webtatic.com/packages/php70/ .
- Jacob
*From:*observium [mailto:observium-bounces@observium.org] *On Behalf Of *William Bauer *Sent:* Friday, 23 December 2016 5:15 AM *To:* Observium Network
Observation System <observium@observium.orgmailto:observium@observium.org> *Subject:* Re: [Observium] Moving Observium
Are there instructions somewhere for moving Observium? I don't know how to migrate mysql. I was hoping there are concise Observium instructions, much like the excellent install page.
________________________________
*From:*Cody Cook *Sent:* Thu Dec 22 13:07:30 PST 2016 *To:* Observium Network Observation System *Subject:* Re: [Observium] Moving Observium
You'll need to also migrate and redirect your MySQL database too.
On Dec 22, 2016 12:45 PM, "William Bauer" <bbauer@scripps.edu <mailto:bbauer@scripps.edumailto:bbauer@scripps.edu%0b%20%3cmailto:bbauer@scripps.edu>> wrote:
So I have my new CentOS7 system ready to go, moving from a CentOS6 VM. I thought I'd found it before, but I can't find instructions for moving observium to a different system (same x86_64 architecture). I can move the RRDs, but isn't there more to it, like
migrating mysql data?
I've looked through the documentation. Perhaps I'm just looking for the wrong text. Any links someone can point to, or instructions for moving from one host to another?
Thanks.
Bill
________________________________
observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
I had no idea about the issue with Webtatic so I'll keep that in mind
I will say though that I have used the Webtatic repo's to setup PHP7 on 10 separate CentOS7 boxes and more in development environments and have yet to run into issues with them yet. Do the IUS repositories give you everything necessary to run PHP7 yet? If they do I might switch to using them instead.
Jacob Bisby
-----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of William Bauer Sent: Saturday, 24 December 2016 10:44 AM To: Observium Network Observation System observium@observium.org Subject: Re: [Observium] Moving Observium
I appreciate the feedback. Got everything working.
Also, for what it's worth, CentOS strongly discourages use of webtactic repos. Information about this can be found here:
https://www.centos.org/forums/viewtopic.php?f=48&t=52586&sid=eb663c9...
To get PHP5.6, I instead used what they appear to prefer and possibly support, the IUS repo (I missed your suggestion about using version 7, some of which is also on the repo below):
rpm -Uvh https://centos7.iuscommunity.org/ius-release.rpm
On 12/22/16 04:31 PM, Jacob Bisby wrote:
This is very easy, just export your current MySQL database and import it into the new MySQL server (Google should be your friend with this). Obviously you’ll need to make sure you have the same user / permissions / etc.
Then just copy your RRD directory into the same directory on the new server as it was on the existing one after you’ve installed Observium from SVN. Now would probably also be a good time to get PHP7 going – I can confirm these packages function properly with Observium on CentOS7: https://webtatic.com/packages/php70/ .
Jacob
*From:*observium [mailto:observium-bounces@observium.org] *On Behalf Of *William Bauer *Sent:* Friday, 23 December 2016 5:15 AM *To:* Observium Network Observation System observium@observium.org *Subject:* Re: [Observium] Moving Observium
Are there instructions somewhere for moving Observium? I don't know how to migrate mysql. I was hoping there are concise Observium instructions, much like the excellent install page.
--
*From:*Cody Cook *Sent:* Thu Dec 22 13:07:30 PST 2016 *To:* Observium Network Observation System *Subject:* Re: [Observium] Moving Observium
You'll need to also migrate and redirect your MySQL database too.
On Dec 22, 2016 12:45 PM, "William Bauer" <bbauer@scripps.edu mailto:bbauer@scripps.edu> wrote:
So I have my new CentOS7 system ready to go, moving from a CentOS6 VM. I thought I'd found it before, but I can't find instructions for moving observium to a different system (same x86_64 architecture). I can move the RRDs, but isn't there more to it, like migrating mysql data? I've looked through the documentation. Perhaps I'm just looking for the wrong text. Any links someone can point to, or instructions for moving from one host to another? Thanks. Bill
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Goddamn. I just rewrote the install guide with webtactic repos!
Adam.
Sent from BlueMail
On 29 Dec 2016, 13:36, at 13:36, Jacob Bisby Jacob.Bisby@uniscope.com.au wrote:
I had no idea about the issue with Webtatic so I'll keep that in mind
I will say though that I have used the Webtatic repo's to setup PHP7 on 10 separate CentOS7 boxes and more in development environments and have yet to run into issues with them yet. Do the IUS repositories give you everything necessary to run PHP7 yet? If they do I might switch to using them instead.
Jacob Bisby
-----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of William Bauer Sent: Saturday, 24 December 2016 10:44 AM To: Observium Network Observation System observium@observium.org Subject: Re: [Observium] Moving Observium
I appreciate the feedback. Got everything working.
Also, for what it's worth, CentOS strongly discourages use of webtactic repos. Information about this can be found here:
https://www.centos.org/forums/viewtopic.php?f=48&t=52586&sid=eb663c9...
To get PHP5.6, I instead used what they appear to prefer and possibly support, the IUS repo (I missed your suggestion about using version 7, some of which is also on the repo below):
rpm -Uvh https://centos7.iuscommunity.org/ius-release.rpm
On 12/22/16 04:31 PM, Jacob Bisby wrote:
This is very easy, just export your current MySQL database and import
it into the new MySQL server (Google should be your friend with
this).
Obviously you’ll need to make sure you have the same user / permissions / etc.
Then just copy your RRD directory into the same directory on the new server as it was on the existing one after you’ve installed Observium
from SVN. Now would probably also be a good time to get PHP7 going –
I
can confirm these packages function properly with Observium on
CentOS7:
https://webtatic.com/packages/php70/ .
Jacob
*From:*observium [mailto:observium-bounces@observium.org] *On Behalf Of *William Bauer *Sent:* Friday, 23 December 2016 5:15 AM *To:* Observium Network Observation System observium@observium.org *Subject:* Re: [Observium] Moving Observium
Are there instructions somewhere for moving Observium? I don't know how to migrate mysql. I was hoping there are concise Observium instructions, much like the excellent install page.
--
*From:*Cody Cook *Sent:* Thu Dec 22 13:07:30 PST 2016 *To:* Observium Network Observation System *Subject:* Re: [Observium] Moving Observium
You'll need to also migrate and redirect your MySQL database too.
On Dec 22, 2016 12:45 PM, "William Bauer" <bbauer@scripps.edu mailto:bbauer@scripps.edu> wrote:
So I have my new CentOS7 system ready to go, moving from a
CentOS6
VM. I thought I'd found it before, but I can't find instructions
for
moving observium to a different system (same x86_64
architecture).
I can move the RRDs, but isn't there more to it, like migrating mysql data? I've looked through the documentation. Perhaps I'm just looking
for
the wrong text. Any links someone can point to, or instructions
for
moving from one host to another? Thanks. Bill
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hi,
I found these guides if its any helps for php7 on centos
http://devdocs.magento.com/guides/v2.0/install-gde/prereq/php-centos.html#ph... http://devdocs.magento.com/guides/v2.0/install-gde/prereq/php-centos.html#php-centos-7
https://blog.remirepo.net/post/2016/02/14/Install-PHP-7-on-CentOS-RHEL-Fedor... https://blog.remirepo.net/post/2016/02/14/Install-PHP-7-on-CentOS-RHEL-Fedora
2 other repos which DONT use the webtatic
I haven’t tried them, but you could give them ago if you wanted
Simon
On 29 Dec 2016, at 13:55, Adam Armstrong adama@memetic.org wrote:
Goddamn. I just rewrote the install guide with webtactic repos!
Adam.
Sent from BlueMail http://www.bluemail.me/r On 29 Dec 2016, at 13:36, Jacob Bisby <Jacob.Bisby@uniscope.com.au mailto:Jacob.Bisby@uniscope.com.au> wrote: I had no idea about the issue with Webtatic so I'll keep that in mind
I will say though that I have used the Webtatic repo's to setup PHP7 on 10 separate CentOS7 boxes and more in development environments and have yet to run into issues with them yet. Do the IUS repositories give you everything necessary to run PHP7 yet? If they do I might switch to using them instead.
Jacob Bisby
-----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of William Bauer Sent: Saturday, 24 December 2016 10:44 AM To: Observium Network Observation System observium@observium.org Subject: Re: [Observium] Moving Observium
I appreciate the feedback. Got everything working.
Also, for what it's worth, CentOS strongly discourages use of webtactic repos. Information about this can be found here:
https://www.centos.org/forums/viewtopic.php?f=48&t=52586&sid=eb663c9... https://www.centos.org/forums/viewtopic.php?f=48&t=52586&sid=eb663c9221a655ed0ec15b97314fe4db
To get PHP5.6, I instead used what they appear to prefer and possibly support, the IUS repo (I missed your suggestion about using version 7, some of which is also on the repo below):
rpm -Uvh https://centos7.iuscommunity.org/ius-release.rpm https://centos7.iuscommunity.org/ius-release.rpm
On 12/22/16 04:31 PM, Jacob Bisby wrote: This is very easy, just export your current MySQL database and import it into the new MySQL server (Google should be your friend with this). Obviously you’ll need to make sure you have the same user / permissions / etc.
Then just copy your RRD directory into the same directory on the new server as it was on the existing one after you’ve installed Observium from SVN. Now would probably also be a good time to get PHP7 going – I can confirm these packages function properly with Observium on CentOS7: https://webtatic.com/packages/php70 https://webtatic.com/packages/php70/ .
Jacob
*From:*observium [mailto:observium-bounces@observium.org] *On Behalf Of *William Bauer *Sent:* Friday, 23 December 2016 5:15 AM *To:* Observium Network Observation System observium@observium.org *Subject:* Re: [Observium] Moving Observium
Are there instructions somewhere for moving Observium? I don't know how to migrate mysql. I was hoping there are concise Observium instructions, much like the excellent install page.
--
*From:*Cody Cook *Sent:* Thu Dec 22 13:07:30 PST 2016 *To:* Observium Network Observation System *Subject:* Re: [Observium] Moving Observium
You'll need to also migrate and redirect your MySQL database too.
On Dec 22, 2016 12:45 PM, "William Bauer" <bbauer@scripps.edu mailto:bbauer@scripps.edu> wrote:
So I have my new CentOS7 system ready to go, moving from a CentOS6 VM. I thought I'd found it before, but I can't find instructions for moving observium to a different system (same x86_64 architecture). I can move the RRDs, but isn't there more to it, like migrating mysql data? I've looked through the documentation. Perhaps I'm just looking for the wrong text. Any links someone can point to, or instructions for moving from one host to another? Thanks. Bill
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
I noticed that. I wondered why after seeing your reply elsewhere in this thread about rewriting the instructions. I thought you meant you were going to rewrite using IUS, not webtatic!
On 12/29/16 05:55 AM, Adam Armstrong wrote:
Goddamn. I just rewrote the install guide with webtactic repos!
Adam.
Sent from BlueMail http://www.bluemail.me/r On 29 Dec 2016, at 13:36, Jacob Bisby <Jacob.Bisby@uniscope.com.au mailto:Jacob.Bisby@uniscope.com.au> wrote:
I had no idea about the issue with Webtatic so I'll keep that in mind I will say though that I have used the Webtatic repo's to setup PHP7 on 10 separate CentOS7 boxes and more in development environments and have yet to run into issues with them yet. Do the IUS repositories give you everything necessary to run PHP7 yet? If they do I might switch to using them instead. Jacob Bisby -----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of William Bauer Sent: Saturday, 24 December 2016 10:44 AM To: Observium Network Observation System <observium@observium.org> Subject: Re: [Observium] Moving Observium I appreciate the feedback. Got everything working. Also, for what it's worth, CentOS strongly discourages use of webtactic repos. Information about this can be found here: https://www.centos.org/forums/viewtopic.php?f=48&t=52586&sid=eb663c9221a655ed0ec15b97314fe4db To get PHP5.6, I instead used what they appear to prefer and possibly support, the IUS repo (I missed your suggestion about using version 7, some of which is also on the repo below): rpm -Uvh https://centos7.iuscommunity.org/ius-release.rpm On 12/22/16 04:31 PM, Jacob Bisby wrote: This is very easy, just export your current MySQL database and import it into the new MySQL server (Google should be your friend with this). Obviously you’ll need to make sure you have the same user / permissions / etc. Then just copy your RRD direct! ory into the same directory on the new server as it was on the existing one after you’ve installed Observium from SVN. Now would probably also be a good time to get PHP7 going – I can confirm these packages function properly with Observium on CentOS7: https://webtatic.com/packages/php70/ . - Jacob *From:*observium [mailto:observium-bounces@observium.org] *On Behalf Of *William Bauer *Sent:* Friday, 23 December 2016 5:15 AM *To:* Observium Network Observation System <observium@observium.org> *Subject:* Re: [Observium] Moving Observium Are there instructions somewhere for moving Observium? I don't know how to migrate mysql. I was hoping there are concise Observium instructions, much like the excellent install page. ------------------------------------------------------------------------ -- *From:*Cody Cook *Sent:* Thu Dec 22 13:07:30 PST 2016 *To:* Observium Network Observation System *Subject:* Re: [Observium] Moving Observium You'll need to also migrate and redirect your MySQL database too. On Dec 22, 2016 12:45 PM, "William Bauer" <bbauer@scripps.edu <mailto:bbauer@scripps.edu>> wrote: So I have my new CentOS7 system ready to go, moving from a CentOS6 VM. I thought I'd found it before, but I can't find instructions for moving observium to a different system (same x86_64 architecture). I can move the RRDs, but isn't there more to it, like migrating mysql data? I've looked through the documentation. Perhaps I'm just looking for the wrong text. Any links someone can point to, or instructions for moving from one host to another? Thanks. Bill
Yep. PHP7 (not 7.1), exclusively from IUS working for me. I used no webtatic after reading the cautions from the CentOS engineer, which is what I alluded to earlier in this thread. They seem to have a very strong negative opinion of webtatic, and if you read the comments he made, it makes sense not to use them.
Turns out you need the CentOS epel-release to use IUS:
https://ius.io/GettingStarted/
What was said regarding webtatic:
"We do not recommend use of the Webtatic repo under any circumstances."
Why?
"The webtatic repo contains many packages with names that conflict with the names of packages in CentOS base and updates repos. This means that it replaces packages supplied by CentOS without warning. Examine your /var/log/yum.log and see what else got updated at the same time as the php packages were installed (or afterwards). Use rpm -qi $packagename to check to make sure that the buildhost is a CentOS one and that the signing key is the CentOS one for each of those."
"The IUS Community repo is a better source of replacement packages since they are all named differently than the ones CentOS supply so you have to take explicit action to install them."
On 12/29/16 05:36 AM, Jacob Bisby wrote:
I had no idea about the issue with Webtatic so I'll keep that in mind
I will say though that I have used the Webtatic repo's to setup PHP7 on 10 separate CentOS7 boxes and more in development environments and have yet to run into issues with them yet. Do the IUS repositories give you everything necessary to run PHP7 yet? If they do I might switch to using them instead.
Jacob Bisby
-----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of William Bauer Sent: Saturday, 24 December 2016 10:44 AM To: Observium Network Observation System observium@observium.org Subject: Re: [Observium] Moving Observium
I appreciate the feedback. Got everything working.
Also, for what it's worth, CentOS strongly discourages use of webtactic repos. Information about this can be found here:
https://www.centos.org/forums/viewtopic.php?f=48&t=52586&sid=eb663c9...
To get PHP5.6, I instead used what they appear to prefer and possibly support, the IUS repo (I missed your suggestion about using version 7, some of which is also on the repo below):
rpm -Uvh https://centos7.iuscommunity.org/ius-release.rpm
On 12/22/16 04:31 PM, Jacob Bisby wrote:
This is very easy, just export your current MySQL database and import it into the new MySQL server (Google should be your friend with this). Obviously you’ll need to make sure you have the same user / permissions / etc.
Then just copy your RRD directory into the same directory on the new server as it was on the existing one after you’ve installed Observium from SVN. Now would probably also be a good time to get PHP7 going – I can confirm these packages function properly with Observium on CentOS7: https://webtatic.com/packages/php70/ .
Jacob
*From:*observium [mailto:observium-bounces@observium.org] *On Behalf Of *William Bauer *Sent:* Friday, 23 December 2016 5:15 AM *To:* Observium Network Observation System observium@observium.org *Subject:* Re: [Observium] Moving Observium
Are there instructions somewhere for moving Observium? I don't know how to migrate mysql. I was hoping there are concise Observium instructions, much like the excellent install page.
--
*From:*Cody Cook *Sent:* Thu Dec 22 13:07:30 PST 2016 *To:* Observium Network Observation System *Subject:* Re: [Observium] Moving Observium
You'll need to also migrate and redirect your MySQL database too.
On Dec 22, 2016 12:45 PM, "William Bauer" <bbauer@scripps.edu mailto:bbauer@scripps.edu> wrote:
So I have my new CentOS7 system ready to go, moving from a CentOS6 VM. I thought I'd found it before, but I can't find instructions for moving observium to a different system (same x86_64 architecture). I can move the RRDs, but isn't there more to it, like migrating mysql data? I've looked through the documentation. Perhaps I'm just looking for the wrong text. Any links someone can point to, or instructions for moving from one host to another? Thanks. Bill
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (6)
-
Adam Armstrong
-
Cody Cook
-
Jacob Bisby
-
Sam Hernandez-gill
-
Simon Mousey Smith
-
William Bauer