NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Data Protection

SC4.0 OSSV Support

marks
5,421 Views

Does anyone have a write up of the steps required for enabling OSSV backup via the SC 4.0 GUI? I need this for Linux and Windows clients.

Thanks,

Mark

3 REPLIES 3

ktenzer
5,421 Views

It is a CLI only option

You can in GUI download config, edit it locally, and then upload but you need to change the OSSV* settings yourself. In addtion you need to do a snapvault status on OSSV host and add that to VOLUMES parameter. Format is "host:<path>" for example VOLUMES=myhost:C\

I think in windows you have to leave off the ":" as we use this as a separator.

Regards,

Keith

marcel_juhnke
5,421 Views

I paste you a sample of configuration options that work for us:

VOLUMES=HOFDBDC2001:SystemState #(this is the source dir on the OSSV agent)

NTAP_USERS=secondary:user/passwd

NTAP_OSSV_FS_SNAPSHOT=N

NTAP_OSSV_FS_SNAPSHOT_CREATE_CMD01=

NTAP_OSSV_HOMEDIR="C:\Program Files\NetApp\snapvault"

NTAP_OSSV_ENABLE=Y

APP_IGNORE_ERROR=Y

The parameter to ignore app errors is needed, because otherwise the SC job always puts out a failure, because it thinks the two 'Transfer Error' lines in the ossv output (as follows) indicates an error in the application quiesce.

[2013-06-24 04:56:12,170] DEBUG: [10.135.200.131:28002(4.0.0.1)] ossv snapvault status: "C:\Program Files\NetApp\snapvault"/bin/snapvault status -l SystemState finished with
exit code:  0
stdout: Snapvault primary is ON

Source:                       HOFDBDC2002:SystemState
Destination:                  p2psd014:/vol/hofdbx_mgmt_svault/HOFDBDC2002_SystemState
Status:                       Transferring
State:                        Source
Lag:                          24:01:04
Mirror Timestamp:             -
Base Snapshot:                -
Current Transfer Type:        -
Contents:                     -
Last Transfer Type:           -
Last Transfer From:           -
Bytes transferred so far:     0 KB
Transfer Time Elapsed:        00:00:01
Current Transfer Throttle:    Unthrottled
Total files to transfer:      13513
Total files transferred:      0
Current File Size:            0
Current File Progress:        0
Current File Name:
Transfer Error ID:            -
Transfer Error Message:       -

kletzly
5,421 Views

I took Marcel's example above which was non-Windows

and have pasted relevant parts from my config file -- which will show windows syntax

VOLUMES=MJK_4_NTAPSC:C\OPT\PlaySvBackup

NTAP_OSSV_ENABLE=Y

NTAP_OSSV_HOMEDIR=C:\OPT\snapvault

NTAP_OSSV_FS_SNAPSHOT=N

NTAP_OSSV_FS_SNAPSHOT_CREATE_CMD01=

etc.

Public