miércoles, 12 de mayo de 2010

De repositorio a DVD |Ubuntu 10.04

Esto es sumamente sencillo si no se comenten error en su procedimiento, yo ya tengo bajados los 43.x GB de ubuntu 10.04 para AMD64 con mi script de descarga y si no lo viste esta acá e Intel a continuación procedemos a la creación de los DVD's a partir del repositorio.
Nota importante: Antes que nada minimamente debemos tener el Doble de espacio del repositorio ya que los DVD's ocuparan el mismo tamaño del repositorio.

1. cd /home

2. wget http://archive.ubuntu.com/ubuntu/pool/universe/d/debpartial/debpartial_0+20030508-0.1_all.deb

3. dpkg -i debpartial_0+20030508-0.1_all.deb

4. cp /usr/share/doc/debpartial/examples/debcopy.gz /home

5. gunzip debcopy.gz

6. debpartial --nosource --dirprefix=ubuntu --section=main,universe,restricted,multiverse --dist=lucid --size=DVD /home/ubuntu/ubuntu /home/ubuntudvd/

7. Con ls -l Verificamos la cantidad de DVD que se crearan.
ls -l /home/ubuntudvd/

total 32
drwxr-xr-x 4 root root 4096 2010-05-12 10:37 ubuntu0
drwxr-xr-x 4 root root 4096 2010-05-12 10:38 ubuntu1
drwxr-xr-x 4 root root 4096 2010-05-12 10:38 ubuntu2
drwxr-xr-x 4 root root 4096 2010-05-12 10:38 ubuntu3
drwxr-xr-x 4 root root 4096 2010-05-12 10:38 ubuntu4
drwxr-xr-x 4 root root 4096 2010-05-12 10:38 ubuntu5
drwxr-xr-x 4 root root 4096 2010-05-12 10:38 ubuntu6
drwxr-xr-x 4 root root 4096 2010-05-12 10:38 ubuntu7


8. Este es tal vez el paso mas importante y no debemos cometer error alguno en la ejecución de la siguientes lineas (mucho mejor si las hacemos de una en una).

ruby debcopy -l /home/ubuntu/ubuntu /home/ubuntudvd/ubuntu0
ruby debcopy -l /home/ubuntu/ubuntu /home/ubuntudvd/ubuntu1
ruby debcopy -l /home/ubuntu/ubuntu /home/ubuntudvd/ubuntu2
ruby debcopy -l /home/ubuntu/ubuntu /home/ubuntudvd/ubuntu3
ruby debcopy -l /home/ubuntu/ubuntu /home/ubuntudvd/ubuntu4
ruby debcopy -l /home/ubuntu/ubuntu /home/ubuntudvd/ubuntu5
ruby debcopy -l /home/ubuntu/ubuntu /home/ubuntudvd/ubuntu6
ruby debcopy -l /home/ubuntu/ubuntu /home/ubuntudvd/ubuntu7



9. Ahora procedemos a crear los ISOS.
mkisofs -f -J -r -V "Ubuntu 1/8 i386-amd64" -o ubuntu-complete-i386-amd64-dvd1.iso /home/ubuntudvd/ubuntu0
mkisofs -f -J -r -V "Ubuntu 2/8 i386-amd64" -o ubuntu-complete-i386-amd64-dvd2.iso /home/ubuntudvd/ubuntu1
mkisofs -f -J -r -V "Ubuntu 3/8 i386-amd64" -o ubuntu-complete-i386-amd64-dvd3.iso /home/ubuntudvd/ubuntu2
mkisofs -f -J -r -V "Ubuntu 4/8 i386-amd64" -o ubuntu-complete-i386-amd64-dvd4.iso /home/ubuntudvd/ubuntu3
mkisofs -f -J -r -V "Ubuntu 5/8 i386-amd64" -o ubuntu-complete-i386-amd64-dvd5.iso /home/ubuntudvd/ubuntu4
mkisofs -f -J -r -V "Ubuntu 6/8 i386-amd64" -o ubuntu-complete-i386-amd64-dvd6.iso /home/ubuntudvd/ubuntu5
mkisofs -f -J -r -V "Ubuntu 7/8 i386-amd64" -o ubuntu-complete-i386-amd64-dvd7.iso /home/ubuntudvd/ubuntu6
mkisofs -f -J -r -V "Ubuntu 8/8 i386-amd64" -o ubuntu-complete-i386-amd64-dvd8.iso /home/ubuntudvd/ubuntu7


10. procedemos con la grabación de los DVD's desde consola.
Buscamos el grabador cdrecord -scanbus

scsibus1:
1,0,0 100) *
1,1,0 101) 'TSSTcorp' 'CDDVDW SH-S223B ' 'SB00' Removable CD-ROM
1,2,0 102) *
1,3,0 103) *
1,4,0 104) *
1,5,0 105) *
1,6,0 106) *
1,7,0 107) *


11. Ahora grabamos todos y cada uno de los ISO's con el siguiente comando.
cdrecord -v dev=1,1,0 -driveropts=burnfree -dao /home/ubuntu-complete-i386-amd64-dvd1.iso

Saludos ñ_ñ

sábado, 1 de mayo de 2010

Informix IDS |Debian o deribados

(ACTUALIZACION): Guia de instalación de encuentra actualizada en el siguiente link: http://garysandi.blogspot.com/2016/08/informix-ids-centos.html

Informix IDS es una base de datos que se usa hasta el día de hoy para aplicaciones de tarea critica y en su mayoría para entidades financieras que requieren el máximo provecho de una BD poderosa, escalable, estable y por sobre todo, CONFIABLE.
A continuación un mini how-to que tengo para hacer la instalación de Informix IDS 11.5 Develper Edition.

1. Bajar Informix 11.5 IDS desde la web http://www.ibm.com/developerworks/downloads/im/ids/dev.html?S_TACT=105AGX28&S_CMP=TRIALS

2. Instalamos los requerimientos. apt-get install sun-java6-jdk libaio-dev libaio
  Actualización: para versiones 11.50 o mayores ahora IBM incluye la JRE en el paquete de instalación instalar solamente lo siguiente: 
apt-get install build-essential gcc g++ libstdc++6

3. Descomprimir el Tar bajado tar xvf iif.11.50.UC3DE.Linux-RHEL4.tar
4. Ingresar al tar descomprimidocd iif.11.50.UC3DE.Linux-RHEL4
5. Listar el contenido del directorio. iif.11.50.UC3DE.Linux-RHEL4# ls
bundle.ini DBLD ids_install images README.html suite.jar
CSDK ICONNECT ids_install.command JDBC SERVER

6. Comenzar la instación.
sh ids_install o tambien ./ids_install
7. Responder de la siguiente manera.
Do you want to run installer in GUI mode [y/n] :
n <=== luego pulsamos Enter

Initializing InstallShield Wizard........
Launching InstallShield Wizard........


Provide information to create the user informix. The password must contain at
least 8 characters.

User Informix home directory : [/home/informix] <===pulsamos Enter


Password :<===pulsamos Enter
Please press Enter to Continue
Password: <===Escribes tu Password


Confirm Password :<===pulsamos Enter
Please press Enter to Continue
Password: <===Repites tu password


Press 1 for Next, 3 to Cancel or 4 to Redisplay [1]

1. Release Notes
2. Installation Guide
3. Launch Information Center
4. Begin Installation

Please select one of these options [4] <===pulsamos Enter

Beginning installation...


Press 1 for Next, 3 to Cancel or 4 to Redisplay [1] <===pulsamos Enter

Welcome to the InstallShield Wizard for IBM Informix Dynamic Server Version
11.50 Bundle

The InstallShield Wizard will install IBM Informix Dynamic Server Version 11.50
Bundle on your computer.
To continue, choose Next.
Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]

International License Agreement for Non-Warranted Programs

Part 1 - General Terms

BY DOWNLOADING, INSTALLING, COPYING, ACCESSING, OR USING THE PROGRAM
YOU AGREE TO THE TERMS OF THIS AGREEMENT. IF YOU ARE ACCEPTING THESE
TERMS ON BEHALF OF ANOTHER PERSON OR A COMPANY OR OTHER LEGAL
ENTITY, YOU REPRESENT AND WARRANT THAT YOU HAVE FULL AUTHORITY TO
BIND THAT PERSON, COMPANY, OR LEGAL ENTITY TO THESE TERMS. IF YOU DO
NOT AGREE TO THESE TERMS,



- DO NOT DOWNLOAD, INSTALL, COPY, ACCESS, OR USE THE PROGRAM; AND



- PROMPTLY RETURN THE PROGRAM AND PROOF OF ENTITLEMENT TO THE PARTY

Press Enter to continue viewing the license agreement, or, Enter "1" to accept
the agreement, "2" to decline it or "99" to go back to the previous screen, "3"
Print, "4" Read non-IBM terms.

1<===pulsamos 1 y luego Enter

Press 1 for Next, 3 to Cancel or 4 to Redisplay [1] <===pulsamos Enter

IBM Informix Dynamic Server Version 11.50 Bundle Install Location

Please specify a directory or press Enter to accept the default directory.

Directory Name: [/opt/IBM/informix]<===pulsamos Enter

Press 1 for Next, 3 to Cancel or 4 to Redisplay [1] <===pulsamos Enter


Searching for products available for install: this may take a few minutes.

Select the products you would like to install:

To select/deselect a product or to change its setup type, type its number:

Product Setup Type
------------------------------------------------ ------------------------
1. [ ] IBM Informix IConnect Version 3.50
2. [x] IBM Informix Client-SDK Version 3.50 Typical
3. [x] IBM Informix Dynamic Server Version 11.50 Typical
4. [x] IBM Informix JDBC Driver Version 3.50

Other options:

0. Continue installing

Enter command [0] <===pulsamos Enter


Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1] <===pulsamos Enter


Checking for Server Prerequisites ...

Do you want to enable role separation for auditing procedures?

[ ] 1 - Yes
[X] 2 - No

To select an item enter its number, or 0 when you are finished: [0] <===pulsamos Enter


If you enable role separation, you can assign existing groups of users to
specific roles.

If you do not enable role separation, the database server administrator
performs all administration tasks.

Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1] <===pulsamos Enter

Do you want to create an IDS demonstration database server instance?

[ ] 1 - Yes
[X] 2 - No

To select an item enter its number, or 0 when you are finished: [0] <===pulsamos Enter


You can use a demonstration database server instance to verify that IDS is
installed correctly and that the hardware is configured correctly. You can also
configure the demonstration database server instance to use it as a production
instance.

Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1] <===pulsamos Enter

IBM Informix Dynamic Server Version 11.50 Bundle will be installed in the
following location:

/opt/IBM/informix

with the following features:

IBM Informix Client-SDK Version 3.50
IBM Informix Dynamic Server Version 11.50
IBM Informix JDBC Driver Version 3.50

for a total size:

417.9 MB

Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1] <===pulsamos Enter

Installing IBM Informix Dynamic Server Version 11.50 Bundle. Please wait...

0 % complete
10 % complete
20 % complete
30 % complete
40 % complete
50 % complete
60 % complete
70 % complete
80 % complete
90 % complete
100 % complete


Installing IBM Informix Client-SDK Version 3.50. Please wait...

Installing IBM Informix JDBC Driver Version 3.50. Please wait...

Creating uninstaller...


Performing GSKit Installation ...
Performing GSKit installation for Linux ...
cp: cannot stat `/usr/local/ibm/gsk7/icc/icclib/libicclib.so': No such file or directory
cp: cannot stat `/usr/local/ibm/gsk7/icc/osslib/libcrypto*': No such file or directory
cp: cannot stat `/usr/local/ibm/gsk7/lib/libgsk7icc*.so': No such file or directory
cp: cannot stat `/usr/local/ibm/gsk7/icc/icclib/libicclib.so': No such file or directory
cp: cannot stat `/usr/local/ibm/gsk7/icc/osslib/libcrypto*': No such file or directory
cp: cannot stat `/usr/local/ibm/gsk7/lib/libgsk7icc*.so': No such file or directory


Branding Installed Files ...


Branding Files ...
Installing directory .
Installing directory etc
Installing directory bin
Installing directory lib
Installing directory lib/client
Installing directory lib/client/csm
Installing directory lib/esql
Installing directory lib/dmi
Installing directory lib/c++
Installing directory lib/cli
Installing directory release
Installing directory release/en_us
Installing directory release/en_us/0333
Installing directory incl
Installing directory incl/esql
Installing directory incl/dmi
Installing directory incl/c++
Installing directory incl/cli
Installing directory demo
Installing directory demo/esqlc
Installing directory demo/c++
Installing directory demo/cli
Installing directory doc
Installing directory doc/gls_api
Installing directory doc/gls_api/en_us
Installing directory doc/gls_api/en_us/0333
Installing directory tmp
Installing directory gsk
Installing directory gsk/client
Installing directory gskit
Installing directory gsk
Installing directory gsk/client

IBM Informix Product: IBM INFORMIX-Client SDK
Installation Directory: /opt/IBM/informix

Performing root portion of installation of IBM INFORMIX-Client SDK...


Installation of IBM INFORMIX-Client SDK complete.

Installing directory etc
Installing directory gls
Installing directory gls/cm3
Installing directory gls/cv9
Installing directory gls/dll
Installing directory gls/etc
Installing directory gls/lc11
Installing directory gls/lc11/cs_cz
Installing directory gls/lc11/da_dk
Installing directory gls/lc11/de_at
Installing directory gls/lc11/de_ch
Installing directory gls/lc11/de_de
Installing directory gls/lc11/en_au
Installing directory gls/lc11/en_gb
Installing directory gls/lc11/en_us
Installing directory gls/lc11/es_es
Installing directory gls/lc11/fi_fi
Installing directory gls/lc11/fr_be
Installing directory gls/lc11/fr_ca
Installing directory gls/lc11/fr_ch
Installing directory gls/lc11/fr_fr
Installing directory gls/lc11/is_is
Installing directory gls/lc11/it_it
Installing directory gls/lc11/ja_jp
Installing directory gls/lc11/ko_kr
Installing directory gls/lc11/nl_be
Installing directory gls/lc11/nl_nl
Installing directory gls/lc11/no_no
Installing directory gls/lc11/os
Installing directory gls/lc11/pl_pl
Installing directory gls/lc11/pt_br
Installing directory gls/lc11/pt_pt
Installing directory gls/lc11/ru_ru
Installing directory gls/lc11/sk_sk
Installing directory gls/lc11/sv_se
Installing directory gls/lc11/th_th
Installing directory gls/lc11/zh_cn
Installing directory gls/lc11/zh_tw

IBM Informix Product: Gls
Installation Directory: /opt/IBM/informix

Performing root portion of installation of Gls...


Installation of Gls complete.

Installing directory etc
Installing directory msg
Installing directory msg/en_us
Installing directory msg/en_us/0333

IBM Informix Product: messages
Installation Directory: /opt/IBM/informix

Performing root portion of installation of messages...


Installation of messages complete.

Please read the information below.

Set required environment variables
Set $INFORMIXDIR to the directory where the IDS server is installed.
Set $PATH to include $INFORMIXDIR/bin
Set $INFORMIXSERVER to the name of the database server
Set $ONCONFIG to the name of the active onconfig configuration file.
If using a sqlhosts file other than $INFORMIXDIR/etc/sqlhosts
Set $INFORMIXSQLHOSTS
If using a locale/language other than the default
Set $CLIENT_LOCALE
Set $DB_LOCALE
Set $SERVER_LOCALE
Set $DBLANG
Prepare connectivity files
sqlhosts
/etc/hosts
/etc/services
Prepare configuration file
Set DBSERVERNAME
Set SERVERNUM
Set ROOTNAME

Press ENTER to read the text [Type q to quit]

Set ROOTPATH
Set ROOTSIZE
Initialize database server
As informix or root, run oninit
If initializing a new server for the FIRST time, run oninit -i
This will overwrite any existing data, so use caution on an existing setup


For more information please refer to the IBM Informix Dynamic Server Getting
Started Guide

Press 1 for Next, 3 to Cancel or 4 to Redisplay [1] <===pulsamos Enter

The InstallShield Wizard has successfully installed IBM Informix Dynamic Server
Version 11.50 Bundle. Choose Next to continue the wizard.

Press 1 for Next, 3 to Cancel or 4 to Redisplay [1] <===pulsamos Enter

1. Release Notes
2. Installation Guide
3. Launch Information Center
4. Finish Installation

Please select one of these options [4] <===pulsamos Enter

Finishing installation...


Press 3 to Finish or 4 to Redisplay [3] <===pulsamos Enter


8. Editamos el archivo /etc/profile o el /home/usuario/.profile de cada usuario y ponemos lo siguiente luego de todo el contenido (luego de la ultima fila)

#############para levantar informix
export PATH=$PATH:$INFORMIXDIR/bin
unset USERNAME
export INFORMIXDIR=/opt/IBM/informix
export INFORMIXSERVER=informixserver #####Tomar en cuenta el nombre informixserver
export PATH=$INFORMIXDIR/bin:$PATH
export LD_LIBRARY_PATH=$INFORMIXDIR/lib:$INFORMIXDIR/lib/esql:$INFORMIXDIR/lib/tools
export SQLHOSTS=$INFORMIXDIR/etc/sqlhosts
export DBSCREENOUT=/u/tmp/${USER}.out

#########configuracion general
export ONCONFIG=onconfig
export DBDATE=DMY4/
export DBCENTURY=C
export DBEDIT=nano
export TERMCAP=/opt/IBM/informix/etc/termcap
export INFORMIXTERM=termcap
export TERM=vt100
export DBPATH=/u/bexe


9. Reiniciamos el equipo.

10. Probamos.
cd $INFORMIXDIR/etc
12. Editamos
nano sqlhosts

13. editamos y dejamos el final del archivo como se muestra: (El hostname de obtiene haciendo hostname -f en la consola.)

#=================================================
#DBSERVER PROTOCOL HOSTNAME SERVICE
#=================================================
informixserver onsoctcp titan 40000
informixserver_shm onipcshm titan dummy

#demo_on onipcshm on_hostname on_servername
#demo_se seipcpip se_hostname sqlexec

14. Copiamos onconfig
cp -p onconfig.std onconfig
15. Editamos onconfirg
nano onconfig

#editamos solo lo siguiente:
ROOTNAME rootdbs
ROOTPATH $INFORMIXDIR/data/chk01.chk01
ROOTOFFSET 0
ROOTSIZE 200000
MIRROR 0
MIRRORPATH $INFORMIXDIR/data/chk02.chk02
MIRROROFFSET 0
.....
TAPEDEV /dev/null
...
SERVERNUM 1
DBSERVERNAME gaya
DBSERVERALIASES gaya_shm

16. Preparamos los Chunks para el Servidor de Base de datos Informix de la siguiente manera.

cd /home/informix/
mkdir data
touch data/chk01.chk01
touch data/chk02.chk02
chmod 660 data/
chmod 660 data/chk01.chk01
chmod 660 data/chk02.chk02
chown informix:informix data/chk01.chk01
chown informix:informix data/chk02.chk02

17. Editamos los Services de Debian
nano /etc/services

#añadimos al final lo siguiente
onsoctcp 1520/tcp
onipcshm 5121/tcp

19. Nos logeamos como informix.

su - informix
20. Inicializamos la BD Informix
oninit -ivy


Checking group membership to determine server run mode...succeeded
Reading configuration file '/opt/IBM/informix/etc/onconfig'...succeeded
Creating /INFORMIXTMP/.infxdirs...succeeded
Creating infos file "/opt/IBM/informix/etc/.infos.gaya"...succeeded
Linking conf file "/opt/IBM/informix/etc/.conf.gaya"...succeeded
Checking config parameters...succeeded
Writing to infos file...succeeded
Allocating and attaching to shared memory...succeeded
Creating resident pool 10570 kbytes...succeeded
Allocating 100016 kbytes for buffer pool of 2K page size...succeeded
Initializing rhead structure...succeeded
Initialization of Encryption...succeeded
Initializing ASF...succeeded
Initializing Dictionary Cache and SPL Routine Cache...succeeded
Bringing up ADM VP...succeeded
Creating VP classes...succeeded
Onlining 0 additional cpu vps...succeeded
Onlining 2 IO vps...succeeded
Forking main_loop thread...succeeded
Initializing DR structures...succeeded
Forking 1 'soctcp' listener threads...succeeded
Forking 1 'ipcshm' listener threads...succeeded
Starting tracing...succeeded
Initializing 8 flushers...succeeded
Initializing log/checkpoint information...succeeded
Initializing dbspaces...succeeded
Opening primary chunks...succeeded
Opening mirror chunks...succeeded
Validating chunks...succeeded
Creating database partition...succeeded
Initialize Async Log Flusher...succeeded
Starting B-tree Scanner...succeeded
Initializing DBSPACETEMP list...succeeded
Checking database partition index...succeeded
Initializing dataskip structure...succeeded
Checking for temporary tables to drop...succeeded
Forking onmode_mon thread...succeeded
Creating periodic thread...succeeded
Starting scheduling system...succeeded
Verbose output complete: mode = 5


Fin: si obtenemos Verbose output complete: mode = 5 ya podemos comenzar a usar la BD.
dbaccess

Salu2