1828885 Members
2733 Online
109985 Solutions
New Discussion

Re: About AS server

 
SOLVED
Go to solution
peterchu
Super Advisor

About AS server

I am not clear the relationship between linux AS server and RH server 9.0, in case I use cpio to backup file to a tape in AS server , then is it possible to restore these files on RH server 9.0 ? thx
5 REPLIES 5
Martin P.J. Zinser
Honored Contributor
Solution

Re: About AS server

Hello Peter,

the distinction between the various Redhat offerings has more to do with services you buy, additional QA and maybe some add-on products than with any differences in basic utilities like cpio, tar or dump. There is no reason at all to expect that this would not work. Having said that, if the task at hand is important enough I would always test before comitting myself in production ;-)

Greetings, Martin
peterchu
Super Advisor

Re: About AS server

thx martin,

If this is the case , I want to list out the file from the tape with cpio command , what can i do ? thx
Steven E. Protter
Exalted Contributor

Re: About AS server

You should have no problem at all doing that.

Red Hat AS 3 is based on Red Hat 9. I've mostly found RH9 software works on AS 3

The only problem you would have is with device drivers. Simple files, no trouble at all.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jeroen Peereboom
Honored Contributor

Re: About AS server

To list the file on tape use cpio -tv with additional flags like -c or -H odc to specify the format.

Check the man page and ask the creator of the tape how he/she did it.

JP
peterchu
Super Advisor

Re: About AS server

When I tried to list out the file from the tape by the command "cpio -icBvt '*' < /dev/tape , it pop the error "cpio: read error: Input/output error" , is it the block size problem ? what is the possible reason that the tape can't be list ? thx