Skip to content

Commit 3ae8eb5

Browse files
Fern Editor: Update
1 parent 4dd7158 commit 3ae8eb5

1 file changed

Lines changed: 115 additions & 0 deletions

File tree

fern/docs/pages/welcome.mdx

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ git clone <your-template-repo.git>
3232
cd docs-starter
3333
```
3434

35+
3536
</Step>
3637

3738
<Step title="Install the Fern CLI">
@@ -81,6 +82,120 @@ fern generate --docs
8182
```
8283

8384
</Step>
85+
86+
<Step title="Cross-reference">
87+
<Note>
88+
As realm admin, run the `redcli` commands in the following procedure from any healthy node in your cluster.
89+
</Note>
90+
91+
<Anchor id="procedure">**Procedure**</Anchor>
92+
93+
1. Determine the failed fan number using the following CLI command:
94+
95+
```bash
96+
redcli health event list -s CRITICAL
97+
```
98+
99+
The output of this command displays critical events, which include failed fans.
100+
101+
For example, the following output shows that `(SYS_FAN_1)` failed:
102+
103+
```
104+
2025-01-21 03:26:43.73 +0000 UTC │ CRITC │ memp-dh4-inf-cug-7 │ Sensor hmi/servers/ c804086d-aad1-4869-8d2d-bcdcf9460952/sensors/8(SYS_FAN_1) Reading(140 5) crossed LowerCritical Threshold(150)
105+
```
106+
107+
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.
136+
137+
```bash
138+
redcli server power -T <hostname> -a off
139+
```
140+
141+
<Anchor id="disconnect-power-cords-step-4"></Anchor>
142+
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).
147+
148+
<Anchor id="figure-loosen-captive-screw">**Loosen captive screw**</Anchor>
149+
150+
![Loosen captive screw](../../../assets/ai2000-hw-guide/fan-replacement/Tyan_captivescrew.jpg)
151+
152+
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+
<Anchor id="figure-remove-rear-cover">**Remove rear top cover**</Anchor>
155+
156+
![Remove rear top cover](../../../assets/ai2000-hw-guide/fan-replacement/Tyan_rearcover.jpg)
157+
158+
<Anchor id="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.
160+
161+
<Anchor id="figure-motherboard-layout">**Motherboard Layout**</Anchor>
162+
163+
![Motherboard Layout](../../../assets/ai2000-hw-guide/fan-replacement/sensor_location.jpg)
164+
165+
7. Physically remove the failed fan, as follows:
166+
167+
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+
<Anchor id="figure-remove-failed-fan">**Remove the failed fan**</Anchor>
172+
173+
![Remove the failed fan](../../../assets/ai2000-hw-guide/fan-replacement/Tyan_removefan.jpg)
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+
<Anchor id="figure-install-rubber-screws">**Install rubber screws on replacement fan**</Anchor>
178+
179+
![Install rubber screws on replacement fan](../../../assets/ai2000-hw-guide/fan-replacement/Tyan_rubberscrews.jpg)
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.
193+
194+
<Anchor id="reconnect-power-cord-step-11"></Anchor>
195+
11. Reconnect the power cords and cables exactly as they were removed in [step 4](#disconnect-power-cords-step-4).
196+
197+
</Step>
198+
84199
</Steps>
85200

86201
## Next steps

0 commit comments

Comments
 (0)