I saw that in Snap Creator config files there are configuration items for SMSQL and SME:
################################
### SnapManager SQL Settings ###
################################
##################################################################################################
# SMSQL_PS_CONF - Path to the powershell configuration file for SMSQL #
# SMSQL_BACKUP_OPTIONS - SMSQL backup options, Snap Creator uses a powershell new-backup cmdlet #
# SMSQL_SERVER_NAME - SMSQL server name #
# SMSQL_32bit - (Y|N) Setting to enable use of 32bit version of powershell #
##################################################################################################
SMSQL_PS_CONF="C:\Program Files\NetApp\SnapManager for SQL Server\smsqlShell.psc1"
SMSQL_BACKUP_OPTIONS=-svr 'SQL' -d 'SQL\SHAREPOINT', '1', 'WSS_Content' -RetainBackups 7 -lb -bksif -RetainSnapofSnapInfo 8 -trlog -gen -mgmt standard
SMSQL_SERVER_NAME=servername
SMSQL_32bit=N
#####################################
### SnapManager Exchange Settings ###
#####################################
##################################################################################################
# SMSQL_PS_CONF - Path to the powershell configuration file for SMSQL #
# SMSQL_BACKUP_OPTIONS - SMSQL backup options, Snap Creator uses a powershell new-backup cmdlet #
# SME_SERVER_NAME - SME server name #
# SME_32bit - (Y|N) Setting to enable use of 32bit version of powershell #
##################################################################################################
SME_PS_CONF="C:\Program Files\NetApp\SnapManager for Exchange\smeShell.psc1"
SME_BACKUP_OPTIONS=-Server 'EX2K10-DAG01' -GenericNaming -ManagementGroup 'Standard' -NoTruncateLogs $False -RetainBackups 8 -StorageGroup 'dag01_db01' -BackupCopyRemoteCCRNode $False
SME_SERVER_NAME=servername
SME_32bit=N
Does this means that It will be able to run SME/SMSQL ?
Should I have to configure the agent is some way?
Anyone used it to run SME/SMSQL or SMVI backup jobs?
Thanks
Francesco