You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The number displayed in the event output corresponds to the number shown in [Motherboard Layout](#figure-motherboard-layout) in [step 6](#locate-failed-fan-step-6).
108
+
109
+
2. Put the instance with the failure into maintenance mode:
110
+
111
+
a. List all resources of type instance in your cluster. In the output, a status of `present` indicates that the instance is not in maintenance.
112
+
113
+
```bash
114
+
redcli instance list
115
+
```
116
+
117
+
b. Put the instance into maintenance by specifying its instance number or host name:
118
+
119
+
```bash
120
+
redcli instance maintenance enter -i <instance_id>
121
+
```
122
+
123
+
or
124
+
125
+
```bash
126
+
redcli instance maintenance enter -n <hostname>
127
+
```
128
+
129
+
c. List all resources of type instance in your cluster and verify that the status of the instance is `Maintenance`.
130
+
131
+
```bash
132
+
redcli instance list
133
+
```
134
+
135
+
3. If the server with the failed fan is still running, power off the server by specifying its host name.
4. Disconnect all power cords and cables. Ensure each cable is properly labeled to support correct reconnection in [step 11](#reconnect-power-cord-step-11).
143
+
144
+
5. Pull the chassis from the rack and remove the top chassis cover, as follows:
145
+
146
+
a. Use a screw driver to loosen the captive screw on the rear of the chassis [Loosen captive screw](#figure-loosen-captive-screw).
b. Slide the cover towards the back of the chassis, and then lift the rear top cover up, as shown in [Remove rear top cover](#figure-remove-rear-cover).
153
+
154
+
<Anchorid="figure-remove-rear-cover">**Remove rear top cover**</Anchor>
155
+
156
+

157
+
158
+
<Anchorid="locate-failed-fan-step-6"></Anchor>
159
+
6. Locate the failed fan using the fan number from step 1 and the [Motherboard Layout](#figure-motherboard-layout) diagram.
a. Disconnect the fan cable from the motherboard header.
168
+
169
+
b. Lift the failed fan housing up and out of the chassis [Remove the failed fan](#figure-remove-failed-fan).
170
+
171
+
<Anchorid="figure-remove-failed-fan">**Remove the failed fan**</Anchor>
172
+
173
+

174
+
175
+
8. Release the rubber screws and push pins from the failed fan, and then insert the same rubber screws and push pins on the replacement fan [Install rubber screws on replacement fan](#figure-install-rubber-screws).
176
+
177
+
<Anchorid="figure-install-rubber-screws">**Install rubber screws on replacement fan**</Anchor>
178
+
179
+

180
+
181
+
9. Physically install the replacement fan, as follows:
182
+
183
+
a. Align the replacement fan with the vacant slot in the chassis.
184
+
185
+
b. Carefully insert the fan housing into the slot until it clicks securely into place. Confirm the fan is secure and seated flush in the chassis.
186
+
187
+
c. Reconnect the fan cables to the same fan headers on the motherboard, using the following precautions:
188
+
- Use care when inserting the fan connectors into the motherboard headers, as there are obstructions for some headers.
189
+
- Avoid bending pins on these connectors.
190
+
- Secure the cables using ties after fan replacement.
191
+
192
+
10. Re-install the top chassis cover and push the chassis into the rack.
0 commit comments