Skip to content

Commit 744296f

Browse files
committed
986: update page; what-if-scenarios
1 parent c02bff1 commit 744296f

7 files changed

Lines changed: 30 additions & 7 deletions

File tree

docs/infrastructure-management/devices/what-if-scenarios.mdx

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,43 @@ title: "What If Scenarios"
33
sidebar_position: 19
44
---
55

6+
import ThemedImage from '@theme/ThemedImage'
7+
import useBaseUrl from '@docusaurus/useBaseUrl'
8+
69
### What If?
710

811
Device42 has a convenient What If section which allows you to plan for the deployment of additional devices into racks or for the migration of devices into racks. The What If section will allow you to add one or many devices to racks and Device42 will take into account the device sizes, and if you're using the power monitoring add-on, the amps and power supplies per each device to help you distribute the new devices to racks.
912

10-
This section can be found under Tools>Templates & Bulk Operations> What If.
13+
This section can be found under **Tools > Templates & Bulk Operations > What If**.
14+
15+
In the first section of the What If page, fill in the number of devices as well as their size, amps, and the number of power supplies per device. If entering multiple devices in different sizes, click the **Add** button to add a new line to enter a different device size.
1116

12-
In the first section of the What If page, fill in the number of devices as well as their size, amps, and the number of power supplies per device. If entering multiple devices in different sizes, click the "Add" button to add a new line to enter a different device size.
17+
<ThemedImage
18+
alt="Device configuration form"
19+
sources={{
20+
light: useBaseUrl('/assets/images/what-if-scenarios/define-devices-light.png'),
21+
dark: useBaseUrl('/assets/images/what-if-scenarios/define-devices-dark.png'),
22+
}}
23+
/>
1324

14-
![Devices to be added](/assets/images/2016-02-26-what-if-01.png)
1525

16-
In the next section, choose whether you would like Device42 to add these devices to a building, room, or specific racks. Here, we'll choose racks. Enter part or all of the rack name(s) in the "Available Racks" section to see which racks you would like to select.
26+
In the next section, choose whether you would like Device42 to add these devices to a building, room, or specific racks. Here, we'll choose racks. Enter part or all of the rack name(s) in the **Available Racks** section to see which racks you would like to select.
1727

18-
![Choose racks to add to](/assets/images/2016-02-26-what-if-02.png)
28+
<ThemedImage
29+
alt="Available racks selection"
30+
sources={{
31+
light: useBaseUrl('/assets/images/what-if-scenarios/select-racks-light.png'),
32+
dark: useBaseUrl('/assets/images/what-if-scenarios/select-racks-dark.png'),
33+
}}
34+
/>
1935

20-
After you have chosen which racks or rooms to add the devices to, click the "What If" button and Device42 will calculate where devices can be added according to available space and power, and will display the results.
36+
After you have chosen which racks or rooms to add the devices to, click the **What If** button and Device42 will calculate where devices can be added according to available space and power, and will display the results.
2137

22-
![Added Devices](/assets/images/2016-02-26-what-if-03.png)
38+
<ThemedImage
39+
alt="What If results"
40+
sources={{
41+
light: useBaseUrl('/assets/images/what-if-scenarios/what-if-results-light.png'),
42+
dark: useBaseUrl('/assets/images/what-if-scenarios/what-if-results-dark.png'),
43+
}}
44+
style={{ width: '85%' }}
45+
/>
267 KB
Loading
263 KB
Loading
224 KB
Loading
217 KB
Loading
333 KB
Loading
309 KB
Loading

0 commit comments

Comments
 (0)