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


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting I/ps pls for migration of oraboot & orabackup files from Tru64 Unix to Linux 3.0
# 1  
Old 07-25-2008
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.
# 2  
Old 07-25-2008
No duplicate or cross-posting, read the rules.

Proceed here:

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

Thread closed.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need advice for project UNIX to Linux migration

I am working on UNIX AIX to Linux migration. Does anybody know the good site for doing this? Thanks for contribution (4 Replies)
Discussion started by: digioleg54
4 Replies

2. Shell Programming and Scripting

UNIX to Linux Migration

We have certain number of scripts that run on AIX server using ksh. Now that we migrate these scripts to Linux servers. We need to know what are the changes that we have to perform in script to make it compatible to run on Linux. Say like in our Unix -AIX "print" command worked. But that did... (6 Replies)
Discussion started by: SIva81
6 Replies

3. Shell Programming and Scripting

AIX UNIX (kshell) to Linux Shell Script Migration.

Hi, Could you please let me know what kind of changes/issues commonly occurs at Scripting /command level during AIX Unix (kshell) to Linux shell script migration. (24 Replies)
Discussion started by: Raghuraman.R
24 Replies

4. Shell Programming and Scripting

Help me pls : splitting single file in unix into different files based on data

I have a file in unix with sample data as follows : -------------------------------------------------------------- -------------------------------------------------------------- {30001002|XXparameter|Layout|$ I want this file to be splitted into different files and corresponding to the sample... (54 Replies)
Discussion started by: Ravindra Swan
54 Replies

5. Shell Programming and Scripting

Shell scripts migration from HP-Unix 11 to Red Hat Linux

We are changing our OS from HP-Unix 11 to Linux Red Hat. We have few k- shell, c - shell and sql scripts which are currently running under HP-Unix 11. Will these scripts work on LINUX as it is? or we need to do any code changes?IS there anyone who have done this kind of migration before?Thanks for... (2 Replies)
Discussion started by: Phoenix2
2 Replies

6. Red Hat

tool for migration from HP Tru64 UNIX to Linux Red Hat 5

Hi, We are going to migrate our Dataware House system from HP Tru64 UNIX to Red Hat Linux 5. There are more than 500 shell scripts which are written in ksh. The schedule is very tight. So, I want to learn whether there is a tool that can help us find the incompatible shell scripts in... (2 Replies)
Discussion started by: franksubramania
2 Replies

7. Shell Programming and Scripting

Regarding migration (from Tru64 Unix to Linux 3.0) of Files :- oraboot and orabackup

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... (1 Reply)
Discussion started by: marconi
1 Replies

8. Linux

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... (2 Replies)
Discussion started by: marconi
2 Replies

9. Shell Programming and Scripting

SCO UNIX to Linux migration

hi all i m working in a company ...and i have to migrate a C application running on SCO-UNIX to Red hat linux. can anybody tell me what is the difference between C commands and shell scripting on SCO-UNIX and LINUX. best regards harsh (3 Replies)
Discussion started by: vickey
3 Replies

10. UNIX Desktop Questions & Answers

what is the difference between Unix & linux, what are the advantages & disadvantages

ehe may i know what are the difference between Unix & Linux, and what are the advantages of having Unix as well as disadvantages of having Unix or if u dun mind i am dumb do pls tell me what are the advantages as well as the disadvantages of having linux as well. thanks (1 Reply)
Discussion started by: cybertechmkteo
1 Replies
Login or Register to Ask a Question