Morning again !!
Here is some information:
Linux_old:~ # uname -a
Linux Linux_old 2.6.11.4-20a-smp #1 SMP Wed Mar 23 21:52:37 UTC 2005 i686 i686 i386 GNU/Linux
Linux_old:~ # which mt
/usr/bin/mt
Linux_old:~ # file /usr/bin/mt
/usr/bin/mt: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), stripped
Linux_old:~ # mt -V
GNU mt version 2.5
Linux_old:~ # mt -t /dev/st4 status
drive type = Generic SCSI-2 tape
drive status = 1258291200
sense key error = 0
residue count = 0
file number = 0
block number = 0
Tape block size 0 bytes. Density code 0x4b (unknown).
Soft error count since last status=0
General status bits on (41010000):
BOT ONLINE IM_REP_EN
Linux_New:~ # uname -a
Linux Linux_New 2.6.37.1-1.2-desktop #1 SMP PREEMPT 2011-02-21 10:34:10 +0100 x86_64 x86_64 x86_64 GNU/Linux
Linux_New:~ # which mt
/usr/bin/mt
Linux_New:~ # file /usr/bin/mt
/usr/bin/mt: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.4, stripped
Linux_New:~ # mt -V
mt (GNU cpio) 2.11
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by David MacKenzie and Sergey Poznyakoff.
Linux_New:~ # mt -t /dev/st0 status
mt: invalid option – ‘t’
Try mt --help' or
mt --usage’ for more information.
All servers are installed from installation media´s. There is no internet
connections or service networks where to load upgrades. So, they are
working with installation media packages.
Some person has found workaround to this problem. Using GNU cpio
version 2.9 from SLES11, will understand -t option. So it seems this
problem is solved, and from my view case is closed.
Thanks to all who give thoughts for this problem.