12 |
|
dcs1 = HMI |
13 |
|
|
14 |
|
1. Login as user postgres: |
15 |
+ |
(This s/b running from the boot of the machine: |
16 |
+ |
/usr/local/pgsql-8.4/bin/postgres -D /var/lib/pgsql/dcs1_data) |
17 |
|
|
18 |
|
> ssh-agent | head -2 > /var/lib/pgsql/ssh-agent.env |
19 |
|
> chmod 600 /var/lib/pgsql/ssh-agent.env |
20 |
< |
> source /var/lib/pgsql/ssh-agent.env |
20 |
> |
> source /var/lib/pgsql/ssh-agent.env (NOTE: ^D if you went into csh earlier) |
21 |
|
> ssh-add |
22 |
|
(The password is written on my whiteboard (old production prod... passwd)) |
23 |
|
|
52 |
|
> vncviewer |
53 |
|
|
54 |
|
(answer what vncserver told you, e.g. dcs0.Stanford.EDU:1) |
55 |
+ |
(password is the 'basically no data') |
56 |
|
|
57 |
|
6. In the window that vncviewer opened do: |
58 |
|
|
68 |
|
----------------------- |
69 |
|
|
70 |
|
Hit the red "Exit" button on the VNC display of the socdc gui. |
71 |
< |
If you are not local ps and kill socdc. |
71 |
> |
If you are not local ps and kill socdc. !!NOTE: If you |
72 |
> |
directly kill socdc you MUST also kill the 2 ingest_tlm processes. |
73 |
> |
|
74 |
|
|