BBP 14.10 Image

From SCECpedia
Revision as of 18:27, 16 October 2014 by Maechlin (talk | contribs)
Jump to navigationJump to search

Fedora 14 Virtual Box Installation on Mac OS X 10.9

  • Set up for the SCEC CME Configuration:

Virtual Box Software

  • Install VB v4.3.18

Download Fedora 14

  • While current Fedora is v20, some VB features like guest additions work best on older versions of fedora
    • Machine name: scecbbp
    • Machine type: Linux - Fedora (64Bit)
  • Use the Default System except:
    • Set Base Memory to 2048MB
    • Set FileSystem type VDI
    • set dynamically allocated
    • Size: 71.31GB dynamic (does not need to be exactly this value)
  • After machine is created, select "Settings", "Display"
    • Increase video memory to 32MB
  • Define a shared folder location on host system
    • Select a folder on host system called "share"
  • Download "Fedora-14-x86_64-DVD.iso"
  • Select "Settings", "Storage", select "Controller IDE", and then the small "Add new attachment" (CD/DVD)
    • Select the "Fedora 14 iso image downloaded above", and then click "OK"
  • Boot (Start) the new machine and the Fedora 14 installation will begin
    • If you test the media, Fedora 14 will eject the virtual CD, so click on "Devices", "CD/DVD", "IDE Primary" and select the Fedora 14 iso again
  • Select the default options for the first few screens
  • When warning dialog asking about re-initializing device pops-up, select "Re-Initialize"
  • Machine name: "scec-cme"
  • Select "Los Angeles" time zone
  • Root password set to: "sceccme"
  • Installation type: "Use all space"
    • Select the View and Customize box at the bottom
    • Delete the /home partition and make the / partition larger to use the space used by /home
  • Select "Software Development" and add "Fedora 14 - x86_64" and "Fedora 14 - x86_64 Updates"
  • Select "Customize Now"
  • Add
    • Applications
      • Editors
        • Emacs, vim-x11
      • Engineering and Scientific
        • R, Octave
      • Office/Productivity
  • Actual installation begins...
  • After machine reboots...
  • User setup
    • Username: cme
    • Fullname: SCEC CME
    • Password: sceccme
  • Installation ends!
  • Open terminal window
  • Set up sudo access for user cme
    • su - (to become root)
    • visudo
      • Add line at the end: "cme ALL(ALL) ALL"
  • Install missing Python dependencies for BBP and UCVM
    • sudo yum install numpy scipy python-matplotlib python-basemap
  • Disable the sendmail daemon
  • Install the Virtual Box guest additions (from http://www.sysprobs.com/install-fedora-15-virtualbox-steps-install-virtualbox-guest-additions-fedora-15)
    • sudo yum install dkms
    • Select "Devices" -> "Insert Guest Additions CD image..."
    • sudo su -
    • cd /media/VBOXADDITIONS_<VERSION_NUMBER>
    • sh ./VBoxLinuxAdditions.run
    • Reboot!