AN!Cluster Tutorial 2 - Install SCO-V

From Alteeve Wiki
Revision as of 02:41, 15 October 2014 by Digimer (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

 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 script:

lvcreate -L 400GiB -n vm01-sco5_0 an-c07n01_vg0
virt-install --connect qemu:///system \
  --name vm01-sco5 \
  --virt-type qemu \
  --ram 4096 \
  --arch i686 \
  --vcpus 2 \
  --cdrom '/shared/files/Base_OS_Installation.iso' \
  --os-variant generic \
  --video vga \
  --network bridge=vbr2,model=pcnet \
  --disk path=/dev/fea-c01n01_vg0/vm01-sco5_0,bus=ide \
  --graphics vnc,listen=0.0.0.0 --noautoconsole --wait -1



 

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.