Fulltext results:
- ZFS Playground @blog:2009
- ks, but they are only files for this demo. <code bash> cd /var/tmp mkfile 200m c0d0 c0d1 c0d2 c1d0 c1d1 c1d2 </code> ===== Create Pool ===== <code bash> pfexec zpool create demo /var/tmp/c0d0 zpool st... d disk to the existing, creating a mirror. <code bash> pfexec zpool attach demo /var/tmp/c0d0 /var/tmp/... rollers. So, let's replace c0d1 with c1d0. <code bash> pfexec zpool replace demo /var/tmp/c0d1 /var/tmp
- How To Create a Moveable VM with VirtualBox @blog:2010
- the extensions for the generated scripts. <code bash> VBOX="/usr/bin/VBoxManage" SCRIPT_EXT="command" ... rameters in case the user enters no value. <code bash> RAM="512" DISK_SIZE="8196" DISK_TYPE="vdi" </cod... r example, the question for the disk size: <code bash> echo -n "Enter disk size in MiB [${DISK_SIZE}]: ... figured according to the parameters above. <code bash> mkdir -p "${VM_DIR}" ${VBOX} -q createvm --nam
- IPS Repository Appliance @blog:2010
- a terminal and check the repository path. <code bash> df -h ls -d /media/*/repo </code> {{osolrepo06.... sh" or "pfexec" to obtain root privileges. <code bash> svccfg -s application/pkg/server setprop pkg/ins... and replace ''{IP}'' with the IP address. <code bash> pkg set-publisher -O http://{IP} opensolaris.org
- OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
- file system type ''vboxfs''. The Usage is: <code bash> mount -F vboxfs <share> <mountpoint> </code> If... exist. You will have to do this only once. <code bash> pfexec mkdir /share </code> Now, mount the share. <code bash> pfexec mount -F vboxfs share /share </code> If
- Memory Usage of a Solaris Container (Zone) @blog:2010
- see the memory usage of the running zones: <code bash> prstat -Z </code> From the [[http://docs.oracle... AM in the zone, use one of these commands: <code bash> prstat -z zone -s rss prstat -z zone -s size </c
- Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
- appropriate permissions (''pfexec/sudo''). <code bash> echo Existing boot environments: beadm list echo... environment. Then enable the GDM service: <code bash> svcadm enable gdm </code> Based on the OpenSola
- Start and Stop the Apple File Server from Command Line @blog:2011
- ple File Server ("Personal File Sharing"): <code bash> sudo /sbin/service com.apple.AppleFileServer start </code> And likewise stop it: <code bash> sudo /sbin/service com.apple.AppleFileServer sto
- Simulating slow network connections with trickle @blog:2014
- fox browser to 512 KB/s with this command: <code bash> trickle -d 512 /usr/bin/firefox -no-remote -P te