I/ps pls for migration of oraboot & orabackup files from Tru64 Unix to Linux 3.0

Hi,

I have 2 Files - oraboot and orabackup, which are correct Files in Tru64 Environment and I am trying to check whether the Files are running properly in my current Linux 3.0. (basically trying to migrate them from Tru64 to Linux 3.0).

The files are neither Shell nor Perl, and just have the Path Info. Just wanted to know, how to migrate these 2 Files from Tru64 to Linux 3.0.

1) oraboot

#######################################################################
# THIS IS A GENERATED FILE - ANY MODIFICATIONS WILL BE LOST !! #
#######################################################################
# Generated from env.ini on Thu Jun 12 18:00:09 CEST 2008
#######################################################################
dba1:/u01/app/oracle/product/9.2.0:Y
axio:/u01/app/oracle/product/9.2.0:Y
jcso:/u01/app/oracle/product/9.2.0:Y
dba7:/u01/app/oracle/product/9.2.0:Y
dba14:/u01/app/oracle/product/9.2.0:Y
dba15:/u01/app/oracle/product/9.2.0:Y
dba26:/u01/app/oracle/product/9.2.0:Y
dba30:/u01/app/oracle/product/9.2.0:Y
dba31:/u01/app/oracle/product/9.2.0:Y
axiwfml:/u01/app/oracle/product/9.2.0:Y
axi2:/u01/app/oracle/product/9.2.0:Y
axirw:/u01/app/oracle/product/9.2.0:Y
axip3:/u01/app/oracle/product/9.2.0:Y
axiw3:/u01/app/oracle/product/9.2.0:Y
#######################################################################
# END OF GENERATED FILE - ANY MODIFICATIONS WILL BE LOST !! #
#######################################################################

2) orabackup

#######################################################################
# THIS IS A GENERATED FILE - ANY MODIFICATIONS WILL BE LOST !! #
#######################################################################
# Generated from env.ini on Thu Jun 12 18:00:09 CEST 2008
#######################################################################
dba1:/u01/app/oracle/product/9.2.0:Y
axio:/u01/app/oracle/product/9.2.0:Y
jcso:/u01/app/oracle/product/9.2.0:Y
dba7:/u01/app/oracle/product/9.2.0:N
dba14:/u01/app/oracle/product/9.2.0:N
dba15:/u01/app/oracle/product/9.2.0:N
dba26:/u01/app/oracle/product/9.2.0:N
dba30:/u01/app/oracle/product/9.2.0:N
dba31:/u01/app/oracle/product/9.2.0:N
axiwfml:/u01/app/oracle/product/9.2.0:N
axi2:/u01/app/oracle/product/9.2.0:Y
axirw:/u01/app/oracle/product/9.2.0:Y
axip3:/u01/app/oracle/product/9.2.0:Y
axiw3:/u01/app/oracle/product/9.2.0:Y
#######################################################################
# END OF GENERATED FILE - ANY MODIFICATIONS WILL BE LOST !! #
#######################################################################

I give a ./oraboot and ./orabackup to run these Files and the following I get :-

$ ./oraboot
./oraboot: line 6: dba1:/u01/app/oracle/product/9.2.0:Y: No such file or directory
./oraboot: line 7: axio:/u01/app/oracle/product/9.2.0:Y: No such file or directory
./oraboot: line 8: jcso:/u01/app/oracle/product/9.2.0:Y: No such file or directory
./oraboot: line 9: dba7:/u01/app/oracle/product/9.2.0:Y: No such file or directory
./oraboot: line 10: dba14:/u01/app/oracle/product/9.2.0:Y: No such file or directory
./oraboot: line 11: dba15:/u01/app/oracle/product/9.2.0:Y: No such file or directory
./oraboot: line 12: dba26:/u01/app/oracle/product/9.2.0:Y: No such file or directory
./oraboot: line 13: dba30:/u01/app/oracle/product/9.2.0:Y: No such file or directory
./oraboot: line 14: dba31:/u01/app/oracle/product/9.2.0:Y: No such file or directory
./oraboot: line 15: axiwfml:/u01/app/oracle/product/9.2.0:Y: No such file or directory
./oraboot: line 16: axi2:/u01/app/oracle/product/9.2.0:Y: No such file or directory
./oraboot: line 17: axirw:/u01/app/oracle/product/9.2.0:Y: No such file or directory
./oraboot: line 18: axip3:/u01/app/oracle/product/9.2.0:Y: No such file or directory
./oraboot: line 19: axiw3:/u01/app/oracle/product/9.2.0:Y: No such file or directory

$ ./orabackup
./orabackup: line 6: dba1:/u01/app/oracle/product/9.2.0:Y: No such file or directory
./orabackup: line 7: axio:/u01/app/oracle/product/9.2.0:Y: No such file or directory
./orabackup: line 8: jcso:/u01/app/oracle/product/9.2.0:Y: No such file or directory
./orabackup: line 9: dba7:/u01/app/oracle/product/9.2.0:N: No such file or directory
./orabackup: line 10: dba14:/u01/app/oracle/product/9.2.0:N: No such file or directory
./orabackup: line 11: dba15:/u01/app/oracle/product/9.2.0:N: No such file or directory
./orabackup: line 12: dba26:/u01/app/oracle/product/9.2.0:N: No such file or directory
./orabackup: line 13: dba30:/u01/app/oracle/product/9.2.0:N: No such file or directory
./orabackup: line 14: dba31:/u01/app/oracle/product/9.2.0:N: No such file or directory
./orabackup: line 15: axiwfml:/u01/app/oracle/product/9.2.0:N: No such file or directory
./orabackup: line 16: axi2:/u01/app/oracle/product/9.2.0:Y: No such file or directory
./orabackup: line 17: axirw:/u01/app/oracle/product/9.2.0:Y: No such file or directory
./orabackup: line 18: axip3:/u01/app/oracle/product/9.2.0:Y: No such file or directory
./orabackup: line 19: axiw3:/u01/app/oracle/product/9.2.0:Y: No such file or directory

Request you to please let me know how to run these scripts to migrate them from Tru64 to Linux 3.0 (including the changes that may be required).

Thanks a lot in advance.

Best Regards,
Marconi.

There happens to be no Linux 3.0. There may be a distribution to which you are referring, however Linux, the kernel, goes to 2.6.26 or so now. 3.0 is far in the future.

Do you perhaps mean Red Hat Enterprise Linux 3.0? The 3.0 there would refer to the Red Hat Enterprise part, in that it is a distribution (Packaging and solution of Linux, which is free and open source, and therefor available for anybody to package as such).

Knowing what you are using will help you get help.

Hi Mark,

Thanks for your reply. Yes it is Red Hat Enterprise Linux 3.0., to which these are to be migrated from Tru64 Unix. Just wanted to know how to go about it like running them, etc. I completely have no clue on these files. Request you to please provide your valuable inputs.

Thanks a lot in advance.

Best Regards,
Marconi.