<![CDATA[NC]]> http://kaoua.dzblog.com NC fr Fri, 24 Oct 2008 16:15:16 GMT Fri, 24 Oct 2008 16:15:16 GMT dzblog.com v0.2 <![CDATA[Sauvegarde mksysb]]> http://kaoua.dzblog.com/article-257845.html Procédure d''upgrade AIX
mksysb -i /dev/rmt0
Sauvegarde avec exclusion de répertoire
mksysb -i -e /dev/rmt0

valider la bande : restore -s4 -Tqvf /dev/rmt0.1
tctl -f /dev/rmt0 rewind
inutoc /Patch_Directory
installp -acgXd Patch_Directory bos.rte.install
Stop all applications
smit update_all
reboot
########################]]>
Fri, 24 Oct 2008 16:15:16 GMT http://kaoua.dzblog.com/article-257845.html
AIX JFS Files limits http://kaoua.dzblog.com/article-257838.html Writing files >2GB?
  • To get your user limits, type: `ulimit -a`.
  • To get filesystem limits, type: `lsfs -q /some/filesystem`,
on the last line you will see something like "bf: true/false",
true = big file filesystem, false = normal filesystem.

Note: This cannot be changed on existing JFS filesystems.

]]>
Fri, 24 Oct 2008 16:00:17 GMT http://kaoua.dzblog.com/article-257838.html
Basculement de AIX 5L 32 bits en 64 bits http://kaoua.dzblog.com/article-257835.html -> Faire une sauvegarde système sur bande
-> Modifier ou vérifier que dans /etc/inittab il y ait la ligne orapw:2:wait:/etc/loadext -L /etc
-> Vérifier (sinon copier du serveur AIX2699) que les fichiers suivants sont dans /etc :
      /etc/loadext
      /etc/pw-syscall
      /etc/pw-syscall32
      /etc/pw-syscall64
-> Vérifier (sinon créer) les liens suivants :
      /etc/pw-syscall.32bit_kernel -> ./pw-syscall
      /etc/pw-syscall.64bit_kernel -> ./pw-syscall64
-> Exécuter les commandes suivantes :
      ln -sf /usr/lib/boot/unix_64 /unix
      ln -sf /usr/lib/boot/unix_64 /usr/lib/boot/unix
      lslv -m hd5
      bosboot -ad /dev/ipldevice
      shutdown -Fr

Passage de 64  bits à 32 bits en AIX 5L

ln -sf /usr/lib/boot/unix_mp /unix
ln -sf /usr/lib/boot/unix_mp /usr/lib/boot/unix
lslv -m hd5
bosboot -ad /dev/ipldevice
shutdown -Fr

Sur les machines monoprocesseurs, il faut remplacer /usr/lib/boot/unix_mp par /usr/lib/boot/unix_up

#############
APPLICATION         
-----------
  • SQL> select  platform_name from v$database;
  • PLATFORM_NAME
  • --------------------------
  • AIX-Based Systems (64-bit)
HARDWARE (Installed)
--------
  • lslpp -l bos.64bit
  • 32-bit
  • lslpp: 0504-132  Fileset bos.64bit not installed.
  • 64-bit/AIX 4.3.3
KERNEL
------
  •  ls -l /unix
  • 32-bit
  • lrwxrwxrwx   1 root     system    21 Mar 25 2002  /unix@ -> /usr/lib/boot/un
  • ix_mp*
  • 64-bit
  • lrwxrwxrwx   1 root     system           21 Jun 04 2002  /unix@ -> /usr/lib/boot/unix_64*

=========================================================================
        
HARDWARE
--------
  • # getconf  HARDWARE_BITMODE
  • 64
  • KERNEL
  • ------
  • # getconf  KERNEL_BITMODE
  • 64
]]>
Fri, 24 Oct 2008 15:52:13 GMT http://kaoua.dzblog.com/article-257835.html
UPGRADE 10g http://kaoua.dzblog.com/article-257823.html
Upgrade path for Oracle 7:
If your old release version is 7.3.4 or less, you must first upgrade to 
Oracle 8.0.6 or Oracle 8.1.7.  After the upgrade to 8.0.6 or 8.1.7 is done
you can directly upgrade your database to 10gR1.
 
Upgrade path for Oracle 8.0:
If your old release version is 8.0.5 or less (i.e. 8.0.4), then direct 
upgrade is NOT supported.  You must first upgrade this version to 8.0.6.  After
the upgrade to 8.0.6 or your version IS 8.0.6 , you can directly 
upgrade your database to 10gR1.
 
Upgrade path for Oracle 8i:
If your old release version is 8.1.5 or 8.1.6, then direct upgrade to Oracle 10g
is NOT supported.  You must first upgrade this version to 8.1.7. After the 
upgrade to 8.1.7 or your version IS 8.1.7, you can directly upgrade your 
database to Oracle 10gR1. 
 
Upgrade path for Oracle 9i:
Direct upgrade is supported.
 
If your old release is 8.0.5 or less, look at Note 133920.1 for manual upgrading 
the database to 8.0.6 or higher.  You can also use this note to first upgrade your 
database from Oracle 8.1.5 or Oracle 8.1.6 to Oracle 8.1.7
 
What version is running? What option is installed?
Select * from v$version;
Select * from v$option;
]]>
Fri, 24 Oct 2008 15:30:37 GMT http://kaoua.dzblog.com/article-257823.html
Oracle http://kaoua.dzblog.com/article-12430.html

Upgrade noyau Oracle (9.2.0.4 à 9.2.0.6)

Etat initial : EAI et TNG arrêtés (équipe de production)

1 - Arrêt de SAP (root):

/ldopadb0/admin/local/stopallOPA

/ldopadb0/admin/local/stopORALIST

scstat à vérification

2 - Variables d’environnement (oraopa)

setenv DISPLAY @IP(zeus) :n°terminal

setenv PATH /usr/ccs/bin :$PATH

which make

3 - Upgrade (oraopa)

cd /admin/central/oracle/Oracle_9206/Disk1

./runInstaller

4 - Posts stacks (oraopa)

cd $ORACLE_HOME/rdbms/admin

sqlplus /nolog

SQL>connect / as sysdba

SQL>STARTUP MIGRATE

SQL>spool patch.log

SQL>@catpatch.sql

SQL>spool off

SQL>@utlrp.sql

SQL>desc sys.mon_mods$; ( àvisu de "DROP_SEGMENT")

SQL>select comp_name, version, status from dba_registry ;

SQL>shutdown immediate;

]]>
Wed, 25 Jan 2006 14:33:50 GMT http://kaoua.dzblog.com/article-12430.html
Réseau informatique http://kaoua.dzblog.com/article-12378.html -Link et Skype lancent un adaptateur téléphonique USB Skype, le DPH-50U, qui permet aux particuliers d´utiliser leur téléphone analogique avec ou sans fil classique pour leurs appels gratuits (ou payant selon forfait) via Skype.

L'adaptateur téléphonque USB est compatible PCet comprend deux ports RJ11 et un port d'USB pour relier une ligne téléphonique classique, un téléphone et un ordinateur. Il est alimenté par le câble USB le connectant à l'ordinateur.

www.touslesreseaux.com

http://www.touslesreseaux.com/news/Netgear-skype-WiFi-phone.html

]]>
Wed, 25 Jan 2006 12:04:36 GMT http://kaoua.dzblog.com/article-12378.html