Endpoint Protection

 View Only
Expand all | Collapse all

Low Disk Space Policy

  • 1.  Low Disk Space Policy

    Posted Dec 01, 2011 12:24 AM

    Kindly help to creat a policy to pop  "Hard Disk Is Low on Disk Space" Message if HDD space is less than 2 GB.



  • 2.  RE: Low Disk Space Policy

    Broadcom Employee
    Posted Dec 01, 2011 12:32 AM

    This cannot be achieved by SEPM. You may need to write your own script for querying the DB and checking the free space on hard disk.



  • 3.  RE: Low Disk Space Policy

    Posted Dec 01, 2011 12:40 AM

    anybody can help me in this.......



  • 4.  RE: Low Disk Space Policy

    Broadcom Employee
    Posted Dec 01, 2011 12:52 AM

    check this article,  it will help to find the clients running less disk memory

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

    but it will not pop up

    SELECT * FROM SEM_AGENT WHERE FREE_DISK < 1073741824
    Example 1073741824 is 1 gig free on disk.



  • 5.  RE: Low Disk Space Policy

    Posted Dec 01, 2011 12:56 AM

    SELECT * FROM SEM_AGENT WHERE FREE_DISK < 1073741824
    Example 1073741824 is 1 gig free on disk.
     



  • 6.  RE: Low Disk Space Policy

    Posted Dec 01, 2011 12:57 AM

    For your case with less than 2 GB, run this query on SEPM

    SELECT * FROM SEM_AGENT WHERE FREE_DISK < 2147483648



  • 7.  RE: Low Disk Space Policy

    Posted Dec 01, 2011 01:42 AM

    Hi

    Kindly try this and let me know.

     

    In the application, click on SQL Query at top right side…

     

    Enter the query

    Query -SELECT  Client Name, AGENT.FREE_DISK/2097152 from SEM_AGENT as AGENT LEFT OUTER JOIN V_SEM_COMPUTER as COMP ON AGENT.COMPUTER_ID = COMP.COMPUTER_ID LEFT OUTER JOIN IDENTITY_MAP as ID_MAP ON ID_MAP.ID = AGENT.GROUP_ID where AGENT.FREE_DISK/2097152< 2000

    Note--  In this query you can set the required disk size at the last value(eg - 2000 M.B)

     

     

    Thanks....Ashish Sharma



  • 8.  RE: Low Disk Space Policy

    Posted Dec 01, 2011 03:09 AM

    Dear friends this is an SQL Query ,But i want display a pop in users PC for Low on Disk Space can this help me.....



  • 9.  RE: Low Disk Space Policy

    Broadcom Employee
    Posted Dec 01, 2011 03:26 AM

    This is not possible using SEPM.



  • 10.  RE: Low Disk Space Policy

    Posted Dec 01, 2011 03:48 AM

    Hi,

     

        It's not possible but one of the application is available. You can download the application and run the Sql Query in it. it will display you the all of the system where disk space is low.

     

    https://www-secure.symantec.com/connect/downloads/sep-content-distribution-monitor

     

    Please try and lat me know.

     

    Thanks....Ashish Sharma 



  • 11.  RE: Low Disk Space Policy

    Broadcom Employee
    Posted Dec 01, 2011 04:26 AM

    It is not possible to set this message using the SEPM.



  • 12.  RE: Low Disk Space Policy

    Trusted Advisor
    Posted Dec 01, 2011 08:33 AM

    Hello,

    You said you want Enable a Pop-up Window on the Users PC with a Message "Hard Disk Is Low on Disk Space" if HDD space is less than 2 GB, is that correct??

    To Let you know that Symantec Endpoint Protection is a Security Software and it does not create Microsoft GPO Policies.

    You can achieve this task by Creating a Microsoft GPO Policy or changing the Registry keys on the clients.

    Check this:

    http://technet.microsoft.com/en-us/library/cc751051.aspx

    If this does not help, I would recommend you to Contact Microsoft for the same purpose.

    Hope that helps!!