Closed
Bug 706206
Opened 14 years ago
Closed 14 years ago
mm setup
Categories
(Data & BI Services Team :: DB: MySQL, task)
Data & BI Services Team
DB: MySQL
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: scabral, Assigned: scabral)
Details
mm setup between generic101.webapp.phx1 and whatever host gets setup in sjc
Assignee | ||
Updated•14 years ago
|
Assignee: server-ops-database → scabral
Assignee | ||
Comment 1•14 years ago
|
||
Not sure if LDAP is set up for this just yet:
[scabral@natasha ~]$ ssh generic101.webapp.phx1
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
[scabral@natasha ~]$ ssh root@!$
ssh root@generic101.webapp.phx1
Last login: Tue Nov 29 11:18:41 2011 from 10.8.81.5
[root@generic101.webapp.phx1 ~]#
That might be OK or not.....just noting it here.
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•14 years ago
|
||
MySQL and db's are already on the machine, so I'm just waiting for whatever sjc host is setup to be able to setup master/master.
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| test |
| wos |
+--------------------+
4 rows in set (0.00 sec)
mysql> show variables like 'version';
+---------------+--------+
| Variable_name | Value |
+---------------+--------+
| version | 5.1.52 |
+---------------+--------+
1 row in set (0.00 sec)
Assignee | ||
Comment 3•14 years ago
|
||
pipe isn't completely clear between the 2 servers -- wostest1.webapp.sjc1 and generic101.webapp.phx1, updated bus 706954 with the details.
Assignee | ||
Comment 4•14 years ago
|
||
Set up, I had to enable binary logging and put server id's, so I used the last 2 octets of the IPs (so they're unique) and set expire_logs_days to 30.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Data & BI Services Team
You need to log in
before you can comment on or make changes to this bug.
Description
•