restore error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rahamaz

    restore error

    IBM DB2 UDB 7.2
    Red Hat Linux 7.3

    Restore from backup image on tape returns:

    db2 "backup db test to /dev/st0 buffer 32"
    db2 "restore db test from /dev/st0 into test1 buffer 32"
    SQL2025N An I/O error "3" occurred on media "/dev/st0"

    Any idea?

    Thanks in advance.
  • Dale McInnis

    #2
    Re: restore error

    What is the block size of your tape device?
    I would recommend you use either
    512, 1024, 2048 or 4096

    Dale McInnis

    "Rahamaz" <rahamaz@yahoo. com> wrote in message
    news:ab587611.0 404062206.32300 f7e@posting.goo gle.com...[color=blue]
    > IBM DB2 UDB 7.2
    > Red Hat Linux 7.3
    >
    > Restore from backup image on tape returns:
    >
    > db2 "backup db test to /dev/st0 buffer 32"
    > db2 "restore db test from /dev/st0 into test1 buffer 32"
    > SQL2025N An I/O error "3" occurred on media "/dev/st0"
    >
    > Any idea?
    >
    > Thanks in advance.[/color]


    Comment

    Working...