Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:small_solaris_server [2012/03/21 19:05]
admin [Start and install VM]
projects:small_solaris_server [2013/02/02 11:20] (current)
Line 1: Line 1:
 ====== Small Solaris Server ====== ====== Small Solaris Server ======
 +===== Install Virtual Box plus Extension Pack =====
 +  * Download and install Virtual Box
 +<​code>​
 +$ wget http://​download.virtualbox.org/​virtualbox/​4.1.12/​VirtualBox-4.1.12-77245-SunOS.tar.gz
 +$ tar xvpf VirtualBox-4.1.12-77245-SunOS.tar.gz
 +$ sudo pkgadd -d ./​VirtualBox-4.1.12-SunOS-r77245.pkg
 +</​code>​
 +  * Download and install Extension Pack
 +<​code>​
 +$ wget http://​download.virtualbox.org/​virtualbox/​4.1.12/​Oracle_VM_VirtualBox_Extension_Pack-4.1.12-77245.vbox-extpack
 +$ sudo VBoxManage extpack install --replace ./​Oracle_VM_VirtualBox_Extension_Pack-4.1.12-77245.vbox-extpack
 +</​code>​
 ===== Deploying Mageia 1 as remote VBox guest ===== ===== Deploying Mageia 1 as remote VBox guest =====
 ==== Create new VM "​Mageia"​ ==== ==== Create new VM "​Mageia"​ ====
Line 32: Line 44:
 <​code>​ <​code>​
 $ nohup VBoxHeadless -s Mageia & $ nohup VBoxHeadless -s Mageia &
 +</​code>​
 +==== Add "​shared folder"​ to VM ====
 +  * from Solaris host (guest must be stopped)
 +<​code>​
 +$ VBoxManage sharedfolder add Mageia --name projects --hostpath /​data/​smb/​users/​dambi/​projects/​
 +</​code>​
 +  * mounting shared folder in Linux guest
 +<​code>​
 +$ sudo mount -t vboxsf projects /​home/​dambi/​projects
 </​code>​ </​code>​
  
projects/small_solaris_server.1332353158.txt.gz ยท Last modified: 2013/02/02 11:21 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0