Unix Technical Forum

ontape: AIX 5.3/4.3.3 compatible ?

This is a discussion on ontape: AIX 5.3/4.3.3 compatible ? within the Informix forums, part of the Database Server Software category; --> We have an ontape backups from a IDS 7.31.UD8X7 with AIX 4.3.3. For some reason we need to restore ...


Go Back   Unix Technical Forum > Database Server Software > Informix

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-20-2008, 11:04 AM
=?iso-8859-1?B?SvxyZ2VuIEJ1Y2s=?=
 
Posts: n/a
Default ontape: AIX 5.3/4.3.3 compatible ?

We have an ontape backups from a IDS 7.31.UD8X7 with AIX 4.3.3.

For some reason we need to restore this on IDS 7.31.UD8X7 with AIX 5.3.

For a instance with small databases (< 10 GB) it worked fine.
Then we tried for a instance with bigger databases (> 50 GB).

Here the instance went down:
13:57:21 Physical Restore of rootdbs, physdbs, logdbs, svvs001,
svvs002, svvs003, svvs004, svvs005, svvs006, svvs007, svvs008
Completed.
13:57:21 Checkpoint Completed: duration was 0 seconds.
13:57:21 Checkpoint loguniq 33654, logpos 0x2d018

13:58:06 No logical log restore will be performed.
13:58:06 Clearing the physical and logical logs has started
14:39:00 Cleared 7999 MB of the physical and logical logs in 2454
seconds
14:39:00 Physical Recovery Started.
14:39:00 Physical Recovery Complete: 0 Pages Restored.
14:39:00 Logical Recovery Started.
14:39:03 Logical Recovery Complete.
0 Committed, 0 Rolled Back, 0 Open, 0 Bad Locks

14:39:04 Bringing system to Quiescent Mode with no Logical Restore.

14:39:05 Quiescent Mode
14:39:05 Assert Failed: Dynamic Server must abort
14:39:05 IBM Informix Dynamic Server Version 7.31.UD8X7
14:39:05 Who: Session(1, informix@ffzd0xa6, 0, 1342709784)
Thread(7, main_loop(), 50058018, 3)
File: rslog.c Line: 3271
14:39:05 Results: Dynamic Server must abort
14:39:05 Action: Reinitialize shared memory
14:40:53 See Also: /opt/informix/IDS.7.31.UD8/tmp/af.3ef72f9,
shmem.3ef72f9.0
14:40:53 Error writing
'/opt/informix/IDS.7.31.UD8/tmp/shmem.3ef72f9.0' errno = 28
14:40:53 rslog.c, line 3271, thread 7, proc id 950330, Dynamic Server
must abort.
14:40:53 PANIC: Attempting to bring system down

I heard it's officially not supported. But I can't see the reason for
this ?
Isn't AIX 5.3 binary compatible to AIX 4.3.3 ???

Thanks,
Jürgen

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-20-2008, 11:05 AM
Art S. Kagel
 
Posts: n/a
Default Re: ontape: AIX 5.3/4.3.3 compatible ?

Jürgen Buck wrote:

Maybe it's not a version/OS problem:

Errno 28 on AIX is 'No space left on device!

Check that the chunk links point to partitions large enough to hold the
original chunk data.

Art S. Kagel


> We have an ontape backups from a IDS 7.31.UD8X7 with AIX 4.3.3.
>
> For some reason we need to restore this on IDS 7.31.UD8X7 with AIX 5.3.
>
> For a instance with small databases (< 10 GB) it worked fine.
> Then we tried for a instance with bigger databases (> 50 GB).
>
> Here the instance went down:
> 13:57:21 Physical Restore of rootdbs, physdbs, logdbs, svvs001,
> svvs002, svvs003, svvs004, svvs005, svvs006, svvs007, svvs008
> Completed.
> 13:57:21 Checkpoint Completed: duration was 0 seconds.
> 13:57:21 Checkpoint loguniq 33654, logpos 0x2d018
>
> 13:58:06 No logical log restore will be performed.
> 13:58:06 Clearing the physical and logical logs has started
> 14:39:00 Cleared 7999 MB of the physical and logical logs in 2454
> seconds
> 14:39:00 Physical Recovery Started.
> 14:39:00 Physical Recovery Complete: 0 Pages Restored.
> 14:39:00 Logical Recovery Started.
> 14:39:03 Logical Recovery Complete.
> 0 Committed, 0 Rolled Back, 0 Open, 0 Bad Locks
>
> 14:39:04 Bringing system to Quiescent Mode with no Logical Restore.
>
> 14:39:05 Quiescent Mode
> 14:39:05 Assert Failed: Dynamic Server must abort
> 14:39:05 IBM Informix Dynamic Server Version 7.31.UD8X7
> 14:39:05 Who: Session(1, informix@ffzd0xa6, 0, 1342709784)
> Thread(7, main_loop(), 50058018, 3)
> File: rslog.c Line: 3271
> 14:39:05 Results: Dynamic Server must abort
> 14:39:05 Action: Reinitialize shared memory
> 14:40:53 See Also: /opt/informix/IDS.7.31.UD8/tmp/af.3ef72f9,
> shmem.3ef72f9.0
> 14:40:53 Error writing
> '/opt/informix/IDS.7.31.UD8/tmp/shmem.3ef72f9.0' errno = 28
> 14:40:53 rslog.c, line 3271, thread 7, proc id 950330, Dynamic Server
> must abort.
> 14:40:53 PANIC: Attempting to bring system down
>
> I heard it's officially not supported. But I can't see the reason for
> this ?
> Isn't AIX 5.3 binary compatible to AIX 4.3.3 ???
>
> Thanks,
> Jürgen
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-20-2008, 11:06 AM
=?iso-8859-1?B?SvxyZ2VuIEJ1Y2s=?=
 
Posts: n/a
Default Re: ontape: AIX 5.3/4.3.3 compatible ?

The error number -28 is from the shared memory dumps.
After we repeated the restore a few times the file system for the dumps
was full.
But the chunks are located somewhere else. Sorry for sending this
confusing part of the message log.

After this we made a new backup/restore and then it worked.
But this makes it even more confusing for me, because it seems to be a
sporadic problem.

If it is not officially supported, it makes probably no sense to get of
the bottom of this problem.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 05:23 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com