Migrating Oracle on Solaris Sparc to Linux RHEL 7 VM


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Migrating Oracle on Solaris Sparc to Linux RHEL 7 VM
# 1  
Old 12-03-2018
Migrating Oracle on Solaris Sparc to Linux RHEL 7 VM

Hi Gurus,

We are migrating Oracle from Solaris to RHEL 7 and looking for Solaris equivalent commands for Linux.

we are using lot of korn shell scripts built on Solaris so, i am looking for equivalent commands which are using in Solaris..

Could you please help me here by proving any info . thanks.

Here is my current salaries system details.

Machine hardware: sun4v
OS version: 5.10
Processor type: sparc
Hardware: sun4v

--- Post updated at 09:30 PM ---

Hi,

I have 500 + ksh scripts...i am looking for Journal RHEL commends commands which are using in Solaris..

Thanks

--- Post updated at 09:33 PM ---

Hi ..

I don't have any code..and have 500 + ksh scripts. i am looking normal RHEL oracle commands equivalent commands which are using in Solaris..
# 2  
Old 12-03-2018
couple of links - I'm sure there're plenty of others:
UnixPorting
UnixGuide
UnixCompare
# 3  
Old 12-03-2018
Hi Vgersh,

Thanks for help...

@Gurus---- please share if you have any links. or pdf documents..

Thanks.
# 4  
Old 02-12-2019
Well this really depends.
Is the code commented ?

There is no magical way to say it will or will not work.
It will require human eyes, brains and time, even possible lab conditions Smilie

Perhaps even a rewrite if possible, since 500+ scripts sure sounds like a design fail.
Perhaps consolidate those scripts first, then do the porting ....

Hope that helps
Regards
Peasant.
# 5  
Old 02-12-2019
First install ksh:
Code:
yum install ksh

should install the AT&T ksh93, that is quite compatible with the ksh88 in Solaris 10.
Then syntax-check your scripts with
Code:
ksh -nx /path/to/script

Most should pass.
Also most most GNU standard tools ("ls", "find", "grep", "sed", "awk","perl") are compatible with Unix.
But be careful - especially when running as root - better run the scripts as non-root so a run-away script cannot damage your system.
When it comes to OS-specific things there is less compatibility. E.g. a "df -k" can work, but a simple "df" is quite different.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

ksh scripts migrating(Oracle 11G) from Solaris Sparc 10 to RHEL 7

Hi All, Now we are migrating oracle 11G from Solaris Sparc 10 to RHEL 7. We have 1000+ ksh scripts.. Could you please let em know what would be the best way to use exiting scripts in RHEL with minimal changes,. my concern was "Is it all Solaris command work in RHEL". (3 Replies)
Discussion started by: mssprince
3 Replies

2. Shell Programming and Scripting

Migrating Oracle on Solaris Sparc to Linux RHEL 7 VM

Hi Gurus, We are migrating Oracle from Solaris to RHEL 7 and looking for Solaris equivalent commands for Linux. we are using lot of korn shell scripts built on Solaris so, i am looking for equivalent commands which are using in Solaris.. Could you please help me here by proving any info... (1 Reply)
Discussion started by: mssprince
1 Replies

3. Solaris

External Network Connectivity w/Oracle VM Server for SPARC & Solaris 11

Hello all, thanks for reading my question: So I've been a Unix/Linux SysAdmin for a couple years, and I'm a bit over my head running solo, trying to set up LDoms using Oracle VM Server 3.1 for SPARC. I've been very careful, and things have gone well up until the point I try to access the new... (9 Replies)
Discussion started by: Lyxix
9 Replies

4. Linux

Oracle Linux on SPARC

Hi Oracle Linux users, You can probably guess from the title what the question is: Does anyone know if Oracle Linux (the Unbreakable variety I think that is) comes in a SPARC release or, if not, will there be one some time soon ? Many thanks, P;):D:b: (2 Replies)
Discussion started by: patcom
2 Replies

5. HP-UX

Migrating from HP UX to LINUX/SOLARIS- which one is more preferable?

Hi all, We have an application that is running on HP-UX operating system (11i). the application is built using C, C++, ProC and ProC++ codes. we have been given two choices for migration: LINUX and SOLARIS. I would like to know the differences between the three OS and which OS to prefer... (3 Replies)
Discussion started by: pb0069950
3 Replies

6. Filesystems, Disks and Memory

Migrating from RHEL LVM to VxVM

Hiya, Is there a known method from converting LVM data to VxVM data.. ie we have a load of local and SAN (HPDM) mounts on RHEL 4u5/5u1 servers which are now required to be clustered with SFS (VxFS,VxVM,CFS,VCS etc) I've come across the vxvmconvert, but thought that was HP-UX only? Many... (3 Replies)
Discussion started by: itsupplies
3 Replies

7. Red Hat

Migrating from RHEL LVM to VxVM

Hiya, Is there a known method from converting LVM data to VxVM data.. ie we have a load of local and SAN (HPDM) mounts on RHEL 4u5/5u1 servers which are now required to be clustered with SFS (VxFS,VxVM,CFS,VCS etc) I've come across the vxvmconvert, but thought that was HP-UX only? Many... (0 Replies)
Discussion started by: itsupplies
0 Replies

8. Linux

Migrating from SENDMAIL on SUN SOLARIS to POSTFIX on Linux

Migrating from sendmail on SUN Solaris to POSTFIX on Linux. I have been asked to migrate our sendmail to postfix on Linux and would appreciate and information. Hints and tips on the process involved. Perhaps any links to useful site or documentation that you may know about. Many Thanks (2 Replies)
Discussion started by: Andrek
2 Replies
Login or Register to Ask a Question