Changeset 49869 in vbox
- Timestamp:
- Dec 10, 2013 2:55:10 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/doc/manual/en_US/user_Installation.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_Installation.xml
r49554 r49869 826 826 <title>Configuring a zone for running VirtualBox</title> 827 827 828 <para>Starting with VirtualBox 1.6 it is possible to run VirtualBox from829 within Solaris zones. For an introduction of Solaris zones, please refer830 to <ulink831 url="http://www.sun.com/bigadmin/features/articles/solaris_zones.jsp">http://www.sun.com/bigadmin/features/articles/solaris_zones.jsp</ulink>.</para>832 833 828 <para>Assuming that VirtualBox has already been installed into your 834 829 zone, you need to give the zone access to VirtualBox's device node. This … … 837 832 838 833 <screen>zonecfg -z vboxzone</screen> 834 835 <para>Replace "vboxzone" with the name of the zone in which you intend 836 to run VirtualBox.</para> 839 837 840 838 <para>Inside the <computeroutput>zonecfg</computeroutput> prompt add the … … 849 847 zonecfg:vboxzone:device>set match=/dev/vboxdrvu 850 848 zonecfg:vboxzone:device>end 851 zonecfg:vboxzone>verify852 849 zonecfg:vboxzone>exit</screen> 853 850 854 <para>If you are running VirtualBox 2.2.0 or above on Solaris 11 or 855 Nevada hosts, you should add a device for 856 <computeroutput>/dev/vboxusbmon</computeroutput> too, similar to what 857 was shown above. This does not apply to Solaris 10 hosts due to lack of 858 USB support.</para> 859 860 <para>Replace "vboxzone" with the name of the zone in which you intend 861 to run VirtualBox. Next reboot the zone using 862 <computeroutput>zoneadm</computeroutput> and you should be able to run 863 VirtualBox from within the configured zone.</para> 851 <para>If you are running VirtualBox 2.2.0 or above on Solaris 11 or 852 above, you may add a device for <computeroutput>/dev/vboxusbmon</computeroutput> 853 too, similar to what was shown above. This does not apply to Solaris 10 854 hosts due to lack of USB support.</para> 855 856 <para>Next reboot the zone using <computeroutput>zoneadm</computeroutput> 857 and you should be able to run VirtualBox from within the configured zone.</para> 864 858 </sect2> 865 859 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.

