forked from jzlwang/docs-services-partials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_tshoot-tech-reinstall.html.md.erb
37 lines (36 loc) · 1.03 KB
/
_tshoot-tech-reinstall.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
To reinstall a tile in the same environment where it was previously uninstalled:
<ol>
<li>Ensure that the previous tile was correctly uninstalled as follows:
<ol>
<li>
Log in as an admin by running: <pre>cf login</pre>
</li>
<li>
Confirm that the Marketplace does not list
<%=vars.service_name_article%> by running: <pre>cf m</pre>
</li>
<li>
Log in to BOSH as an admin by running: <pre>bosh log-in</pre>
</li>
<li>
Display your BOSH deployments to confirm that the output does not
show <%=vars.service_name_article%> deployment by running:
<pre>bosh deployments</pre>
</li>
<li>
Run the <a href="#delete-all">"delete-all-service-instances"</a> errand
to delete every instance of the service.
</li>
<li>
Run the <a href="#deregister-broker">"deregister-broker"</a> errand
to delete the service broker.
</li>
<li>
Delete the service broker BOSH deployment by running:
<pre>bosh delete-deployment BROKER-DEPLOYMENT-NAME</pre>
</li>
<li>
Reinstall the tile.
</li>
</ol>
</ol>