Fulltext results:
- ZFS Playground @blog:2009
- 2 </code> ===== Create Pool ===== <code bash> pfexec zpool create demo /var/tmp/c0d0 zpool status </c... o the existing, creating a mirror. <code bash> pfexec zpool attach demo /var/tmp/c0d0 /var/tmp/c0d1 zp... So, let's replace c0d1 with c1d0. <code bash> pfexec zpool replace demo /var/tmp/c0d1 /var/tmp/c1d0 z... xpanding the capacity of the pool. <code bash> pfexec zpool add demo /var/tmp/c0d1 </code> <code> inva
- OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
- ystem Adminitrator" profile. The commands will be executed with the rights given by this profile, so they need to be executes with ''pfexec''. First, create the mountpoint if it doesn't exist. You will have to do this only once. <code bash> pfexec mkdir /share </code> Now, mount the share. <cod
- Set PHP Variables in .htaccess Files @blog:2010
- If your PHP scripts run longer than the maximum execution time set by your webhoster, then you will se... a message like this: <code> Fatal error: Maximum execution time of 30 seconds exceeded in ... </code> ... ns no limit, add this line: <code> php_value max_execution_time 0 </code> I suggest to either set it t
- IPS Repository Appliance @blog:2010
- e> {{osolrepo06.png?nolink|}} NOTE: You need to execute the following commands with adequate privileges. Use "su", "sudo", "pfsh" or "pfexec" to obtain root privileges. <code bash> svccfg -
- Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
- oot (''su'') or with appropriate permissions (''pfexec/sudo''). <code bash> echo Existing boot environm