Archivo del Autor: carlosap

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!

CREATE SYNONYM ( join multiple databases in tableau sql server)

CREATE SYNONYM [dbo].[tbl1] FOR [db1].[dbo].[tbl1] The above code, if run on db2, would create an object tbl1 which would behave as a table under the dbo schema in db2, but would actually reference [db1].[dbo].[tbl1]. If you are on 2000, then no, it’s fully qualified names or nothing, I’m afraid. Nota: –>Ubicarse en la base donde… Leer más »

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 »

Progress Explorer AdminServer slow

Before restarting the AdminServer, in order to rule out an issue with a java Ipv6 not releasing ports properly so it ends up with being owned by kernel: Edit DLC/properties/AdminServerPlugins.properties under the [PluginPolicy.Progress.AdminServer] section and add the following to the end of the current jvmargs line: -Djava.net.preferIPv4Stack=true -Djava.net.preferIPv6Addresses=false