Archivo de la categoría: Nix

ZFS Tutorials : Creating ZFS snapshot and clones

http://thegeekdiary.com/zfs-tutorials-creating-zfs-snapshot-and-clones/ By Sandeep 1 Comment ZFS snapshots zfs snapshot is a read-only copy of zfs file system or volume. They consume no extra space in the zfs pool and can be created instantly. They can be used to save a state of file system at particular point of time and can later be rolled back… Leer más »

zone cloning without shutdown

In my presentation at Oracle Openworld, I showed a demo of how to easily clone a zone to make a copy for development or testing purposes. These were the steps, given that the zone oow01 was already set up and running. zonecfg -z oow01 export > oow43.cfg — dump the existing config to a file… Leer más »

Clear faulty state sparc T5000

Did you run the commands on the blade or the CMM? Please perform the commands as follows on the Blades SP. 1. from the SP of Blade# -> start /SP/faultmgmt/shell faultmgmtsp> fmadm faulty ( will list the faults ) faultmgmtsp> fmadm repair 86398567-631a-6e87-a44e-a3e20510 fmadm faulty ( clear any other UUID’s that appear ) faultmgmtsp> exit… Leer más »

Solaris 11 sparc wanboot notes boot network

guia rápida 1. En el servidor para crear la imagen: installadm create-service -a sparc 2. en el boot prompt setenv network-boot-arguments host-ip=192.168.24.225,router-ip=192.168.24.1,subnet-mask=255.255.255.0,file=http://192.168.24.213:5555/cgi-bin/wanboot-cgi boot net Solaris 11 sparc wanboot notes This page’s purpose is to be a guide for how to manually configure your own wanboot server by hand, rather than being «forced» to use oracle’s… Leer más »

Migrating a Solaris 10 zone to a Solaris 10 branded zone on Solaris 11

http://solaris11adventures.blogspot.mx/2013/05/migrating-solaris-10-zone-to-solaris-10.html So there’s an official Oracle procedure somewhere. Mine just goes into a little more detail and putting in workarounds for some of the bugs I found. *Edit: Points 5 and 11 is not necessary with the latest Solaris packages installed. Zone name: zone1 On old (Solaris 10) global zone: zoneadm -z zone1 ready cd… Leer más »

wps.com office

https://www.wps.com   Vea, edite y cree documentos Office en cualquier parte Más de 550 millones de usuarios de Android Más de 875,000 revisiones de Google Play Totalmente compatible con Microsoft Office® y Google Docs No se necesita suscripción: ¡100% GRATIS!

Oracle Solaris 11 configuration and administration notas

Make some first indexing, updatedb note. you’ll have to use ‘slocate’, not ‘locate’   Oracle Solaris 11 configuration and administration Introduction See http://pbraun.nethence.com/doc/sysutils_solaris/network.html for network configuration. Vmware tools on solaris https://kb.vmware.com/kb/1023956 http://prefetch.net/blog/index.php/2011/09/28/getting-vmware-tools-to-configure-on-solaris-10-guests/ System configuration Disable graphical login, svcadm disable gdm Mount an NFS share, cd /etc/ vi vfstab nfssrv:/path/to/share  – /mnt/mountpoint nfs – no ro,soft If… Leer más »

Solaris Containers cheat sheet

This a quick cheat sheet of the commands that can be used when using zones (containers), for a more complete guide see solaris zones. Zone States Configured Configuration has been completed and storage has been committed. Additional configuration is still required. Incomplete Zone is in this state when it is being installed or uninstalled. Installed… Leer más »