cancel
Showing results for 
Search instead for 
Did you mean: 

Powershell job definition and NDMP

ylo
Level 3
Partner Accredited

Hi,

I am trying to automate my backup job of a NAS (Netapp) because I have a lot of volume that are create /delete regulary and I don’t wont’ maintain via the classic interface selections in jobs.

The goal is to automate selection in jobs or create automatically job with a list of the current volumes on the NAS.

PowerShell looks like to be the solution but I am facing of "Server Agent " problem.

As you probably now to create a job you have to indicate the Server Agent,

I can get the list of the agent server by the following PowerShell command: get-BEAgentServer

Sadly, all the NDMP "server" aren't listed in the list....(but appear in GUI)

So how I can set up a JOB to point to a NAS device without see the "agent server" ?

I read on others posts that people use a workaround by creating "symbolic link" that point data to volume....but that work only with volume that contain data (not for example the LUN data emulation on Netapp) and of course I don’t wont to have a huge list of symbolic link on my server. Plus I don't think that the backup will be efficient with big data (no DNMP stream in this case....)

Somebody have a solution ?

 

Best Regards

 

YLo

 

1 ACCEPTED SOLUTION

Accepted Solutions

VJware
Level 6
Employee Accredited Certified

This is one of the non-supported features of Backup Exec's BEMCLI.

Create/Retreive/Update/Delete NDMP servers & Include/Exclude for NDMP resources are amongst few functions which are not supported.

KB - http://www.symantec.com/business/support/index?page=content&id=TECH205123

View solution in original post

5 REPLIES 5

VJware
Level 6
Employee Accredited Certified

This is one of the non-supported features of Backup Exec's BEMCLI.

Create/Retreive/Update/Delete NDMP servers & Include/Exclude for NDMP resources are amongst few functions which are not supported.

KB - http://www.symantec.com/business/support/index?page=content&id=TECH205123

ylo
Level 3
Partner Accredited

Hi,

Thanks for your reply.

I miss that KB...in fact it's very clear ;)

Too bad the NDMP is not supported. Especially as it is often NAS model with NDMP feature are generraly used fby PRO and need automatisation that we can do with powershell.
 
Do you know if this is the the feature of futur 2012 R2?
 
Can your make a feature request?
 
thank you
 
YLo

VJware
Level 6
Employee Accredited Certified

I would recommend to submit this feature request under

https://www-secure.symantec.com/connect/backup-and-recovery/ideas

Based on the nature of the feature request and votes up from other customers, this may be reviewed and possibly implemented.

 

Colin_Weaver
Moderator
Moderator
Employee Accredited Certified

We are adding functionality to BEMCLI in BE 2012 R2 - and at the moment NDMP functioanlity is intended to be part of that, however this might change so please check the information available on release

ylo
Level 3
Partner Accredited

thank you guys :)