Closed Bug 802330 Opened 13 years ago Closed 13 years ago

flow from (new) snippets dev|stage to dev-zeus-r<o|w>.db.phx1

Categories

(Infrastructure & Operations Graveyard :: NetOps, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dmaher, Assigned: cransom)

Details

Hello, Please open a flow from the new snippets dev and stage servers to the dev/stage DB vips for mysql access. * snippets1.dev.webapp.phx1 (10.8.81.98) -> dev-zeus-ro.db.phx1 (10.8.70.88) : mysql (3306) * snippets1.dev.webapp.phx1 (10.8.81.98) -> dev-zeus-rw.db.phx1 (10.8.70.87) : mysql (3306) * snippets1.stage.webapp.phx1 (10.8.81.5) -> dev-zeus-ro.db.phx1 (10.8.70.88) : mysql (3306) * snippets1.stage.webapp.phx1 (10.8.81.5) -> dev-zeus-rw.db.phx1 (10.8.70.87) : mysql (3306) Thank you !
all set. 0beast:~% for f in snippets1.{dev,stage}.webapp.phx1.mozilla.com; do ssh $f "nc -vz 10.8.70.87 3306; nc -vz 10.8.70.88 3306"; done Connection to 10.8.70.87 3306 port [tcp/mysql] succeeded! Connection to 10.8.70.88 3306 port [tcp/mysql] succeeded! Connection to 10.8.70.87 3306 port [tcp/mysql] succeeded! Connection to 10.8.70.88 3306 port [tcp/mysql] succeeded!
Assignee: network-operations → cransom
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.