Data Backup and Recovery

Snapvault configuration

fredrik
25,813 Views

Hi,

I have installed Snapcreator for windows and run it against a Oracle database. Snapshoting works fine and now I try to configure the Snapvault part.

I have created Snapvault relations between the primary and secondary filer.

nafiler3> snapvault status

Snapvault is ON.

Source                          Destination                          State          Lag        Status

172.20.5.6:/vol/dnfs_bfuarch/-  nafiler3:/vol/sv_dnfs_bfudb/bfuarch  Snapvaulted    00:14:54   Idle

172.20.5.6:/vol/dnfs_bfudb/-    nafiler3:/vol/sv_dnfs_bfudb/bfudb    Snapvaulted    00:14:12   Idle

172.20.5.6:/vol/dnfs_bfuredo/-  nafiler3:/vol/sv_dnfs_bfudb/bfuredo  Snapvaulted    00:14:32   Idle

When running a backup I see in the console log that snapshots are taken and Snapvault relation status is checked and are marked as OK:

[Wed Sep 28 09:06:37 2011] INFO: Getting NetApp Snapvault Status for 194.1.1.236:dnfs_bfudb

but then the backup job is finnished without  updating the snapvault relations.

There are no error messages in the console log  but these entries can be found in the error log file:

Wed Sep 28 08:41:42 2011] cannot find storage executor for nafiler3 at /<C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4.0\snapcreator.exe>SnapCreator/ZAPIExecutor.pm line 200.

[Wed Sep 28 08:59:29 2011] cannot find storage executor for nafiler3 at /<C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4.0\snapcreator.exe>SnapCreator/ZAPIExecutor.pm line 200.

[Wed Sep 28 09:06:58 2011] cannot find storage executor for nafiler3 at /<C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4.0\snapcreator.exe>SnapCreator/ZAPIExecutor.pm line 200.

I suspect it is some problems with the comunication/login to the secondary filer but I want to make sure I havn't missed anything in the setup.

Thank's in advance

/Fredrik

results status="passed"

[Wed Sep 28 09:06:45 2011] INFO: Getting NetApp Snapvault Status for 194.1.1.236:dnfs_bfuredo

<results status="passed">

[Wed Sep 28 09:06:48 2011] INFO: NetApp Snapvault Status for 194.1.1.236:dnfs_bfuredo finished successfully

[Wed Sep 28 09:06:45 2011] INFO: Getting NetApp Snapvault Status for 194.1.1.236:dnfs_bfuarch

<results status="passed">

[Wed Sep 28 09:06:48 2011] INFO: NetApp Snapvault Status for 194.1.1.236:dnfs_bfuarch  finished successfully

[Wed Sep 28 09:06:40 2011] INFO: NetApp Snapvault Status for 194.1.1.236:dnfs_bfudb finished successfully

13 REPLIES 13

ktenzer
25,775 Views

What is VOLUMES and NTAP_USERS parameters set to? Do you have nafiler3 in NTAP_USERS?

It looks like you are communicating w/194.1.1.236 however the snapvault relationship is 172.20.5.6?

If this is case you can try setting:

SECONDARY_INTERFACES=194.1.1.236:172.20.5.6/nafiler3

Please explain in detail network setup this seems rather complex

Regards,

Keith

fredrik
25,760 Views

Hi Keith,

I don’t have access to the system now but this is the output from the log showing the parsing of the volume, user and interface parameters:

                    1. Parsing Environment Parameters ##########

DEBUG: Parsing VOLUMES - filer: 194.1.1.236 volume: dnfs_bfudb

DEBUG: Parsing VOLUMES - filer: 194.1.1.236 volume: dnfs_bfuredo

DEBUG: Parsing VOLUMES - filer: 194.1.1.236 volume: dnfs_bfuarch

DEBUG: Parsing NTAP_USERS - filer: 194.1.1.236 user: root

DEBUG: Parsing NTAP_USERS - filer: nafiler3 user: root

DEBUG: Parsing SECONDARY_INTERFACES - filer: 194.1.1.236 Primary Interface: 172.20.5.6 Secondary Interface: nafiler3

The network configuration is that we have the primary filer nafiler2. Nafiler2 has two interfaces, one “public” 194.1.1.236 and one “backup net” 172.20.5.6

The primary filer nafiler2 is connected to the secondary filer on the backup net. 172.20.5.6 < -- > nafiler3

The snapcreator server is communicating with nafiler2 on 194.1.1.236.

Best regards

/Fredrik

ktenzer
25,760 Views

Ok if a different interface is used for snapvault you need to use SECONDARY_INTERFACES param as I mentioned above, otherwise things look good.

Regards,

Keith

fredrik
25,743 Views

I did that as this says:

DEBUG: Parsing SECONDARY_INTERFACES - filer: 194.1.1.236 Primary Interface: 172.20.5.6 Secondary Interface: nafiler3

//Fredrik

ktenzer
25,743 Views

Can you try this with SC 3.3.0 just unpack 3.3.0 and copy config and run it?

This looks like a bug

Keith

fredrik
25,729 Views

I’m not at the customer now but I will do this tomorrow and let you know of the result.

I attach the logfile from the snap backup.

Regards

/Fredrik

ktenzer
25,731 Views

Ok great please collect all logs and config file, that will help us debug further.

We have another customer w/similar issue so we may have a bug w/3.4.0. In 3.3.0 in other customers env it works so crosding fingets

Thanks for the help!

Regards,

Keith

ktenzer
25,729 Views

I did some testing today and was able to reproduce this error when not using the storage systems hostname for volumes. For example my storage system is known as cuba2 so I specified IP in VOLUMES and then mapped to name using SECONDARY_INTERFACES, I got same error you see. Could it be that 194.1.1.236 is not the storage systems hostname?

Can you please run following commands on storage systems:

hostname

rdfile /etc/hosts

snapvault status - we only have snapvault status for secondary I need to also see primary.

Also a network diagram with the connectivity would be helpful. I am pretty sure your issue is 194.1.1.236 isnt the default hostname. SC requires you always use the default hostname, so whatever the filer is known as.

Regards,

Keith

fredrik
25,730 Views

Hi Keith,

Yes you are right. We are running Direct NFS on a Windows server so 194.1.1.236 is the address on the dedicated storage net (NFS).

So it might work if I change the ip in the volume config to the actual IP of nafiler2 ?

Best regards

/Fredrik

ktenzer
24,948 Views

Yes

VOLUMES=nafiler2:dnfs_bfudb,dnfs_bfuredo,dnfs_bfuarch

SECONDARY_INTERFACES=nafiler2:172.20.5.6/nafiler3

NTAP_USERS=nafiler2:user/pwd;nafiler3:user/pwd

Let us know

Regards,

Keith

fredrik
24,949 Views

Hi Keith,

After putting the management adress of

nafiler2 in the local hosts file and

Specifying nafiler2 in the config as you

instructed it works fine.

Thanks !!!!

Sent from iphone

30 sep 2011 kl. 12:52 skrev "Keith Tenzer" <xdl-communities@communities.netapp.com<mailto:xdl-communities@communities.netapp.com>>:

<http://communities.netapp.com/index.jspa>

Re: Snapvault configuration

created by Keith Tenzer<http://communities.netapp.com/people/ktenzer> in SnapCreator - View the full discussion<http://communities.netapp.com/message/64559#64559>

Yes

VOLUMES=nafiler2:dnfs_bfudb,dnfs_bfuredo,dnfs_bfuarch

SECONDARY_INTERFACES=nafiler2:172.20.5.6/nafiler3

NTAP_USERS=nafiler2:user/pwd;nafiler3:user/pwd

Let us know

Regards,

Keith

  1. of replies to the post:

Discussion thread has 10 replies. Click here<http://communities.netapp.com/message/64559#64559> to read all the replies.

Original Post:

Hi, I have installed Snapcreator for windows and run it against a Oracle database. Snapshoting works fine and now I try to configure the Snapvault part. I have created Snapvault relations between the primary and secondary filer. nafiler3> snapvault status Snapvault is ON. Source Destination State Lag Status 172.20.5.6:/vol/dnfs_bfuarch/- nafiler3:/vol/sv_dnfs_bfudb/bfuarch Snapvaulted 00:14:54 Idle 172.20.5.6:/vol/dnfs_bfudb/- nafiler3:/vol/sv_dnfs_bfudb/bfudb Snapvaulted 00:14:12 Idle 172.20.5.6:/vol/dnfs_bfuredo/- nafiler3:/vol/sv_dnfs_bfudb/bfuredo Snapvaulted 00:14:32 Idle When running a backup I see in the console log that snapshots are taken and Snapvault relation status is checked and are marked as OK: INFO: Getting NetApp Snapvault Status for 194.1.1.236:dnfs_bfudb but then the backup job is finnished without updating the snapvault relations. There are no error messages in the console log but these entries can be found in the error log file: Wed Sep 28 08:41:42 2011] cannot find storage executor for nafiler3 at /SnapCreator/ZAPIExecutor.pm line 200. cannot find storage executor for nafiler3 at /SnapCreator/ZAPIExecutor.pm line 200. cannot find storage executor for nafiler3 at /SnapCreator/ZAPIExecutor.pm line 200. I suspect it is some problems with the comunication/login to the secondary filer but I want to make sure I havn't missed anything in the setup. Thank's in advance /Fredrik results status="passed" INFO: Getting NetApp Snapvault Status for 194.1.1.236:dnfs_bfuredo INFO: NetApp Snapvault Status for 194.1.1.236:dnfs_bfuredo finished successfully INFO: Getting NetApp Snapvault Status for 194.1.1.236:dnfs_bfuarch INFO: NetApp Snapvault Status for 194.1.1.236:dnfs_bfuarch finished successfully INFO: NetApp Snapvault Status for 194.1.1.236:dnfs_bfudb finished successfully

Reply to this message by replying to this email -or- go to the message on NetApp Community<http://communities.netapp.com/message/64559#64559>

Start a new discussion in SnapCreator by email<mailto:message-community-products_and_solutions-databases_and_enterprise_apps-snapcreator@netapp-community.hosted.jivesoftware.com> or at NetApp Community<http://communities.netapp.com/choose-container!input.jspa?contentType=1&containerType=14&container=2481>

Stay Connected: <http://www.facebook.com/NetApp> Facebook<http://www.facebook.com/NetApp> <http://twitter.com/NetApp> Twitter<http://twitter.com/NetAppCommunity> <http://www.linkedin.com/groups?about=&gid=111681> LinkedIn<http://www.linkedin.com/groups?about=&gid=111681> <http://www.youtube.com/user/NetAppTV> YouTube<http://www.youtube.com/user/NetAppTV> <http://communities.netapp.com/index.jspa> Community<http://communities.netapp.com/index.jspa>

© 2011 NetApp<http://www.netapp.com/us/site/copyright.html> | Privacy Policy<http://www.netapp.com/us/site/privacy.html> | Unsubscribe<http://communities.netapp.com/user-notification-preferences!input.jspa> | Contact Us<mailto:xdl-communities@netapp.com>

495 E. Java Drive, Sunnyvale, CA 94089 USA

fredrik
24,935 Views

Hi Keith,

Thank’s for your help last week.

This Wednesday I’m going to Volvo in Sweden to configure Snapcreator/DB2 and Protection Manager.

Do you have any description besides the manual on how to integrate SnapCreator and ProtectionManager ?

Best regards

/Fredrik

ktenzer
24,935 Views

Checkout videos under SC communities page, there is video on how to setup SC w/PM

Important thing isuse same name filer is known as in PM and make sure user credentials for storage system including ndmp user are configured in PM.

Keith

Public