Create a single e-mail for a datastore 5GB free

Have created a Compliance Template to check if a datastore has less than 5GB free space, an Alert and configured the alert (VE Alert Configuration).
Issue is that it sends an e-mail for every host that is connected to a given datastore.
Want just a single e-mail per Datastore.
Thoughts?

You can configure it using:
Get one host of cluster to create a filter
Filter -
Host = 'CCC'
and create a rule using:
Data Type: vCenter – Hosts – Storage – Summary
Rule Type: Conditional (if/then)
IF
Datastore name = 'xxxxx' OR
Datastore name = 'yyyyyyy' OR
Datastore name = 'zzzzz' OR
  THEN
Free Space (GB) > '5'
After complete , run a template to test and see results.

Similar Messages

  • What is Tcode to create a single delivery documents for all line itemsinPO?

    Hi all,
    Sorry if it is a simple question, But I am from SD module. What is Tcode to create a single delivery documents for all line items in PO. I have 3 line items with Different materials having diffent quantities and there are different delivery dates and different delivery schedule dates. I need to create single delivery. Could you please tell me how to do it? What is the Tcode?
    Thanks
    Anil

    Hi Anil
    For your 1st question , if the delivery date is same but he material and quantity are different also then both can be delivered . So you can combine those two materials into 1 delivery . what you said is true
    For your 2nd question , you said you have two line items in PO , but if you want combine them into 1 delivery document , then first of all as they are two different materials you cant combine , but if you have a 3 PO's for the one material only  then you can combine into one delivery by using VL10A
    Regards
    Srinath

  • Create Multi profile in mail for exchange

    I have installed my corporate mail account on mail for exchange, now i need
    to use Gmail also on mail for exchange as i will use it to sync with Google calendaris it possible to create multi profile on mail for exchange or not
    if not, is there is any possibility to sync the Google calendar on my mobile
    without using mail for exchange

    as far as I know it is not possible to put Mfe behind a password. 
    what you can do is the secure your phone whit a pincode, that way all of it is secure

  • How can I create a single background image for a BorderLayout?

    I can create a background with an image file for the individual panel (North, West, Center, East and South) in a BorderLayout, but I've been spinning my wheel for a long while now trying to figure out how to create just one background with a single image file for all of these panels?
    In my application, a panel may contain various buttons, a listbox, a group of checkboxes, a combo box, or a canvas. Even if I used the same image file, when the panels are finally put together, one can clearly see that the end product is the result of a lot of patch works.
    Hope someone has an answer for this. BTW, I'm using AWT because it works with existing browsers without the need for a separate Java plug-in.
    Regards,
    V.V.

    Look at this :
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    import java.awt.image.BufferedImage;
    public class PanI extends Frame
         Image map;
         Panel pan;
         myPan p8,p4,p6,p2,p5;
         BufferedImage I;
    public PanI() 
         addWindowListener(new WindowAdapter()
        {     public void windowClosing(WindowEvent ev)
              {     dispose();
                   System.exit(0);}});
         map = getToolkit().getImage("map2.gif");
         MediaTracker tracker = new MediaTracker(this);
         tracker.addImage(map,0);
         try   {tracker.waitForID(0);}
         catch (InterruptedException e){}
         I = new BufferedImage(1,1,BufferedImage.TYPE_INT_ARGB);
         setBounds(10,10,map.getWidth(null)+8,map.getHeight(null)+27);
         setLayout(new BorderLayout());
         pan = new Panel();
         add(pan,BorderLayout.CENTER);
         pan.setLayout(new BorderLayout());
         pan.setSize(map.getWidth(null),map.getHeight(null));
         p5 = new myPan(5);
         p5.setBackground(Color.red);
         pan.add(p5,BorderLayout.CENTER);
         p8 = new myPan(8);
         p8.setBackground(Color.orange);
         pan.add(p8,BorderLayout.NORTH);
         p4 = new myPan(4);
         p4.setBackground(Color.blue);
         pan.add(p4,BorderLayout.WEST);
         p6 = new myPan(6);
         p6.setBackground(Color.green);
         pan.add(p6,BorderLayout.EAST);
         p2 = new myPan(2);
         p2.setBackground(Color.pink);
         pan.add(p2,BorderLayout.SOUTH);
         setVisible(true);
    public class myPan extends Panel
         int where;
    public myPan(int i)
         super();
         where = i;
    public void paint(Graphics g)
         if (I.getWidth(null) != pan.getWidth() || I.getHeight(null) != pan.getHeight())
              I = new BufferedImage(pan.getWidth(),pan.getHeight(),BufferedImage.TYPE_INT_ARGB);
              Graphics      G = I.getGraphics();
              G.drawImage(map,0,0,pan.getWidth(),pan.getHeight(),null);     
              G.dispose();
         int x1=0;
         int x2=getWidth();
         int y1=0;
         int y2=getHeight();
         if (where == 8)
         if (where == 2)
              y1 =  p8.getHeight()+p5.getHeight();
              y2 =  getHeight()+y1;
         if (where == 4)
              y1 =  p8.getHeight();
              y2 =  y1+getHeight();
         if (where == 5)
              x1 =  p4.getWidth();
              x2 =  x1+getWidth();
              y1 =  p8.getHeight();
              y2 =  y1+getHeight();
         if (where == 6)
              x1 =  p4.getWidth()+p5.getWidth();;
              x2 =  x1+getWidth();
              y1 =  p8.getHeight();
              y2 =  y1+getHeight();
         g.drawImage(I,0,0,getWidth(),getHeight(),x1,y1,x2,y2,null);
    public void update(Graphics g)
         paint(g);
    public static void main (String[] args) 
         new PanI();
    Noah

  • Creating a single ear file for SOAP plus wsdl architecture

    Hi team,
    We are supporting an application which initially supported only SOAP RPC calls to connect to other applications via webmethods. Recently we have developed another module using .wsdl approach and have deployed this module separately using a separate ear file.
    The details of the application are as below:
    --> Application is developed in J2EE hence a J2EE container is required.
    --> Oracle 10g v9.0.4.1 is being used
    --> for database we have Oracle 9i RDBMS Enterprise Edition v9.2.0.6
    --> The applicationn is developed in the ODC based on Solaris 9 / Oracle 9i and Oracle 10g AS v9.0.4.1.
    --> Application and SOAP are deployed in the same Oracle 10g instance.
    Now that we have 2 ear files deployed on the Oracle OC4J server , we are being pushed by business to deploy a single ear file to implement both the functionalities.
    Please suggest if there are any Possibilities to create a single ear file to deploy such an application supporting both SOAP calls and wsdl approach. If we can, please assist. We do not want to make changes to the existing as-is soap calls and we also want to continue using the new module using the wsdl approach.
    Please also suggest the possibilities of any conflict that could arise as a result of deploying a single ear?
    Note: Incase any other inputs are required from our end, kindly let us know. Thanks
    Regards
    Vtx team
    Edited by: 976223 on Dec 13, 2012 12:58 AM

    Dear experts,
    Please assist. Your suggestions would be very helpful in this regard.
    Thanks

  • How can I create subfolders in Mac Mail for an Exchange account?

    I use Mac Mail on OS X 10.8.4 to download my Exchange mail, which is hosted on Office 365.
    I can create folders inside existing subfolders in my Inbox, but if I try to create one as a first-level subfolder of the Inbox the option does not exist. Instead, it creates another top level folder and puts it at the bottom of the folder list, not inside the Inbox.
    Can anyone tell me how to add a normal subfolder to my Inbox?

    Exchange Basics
    The Inbox syncs more frequently than any other and should be kept as clean as possible. (this is the number one cause of problems with sync). Do NOT make subfolders under the Inbox.
    Exchange checks the server for updates every minute, any folder that has updates will subsequently be synced. Since Exhange has a limit on how many folders can be synced at a time, there can be a queue of folders waiting. The Inbox does get high priority so it will generally sync before other folders that also need to sync.
    Keep your folders under the 2GB limit. That's approx 6-10K messages per folder (does not include subfolders) Outlook does not export folders over 2GB as .mbox files
    Exchange  Header
    Inbox
      Folder A  <---this is wrong
    Drafts
    Deleted Items folder
    Junk
    Folder A  <-- this is correct
    It's best to move folders using your web interface (OWA) but you can drag in Outlook and/or Mail.
    In Browser via OWA
    Because of the massive changes the process is best done in your browser. I would also put Mail into work offline mode during this process. After all is moved on the server via the browser, I would delete the Exchange account and let it all download correctly from the server.

  • How to create a single action listener for a group of buttons

    hi there.. i am new at java and i have a problem with my applet..
    i am doing a virtual ticket programme..
    i have a tab that says books seats.. in the tab, i am suppose to create 50 buttons.
    i have done that already by using for (int i=1; i<=10;i++) 5 times for 50 buttons.
    but i do not know how to set an actionlistener in the for loop for each of these buttons..
    For example, if the user were to chose seat "no3" , a text area(already created) below will show something like "no3" and so on..
    how do i bind these buttons into one single action listener so i do not have to create 50 actionlisteners and buttons individually..
    appreciate the help..

    You're killing me.
    class MyFrame extends JFrame implements ActionListener
         JTextArea myTextArea = new JTextArea();
         JButton myButton = new JButton("My Button");
         JButton otherButton = new JButton("Other Button");
         MyFrame()
              super();
              myButton.addActionListener(this);
              otherButton.addActionListener(this);
              setLayout(new FlowLayout());
              add(myButton);
              add(otherButton);
              add(myTextArea);
         public void actionPerformed(ActionEvent e)
              Object source = e.getSource();
              if(source == myButton)
                   myTextArea.append("My Button Pressed\n");
              else if(source == otherButton)
                   myTextArea.append("Other Button Pressed\n");
    }

  • How do I create a single file installer for LV 6.1 App Builder Output?

    I have created an application using the 6.1 App builder and it installs fine. To be able to send this app to others, I would really like to put it in something like a self extracting executable file. How can I do this with app builder or can you suggest another software to buy that will let me create this.
    Thanks for any help that you can provide

    You raise a number of important points. I'll answer to the best of my knowledge.
    1. Usually true. Win98/2K/XP have the Windows Installer Service built in, but 95/98/ME require InstMsiA.exe, and WinNT4 requires InstMsiW.exe. The difference is in the character set (ASCII vs. Unicode), and I don't know how that difference applies to the non-Roman alphabet installations. It's safest to include both if you're going to include one.
    On the same subject, I noticed that the first thing the LV7 evaluation installer does on a Win2K box (and therefore probably on a Win98 box as well) is update the Windows Installer service, so LV7-built executables may very well require InstMsiA.exe/InstMsiW.exe on Win98/2K.
    2. I think so. I usually don't distribu
    te LabVIEW EXEs as self-extracting installers, but it probably is safest to wait until the setup is complete before returning control to the self-extractor software.
    3. True. (And note that one of the circumstances under which you might repair/update msiexec is with LV7 on Win98/2K).
    4. True. Setup.exe appears to install/update msiexec if needed and then launch the MSI file.

  • Invoice Lists, can you create a single a/c for multo billing docs

    We are looking at using the invoice list functionlity to provide a single bill for a payer per month.
    This will cover multi ship tos, billing document types, PO numbers etc.
    Is there a way to have a single accounting document that will be able to capture the information from multi billing documents and types?

    I don't think so it is possible because the moment you will be having different billing types, your invoice will split, they can not be clubbed into a single invoice(Number Range are defined on your Document Type).
    Reward points if it helps
    Regards
    N

  • Tcode to create single delivery document for all line items in PO

    Hi all,
    Sorry if it is a simple question, But I am from SD module. What is Tcode to create a single delivery documents for all line items in PO. I have 3 line items with Different materials having diffent quantities and there are different delivery dates and different delivery schedule dates. I need to create single delivery. Could you please tell me how to do it? What is the Tcode?
    Thanks
    Anil

    Hi,
    Inbound delivery T.code VL31N.
    Regards,
    JS

  • How to create a single action for adding a border and signature for portrait AND landscape images???

    i would love to be able to create a single photoshop action for adding a border, plus a signature in the bottom right corner, that works for both portrait and landscape images.
    need i say more?!
    i already have an action that adds a signature in the centre of the border at the bottom of the image e.g. the image below. what i want though is for that signature to be on the RHS and for the same action to work for portrait images as well.
    supplementary info: reason for this is that I want to be able to export 300 wedding images (mix of landscape and portrait images) from lightroom in my pre-selected order (meaning the files are labelled from 001 to 300, ordered according to how the wedding day unfolded) and then use PS to add the border and the signature, in the same place, and for it to work for both orientations.
    i need this to work for full sized exported jpeg images, i.e. i want the files that i give on CD to my clients to include my signature in this manner. so I don't want to copy the initial layer and then reduce the second layer size to leave a border around the second layer.
    i hope i've been clear and that someone can help me here. I think that this sort of presentation makes such a difference to final printed image, and I DONT want to have to go to all 300 images picking out the landscape from portrait ones (although this may be what I have to do and wouldn't really take that long but surely there's a better way!!!!).
    Thanks in advance photoshoppers ...

    It is actually quite easy to do if you have a good understanding of how Photoshop works.  To be able to handle any size Landscape and Portrait you need to scale the document to a known width or height.  Once the document is resized to the width or height it easy.  When yot resize the document you use Image size with resample NOT checked.  Not a single image pixels is changed all the happens is the documents DPI is set to the proper DPI resolution to print that size.  This lets you add a border sized for and document.  You can use Canvas Size check relative and  leatve the anchor point centered and set width and height to 2" this will add 1"on all sides. Use Canvas size a second time move the anchor point to the top center check relative and set height 1" the will add an additional 1" border on the bottom.  You then record a text layer with your Name title or what ever to the top left of the image. Select all ant the align the text layer to the selection to move it to the bottom right.
    Adding a couple of scripts to the action you can make sure there is a background layer so the added canvas will be filled with pixels.  You can restore the document to its original DPI resolution to retain the images print size. Down load my crafting actions package it contains a dozen scripts to be used within actions. There are text file with tips and guidelines additionaly there is one on dealing with document size and includes a sample action set with a watermarking action the can watermark and size image. The Action set is also saved as a text file with additional comments I added my downloads can be found here http://mouseprints.net/Photoshop.html

  • Single Excise Invoice for Multiple Return Delivery

    Suppose we have multiple number of material documents against a single PO and the excise invoice posting has been done. After quality inspection the material gets rejected and we create a return delivery using 122 movement type. In this situation, is it possible to create a single excise document for all the return delivery documents  ?

    Can you spell out clearly whether you are talking about sales return or vendor return ?  If it is for sales, please let me know whether the materials were left out or not.
    G. Lakshmipathi

  • Need Single Billing Document for Materials and Services in Sales Order

    Hello Friends,
    I am selling FERT items and DIEN items in the Sales Order.
    Document flow as follows:
    Finished goods - Order-Delivery-Billing
    Services - Order-Billing
    In this process 2 seperate billing documents are created
    i.  Delivery Related Billing document for Finished goods.
    ii. Order related Billing document for services.
    I want to create a single billing document for both the items (FG & Services) in the sales order.
    Please suggest.
    Thnx.

    Sorry for the delay friends.
    Somebody suggested me to make services 'relevant for delivery' to ensure single billing document.
    What I did were the following steps:
    1. Copy Item Category TAD to ZTAD and make is 'relevant foir delivery'
    2. Assign Item Category ZTAD to Sales Order type and Item Cat Group 'LEIS'
    3. Go to Deliveries Item Categories and through new Entries add ZTAD. Make ZTAD relevant for Picking.
    4. Go to copy control 'Order to Delivery' and insert ZTAD in Item Categories relevant for this combination.
    Now when I create sales order with materials and services, they pass over to the delivery document and in the Services item, storage location/plant is greyed out. Only the picking quantity is required to be filled.
    PROBLEM :
    I am not getting the price of Services item in the billing document.
    Billing document copies all line items (tangible and intangible) from Delivery Document
    It takes the services item details/quantities etc. to VF01 but the price comes '00.00'
    Any suggestions.
    Is this legally viable? Someone told me its not legally correct.
    Thanks.
    Mohammed

  • Single Transfer Order for Multiple Handling Units

    I have been researchig the ability to create a single transfer order for multiple handling units.  My assumptions are if it can be done that:
    1) A transfer order can have a single source, so if the source document for the handling unit (delivery) is different, that means different transfer order
    2) A TO can have multiple materials (line items) with different destination bins and quantities per bin
    I looked at the configuration for TO Split, but it's not clear that this will handle my requirement.
    I also saw this http://aq33.com/material-management/Articles-005798.html and it also says that my requirement can't be meant.  I'm just checking before I tell my customer this cannot be done.

    Yes you are right, if Source document is different, you need to go with different TO.
    But you can choose the Handling unit split, while creating a TO itself. i.e., You can quantify the goods for each handling unit.
    Edited by: Ganesh M on Feb 29, 2012 6:20 AM

  • What I need to create and publish a magazine for iOS and Android?

    Hi!
    I would like to know what I need to design, create and publish a magazine for iOS and Android. I would also like to know what products I need, what price would you pay and what process I have to follow to carry out this work.
    Thanks in advance!

    It is NOT possible to create a Single Edition app for Android. Single Edition apps work only on the iPad.
    You can create Single Edition apps using any account—CC, Pro, or Enterprise—and if you cancel your DPS subscription, these Single Edition (or single-folio) apps are still available in the App Store as long as you maintain your iOS account with Apple.
    For multi-folio apps, the app container is downloaded from an app store, but the folios are downloaded from the Adobe Distribution Service. If you cancel your DPS subscription, the Adobe Distribution Service basically shuts down for that app. New users can still download your apps from an app store, but the library will be empty. Existing users can still view the folios they've downloaded, but they can't get any updates or new folios.

Maybe you are looking for

  • HT1918 i have multiple itunes accounts and want to put them all as one is that possible

    i have multiple apple id's thus accounts is there anyway to put them all as one account under one apple id

  • Error while exporting Quincy demo data in ATG 9.3

    Hi there, I am trying to export ATG 9.3 quincy demo data from Solid to Oracle but I get this strange problem while running the command. Environment = Ubuntu 11.10 64 bit, Jboss EAP 4.2, ATG 9.3, Sun JDK 1.6 Update 26 Went to ATG Home/bin tenzing:$./s

  • Firefox frequently hangs when loading websites with Flash video.

    Firefox frequently completely freezes when viewing Flash video and the only way to release it is to manually kill the plugin-container process. This have been verified with several Firefox versions, upto and including 3.6.10 and upto the lastest Flas

  • Call an ABAP program from BIW

    Hi experts, How do I include an abap program in R/3 sandbox in my process chain in BW. I know how to do it in BW but this program is in the ECC sandbox. what I did was to create a job in R3 through SM36,this job had two steps one to run my program an

  • Task of  a job in 11g

    Hi, I am finding some error related with some automated task in oracle 11g.It is like ORA-12012: error on auto execute of job "SYS"."BSLN_MAINTAIN_STATS_JOB". But i don't know what is the task of this job. As this is in PROD system, i am afraid to dr