If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > db2 backup image formats

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-04-11, 11:12
cobbydelli cobbydelli is offline
Registered User
 
Join Date: Nov 2011
Posts: 5
Unhappy db2 backup image formats

Hi guys i'm quite new to db2 who can help how do i know from the backup image file which platform it was taken from say unix,windows or i5os. thanx
Reply With Quote
  #2 (permalink)  
Old 11-04-11, 12:15
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Try db2ckbkp
Reply With Quote
  #3 (permalink)  
Old 11-05-11, 00:14
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
Just to add:

db2bkckp -H will give you the following information (this is from 64-bit AIX):

Platform -- 14


This value is in hex, convert it to dec and then look up the platform name in .../sqllib/include/sqlmon.h


For my example:
#define SQLM_PLATFORM_AIX64 20 /* AIX 64 bit
Reply With Quote
Reply

Tags
backup image

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On