diff --git a/_includes/content-reuse/admin-guides/kerberos/kerberos-configuring-linux-client.md b/_includes/content-reuse/admin-guides/kerberos/kerberos-configuring-linux-client.md index c389751c..bef92251 100644 --- a/_includes/content-reuse/admin-guides/kerberos/kerberos-configuring-linux-client.md +++ b/_includes/content-reuse/admin-guides/kerberos/kerberos-configuring-linux-client.md @@ -300,6 +300,6 @@ In environments where Linux systems map exactly to end users that have `kinit`-b {% include important.html content="The user you logged in to the AD domain with is the owner of any new files." %} ## Network Time Protocol (NTP) Server -{% include content-reuse/kerberos-ntp-server.md %} +{% include content-reuse/admin-guides/kerberos/kerberos-ntp-server.md %} There are many NTP dæmons for Linux. For example, Ubuntu uses the [NTP functionality in systemd](https://ubuntu.com/server/docs/use-timedatectl-and-timesyncd) (`timedatectl` and `timesyncd`). diff --git a/_includes/content-reuse/kerberos-ntp-server.md b/_includes/content-reuse/admin-guides/kerberos/kerberos-ntp-server.md similarity index 100% rename from _includes/content-reuse/kerberos-ntp-server.md rename to _includes/content-reuse/admin-guides/kerberos/kerberos-ntp-server.md diff --git a/_includes/content-reuse/admin-guides/kerberos/kerberos-prerequisites-joining-cluster-active-directory.md b/_includes/content-reuse/admin-guides/kerberos/kerberos-prerequisites-joining-cluster-active-directory.md index 2b16fcb6..51c0e553 100644 --- a/_includes/content-reuse/admin-guides/kerberos/kerberos-prerequisites-joining-cluster-active-directory.md +++ b/_includes/content-reuse/admin-guides/kerberos/kerberos-prerequisites-joining-cluster-active-directory.md @@ -29,4 +29,4 @@ CN=Users,DC=my,DC=example,DC=com;CN=Computers,DC=stuff,DC=example,DC=com ## Using the Active Directory Domain Controller as the NTP Server -{% include content-reuse/kerberos-ntp-server.md %} +{% include content-reuse/admin-guides/kerberos/kerberos-ntp-server.md %} diff --git a/_includes/content-reuse/monitoring-data-protection-reconfiguration-process.md b/_includes/content-reuse/admin-guides/node-addition-replacement/monitoring-data-protection-reconfiguration-process.md similarity index 100% rename from _includes/content-reuse/monitoring-data-protection-reconfiguration-process.md rename to _includes/content-reuse/admin-guides/node-addition-replacement/monitoring-data-protection-reconfiguration-process.md diff --git a/_includes/content-reuse/admin-guides/replicating-data/shift-from-s3.md b/_includes/content-reuse/admin-guides/replicating-data/shift-from-s3.md index cfa8b30a..fff59616 100644 --- a/_includes/content-reuse/admin-guides/replicating-data/shift-from-s3.md +++ b/_includes/content-reuse/admin-guides/replicating-data/shift-from-s3.md @@ -137,7 +137,7 @@ This section describes how to use the Qumulo Core Web UI 4.2.5 (and higher) to c {% include note.html content="For work estimates, Shift-From jobs calculate the total number of files and bytes in a job's bucket prefix. This requires the job to use the [`ListObjectV2` S3 action](https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html) once for every 5,000 objects (or 200 times for every 1 million objects)." %} -{% include content-reuse/shift-view-config-details-stop-job-repeat-job-delete-relationship.md %} +{% include content-reuse/admin-guides/replicating-data/shift-view-config-details-stop-job-repeat-job-delete-relationship.md %} ## Using the Qumulo CLI to Copy Files and Manage Relationships @@ -183,7 +183,7 @@ The CLI returns the details of the relationship in JSON format, for example: } ``` -{% include content-reuse/shift-view-config-details-status-shift-relationship.md %} +{% include content-reuse/admin-guides/replicating-data/shift-view-config-details-status-shift-relationship.md %} ```json [ @@ -221,11 +221,11 @@ The CLI returns the details of the relationship in JSON format, for example: } ] ``` -{% include content-reuse/shift-view-status-description.md %} +{% include content-reuse/admin-guides/replicating-data/shift-view-status-description.md %} Shift-From performs a single task that estimates the amount of content to copy by listing all files and summing up their contents. Until this task is complete, the `percent_complete` field is set to `"None"` and the `estimated_end_time` field is set to `""`. To list the bucket prefix content in sets of 5,000 objects, this task uses the [`ListObjectV2` S3 action](https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html). -{% include content-reuse/shift-view-status-stop-repeat-copy-job-delete-relationship.md %} +{% include content-reuse/admin-guides/replicating-data/shift-view-status-stop-repeat-copy-job-delete-relationship.md %} ## Troubleshooting Copy Job Issues diff --git a/_includes/content-reuse/admin-guides/replicating-data/shift-to-s3.md b/_includes/content-reuse/admin-guides/replicating-data/shift-to-s3.md index 913a407a..41f10742 100644 --- a/_includes/content-reuse/admin-guides/replicating-data/shift-to-s3.md +++ b/_includes/content-reuse/admin-guides/replicating-data/shift-to-s3.md @@ -205,7 +205,7 @@ This section describes how to use the Qumulo Core Web UI 3.2.5 (and higher) to c The copy job begins. -{% include content-reuse/shift-view-config-details-stop-job-repeat-job-delete-relationship.md %} +{% include content-reuse/admin-guides/replicating-data/shift-view-config-details-stop-job-repeat-job-delete-relationship.md %} ## Using the Qumulo CLI to Copy Files and Manage Relationships @@ -251,7 +251,7 @@ The CLI returns the details of the relationship in JSON format, for example: } ``` -{% include content-reuse/shift-view-config-details-status-shift-relationship.md %} +{% include content-reuse/admin-guides/replicating-data/shift-view-config-details-status-shift-relationship.md %} ```json [ @@ -289,9 +289,9 @@ The CLI returns the details of the relationship in JSON format, for example: } ] ``` -{% include content-reuse/shift-view-status-description.md %} +{% include content-reuse/admin-guides/replicating-data/shift-view-status-description.md %} -{% include content-reuse/shift-view-status-stop-repeat-copy-job-delete-relationship.md %} +{% include content-reuse/admin-guides/replicating-data/shift-view-status-stop-repeat-copy-job-delete-relationship.md %} ## Troubleshooting Copy Job Issues diff --git a/_includes/content-reuse/shift-view-config-details-status-shift-relationship.md b/_includes/content-reuse/admin-guides/replicating-data/shift-view-config-details-status-shift-relationship.md similarity index 100% rename from _includes/content-reuse/shift-view-config-details-status-shift-relationship.md rename to _includes/content-reuse/admin-guides/replicating-data/shift-view-config-details-status-shift-relationship.md diff --git a/_includes/content-reuse/shift-view-config-details-stop-job-repeat-job-delete-relationship.md b/_includes/content-reuse/admin-guides/replicating-data/shift-view-config-details-stop-job-repeat-job-delete-relationship.md similarity index 100% rename from _includes/content-reuse/shift-view-config-details-stop-job-repeat-job-delete-relationship.md rename to _includes/content-reuse/admin-guides/replicating-data/shift-view-config-details-stop-job-repeat-job-delete-relationship.md diff --git a/_includes/content-reuse/shift-view-status-description.md b/_includes/content-reuse/admin-guides/replicating-data/shift-view-status-description.md similarity index 100% rename from _includes/content-reuse/shift-view-status-description.md rename to _includes/content-reuse/admin-guides/replicating-data/shift-view-status-description.md diff --git a/_includes/content-reuse/shift-view-status-stop-repeat-copy-job-delete-relationship.md b/_includes/content-reuse/admin-guides/replicating-data/shift-view-status-stop-repeat-copy-job-delete-relationship.md similarity index 100% rename from _includes/content-reuse/shift-view-status-stop-repeat-copy-job-delete-relationship.md rename to _includes/content-reuse/admin-guides/replicating-data/shift-view-status-stop-repeat-copy-job-delete-relationship.md diff --git a/_includes/content-reuse/create-configure-cluster.md b/_includes/content-reuse/hardware-guides/create-configure-cluster.md similarity index 100% rename from _includes/content-reuse/create-configure-cluster.md rename to _includes/content-reuse/hardware-guides/create-configure-cluster.md diff --git a/_includes/content-reuse/hpe-apollo-4200-gen-9-90t-180t-288t-eops.md b/_includes/content-reuse/hardware-guides/hpe-apollo-4200-gen-9-90t-180t-288t-eops.md similarity index 100% rename from _includes/content-reuse/hpe-apollo-4200-gen-9-90t-180t-288t-eops.md rename to _includes/content-reuse/hardware-guides/hpe-apollo-4200-gen-9-90t-180t-288t-eops.md diff --git a/_includes/content-reuse/install-qumulo-core.md b/_includes/content-reuse/hardware-guides/install-qumulo-core.md similarity index 100% rename from _includes/content-reuse/install-qumulo-core.md rename to _includes/content-reuse/hardware-guides/install-qumulo-core.md diff --git a/_includes/content-reuse/platform-agnostic-boot-drive-additional-instructions.md b/_includes/content-reuse/hardware-guides/platform-agnostic-boot-drive-additional-instructions.md similarity index 100% rename from _includes/content-reuse/platform-agnostic-boot-drive-additional-instructions.md rename to _includes/content-reuse/hardware-guides/platform-agnostic-boot-drive-additional-instructions.md diff --git a/_includes/content-reuse/platform-agnostic-boot-drive-replacement.md b/_includes/content-reuse/hardware-guides/platform-agnostic-boot-drive-replacement.md similarity index 100% rename from _includes/content-reuse/platform-agnostic-boot-drive-replacement.md rename to _includes/content-reuse/hardware-guides/platform-agnostic-boot-drive-replacement.md diff --git a/_includes/content-reuse/platform-agnostic-identify-eth-port.md b/_includes/content-reuse/hardware-guides/platform-agnostic-identify-eth-port.md similarity index 100% rename from _includes/content-reuse/platform-agnostic-identify-eth-port.md rename to _includes/content-reuse/hardware-guides/platform-agnostic-identify-eth-port.md diff --git a/_includes/content-reuse/platform-agnostic-ilo-configuration.md b/_includes/content-reuse/hardware-guides/platform-agnostic-ilo-configuration.md similarity index 100% rename from _includes/content-reuse/platform-agnostic-ilo-configuration.md rename to _includes/content-reuse/hardware-guides/platform-agnostic-ilo-configuration.md diff --git a/_includes/content-reuse/platform-agnostic-ilo-preamble.md b/_includes/content-reuse/hardware-guides/platform-agnostic-ilo-preamble.md similarity index 100% rename from _includes/content-reuse/platform-agnostic-ilo-preamble.md rename to _includes/content-reuse/hardware-guides/platform-agnostic-ilo-preamble.md diff --git a/_includes/content-reuse/platform-agnostic-ipmi.md b/_includes/content-reuse/hardware-guides/platform-agnostic-ipmi.md similarity index 100% rename from _includes/content-reuse/platform-agnostic-ipmi.md rename to _includes/content-reuse/hardware-guides/platform-agnostic-ipmi.md diff --git a/_includes/content-reuse/platform-agnostic-irmc.md b/_includes/content-reuse/hardware-guides/platform-agnostic-irmc.md similarity index 100% rename from _includes/content-reuse/platform-agnostic-irmc.md rename to _includes/content-reuse/hardware-guides/platform-agnostic-irmc.md diff --git a/_includes/content-reuse/platform-agnostic-part-replacement-admonitions.md b/_includes/content-reuse/hardware-guides/platform-agnostic-part-replacement-admonitions.md similarity index 100% rename from _includes/content-reuse/platform-agnostic-part-replacement-admonitions.md rename to _includes/content-reuse/hardware-guides/platform-agnostic-part-replacement-admonitions.md diff --git a/_includes/content-reuse/platform-agnostic-part-replacement-procedure-fvt.md b/_includes/content-reuse/hardware-guides/platform-agnostic-part-replacement-procedure-fvt.md similarity index 100% rename from _includes/content-reuse/platform-agnostic-part-replacement-procedure-fvt.md rename to _includes/content-reuse/hardware-guides/platform-agnostic-part-replacement-procedure-fvt.md diff --git a/_includes/content-reuse/platform-agnostic-split-wiring-networking-cluster.md b/_includes/content-reuse/hardware-guides/platform-agnostic-split-wiring-networking-cluster.md similarity index 100% rename from _includes/content-reuse/platform-agnostic-split-wiring-networking-cluster.md rename to _includes/content-reuse/hardware-guides/platform-agnostic-split-wiring-networking-cluster.md diff --git a/_includes/content-reuse/platform-agnostic-unified-networking-cluster.md b/_includes/content-reuse/hardware-guides/platform-agnostic-unified-networking-cluster.md similarity index 100% rename from _includes/content-reuse/platform-agnostic-unified-networking-cluster.md rename to _includes/content-reuse/hardware-guides/platform-agnostic-unified-networking-cluster.md diff --git a/_includes/content-reuse/platform-agnostic-unified-networking-wiring-power.md b/_includes/content-reuse/hardware-guides/platform-agnostic-unified-networking-wiring-power.md similarity index 100% rename from _includes/content-reuse/platform-agnostic-unified-networking-wiring-power.md rename to _includes/content-reuse/hardware-guides/platform-agnostic-unified-networking-wiring-power.md diff --git a/_includes/content-reuse/platform-agnostic-unified-networking-wiring.md b/_includes/content-reuse/hardware-guides/platform-agnostic-unified-networking-wiring.md similarity index 100% rename from _includes/content-reuse/platform-agnostic-unified-networking-wiring.md rename to _includes/content-reuse/hardware-guides/platform-agnostic-unified-networking-wiring.md diff --git a/_includes/content-reuse/platform-agnostic-unified-or-split-networking-cluster.md b/_includes/content-reuse/hardware-guides/platform-agnostic-unified-or-split-networking-cluster.md similarity index 100% rename from _includes/content-reuse/platform-agnostic-unified-or-split-networking-cluster.md rename to _includes/content-reuse/hardware-guides/platform-agnostic-unified-or-split-networking-cluster.md diff --git a/_includes/content-reuse/platform-agnostic-unified-or-split-networking-wiring.md b/_includes/content-reuse/hardware-guides/platform-agnostic-unified-or-split-networking-wiring.md similarity index 100% rename from _includes/content-reuse/platform-agnostic-unified-or-split-networking-wiring.md rename to _includes/content-reuse/hardware-guides/platform-agnostic-unified-or-split-networking-wiring.md diff --git a/_includes/content-reuse/platform-agnostic-verify-node-preamble.md b/_includes/content-reuse/hardware-guides/platform-agnostic-verify-node-preamble.md similarity index 100% rename from _includes/content-reuse/platform-agnostic-verify-node-preamble.md rename to _includes/content-reuse/hardware-guides/platform-agnostic-verify-node-preamble.md diff --git a/_includes/content-reuse/run-anywhere-conditional-admonitions.md b/_includes/content-reuse/hardware-guides/run-anywhere-conditional-admonitions.md similarity index 100% rename from _includes/content-reuse/run-anywhere-conditional-admonitions.md rename to _includes/content-reuse/hardware-guides/run-anywhere-conditional-admonitions.md diff --git a/_includes/content-reuse/hybrid-platforms-find-out-ssd-size.md b/_includes/content-reuse/hybrid-platforms-find-out-ssd-size.md deleted file mode 100644 index 5461dae9..00000000 --- a/_includes/content-reuse/hybrid-platforms-find-out-ssd-size.md +++ /dev/null @@ -1,5 +0,0 @@ -On hybrid platforms, SSDs act as a cache. You can determine the size of these drives in either of the following ways: - diff --git a/_includes/content-reuse/qumulo-alerts-monitor-notify-array.md b/_includes/content-reuse/qumulo-alerts-monitor-notify-array.md deleted file mode 100644 index d326ae3c..00000000 --- a/_includes/content-reuse/qumulo-alerts-monitor-notify-array.md +++ /dev/null @@ -1,8 +0,0 @@ - -

An array of notifications to which a user subscribes

- -

For a list of available alarm and alert plugin names, see What Alarms and Alerts Qumulo Alerts Supports.

- diff --git a/_includes/content-reuse/qumulo-care-response-times.md b/_includes/content-reuse/qumulo-care/qumulo-care-response-times.md similarity index 100% rename from _includes/content-reuse/qumulo-care-response-times.md rename to _includes/content-reuse/qumulo-care/qumulo-care-response-times.md diff --git a/_includes/content-reuse/qumulo-care-ways-to-get-help.md b/_includes/content-reuse/qumulo-care/qumulo-care-ways-to-get-help.md similarity index 100% rename from _includes/content-reuse/qumulo-care-ways-to-get-help.md rename to _includes/content-reuse/qumulo-care/qumulo-care-ways-to-get-help.md diff --git a/_includes/content-reuse/unicode-led.md b/_includes/content-reuse/unicode-led.md deleted file mode 100644 index f6b8c310..00000000 --- a/_includes/content-reuse/unicode-led.md +++ /dev/null @@ -1 +0,0 @@ -{{ include.color }} diff --git a/administrator-guide/node-addition-replacement/adding-nodes-adaptive-data-protection-changes.md b/administrator-guide/node-addition-replacement/adding-nodes-adaptive-data-protection-changes.md index 2b972ad8..145bad3a 100644 --- a/administrator-guide/node-addition-replacement/adding-nodes-adaptive-data-protection-changes.md +++ b/administrator-guide/node-addition-replacement/adding-nodes-adaptive-data-protection-changes.md @@ -59,4 +59,4 @@ A cluster's data protection configuration includes the stripe configuration (for 1. To confirm the configuration with the selected node-add and data protection configuration operations, enter `yes`. -{% include content-reuse/monitoring-data-protection-reconfiguration-process.md %} +{% include content-reuse/admin-guides/node-addition-replacement/monitoring-data-protection-reconfiguration-process.md %} diff --git a/administrator-guide/node-addition-replacement/replacing-nodes-transparent-platform-refresh.md b/administrator-guide/node-addition-replacement/replacing-nodes-transparent-platform-refresh.md index 13e65a1e..6c961e9c 100644 --- a/administrator-guide/node-addition-replacement/replacing-nodes-transparent-platform-refresh.md +++ b/administrator-guide/node-addition-replacement/replacing-nodes-transparent-platform-refresh.md @@ -153,4 +153,4 @@ Ensure that the number of static and floating IP addresses is equal to or greate -{% include content-reuse/monitoring-data-protection-reconfiguration-process.md %} +{% include content-reuse/admin-guides/node-addition-replacement/monitoring-data-protection-reconfiguration-process.md %} diff --git a/contacting-qumulo-care-team.md b/contacting-qumulo-care-team.md index fe522f03..be68e68d 100644 --- a/contacting-qumulo-care-team.md +++ b/contacting-qumulo-care-team.md @@ -11,7 +11,7 @@ We make sure that every one of our engineers has deep experience with file stora We take pride in helping our customers and coming up with solutions for every specific issue. ## Ways to Get Help -{% include content-reuse/qumulo-care-ways-to-get-help.md %} +{% include content-reuse/qumulo-care/qumulo-care-ways-to-get-help.md %} ## Support Hours The Qumulo Care team is available Monday to Friday, 24×5 to answer your questions and requests. During off hours, a team member is on call 24×7 for when you might need help the most. @@ -19,7 +19,7 @@ The Qumulo Care team is available Monday to Friday, 24×5 to answer your qu ## Qumulo Care Response Times The service availability and initial response time vary based on an issue's severity level, starting from the time when the Qumulo Care team first learns about the issue. -{% include content-reuse/qumulo-care-response-times.md %} +{% include content-reuse/qumulo-care/qumulo-care-response-times.md %} ## Slack Tips and Tricks The Qumulo Care team monitors the [qumulocare Slack channel](https://qumulocare.slack.com/) during our normal Monday-to-Friday, 24×5 standard support hours. If you are currently a Qumulo customer, the fastest way to reach us is by using your dedicated Slack channel. diff --git a/hardware-guide/fujitsu-primergy-rx2540-m7/configuring-irmc-wiring-nodes.md b/hardware-guide/fujitsu-primergy-rx2540-m7/configuring-irmc-wiring-nodes.md index 0b690e40..9ecb2b8f 100644 --- a/hardware-guide/fujitsu-primergy-rx2540-m7/configuring-irmc-wiring-nodes.md +++ b/hardware-guide/fujitsu-primergy-rx2540-m7/configuring-irmc-wiring-nodes.md @@ -10,8 +10,8 @@ sidebar: hardware_guide_sidebar {% capture alt_tag %}Back Diagram of the {{site.fprx2540m7Long}} Node{% endcapture %} {% include image.html alt=alt_tag file="fujitsu-primergy-rx2540-m7-back-diagram.png" url="/hardware-guide/fujitsu-primergy-rx2540-m7/images/fujitsu-primergy-rx2540-m7-back-diagram.png" %} -{% include content-reuse/platform-agnostic-irmc.md %} +{% include content-reuse/hardware-guide/platform-agnostic-irmc.md %} To configure the iRMC port, you must use Fujitsu ServerView. For more information, see Logging on to the iRMC S6 for the first time (p. 30) and iRMC factory defaults (p. 31) in the Fujitsu iRMC S6 Configuration and Maintenance Manual. -{% include content-reuse/platform-agnostic-unified-networking-wiring.md bmcType="iRMC" ethernetSpeed="25 Gbps" portCompatibility=" (compatible with SFP28)" %} +{% include content-reuse/hardware-guide/platform-agnostic-unified-networking-wiring.md bmcType="iRMC" ethernetSpeed="25 Gbps" portCompatibility=" (compatible with SFP28)" %} -{% include content-reuse/platform-agnostic-unified-networking-wiring-power.md ethernetSpeed="25 Gbps" %} +{% include content-reuse/hardware-guide/platform-agnostic-unified-networking-wiring-power.md ethernetSpeed="25 Gbps" %} diff --git a/hardware-guide/fujitsu-primergy-rx2540-m7/getting-started.md b/hardware-guide/fujitsu-primergy-rx2540-m7/getting-started.md index 73b12e6a..e0bd6953 100644 --- a/hardware-guide/fujitsu-primergy-rx2540-m7/getting-started.md +++ b/hardware-guide/fujitsu-primergy-rx2540-m7/getting-started.md @@ -9,7 +9,7 @@ sidebar: hardware_guide_sidebar {% include important.html content=askFujitsu %} ## Step 1: Verify Your Node -{% include content-reuse/platform-agnostic-verify-node-preamble.md %} +{% include content-reuse/hardware-guide/platform-agnostic-verify-node-preamble.md %} ## Step 2: Boot by Using the Qumulo Core USB Drive Installer @@ -24,4 +24,4 @@ sidebar: hardware_guide_sidebar ## Step 3: Create and Configure Your Cluster The Qumulo Installer runs automatically. -{% include content-reuse/create-configure-cluster.md %} +{% include content-reuse/hardware-guide/create-configure-cluster.md %} diff --git a/hardware-guide/fujitsu-primergy-rx2540-m7/replacing-hardware-components.md b/hardware-guide/fujitsu-primergy-rx2540-m7/replacing-hardware-components.md index 825df898..6dfc9d70 100644 --- a/hardware-guide/fujitsu-primergy-rx2540-m7/replacing-hardware-components.md +++ b/hardware-guide/fujitsu-primergy-rx2540-m7/replacing-hardware-components.md @@ -8,7 +8,7 @@ varHotPlug: You can replace this component without powering off the node. varNoHotPlug: To replace this component, you must first power off the node. --- -{% include content-reuse/platform-agnostic-part-replacement-admonitions.md %} +{% include content-reuse/hardware-guide/platform-agnostic-part-replacement-admonitions.md %} ## To Remove and Replace the Top Cover {{site.fprx2540m7followDocs}} Removing the top covers (p. 58). @@ -57,7 +57,7 @@ Your {{site.fprx2540m7}} chassis contains an M.2 boot drive. For more informatio {{site.bootDriveInit}} -{% include content-reuse/platform-agnostic-boot-drive-replacement.md %} +{% include content-reuse/hardware-guide/platform-agnostic-boot-drive-replacement.md %} ## To Replace an HDD diff --git a/hardware-guide/hpe-alletra-4110/configuring-ilo.md b/hardware-guide/hpe-alletra-4110/configuring-ilo.md index d637f8fd..d6b32f56 100644 --- a/hardware-guide/hpe-alletra-4110/configuring-ilo.md +++ b/hardware-guide/hpe-alletra-4110/configuring-ilo.md @@ -5,9 +5,9 @@ permalink: /hardware-guide/hpe-alletra-4110/configuring-ilo.html sidebar: hardware_guide_sidebar --- -{% include content-reuse/platform-agnostic-ilo-preamble.md %} +{% include content-reuse/hardware-guide/platform-agnostic-ilo-preamble.md %} {% capture alt_back %}The location of the iLO port on the rear of the {{site.all4110}} node{% endcapture %} {% include image.html alt=alt_back file="hpe-alletra-4110-rear-panel-ilo-port.png" max-width="250"%} -{% include content-reuse/platform-agnostic-ilo-configuration.md iloUserGuide="* [HPE iLO 6 User Guide](https://support.hpe.com/hpesc/public/docDisplay?docId=sd00002007en_us)" %} +{% include content-reuse/hardware-guide/platform-agnostic-ilo-configuration.md iloUserGuide="* [HPE iLO 6 User Guide](https://support.hpe.com/hpesc/public/docDisplay?docId=sd00002007en_us)" %} diff --git a/hardware-guide/hpe-alletra-4110/getting-started.md b/hardware-guide/hpe-alletra-4110/getting-started.md index 5dea3849..4ce2ea4d 100644 --- a/hardware-guide/hpe-alletra-4110/getting-started.md +++ b/hardware-guide/hpe-alletra-4110/getting-started.md @@ -16,7 +16,7 @@ platform: ## Step 1: Verify Your Node -{% include content-reuse/platform-agnostic-verify-node-preamble.md %} +{% include content-reuse/hardware-guide/platform-agnostic-verify-node-preamble.md %} ## Step 2: Boot by Using the Qumulo Core USB Drive Installer @@ -78,6 +78,6 @@ For help with troubleshooting your node, {{site.contactQumuloCare}}. ## Step 4: Create and Configure Your Cluster -{% include content-reuse/run-anywhere-conditional-admonitions.md %} +{% include content-reuse/hardware-guide/run-anywhere-conditional-admonitions.md %} -{% include content-reuse/create-configure-cluster.md %} +{% include content-reuse/hardware-guide/create-configure-cluster.md %} diff --git a/hardware-guide/hpe-alletra-4110/replacing-hardware-components.md b/hardware-guide/hpe-alletra-4110/replacing-hardware-components.md index e81f34e8..1d307cd9 100644 --- a/hardware-guide/hpe-alletra-4110/replacing-hardware-components.md +++ b/hardware-guide/hpe-alletra-4110/replacing-hardware-components.md @@ -8,9 +8,9 @@ platform: - all4110 --- -{% include content-reuse/platform-agnostic-part-replacement-admonitions.md %} +{% include content-reuse/hardware-guide/platform-agnostic-part-replacement-admonitions.md %} -{% include content-reuse/platform-agnostic-part-replacement-procedure-fvt.md %} +{% include content-reuse/hardware-guide/platform-agnostic-part-replacement-procedure-fvt.md %} ## To Replace an NVMe Drive Your {{site.all4110}} chassis contains either 20 or 10 NVMe drives. @@ -28,7 +28,7 @@ For information about replacing an M.2 boot drive, see [Installing an M.2 Solid ### To Initialize the Replacement M.2 Boot Drive {{site.bootDriveInit}} -{% include content-reuse/platform-agnostic-boot-drive-replacement.md %} +{% include content-reuse/hardware-guide/platform-agnostic-boot-drive-replacement.md %} ## To Replace a Power Supply Unit (PSU) Your {{site.all4110}} chassis contains two PSUs. diff --git a/hardware-guide/hpe-alletra-4110/wiring-nodes-networking-cluster.md b/hardware-guide/hpe-alletra-4110/wiring-nodes-networking-cluster.md index e65f3494..11e1d842 100644 --- a/hardware-guide/hpe-alletra-4110/wiring-nodes-networking-cluster.md +++ b/hardware-guide/hpe-alletra-4110/wiring-nodes-networking-cluster.md @@ -8,16 +8,16 @@ platform: - all4110 --- -{% include content-reuse/platform-agnostic-identify-eth-port.md %} +{% include content-reuse/hardware-guide/platform-agnostic-identify-eth-port.md %} ## Node NICs and Ports -{% include content-reuse/run-anywhere-conditional-admonitions.md %} +{% include content-reuse/hardware-guide/run-anywhere-conditional-admonitions.md %} The following diagrams show the NICs and ports on {{site.all4110}} node types. {% capture alt_tag %}Back Diagram of the {{site.all4110}} Node{% endcapture %} {% include image.html alt=alt_tag file="hpe-alletra-4110-back-diagram.png" url="/hardware-guide/hpe-alletra-4110/images/hpe-alletra-4110-back-diagram.png" %} -{% include content-reuse/platform-agnostic-split-wiring-networking-cluster.md ethernetSpeed="100 Gbps" %} +{% include content-reuse/hardware-guide/platform-agnostic-split-wiring-networking-cluster.md ethernetSpeed="100 Gbps" %} {% include important.html content="For your node to work correctly, you must connect at least one port in the NIC." %} diff --git a/hardware-guide/hpe-alletra-4140/configuring-ilo.md b/hardware-guide/hpe-alletra-4140/configuring-ilo.md index 9ef599b7..df7f3676 100644 --- a/hardware-guide/hpe-alletra-4140/configuring-ilo.md +++ b/hardware-guide/hpe-alletra-4140/configuring-ilo.md @@ -6,8 +6,8 @@ sidebar: hardware_guide_sidebar portLoc: false --- -{% include content-reuse/platform-agnostic-ilo-preamble.md %} +{% include content-reuse/hardware-guide/platform-agnostic-ilo-preamble.md %} The iLO port is located on the rear of the {{site.all4140}} node. For more information, see [Rear Panel Components](https://support.hpe.com/hpesc/public/docDisplay?docId=sd00003805en_us&page=GUID-07E81AC8-8384-4EB1-A4F8-F22C884A91E6.html) in the HPE Alletra Storage Server 4140 Setup and Installation Guide. -{% include content-reuse/platform-agnostic-ilo-configuration.md iloUserGuide="* [HPE iLO 6 User Guide](https://support.hpe.com/hpesc/public/docDisplay?docId=sd00002007en_us)" %} +{% include content-reuse/hardware-guide/platform-agnostic-ilo-configuration.md iloUserGuide="* [HPE iLO 6 User Guide](https://support.hpe.com/hpesc/public/docDisplay?docId=sd00002007en_us)" %} diff --git a/hardware-guide/hpe-alletra-4140/getting-started.md b/hardware-guide/hpe-alletra-4140/getting-started.md index c8442143..0f520960 100644 --- a/hardware-guide/hpe-alletra-4140/getting-started.md +++ b/hardware-guide/hpe-alletra-4140/getting-started.md @@ -20,7 +20,7 @@ platform: ## Step 1: Verify Your Node -{% include content-reuse/platform-agnostic-verify-node-preamble.md %} +{% include content-reuse/hardware-guide/platform-agnostic-verify-node-preamble.md %} {% include tip.html content="On this platform, the power button is located on the back of the node. For more information, see [Front Panel LEDs and Buttons](https://support.hpe.com/hpesc/public/docDisplay?docId=sd00003805en_us&page=GUID-D3D2588E-465D-49B5-977E-305234A3EDB6.html) in the HPE Alletra Storage Server 4140 Setup and Installation Guide." %} @@ -46,4 +46,4 @@ platform: ## Step 3: Create and Configure Your Cluster -{% include content-reuse/create-configure-cluster.md %} +{% include content-reuse/hardware-guide/create-configure-cluster.md %} diff --git a/hardware-guide/hpe-alletra-4140/replacing-hardware-components.md b/hardware-guide/hpe-alletra-4140/replacing-hardware-components.md index 5d91295e..852b231c 100644 --- a/hardware-guide/hpe-alletra-4140/replacing-hardware-components.md +++ b/hardware-guide/hpe-alletra-4140/replacing-hardware-components.md @@ -8,9 +8,9 @@ platform: - all4140 --- -{% include content-reuse/platform-agnostic-part-replacement-admonitions.md %} +{% include content-reuse/hardware-guide/platform-agnostic-part-replacement-admonitions.md %} -{% include content-reuse/platform-agnostic-part-replacement-procedure-fvt.md %} +{% include content-reuse/hardware-guide/platform-agnostic-part-replacement-procedure-fvt.md %} ## To Replace a HDD or SSD NVMe Drive Your {{site.all4140}} chassis contains either 60 or 80 HDDs and 8 SSD NVMe drives. @@ -28,7 +28,7 @@ For information about replacing an M.2 boot drive, see [Installing an M.2 Solid ### To Initialize the Replacement M.2 Boot Drive {{site.bootDriveInit}} -{% include content-reuse/platform-agnostic-boot-drive-replacement.md %} +{% include content-reuse/hardware-guide/platform-agnostic-boot-drive-replacement.md %} ## To Replace a Power Supply Unit (PSU) Your {{site.all4140}} chassis contains two PSUs. diff --git a/hardware-guide/hpe-apollo-4200-gen10-plus/configuring-ilo.md b/hardware-guide/hpe-apollo-4200-gen10-plus/configuring-ilo.md index 55ee095b..41817ddf 100644 --- a/hardware-guide/hpe-apollo-4200-gen10-plus/configuring-ilo.md +++ b/hardware-guide/hpe-apollo-4200-gen10-plus/configuring-ilo.md @@ -5,9 +5,9 @@ permalink: /hardware-guide/hpe-apollo-4200-gen10-plus/configuring-ilo.html sidebar: hardware_guide_sidebar --- -{% include content-reuse/platform-agnostic-ilo-preamble.md %} +{% include content-reuse/hardware-guide/platform-agnostic-ilo-preamble.md %} {% capture alt_back %}The location of the iLO port on the rear of the {{site.a4200g10p}} node{% endcapture %} {% include image.html alt=alt_back file="hpe-apollo-4200-gen10-plus-rear-panel-ilo-port.png" url="/hardware-guide/hpe-apollo-4200-gen10-plus/images/hpe-apollo-4200-gen10-plus-rear-panel-ilo-port.png"%} -{% include content-reuse/platform-agnostic-ilo-configuration.md iloUserGuide="* [HPE iLO 5 User Guide](https://support.hpe.com/hpesc/public/docDisplay?docId=a00105236en_us)" %} +{% include content-reuse/hardware-guide/platform-agnostic-ilo-configuration.md iloUserGuide="* [HPE iLO 5 User Guide](https://support.hpe.com/hpesc/public/docDisplay?docId=a00105236en_us)" %} diff --git a/hardware-guide/hpe-apollo-4200-gen10-plus/front-internal-drives.md b/hardware-guide/hpe-apollo-4200-gen10-plus/front-internal-drives.md index 61a94922..61170b53 100644 --- a/hardware-guide/hpe-apollo-4200-gen10-plus/front-internal-drives.md +++ b/hardware-guide/hpe-apollo-4200-gen10-plus/front-internal-drives.md @@ -52,7 +52,7 @@ The internal SFF drive row flips up behind the internal LFF drive row. Bays 1-4 ## Boot Drive -{% include content-reuse/platform-agnostic-boot-drive-additional-instructions.md %} +{% include content-reuse/hardware-guide/platform-agnostic-boot-drive-additional-instructions.md %} The boot drive is located inside the node at the indicated location. The drive is mounted onto a PCI Express slot and connected to the motherboard with a SATA cable. diff --git a/hardware-guide/hpe-apollo-4200-gen10-plus/getting-started.md b/hardware-guide/hpe-apollo-4200-gen10-plus/getting-started.md index fc4bce2c..176adf48 100644 --- a/hardware-guide/hpe-apollo-4200-gen10-plus/getting-started.md +++ b/hardware-guide/hpe-apollo-4200-gen10-plus/getting-started.md @@ -10,7 +10,7 @@ sidebar: hardware_guide_sidebar ## Step 1: Verify Your Node -{% include content-reuse/platform-agnostic-verify-node-preamble.md %} +{% include content-reuse/hardware-guide/platform-agnostic-verify-node-preamble.md %} ## Step 2: Boot by Using the Qumulo Core USB Drive Installer @@ -52,4 +52,4 @@ For help with troubleshooting your node, {{site.contactQumuloCare}}. ## Step 4: Create and Configure Your Cluster -{% include content-reuse/create-configure-cluster.md %} +{% include content-reuse/hardware-guide/create-configure-cluster.md %} diff --git a/hardware-guide/hpe-apollo-4200-gen10-plus/replacing-hardware-components.md b/hardware-guide/hpe-apollo-4200-gen10-plus/replacing-hardware-components.md index 4487fcb6..3e37a6e4 100644 --- a/hardware-guide/hpe-apollo-4200-gen10-plus/replacing-hardware-components.md +++ b/hardware-guide/hpe-apollo-4200-gen10-plus/replacing-hardware-components.md @@ -8,9 +8,9 @@ platform: - a4200g10p --- -{% include content-reuse/platform-agnostic-part-replacement-admonitions.md %} +{% include content-reuse/hardware-guide/platform-agnostic-part-replacement-admonitions.md %} -{% include content-reuse/platform-agnostic-part-replacement-procedure-fvt.md %} +{% include content-reuse/hardware-guide/platform-agnostic-part-replacement-procedure-fvt.md %} ## To Replace a HDD or SSD Drive Your {{site.a4200g10p}} chassis contains either 24 or 9 HDDs and either 8 or 3 SSDs. @@ -28,7 +28,7 @@ For information about replacing an M.2 boot drive, see [Installing an M.2 Solid ### To Initialize the Replacement M.2 Boot Drive {{site.bootDriveInit}} -{% include content-reuse/platform-agnostic-boot-drive-replacement.md %} +{% include content-reuse/hardware-guide/platform-agnostic-boot-drive-replacement.md %} ## To Replace a Power Supply Unit (PSU) Your {{site.a4200g10p}} chassis contains two PSUs. diff --git a/hardware-guide/hpe-apollo-4200-gen10-plus/wiring-nodes-networking-cluster.md b/hardware-guide/hpe-apollo-4200-gen10-plus/wiring-nodes-networking-cluster.md index 511d28d9..0f888001 100644 --- a/hardware-guide/hpe-apollo-4200-gen10-plus/wiring-nodes-networking-cluster.md +++ b/hardware-guide/hpe-apollo-4200-gen10-plus/wiring-nodes-networking-cluster.md @@ -7,7 +7,7 @@ sidebar: hardware_guide_sidebar {{site.unifyNetDefine}} -{% include content-reuse/platform-agnostic-identify-eth-port.md %} +{% include content-reuse/hardware-guide/platform-agnostic-identify-eth-port.md %} ## Node NIC and Ports The following diagrams show the NIC and ports on {{site.a4200g10p}} node types. diff --git a/hardware-guide/hpe-apollo-4200-gen10/configuring-ilo.md b/hardware-guide/hpe-apollo-4200-gen10/configuring-ilo.md index 6ab4065a..1418f79b 100644 --- a/hardware-guide/hpe-apollo-4200-gen10/configuring-ilo.md +++ b/hardware-guide/hpe-apollo-4200-gen10/configuring-ilo.md @@ -7,9 +7,9 @@ redirect_from: sidebar: hardware_guide_sidebar --- -{% include content-reuse/platform-agnostic-ilo-preamble.md %} +{% include content-reuse/hardware-guide/platform-agnostic-ilo-preamble.md %} {% capture alt_tag %}The location of the iLO port on the {{site.a4200g10}} node{% endcapture %} {% include image.html alt=alt_tag file="hpe-gen10-ilo.png" %} -{% include content-reuse/platform-agnostic-ilo-configuration.md iloUserGuide="* [HPE iLO 5 User Guide](https://support.hpe.com/hpesc/public/docDisplay?docId=a00105236en_us)" %} +{% include content-reuse/hardware-guide/platform-agnostic-ilo-configuration.md iloUserGuide="* [HPE iLO 5 User Guide](https://support.hpe.com/hpesc/public/docDisplay?docId=a00105236en_us)" %} diff --git a/hardware-guide/hpe-apollo-4200-gen10/front-rear-drives.md b/hardware-guide/hpe-apollo-4200-gen10/front-rear-drives.md index 0651e4b2..e1ef5a63 100644 --- a/hardware-guide/hpe-apollo-4200-gen10/front-rear-drives.md +++ b/hardware-guide/hpe-apollo-4200-gen10/front-rear-drives.md @@ -22,7 +22,7 @@ sidebar: hardware_guide_sidebar {% include image.html alt=alt_tag file="hpe-gen10-drives-rear.png" %} ## Boot Drive -{% include content-reuse/platform-agnostic-boot-drive-additional-instructions.md %} +{% include content-reuse/hardware-guide/platform-agnostic-boot-drive-additional-instructions.md %} ### 36T and 90T Nodes In 36T and 90T nodes, the boot drive is located in the second LFF drive row. diff --git a/hardware-guide/hpe-apollo-4200-gen10/getting-started.md b/hardware-guide/hpe-apollo-4200-gen10/getting-started.md index 4288bb0f..53153593 100644 --- a/hardware-guide/hpe-apollo-4200-gen10/getting-started.md +++ b/hardware-guide/hpe-apollo-4200-gen10/getting-started.md @@ -12,7 +12,7 @@ sidebar: hardware_guide_sidebar ## Step 1: Verify Your Node -{% include content-reuse/platform-agnostic-verify-node-preamble.md %} +{% include content-reuse/hardware-guide/platform-agnostic-verify-node-preamble.md %} 1. On the **HPE ProLiant** boot screen, do one of the following: @@ -109,4 +109,4 @@ Perform the following steps on every node in your cluster. ## Step 5: Create and Configure Your Cluster -{% include content-reuse/create-configure-cluster.md %} +{% include content-reuse/hardware-guide/create-configure-cluster.md %} diff --git a/hardware-guide/hpe-apollo-4200-gen10/replacing-hardware-components.md b/hardware-guide/hpe-apollo-4200-gen10/replacing-hardware-components.md index 57a9ba00..c4aaeee0 100644 --- a/hardware-guide/hpe-apollo-4200-gen10/replacing-hardware-components.md +++ b/hardware-guide/hpe-apollo-4200-gen10/replacing-hardware-components.md @@ -8,9 +8,9 @@ platform: - a4200g10 --- -{% include content-reuse/platform-agnostic-part-replacement-admonitions.md %} +{% include content-reuse/hardware-guide/platform-agnostic-part-replacement-admonitions.md %} -{% include content-reuse/platform-agnostic-part-replacement-procedure-fvt.md %} +{% include content-reuse/hardware-guide/platform-agnostic-part-replacement-procedure-fvt.md %} ## To Replace an HDD or SSD Drive Your {{site.a4200g10}} chassis contains either 24 or 9 HDD drives and 6, 4, or 3 SSD drives. For more information, see [Front and Rear Drive Bays](front-rear-drives.html). @@ -28,7 +28,7 @@ For information about replacing an NVMe M.2 boot drive, see [Removing and Replac ### To Initialize the Replacement M.2 Boot Drive {{site.bootDriveInit}} -{% include content-reuse/platform-agnostic-boot-drive-replacement.md %} +{% include content-reuse/hardware-guide/platform-agnostic-boot-drive-replacement.md %} ## To Replace a Power Supply Unit (PSU) Your {{site.a4200g10}} chassis contains two PSUs. diff --git a/hardware-guide/hpe-apollo-4200-gen10/wiring-nodes-networking-cluster.md b/hardware-guide/hpe-apollo-4200-gen10/wiring-nodes-networking-cluster.md index 1b2cfd3e..487ddaee 100644 --- a/hardware-guide/hpe-apollo-4200-gen10/wiring-nodes-networking-cluster.md +++ b/hardware-guide/hpe-apollo-4200-gen10/wiring-nodes-networking-cluster.md @@ -10,7 +10,7 @@ sidebar: hardware_guide_sidebar {{site.unifyNetDefine}} -{% include content-reuse/platform-agnostic-identify-eth-port.md %} +{% include content-reuse/hardware-guide/platform-agnostic-identify-eth-port.md %} ## Node NIC and Ports The following diagrams show the NIC and ports on {{site.a4200g10}} nodes. diff --git a/hardware-guide/hpe-apollo-4200-gen9/configuring-ilo.md b/hardware-guide/hpe-apollo-4200-gen9/configuring-ilo.md index 70cd1164..4441ef50 100644 --- a/hardware-guide/hpe-apollo-4200-gen9/configuring-ilo.md +++ b/hardware-guide/hpe-apollo-4200-gen9/configuring-ilo.md @@ -7,11 +7,11 @@ redirect_from: sidebar: hardware_guide_sidebar --- -{% include content-reuse/hpe-apollo-4200-gen-9-90t-180t-288t-eops.md %} +{% include content-reuse/hardware-guide/hpe-apollo-4200-gen-9-90t-180t-288t-eops.md %} -{% include content-reuse/platform-agnostic-ilo-preamble.md %} +{% include content-reuse/hardware-guide/platform-agnostic-ilo-preamble.md %} {% capture alt_tag %}The location of the iLO port on the {{site.a4200g9}} node{% endcapture %} {% include image.html alt=alt_tag file="hpe-gen9-ilo.png" %} -{% include content-reuse/platform-agnostic-ilo-configuration.md iloUserGuide="* [HPE iLO 4 User Guide](https://support.hpe.com/hpesc/public/docDisplay?docId=a00105236en_us)" %} +{% include content-reuse/hardware-guide/platform-agnostic-ilo-configuration.md iloUserGuide="* [HPE iLO 4 User Guide](https://support.hpe.com/hpesc/public/docDisplay?docId=a00105236en_us)" %} diff --git a/hardware-guide/hpe-apollo-4200-gen9/drive-leds.md b/hardware-guide/hpe-apollo-4200-gen9/drive-leds.md index c2d96690..65576cb8 100644 --- a/hardware-guide/hpe-apollo-4200-gen9/drive-leds.md +++ b/hardware-guide/hpe-apollo-4200-gen9/drive-leds.md @@ -7,7 +7,7 @@ redirect_from: sidebar: hardware_guide_sidebar --- -{% include content-reuse/hpe-apollo-4200-gen-9-90t-180t-288t-eops.md %} +{% include content-reuse/hardware-guide/hpe-apollo-4200-gen-9-90t-180t-288t-eops.md %} ## Large Form Factor (LFF) Drive LEDs diff --git a/hardware-guide/hpe-apollo-4200-gen9/front-rear-drives.md b/hardware-guide/hpe-apollo-4200-gen9/front-rear-drives.md index f39283c4..ea801073 100644 --- a/hardware-guide/hpe-apollo-4200-gen9/front-rear-drives.md +++ b/hardware-guide/hpe-apollo-4200-gen9/front-rear-drives.md @@ -7,7 +7,7 @@ redirect_from: sidebar: hardware_guide_sidebar --- -{% include content-reuse/hpe-apollo-4200-gen-9-90t-180t-288t-eops.md %} +{% include content-reuse/hardware-guide/hpe-apollo-4200-gen-9-90t-180t-288t-eops.md %} ## Front LFF Drive Row {% capture alt_tag %}The front large form factor drive row in the {{site.a4200g9}} node{% endcapture %} @@ -22,7 +22,7 @@ sidebar: hardware_guide_sidebar {% include image.html alt=alt_tag file="hpe-gen9-drives-rear.png" %} ## Boot Drive -{% include content-reuse/platform-agnostic-boot-drive-additional-instructions.md %} +{% include content-reuse/hardware-guide/platform-agnostic-boot-drive-additional-instructions.md %} The following diagram shows the boot drive in {{site.a4200g9}} 90T, 180T, and 288T nodes. diff --git a/hardware-guide/hpe-apollo-4200-gen9/getting-started.md b/hardware-guide/hpe-apollo-4200-gen9/getting-started.md index c6074956..866227c9 100644 --- a/hardware-guide/hpe-apollo-4200-gen9/getting-started.md +++ b/hardware-guide/hpe-apollo-4200-gen9/getting-started.md @@ -7,13 +7,13 @@ redirect_from: sidebar: hardware_guide_sidebar --- -{% include content-reuse/hpe-apollo-4200-gen-9-90t-180t-288t-eops.md %} +{% include content-reuse/hardware-guide/hpe-apollo-4200-gen-9-90t-180t-288t-eops.md %} ## Prerequisites {{site.xrefUSBinstaller}} ## Step 1: Verify Your Node -{% include content-reuse/platform-agnostic-verify-node-preamble.md %} +{% include content-reuse/hardware-guide/platform-agnostic-verify-node-preamble.md %} 1. On the **HPE ProLiant** boot screen, do one of the following: @@ -91,4 +91,4 @@ Perform the following steps on every node in your cluster. ## Step 5: Create and Configure Your Cluster -{% include content-reuse/create-configure-cluster.md %} +{% include content-reuse/hardware-guide/create-configure-cluster.md %} diff --git a/hardware-guide/hpe-apollo-4200-gen9/index.md b/hardware-guide/hpe-apollo-4200-gen9/index.md index d5240c71..5595d6a0 100644 --- a/hardware-guide/hpe-apollo-4200-gen9/index.md +++ b/hardware-guide/hpe-apollo-4200-gen9/index.md @@ -8,4 +8,4 @@ sidebar: hardware_guide_sidebar search: exclude --- -{% include content-reuse/hpe-apollo-4200-gen-9-90t-180t-288t-eops.md %} +{% include content-reuse/hardware-guide/hpe-apollo-4200-gen-9-90t-180t-288t-eops.md %} diff --git a/hardware-guide/hpe-apollo-4200-gen9/panel-leds.md b/hardware-guide/hpe-apollo-4200-gen9/panel-leds.md index a0c3a9ac..c5d63af4 100644 --- a/hardware-guide/hpe-apollo-4200-gen9/panel-leds.md +++ b/hardware-guide/hpe-apollo-4200-gen9/panel-leds.md @@ -7,7 +7,7 @@ redirect_from: sidebar: hardware_guide_sidebar --- -{% include content-reuse/hpe-apollo-4200-gen-9-90t-180t-288t-eops.md %} +{% include content-reuse/hardware-guide/hpe-apollo-4200-gen-9-90t-180t-288t-eops.md %} ## Front Panel LEDs and Buttons diff --git a/hardware-guide/hpe-apollo-4200-gen9/replacing-hardware-components.md b/hardware-guide/hpe-apollo-4200-gen9/replacing-hardware-components.md index f8be1758..3fd1c503 100644 --- a/hardware-guide/hpe-apollo-4200-gen9/replacing-hardware-components.md +++ b/hardware-guide/hpe-apollo-4200-gen9/replacing-hardware-components.md @@ -8,9 +8,9 @@ platform: - all4200g9 --- -{% include content-reuse/platform-agnostic-part-replacement-admonitions.md %} +{% include content-reuse/hardware-guide/platform-agnostic-part-replacement-admonitions.md %} -{% include content-reuse/platform-agnostic-part-replacement-procedure-fvt.md %} +{% include content-reuse/hardware-guide/platform-agnostic-part-replacement-procedure-fvt.md %} ## To Replace a HDD or a SSD Drive Your {{site.a4200g9}} chassis contains 24, 18, or 9 HDD drives and 9, 4, or 3 SSD drives. For more information, see [Front and Rear Drive Bays](front-rear-drives.html). @@ -26,7 +26,7 @@ Your {{site.a4200g9}} chassis contains one boot drive. For more information, see ### To Initialize the Replacement Boot Drive {{site.bootDriveInit}} -{% include content-reuse/platform-agnostic-boot-drive-replacement.md %} +{% include content-reuse/hardware-guide/platform-agnostic-boot-drive-replacement.md %} ## To Replace a Power Supply Unit (PSU) Your {{site.a4200g9}} chassis contains two PSUs. diff --git a/hardware-guide/hpe-apollo-4200-gen9/wiring-nodes-networking-cluster.md b/hardware-guide/hpe-apollo-4200-gen9/wiring-nodes-networking-cluster.md index ec091833..260a8a65 100644 --- a/hardware-guide/hpe-apollo-4200-gen9/wiring-nodes-networking-cluster.md +++ b/hardware-guide/hpe-apollo-4200-gen9/wiring-nodes-networking-cluster.md @@ -8,11 +8,11 @@ redirect_from: sidebar: hardware_guide_sidebar --- -{% include content-reuse/hpe-apollo-4200-gen-9-90t-180t-288t-eops.md %} +{% include content-reuse/hardware-guide/hpe-apollo-4200-gen-9-90t-180t-288t-eops.md %} {{site.unifyNetDefine}} -{% include content-reuse/platform-agnostic-identify-eth-port.md %} +{% include content-reuse/hardware-guide/platform-agnostic-identify-eth-port.md %} ## Node NICs and Ports The following diagrams show the NICs and ports on {{site.a4200g9}} node types. diff --git a/hardware-guide/hpe-dl325-gen10-plus/configuring-ilo.md b/hardware-guide/hpe-dl325-gen10-plus/configuring-ilo.md index eb3f2991..78899ff2 100644 --- a/hardware-guide/hpe-dl325-gen10-plus/configuring-ilo.md +++ b/hardware-guide/hpe-dl325-gen10-plus/configuring-ilo.md @@ -5,9 +5,9 @@ permalink: /hardware-guide/hpe-dl325-gen10-plus/configuring-ilo.html sidebar: hardware_guide_sidebar --- -{% include content-reuse/platform-agnostic-ilo-preamble.md %} +{% include content-reuse/hardware-guide/platform-agnostic-ilo-preamble.md %} {% capture alt_tag %}The location of the iLO port on the {{site.dl325g10p}} node{% endcapture %} {% include image.html alt=alt_tag file="dl325-ilo.png" %} -{% include content-reuse/platform-agnostic-ilo-configuration.md iloUserGuide="* [HPE iLO 5 User Guide](https://support.hpe.com/hpesc/public/docDisplay?docId=a00105236en_us)" %} +{% include content-reuse/hardware-guide/platform-agnostic-ilo-configuration.md iloUserGuide="* [HPE iLO 5 User Guide](https://support.hpe.com/hpesc/public/docDisplay?docId=a00105236en_us)" %} diff --git a/hardware-guide/hpe-dl325-gen10-plus/front-rear-drives.md b/hardware-guide/hpe-dl325-gen10-plus/front-rear-drives.md index 6b68a964..096d6529 100644 --- a/hardware-guide/hpe-dl325-gen10-plus/front-rear-drives.md +++ b/hardware-guide/hpe-dl325-gen10-plus/front-rear-drives.md @@ -26,4 +26,4 @@ For the second row, box 3 holds bays 1-8 and box 4 holds bays 1-2. ## Boot Drive The boot drive is in box 1, bay 1. -{% include content-reuse/platform-agnostic-boot-drive-additional-instructions.md %} +{% include content-reuse/hardware-guide/platform-agnostic-boot-drive-additional-instructions.md %} diff --git a/hardware-guide/hpe-dl325-gen10-plus/getting-started.md b/hardware-guide/hpe-dl325-gen10-plus/getting-started.md index 8a1dec52..81e81e69 100644 --- a/hardware-guide/hpe-dl325-gen10-plus/getting-started.md +++ b/hardware-guide/hpe-dl325-gen10-plus/getting-started.md @@ -12,7 +12,7 @@ sidebar: hardware_guide_sidebar ## Step 1: Verify Your Node -{% include content-reuse/platform-agnostic-verify-node-preamble.md %} +{% include content-reuse/hardware-guide/platform-agnostic-verify-node-preamble.md %} ## Step 2: Boot by Using the Qumulo Core USB Drive Installer @@ -75,4 +75,4 @@ For help with troubleshooting your node, {{site.contactQumuloCare}}. ## Step 4: Create and Configure Your Cluster -{% include content-reuse/create-configure-cluster.md %} +{% include content-reuse/hardware-guide/create-configure-cluster.md %} diff --git a/hardware-guide/hpe-dl325-gen10-plus/replacing-hardware-components.md b/hardware-guide/hpe-dl325-gen10-plus/replacing-hardware-components.md index cbb94785..93effe75 100644 --- a/hardware-guide/hpe-dl325-gen10-plus/replacing-hardware-components.md +++ b/hardware-guide/hpe-dl325-gen10-plus/replacing-hardware-components.md @@ -8,9 +8,9 @@ platform: - dl325g10p --- -{% include content-reuse/platform-agnostic-part-replacement-admonitions.md %} +{% include content-reuse/hardware-guide/platform-agnostic-part-replacement-admonitions.md %} -{% include content-reuse/platform-agnostic-part-replacement-procedure-fvt.md %} +{% include content-reuse/hardware-guide/platform-agnostic-part-replacement-procedure-fvt.md %} ## To Replace an NVMe Drive Your {{site.dl325g10p}} chassis contains either 19 or 9 NVMe drives. @@ -28,7 +28,7 @@ For information about replacing a boot drive, see [Removing and Replacing the Bo ### To Initialize the Replacement M.2 Boot Drive {{site.bootDriveInit}} -{% include content-reuse/platform-agnostic-boot-drive-replacement.md %} +{% include content-reuse/hardware-guide/platform-agnostic-boot-drive-replacement.md %} ## To Replace a Power Supply Unit (PSU) Your {{site.dl325g10p}} chassis contains two PSUs. diff --git a/hardware-guide/hpe-dl325-gen10-plus/wiring-nodes-networking-cluster.md b/hardware-guide/hpe-dl325-gen10-plus/wiring-nodes-networking-cluster.md index b7c02999..b79a761b 100644 --- a/hardware-guide/hpe-dl325-gen10-plus/wiring-nodes-networking-cluster.md +++ b/hardware-guide/hpe-dl325-gen10-plus/wiring-nodes-networking-cluster.md @@ -10,7 +10,7 @@ sidebar: hardware_guide_sidebar {{site.splitNetDefine}} -{% include content-reuse/platform-agnostic-identify-eth-port.md %} +{% include content-reuse/hardware-guide/platform-agnostic-identify-eth-port.md %} ## Node NICs and Ports The following diagram shows the NICs and ports on {{site.dl325g10p}} nodes. On this platform, there are two sets of NICs, one for the front end and one for the back end. @@ -18,6 +18,6 @@ The following diagram shows the NICs and ports on {{site.dl325g10p}} nodes. On t {% capture alt_tag %}Front End (NIC1) and Back End (NIC2) ports on {{site.dl325g10p}} nodes.{% endcapture %} {% include image.html alt=alt_tag file="dl325-rear-networking.png" %} -{% include content-reuse/platform-agnostic-split-wiring-networking-cluster.md ethernetSpeed="100 Gbps" %} +{% include content-reuse/hardware-guide/platform-agnostic-split-wiring-networking-cluster.md ethernetSpeed="100 Gbps" %} {% include important.html content="For your node to work correctly, you must connect at least one port in each NIC." %} diff --git a/hardware-guide/quiver-1u-hybrid-gen2/configuring-ipmi-wiring-nodes.md b/hardware-guide/quiver-1u-hybrid-gen2/configuring-ipmi-wiring-nodes.md index 7edd688a..122ba91f 100644 --- a/hardware-guide/quiver-1u-hybrid-gen2/configuring-ipmi-wiring-nodes.md +++ b/hardware-guide/quiver-1u-hybrid-gen2/configuring-ipmi-wiring-nodes.md @@ -12,7 +12,7 @@ sidebar: hardware_guide_sidebar {% capture alt_tag %}Back Diagram of the {{site.q1uhg2Long}} Node{% endcapture %} {% include image.html alt=alt_tag file="quiver-1u-hybrid-gen2-back-diagram.png" url="/hardware-guide/quiver-1u-hybrid-gen2/images/quiver-1u-hybrid-gen2-back-diagram.png" %} -{% include content-reuse/platform-agnostic-ipmi.md %} +{% include content-reuse/hardware-guide/platform-agnostic-ipmi.md %} To configure the IPMI port, you must use the BMC UI. For more information, see the [BMC section in the {{site.q1uhg2Long}} Service Guide (p.107)](https://care.qumulo.com/hc/en-us/articles/19236348044947-Quiver-1U-Hybrid-Gen2-Service-Guide) {{site.loginRequired}}. ### To Configure the IPMI Port by Using ipmitool @@ -52,6 +52,6 @@ In the following examples, the `lan set 1` command specifies LAN channel 1. 1. To reset the BMC to allow the new configuration to take effect, run the `ipmitool mc reset cold` command. -{% include content-reuse/platform-agnostic-unified-networking-wiring.md bmcType="iRMC" ethernetSpeed="25 Gbps or 100 Gbps" portCompatibility=" (compatible with QSFP28 and QSFP56)" %} +{% include content-reuse/hardware-guide/platform-agnostic-unified-networking-wiring.md bmcType="iRMC" ethernetSpeed="25 Gbps or 100 Gbps" portCompatibility=" (compatible with QSFP28 and QSFP56)" %} -{% include content-reuse/platform-agnostic-unified-networking-wiring-power.md ethernetSpeed="25 Gbps or 100 Gbps" %} +{% include content-reuse/hardware-guide/platform-agnostic-unified-networking-wiring-power.md ethernetSpeed="25 Gbps or 100 Gbps" %} diff --git a/hardware-guide/quiver-1u-hybrid-gen2/getting-started.md b/hardware-guide/quiver-1u-hybrid-gen2/getting-started.md index b2773f98..5a15f9ff 100644 --- a/hardware-guide/quiver-1u-hybrid-gen2/getting-started.md +++ b/hardware-guide/quiver-1u-hybrid-gen2/getting-started.md @@ -6,7 +6,7 @@ sidebar: hardware_guide_sidebar --- ## Step 1: Verify Your Node -{% include content-reuse/platform-agnostic-verify-node-preamble.md %} +{% include content-reuse/hardware-guide/platform-agnostic-verify-node-preamble.md %} ## Step 2: Boot by Using the Qumulo Core USB Drive Installer @@ -18,8 +18,8 @@ sidebar: hardware_guide_sidebar ## Step 3: Install Qumulo Core -{% include content-reuse/install-qumulo-core.md %} +{% include content-reuse/hardware-guide/install-qumulo-core.md %} ## Step 4: Create and Configure Your Cluster -{% include content-reuse/create-configure-cluster.md %} +{% include content-reuse/hardware-guide/create-configure-cluster.md %} diff --git a/hardware-guide/quiver-1u-hybrid-gen2/replacing-hardware-components.md b/hardware-guide/quiver-1u-hybrid-gen2/replacing-hardware-components.md index 96dd6118..da5a58a9 100644 --- a/hardware-guide/quiver-1u-hybrid-gen2/replacing-hardware-components.md +++ b/hardware-guide/quiver-1u-hybrid-gen2/replacing-hardware-components.md @@ -11,7 +11,7 @@ platform: - q1uhg2 --- -{% include content-reuse/platform-agnostic-part-replacement-admonitions.md %} +{% include content-reuse/hardware-guide/platform-agnostic-part-replacement-admonitions.md %} ## To Remove and Replace the Top Cover @@ -87,7 +87,7 @@ Your {{site.q1uhg2}} chassis contains a NIC inserted horizontally into the PCIe ### To Initialize the Replacement M.2 Boot Drive {{site.bootDriveInit}} -{% include content-reuse/platform-agnostic-boot-drive-replacement.md %} +{% include content-reuse/hardware-guide/platform-agnostic-boot-drive-replacement.md %} ## To Replace an HDD @@ -228,4 +228,4 @@ Your {{site.q1uhg2}} chassis has 12 DIMM slots, with a locking latch on each sid * If your replacement chassis doesn't come with PSUs, install and connect the existing PSUs. -{% include content-reuse/platform-agnostic-part-replacement-procedure-fvt.md %} +{% include content-reuse/hardware-guide/platform-agnostic-part-replacement-procedure-fvt.md %} diff --git a/hardware-guide/quiver-1ua-all-nvme-gen1/configuring-ipmi-wiring-nodes.md b/hardware-guide/quiver-1ua-all-nvme-gen1/configuring-ipmi-wiring-nodes.md index 4a9bd3d8..c6d4b4e4 100644 --- a/hardware-guide/quiver-1ua-all-nvme-gen1/configuring-ipmi-wiring-nodes.md +++ b/hardware-guide/quiver-1ua-all-nvme-gen1/configuring-ipmi-wiring-nodes.md @@ -19,6 +19,6 @@ sidebar: hardware_guide_sidebar {% capture alt_tag %}Back Diagram of the {{site.q1uag1Long}} Node{% endcapture %} {% include image.html alt=alt_tag file="quiver-1ua-all-nvme-gen1-back-diagram.png" url="/hardware-guide/quiver-1ua-all-nvme-gen1/images/quiver-1ua-all-nvme-gen1-back-diagram.png" %} -{% include content-reuse/platform-agnostic-ipmi.md %} +{% include content-reuse/hardware-guide/platform-agnostic-ipmi.md %} To configure the IPMI port, you must use the Server Management Interface. For more information, see [ASMB11-iKVM Server Management Board User Guide](https://dlcdnets.asus.com/pub/ASUS/server/accessory/ASMB11/Manual/E20952_ASMB11-iKVM_UM_WEB.pdf?model=RS500A-E12-RS12U) in the ASUS documentation. -{% include content-reuse/platform-agnostic-unified-or-split-networking-wiring.md ethernetSpeed="100 Gbps" ethernetSpeedSingleNIC="100 Gbps ports (compatible with QSFP28 or QSFP56)" %} +{% include content-reuse/hardware-guide/platform-agnostic-unified-or-split-networking-wiring.md ethernetSpeed="100 Gbps" ethernetSpeedSingleNIC="100 Gbps ports (compatible with QSFP28 or QSFP56)" %} diff --git a/hardware-guide/quiver-1ua-all-nvme-gen1/getting-started.md b/hardware-guide/quiver-1ua-all-nvme-gen1/getting-started.md index 9665b6dc..20e9204b 100644 --- a/hardware-guide/quiver-1ua-all-nvme-gen1/getting-started.md +++ b/hardware-guide/quiver-1ua-all-nvme-gen1/getting-started.md @@ -9,7 +9,7 @@ platform: --- ## Step 1: Verify Your Node -{% include content-reuse/platform-agnostic-verify-node-preamble.md %} +{% include content-reuse/hardware-guide/platform-agnostic-verify-node-preamble.md %} ## Step 2: Boot by Using the Qumulo Core USB Drive Installer @@ -28,6 +28,6 @@ platform: ## Step 3: Create and Configure Your Cluster -{% include content-reuse/run-anywhere-conditional-admonitions.md %} +{% include content-reuse/hardware-guide/run-anywhere-conditional-admonitions.md %} -{% include content-reuse/create-configure-cluster.md %} +{% include content-reuse/hardware-guide/create-configure-cluster.md %} diff --git a/hardware-guide/quiver-1ua-all-nvme-gen1/networking-cluster.md b/hardware-guide/quiver-1ua-all-nvme-gen1/networking-cluster.md index 0407c6c8..53673da3 100644 --- a/hardware-guide/quiver-1ua-all-nvme-gen1/networking-cluster.md +++ b/hardware-guide/quiver-1ua-all-nvme-gen1/networking-cluster.md @@ -10,7 +10,7 @@ platform: {% include content-reuse/platform-agnostic-unified-or-split-networking-cluster.md ethernetSpeed="100 Gbps" ethernetSpeedSingleNIC="100 Gbps" ethernetSpeedDualNIC="100 Gbps"%} -{% include content-reuse/run-anywhere-conditional-admonitions.md %} +{% include content-reuse/hardware-guide/run-anywhere-conditional-admonitions.md %} ## Four-Node Cluster Architecture Diagrams diff --git a/hardware-guide/quiver-1ua-all-nvme-gen1/replacing-hardware-components.md b/hardware-guide/quiver-1ua-all-nvme-gen1/replacing-hardware-components.md index 6dddd589..ba116bc1 100644 --- a/hardware-guide/quiver-1ua-all-nvme-gen1/replacing-hardware-components.md +++ b/hardware-guide/quiver-1ua-all-nvme-gen1/replacing-hardware-components.md @@ -11,7 +11,7 @@ platform: - q1uag1 --- -{% include content-reuse/platform-agnostic-part-replacement-admonitions.md %} +{% include content-reuse/hardware-guide/platform-agnostic-part-replacement-admonitions.md %} ## To Remove and Replace the Top Cover Follow the instructions in the ASUS documentation: @@ -42,7 +42,7 @@ Follow the instructions in the ASUS documentation: {{site.bootDriveInit}} -{% include content-reuse/platform-agnostic-boot-drive-replacement.md %} +{% include content-reuse/hardware-guide/platform-agnostic-boot-drive-replacement.md %} ## To Replace an NVMe Drive in Front Storage Bays @@ -110,4 +110,4 @@ Follow the instructions for [removing and installing a DIMM](https://dlcdnets.as * If your replacement chassis doesn't come with PSUs, install and connect the existing PSUs. -{% include content-reuse/platform-agnostic-part-replacement-procedure-fvt.md %} +{% include content-reuse/hardware-guide/platform-agnostic-part-replacement-procedure-fvt.md %} diff --git a/hardware-guide/quiver-2u-hybrid-gen2/configuring-ipmi-wiring-nodes.md b/hardware-guide/quiver-2u-hybrid-gen2/configuring-ipmi-wiring-nodes.md index 37627196..c6ab1c3a 100644 --- a/hardware-guide/quiver-2u-hybrid-gen2/configuring-ipmi-wiring-nodes.md +++ b/hardware-guide/quiver-2u-hybrid-gen2/configuring-ipmi-wiring-nodes.md @@ -10,7 +10,7 @@ sidebar: hardware_guide_sidebar {% capture alt_tag %}Back Diagram of the {{site.q2uhg2Long}} Node{% endcapture %} {% include image.html alt=alt_tag file="quiver-2u-hybrid-gen2-back-diagram.png" url="/hardware-guide/quiver-2u-hybrid-gen2/images/quiver-2u-hybrid-gen2-back-diagram.png" %} -{% include content-reuse/platform-agnostic-ipmi.md %} To configure the IPMI port, you must use the BMC UI. +{% include content-reuse/hardware-guide/platform-agnostic-ipmi.md %} To configure the IPMI port, you must use the BMC UI. ### To Configure the IPMI Port by Using ipmitool Alternatively, you can configure the IPMI port by using `ipmitool`. @@ -49,6 +49,6 @@ In the following examples, the `lan set 1` command specifies LAN channel 1. 1. To reset the BMC to allow the new configuration to take effect, run the `ipmitool mc reset cold` command. -{% include content-reuse/platform-agnostic-unified-networking-wiring.md bmcType="iRMC" ethernetSpeed="25 Gbps or 100 Gbps" portCompatibility=" (compatible with QSFP28 and QSFP56)" %} +{% include content-reuse/hardware-guide/platform-agnostic-unified-networking-wiring.md bmcType="iRMC" ethernetSpeed="25 Gbps or 100 Gbps" portCompatibility=" (compatible with QSFP28 and QSFP56)" %} -{% include content-reuse/platform-agnostic-unified-networking-wiring-power.md ethernetSpeed="25 Gbps or 100 Gbps" %} +{% include content-reuse/hardware-guide/platform-agnostic-unified-networking-wiring-power.md ethernetSpeed="25 Gbps or 100 Gbps" %} diff --git a/hardware-guide/quiver-2u-hybrid-gen2/getting-started.md b/hardware-guide/quiver-2u-hybrid-gen2/getting-started.md index 3e0d59ad..195240b7 100644 --- a/hardware-guide/quiver-2u-hybrid-gen2/getting-started.md +++ b/hardware-guide/quiver-2u-hybrid-gen2/getting-started.md @@ -9,7 +9,7 @@ platform: --- ## Step 1: Verify Your Node -{% include content-reuse/platform-agnostic-verify-node-preamble.md %} +{% include content-reuse/hardware-guide/platform-agnostic-verify-node-preamble.md %} ## Step 2: Boot by Using the Qumulo Core USB Drive Installer @@ -28,6 +28,6 @@ platform: ## Step 3: Create and Configure Your Cluster -{% include content-reuse/run-anywhere-conditional-admonitions.md %} +{% include content-reuse/hardware-guide/run-anywhere-conditional-admonitions.md %} -{% include content-reuse/create-configure-cluster.md %} +{% include content-reuse/hardware-guide/create-configure-cluster.md %} diff --git a/hardware-guide/quiver-2u-hybrid-gen2/replacing-hardware-components.md b/hardware-guide/quiver-2u-hybrid-gen2/replacing-hardware-components.md index 60f88d2f..8d968173 100644 --- a/hardware-guide/quiver-2u-hybrid-gen2/replacing-hardware-components.md +++ b/hardware-guide/quiver-2u-hybrid-gen2/replacing-hardware-components.md @@ -13,7 +13,7 @@ platform: For detailed hardware replacement instructions, see RSC-2MS Rackmount Chassis User's Manual {{site.hardware.fromAIC}}. -{% include content-reuse/platform-agnostic-part-replacement-admonitions.md %} +{% include content-reuse/hardware-guide/platform-agnostic-part-replacement-admonitions.md %} ## To Remove and Replace the Top Cover Follow the instructions in the SC-2MS Rackmount Chassis User's Manual: Top Cover (p. 13). @@ -22,7 +22,7 @@ Follow the instructions in the SC-2MS Rackmount Chassis User's Manual: Storage A+ Server ASG-2015S-E1CR24L in the Supermicro documentation, click **Resources & Downloads**, and then scroll down to the **User's Manuals** section. -{% include content-reuse/platform-agnostic-part-replacement-admonitions.md %} +{% include content-reuse/hardware-guide/platform-agnostic-part-replacement-admonitions.md %} * **Motherboard:** {{site.partReplaceDcmsShort}} @@ -22,4 +22,4 @@ For detailed hardware component replacement instructions, navigate to the