AN!Cluster Tutorial 2 - Install SCO-V: Difference between revisions

From Alteeve Wiki
Jump to navigation Jump to search
(Created page with "{{howto_header}} This mini-tutorial covers how to install SCO Unix V on an Anvil! m2 platform. Why? Because reasons. Provision script: <syntaxhighlight lang="bash"> lvcrea...")
 
No edit summary
 
Line 1: Line 1:
{{howto_header}}
{{howto_header}}


This mini-tutorial covers how to install SCO Unix V on an Anvil! m2 platform.
This mini-tutorial covers how to install SCO Unix V on an [[Anvil!]] m2 platform.


Why? Because reasons.
Why? Because reasons.


Provision script:
= Provision =
 
Provision script (assumes the host node is <span class="code">an-c07n01</span> and the install media is called <span class="code">Base OS Installation.iso</span>:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
Line 12: Line 14:
   --name vm01-sco5 \
   --name vm01-sco5 \
   --virt-type qemu \
   --virt-type qemu \
   --ram 4096 \
   --ram 2048 \
   --arch i686 \
   --arch i686 \
   --vcpus 2 \
   --vcpus 2 \
   --cdrom '/shared/files/Base_OS_Installation.iso' \
   --cdrom '/shared/files/Base OS Installation.iso' \
   --os-variant generic \
   --os-variant generic \
   --video vga \
   --video vga \
   --network bridge=vbr2,model=pcnet \
   --network bridge=vbr2,model=pcnet \
   --disk path=/dev/fea-c01n01_vg0/vm01-sco5_0,bus=ide \
   --disk path=/dev/an-c07n01_vg0/vm01-sco5_0,bus=scsi \
   --graphics vnc,listen=0.0.0.0 --noautoconsole --wait -1
   --graphics vnc,listen=0.0.0.0 \
  --noautoconsole \
  --wait -1
</syntaxhighlight>
</syntaxhighlight>
<syntaxhighlight lang="text">
Starting install...
Creating domain...                                                                    |    0 B    00:00   
Domain installation still in progress. Waiting for installation to complete.
</syntaxhighlight>
At this point, connect to the new VM via <span class="code">virt-manager</span> (or similar) to complete the install.
= SCO V Install =





Latest revision as of 20:06, 20 October 2014

 AN!Wiki :: How To :: AN!Cluster Tutorial 2 - Install SCO-V

This mini-tutorial covers how to install SCO Unix V on an Anvil! m2 platform.

Why? Because reasons.

Provision

Provision script (assumes the host node is an-c07n01 and the install media is called Base OS Installation.iso:

lvcreate -L 400GiB -n vm01-sco5_0 an-c07n01_vg0
virt-install --connect qemu:///system \
  --name vm01-sco5 \
  --virt-type qemu \
  --ram 2048 \
  --arch i686 \
  --vcpus 2 \
  --cdrom '/shared/files/Base OS Installation.iso' \
  --os-variant generic \
  --video vga \
  --network bridge=vbr2,model=pcnet \
  --disk path=/dev/an-c07n01_vg0/vm01-sco5_0,bus=scsi \
  --graphics vnc,listen=0.0.0.0 \
  --noautoconsole \
  --wait -1
Starting install...
Creating domain...                                                                     |    0 B     00:00     
Domain installation still in progress. Waiting for installation to complete.

At this point, connect to the new VM via virt-manager (or similar) to complete the install.

SCO V Install


 

Any questions, feedback, advice, complaints or meanderings are welcome.
Alteeve's Niche! Enterprise Support:
Alteeve Support
Community Support
© Alteeve's Niche! Inc. 1997-2024   Anvil! "Intelligent Availability®" Platform
legal stuff: All info is provided "As-Is". Do not use anything here unless you are willing and able to take responsibility for your own actions.