Skip to Main Content

Hardware

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SUN ZFS 7320 Shadow Migration - Linux Source - Fail to mount filesystem

user13501005Jun 7 2012 — edited Jun 7 2012
Hi all,

We just got a new ZFS 7320 unit and I'm trying to experiment with the shadow migration. I'm using a Linux (Centos-5.8) server as the source for this experiment. I set up /etc/exports on the source server, started nfsd, and tested the mount from another Linux server. Worked.

I then tried creating a new share on the ZFS 7320, specifying Data Migration Source: NFS and then providing the source info in the format: xyz.domain.com:/home/user/dirtest

When I click apply, I'm getting:

Data migration source: Failed to mount filesystem

Anybody tried this before? Did it work? I'm wondering if there's some NFS option I need to set in /etc/exports on the source server so that the 7320 will mount it properly. I've tried several, however, and no luck.

Appreciate any advice. Thank you.

Edited by: user13501005 on Jun 7, 2012 6:28 PM

Edited by: user13501005 on Jun 7, 2012 6:29 PM

Comments

781417
bzip2 is the native compression available in 11gr1, you are NOT using advanced compression
If you were to use zlib as the compression algorithm, then you would require the advanced compression option.

see http://download.oracle.com/docs/cd/B28359_01/backup.111/b28270/rcmconfa.htm#BRADV89466
611900
Thanks Craig for the prompt reply.

I have another 11.2 database and it's compression is set to -

CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default

Does it mean that "BASIC" is also the native comression and it defaults to BZIP2.

May be value of LOW, MEDIUM and HIGH will be the Advanced Compression Option.

Please confirm.

Thanks!
781417
I'll be honest I don't know what compression algorithm is used by the BASIC setting in 11gR2, but I would assume it is BZIP2, and hence there is no cost to using the BASIC setting.
Yes, if you choose LOW, MEDIUM or HIGH then you would need to purchase the advanced compression option

see http://download.oracle.com/docs/cd/E11882_01/backup.112/e10642/rcmconfa.htm#CHDEHCEB
611900
Yes, looks like we are good. Found one of the post by Kevin Kemph and he states -

If you don’t have Advanced Compression, you set it to BASIC.

If you do have Advanced Compression enabled, you can choose between HIGH, MEDIUM and LOW.

In reality, these terms map out as follows:

HIGH = unmodified BZIP2
MEDIUM = ZLIB
LOW = LZO
BASIC = BZIP2

What does this mean to the average person?

If you’re not using advanced compression, or are already using bzip2 and you wish to continue to use compression, simply do one of the following

configure compression algorithm basic;
configure compression algorithm clear;

If you are using advanced compression and have bzip2 or zlib set, you need to select a level before running backup to avoid an ORA- error:

configure compression algorithm [high/medium/low];
configure compression algorithm clear;

Thanks Craig once again!
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 5 2012
Added on Jun 7 2012
1 comment
269 views