Archivo del Autor: carlosap

Discovering IBM Informix Instances and Databases On A Specified Host

https://www.oninitgroup.com/discovering-ibm-informix-instances-and-databases-specified-host  Submitted by Scott O’Rourke on Mon, 09/06/2014 – 16:56 Abstract This article describes how to “discover” IBM Informix instances on a specified host and then gather further information about databases within each discovered instance. Content You’re a DBA and have just started at a new site where several IBM Informix instances are already up and running. How… Leer más »

DB import, export and DB load commands in Informix

Es muy facil, solo situate en el file system donde dejaste tu dbexport (es decir donde esta tu archivo dbexport.out  Y ejecuta: dbimport basededatos -d dbspace  Ojo: tu base de datos a cargar no debe estar creada.  puedes checar mas opciones del dbimport con el comando:  dbimport —  saludos. DB Export:dbexport database name [-o dir]example:dbexport sysdbs… Leer más »

chrome ERR_TIMED_OUT solved

Chrome ERR_TIMED_OUT solved taskmgr-> services Stop and disableCryptSvc That’s my way i fixed: 1. Open Run and type in regedit 2. Go here: HKEY_CURRENT_USER\Software\Microsoft\SystemCertificates\Root\ 3. Right-click ProtectedRoots > Permissions and pick your account .     Tick Allow Full Control 4. Right-click Root and Export  5. Open Task Manager > stop Cryptographic Service and Delete Root(HKEY_CURRENT_USER\Software\Microsoft\SystemCertificates\) key in Regedit. 6. Restart your Windows. Enjoy.

Dynamically Adding a RAW device to a Solaris zone.

http://nilesh-joshi.blogspot.com/2012/02/dynamically-adding-raw-device-to.html Dynamically Adding a RAW device to a Solaris zone. Dynamically Adding a RAW device to a Solaris zone. By default it is not possible to add raw device to zone without taking a reboot on zone however there is a famous saying => «There is always a way out for those clever enough to… Leer más »

Physically Reattaching a Device – zpool suspend

Exactly how a missing device is reattached depends on the device in question. If the device is a network-attached drive, connectivity to the network should be restored. If the device is a USB device or other removable media, it should be reattached to the system. If the device is a local disk, a controller might… Leer más »

cron redirect output to a file

1) Change the redirection to 2>&1. So now crontab -e looks like Iworks because by default cron is using sh to run the task 2) Change the default shell by adding SHELL=/bin/bash in the crontab -e file.

rsync copy

Note that if you’re on a slow link, or the server is under heavy load, the tool used for copying won’t be the bottleneck, and any way of copying will be slow anyway. This should give you the basic usage for copying between your local computer and the remote server: http://oreilly.com/pub/h/38 To copy from local computer… Leer más »

Understanding Oracle Solaris Constraint Packages

https://blogs.oracle.com/solaris/understanding-oracle-solaris-constraint-packages install the solaris-11.3 constraint pacakge, that will ensure that you stay on the 11.3 release train and not move to the 11.4 train without explict action. # pkg install pkg:/release/constraint/solaris-11.3 For more information see https://blogs.oracle.com/solaris/understanding-oracle-solaris-constraint-packages