Closed
Bug 700441
Opened 14 years ago
Closed 14 years ago
MW: BZ ETL : To change UIDs to match central DB, for all internal users
Categories
(Mozilla Metrics :: Metrics Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
Unreviewed
People
(Reporter: tmary, Assigned: tmary)
Details
mkurze@:
This would require changing UIDs and restarting all processes which currently run as the old UID
Given that there are many production processes (BZ ETL) running as user mkurze@ on *.generic.sjc1 hosts, they would need to be shutdown cleanly before making changes and restarted afterwards.
Please update the ticket with steps etc for stopping/starting the services.
--
| Assignee | ||
Updated•14 years ago
|
Summary: MW: To change UIDs to match central DB, for all internal users → MW: BZ ETL : To change UIDs to match central DB, for all internal users
Comment 1•14 years ago
|
||
Let me first make a list of the processes started under my ID (got using `ps fxU mkurze`):
* Solr on node18, node19
start: ( cd /usr/local/bugzilla_dwh/solr_shard/ ; ./bin/run_solr )
stop: ( cd /usr/local/bugzilla_dwh/solr_shard/ ; ./bin/stop_solr )
* LilyCMS on node21, node22
start: ( cd /usr/local/bugzilla_dwh/lily ; ./service/lily-service start )
stop: ( cd /usr/local/bugzilla_dwh/lily ; ./service/lily-service stop )
* ES on node18-24
start: ( cd /home/mkurze/bugzilla_dwh_es/elasticsearch/ ; ./bin/service/elasticsearch start )
stop: ( cd /home/mkurze/bugzilla_dwh_es/elasticsearch/ ; ./bin/service/elasticsearch stop )
* ssh tunnel - all nodes, not a service (headless subshell):
start: ssh -NL 3306:tm-bugs01-ro-zeus:3306 mkurze@cm-metricsapp01.mozilla.org
All these processes are shut down now.
| Assignee | ||
Comment 2•14 years ago
|
||
Uids on node[18-24].generic, admin3.generic have been changed.
--
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•