Data Backup and Recovery
Data Backup and Recovery
Some of my schedules are no longer running. Is there still a problem with the scheduler?
The fixes were given as 3.6p1 release.
Are you running the p1 release or the 3.6.0?
So, your server and agent services are running, but the scheduled jobs are no longer kicked automatically?
Is 3.6p1 only available on the community site? Server and agent services are running scheduled jobs were running then added one more and two quick running. I was testing out the scheduler versus windows task scheduler. Looks like I will have to go back to windows task scheduler.
Snap Creator 3.6 P1 is available on the NOW site. This is a supported release, not a community release.
The direct URL is: http://support.netapp.com/NOW/download/software/snapcreator_framework/3.6P1/
The biggest fixes in this patch addressed scheduler issues - check the link above for details.
Thanks,
John
Thanks.
3.6P1 is a NGS supported release.
This can be downloaded from here.
http://support.netapp.com/NOW/download/software/snapcreator_framework/3.6P1/
You can follow this upgrade procedure.
Backup entire snapcreator 3.6.0 directory to some place on C:\ drive
Install snapcreator 3.6p1 --> this will remove the 3.6.0 binaries and files/folders
Don't select start as service yet during the install
- Copy 'scServer3.6.0\gui\snapcreator' directory to bring over the schedules to 'scServer3.6p1\gui\snapcreator'
(NOTE: ONLY the snapcreator directory not the entire gui directory)
- Copy 'scServer3.6.0\configs' to bring over the configs to 'scServer3.6p1\configs'
- Copy 'scServer3.6.0\logs' to bring over the logs to 'scServer3.6p1\logs'
C:\Program Files\NetApp\NetApp_Snap_Creator_Framework\scServer3.6p1\gui>java -jar snapcreator.jar -upgrade
Starting Derby Server
Got an embedded connection.
Testing embedded connection by executing a sample query
number of rows in sys.systables = 44
Updating table security_actions
Updating the scheduler triggers.
Shuting Down Derby Server
C:\Program Files\NetApp\NetApp_Snap_Creator_Framework\scServer3.6p1\gui>java -jar snapcreator.jar
Starting Derby Server
Got an embedded connection.
Testing embedded connection by executing a sample query
number of rows in sys.systables = 44
Starting Jetty Server
Jetty Server Started on port: 8080
Ensure the snapcreator service can be automatically started as snapcreator service (using a domain account)
Thanks.