Skip to Main Content
  • Questions
  • Cross Platform "Endian" Conversion from Solaris to Linux Intel-Based Exadata -- Mounting NFS to Exadata Machine

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question, Camilo.

Asked: July 06, 2016 - 9:16 pm UTC

Last updated: July 08, 2016 - 6:10 am UTC

Version: 11.2.0.4

Viewed 1000+ times

You Asked

Hi,

Is it possible for a Solaris NFS to be mounted on a Linux Intel-Based Exadata machine? This approach seems (at least to me) to be alluded to in this section of Oracle Database Backup and User's Guide: https://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmxplat.htm#BRADV89985

"5.Make the export dump file and the data files to be transported available to the destination host.

You can use NFS to make the dump file and current database files (not copies) accessible. Alternatively, you can use an operating system utility to copy these files to the destination host."

So, instance having to copy the datafiles over to the Exadata machine, how can we use NFS to make the datafiles available to the Linux Exadata Machine? Both our primary and physical standby have mirrored "shadow copy" of their database files, and off this is feasible, it would save “a lot of time” that would normally be needed to copy the database files over to the Exadata machine.

If this is possible, can you at least direct/tell me how this can be done?

Regards,
Milo

and Connor said...

Yes. I can give you a real example.

At a client, we needed to move from AIX to Linux (which also means an endian change). In the case, all files were housed on NFS (via a NetApp storage device) but NFS is pretty much NFS.

So we

- backup up the AIX datafiles to the NFS share
- ran RMAN convert scripts on them to do the endian switch
- "imported" (aka transportable tablespace) those files into the Linux database

Here's a blogpost I did on it.

https://connormcdonald.wordpress.com/2015/06/06/cross-platform-database-migration/

and there's lot of info on MOS about how to do it with minimal downtime.

Hope this helps.

Is this answer out of date? If it is, please let us know via a Comment

More to Explore

Backup/Recovery

Check out the complete guide to all of the Backup & Recovery techniques in the Oracle Database.