Difference between revisions of "Xcat:xcat setup raid1 compute nodes"

From Define Wiki
Jump to navigation Jump to search
(Created page with "== Create the Partition Script area == <pre> # setup RAID1 for the compute nodes mkdir -p /install/custom/partition/ # grab the provided rhel raid1 script wget https://raw....")
 
(Blanked the page)
Tag: Blanking
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Create the Partition Script area ==
 
<pre>
 
# setup RAID1 for the compute nodes
 
mkdir -p /install/custom/partition/
 
  
# grab the provided rhel raid1 script 
 
wget https://raw.githubusercontent.com/xcat2/xcat-extensions/master/partition/raid1_rh.sh      -O /install/custom/partition/raid1_rh.sh
 
 
# reprovision the node
 
rinstall node0001 osimage=centos8-x86_64-install-compute
 
</pre>
 

Latest revision as of 12:53, 11 December 2020