Start a Conversation

Unsolved

This post is more than 5 years old

K

1129

November 12th, 2008 11:00

Scheduling emails in Storagescope

Hi,

I have created a custom query to report Storage Capacity and email it to me. Is there a way I can schedule it to run once every week???

Thanks,
Karan

16 Posts

November 12th, 2008 17:00

You cannot schedule queries yet.

What you can do instead is to create a custom report using the Arrays report template. Simply click on it and create whatever filters you require (you can filter on array type in addition to other parameters). Once you run this report it will be available as a custom report.

You can then add it to a scheduled report job or create a new one using the Report Job Wizard (via the menu Analysis->Reports->Scheduled Report Jobs-the wizard is run from a button at the bottom of the page).

Reply to this thread if you have any problems creating it.

2 Intern

 • 

233 Posts

April 6th, 2011 07:00

Hi KP,

The %ecc_install_root%\Tomcat\webapps\srm\logs\STS_Application.log should have this information. Look for javax.mail.MessagingException messages

Solution emc209007 is useful for Troubleshooting SMTP issues with StorageScope

To configure ControlCenter StorageScope to send an email report, you must configure and implement valid values for the SMTPHost and SMTPFromAddress parameters in the StorageScope STSapplication.properties file. This is done as follows:

  1. Open the STSapplication.properties for editing in a plain text editor. This file is found here:

    %ecc_install_root%\Tomcat\webapps\srm\conf\STSapplication.properties

     
  2. Enter a valid SMTP host name for the "SMTPHost" parameter.
  3. Enter a valid email address for the "SMTPFromAddress" parameter.
  4. Save and close the STSapplication.properties file.
  5. From the Windows Services applet, stop both EMC ControlCenter Master Agent and EMC StorageScope Server services.
  6. From the Processes tab in the Windows Task Manager, make sure that the srmserver.exe and mstragent.exe processes are not present.
  7. From the Windows Services applet, start both EMC ControlCenter Master Agent and EMC StorageScope Server services.
  8. Test run the report.

Note       Confirm the following Report Email settings in StorageScope

  • An SMTP mail server has been specified from which to send reports by e-mail with the following:
     
    • Hostname or IP Address:       
    • SMTP Port:       
           
  • Report Email settings in StorageScope are configured to send reports from a valid account and e-mail address:       
     
    • Account Name:       
    • E-mail Address:    

  • Telnet from Storagescope host to SMTP port 25 on SMTP server works to ensure it is open

  • Confirm the Registry key settings at the following registry location:

HKEY_LOCAL_MACHINE -> Software -> EMC -> EMC Storagescope -> 6.1.0

The registry key settings to confirm are as follows:

  • SmtpFromAddr
  • SmtpFromName
  • SmtpServer

Regards

Conor Lawlor

No Events found!

Top