any script available
Created: 21 Dec 2012 | Updated: 24 Dec 2012 | 9 comments
This issue has been solved. See solution.
Any script to find the low disk data from symantec database?
Discussion Filed Under:
Any script to find the low disk data from symantec database?
Comments 9 Comments • Jump to latest comment
Use the tool it will show you the low disk space systems
https://www-secure.symantec.com/connect/downloads/sep-content-distribution-monitor
Are you referring to clients or the SEPM server itself?
SEP Knowledge Base
Endpoint SWAT
I required the systems where SEP client installed but not picking latest update due to low disk space.
We have a SQL query which you can use in (https://www-secure.symantec.com/connect/downloads/sep-content-distribution-monitor) that help you to find the hostname and diskspace size in single click from your sep DB...
Query
SELECT computer_name, AGENT.FREE_DISK/1048576 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/1048576 < 1000 (you can able to change the last value 1000 as per you want)
GUP content monitor may work
SEP Knowledge Base
Endpoint SWAT
HI,
find the low disk systems count
https://www-secure.symantec.com/connect/forums/find-low-disk-systems-count
Ok. I will try the attach query.
Agrre with above shared comments. Those step help you.
Also you can use computer status report.
Would you like to reply?
Login or Register to post your comment.