Hello all! I've a great problem and does not find the reason for it. So I hope anybody have good ideas to find the solution.
Problem: I'm sysadmin for 7 RS6000 Servers (7044/170) running with AIX 4.3.3 and a Oracle 7 Database (I know - OLD! But there is no way to upgrade the Software. This solution is for only 2 years!). Now my company bought "new" (refurbished) Servers with maintenance (7028/6C1). I've installed AIX 4.3.3 and the Oracle DB. All works fine and without any problems. Only the backupscript have Problems at one line.
The line is: "find /oradata/dbs0/* -prune -print | cpio -oB | compress > /dev/rmt0"
This works fine on the old Servers and works fine without the COMPRESS command.
Compress and uncompress works in a directory (e.g. compress /oradata/dbs0/*) without errors, but in the combination with rmt0 I get always the error:
# find /oradata/dbs0/* -prune -print | cpio -oB | compress > /dev/rmt0
# 14040 blocks
A system call received a parameter that is not valid
#
Questions: Where is the system call? What is the reason for it?
I've checked all smit settings... there is no difference to the old servers. Backup to rmt0 works - but only without compress.
Any ideas? Thanks a lot
Problem: I'm sysadmin for 7 RS6000 Servers (7044/170) running with AIX 4.3.3 and a Oracle 7 Database (I know - OLD! But there is no way to upgrade the Software. This solution is for only 2 years!). Now my company bought "new" (refurbished) Servers with maintenance (7028/6C1). I've installed AIX 4.3.3 and the Oracle DB. All works fine and without any problems. Only the backupscript have Problems at one line.
The line is: "find /oradata/dbs0/* -prune -print | cpio -oB | compress > /dev/rmt0"
This works fine on the old Servers and works fine without the COMPRESS command.
Compress and uncompress works in a directory (e.g. compress /oradata/dbs0/*) without errors, but in the combination with rmt0 I get always the error:
# find /oradata/dbs0/* -prune -print | cpio -oB | compress > /dev/rmt0
# 14040 blocks
A system call received a parameter that is not valid
#
Questions: Where is the system call? What is the reason for it?
I've checked all smit settings... there is no difference to the old servers. Backup to rmt0 works - but only without compress.
Any ideas? Thanks a lot