Esempio: Controllare la Optim High Performance Unload coerenza delle versioni tra le macchine di un'istanza di Db2 distribuita

Contenuto del file db2nodes.cfg :

i957p@lat127:> cat /db2home/i957p/sqllib/db2nodes.cfg
0 lat127 0
9 lat128 0
221 lat129 0

Report di esecuzione

i957p@lat127:> db2hpu -f sysin -i i957p --check-consistency
INZM031I Optim High Performance Unload for Db2 06.05.00.003.02(231002) 
         64 bits 10/04/2023 (Linux lat127 2.6.34.7-0.5-desktop #1 SMP PREEMPT 2010-10-25 08:40:12 +0200 x86_64)
INZI473I Memory limitations: 'unlimited' for virtual memory and 'unlimited' for data segment
       ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+
000001 GLOBAL CONNECT TO SAMPLE
000002 ;
000003 UNLOAD TABLESPACE
000004 SELECT * FROM EMPLOYEE;
000005 OUTFILE("outfile")
000006 FORMAT DEL
000007 ;
000008 

INZM031I [lat128] Optim High Performance Unload for Db2 06.05.00.003.02(231002) 
           64 bits 10/04/2023 (Linux lat128 2.6.34.7-0.5-desktop #1 SMP PREEMPT 2010-10-25 08:40:12 +0200 x86_64)
INZM031I [lat129] Optim High Performance Unload for Db2 06.05.00.003.02(231002) 
           64 bits 10/04/2023 (Linux lat129 2.6.34.7-0.5-desktop #1 SMP PREEMPT 2010-10-25 08:40:12 +0200 x86_64)
INZM091I The HPU utility versions involved in the execution are consistent.