home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / PolicyDefinitions / en-US / SystemResourceManager.adml < prev    next >
Extensible Markup Language  |  2008-01-19  |  6KB  |  81 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--  (c) 2006 Microsoft Corporation  -->
  3. <policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
  4.   <displayName>enter display name here</displayName>
  5.   <description>enter description here</description>
  6.   <resources>
  7.     <stringTable>
  8.       <string id="AccountingEnabled">Turn on Accounting for WSRM</string>
  9.       <string id="AccountingEnabled_Explain">This setting turns the Accounting feature On or Off.
  10.  
  11. If you enable this setting, Windows System Resource Manager (WSRM) will start accounting various usage statistics of the processes.
  12.  
  13. If you disable this setting, WSRM will stop logging usage statistics of processes.
  14.  
  15. If you do not configure this setting, the user can specify whether accounting needs to be turned On or Off.
  16.  
  17. The accounting processes is disabled by default.
  18.  
  19. The accounting database provides an interface you can use to manage both the information in the database and the physical size of the database. Managing database information involves finding relevant information and then organizing it efficiently. Managing the physical size of the database requires regular attention because, unless it is configured to do otherwise, Windows System Resource Manager continues to store accounting information. As a result, the size of the database continues to increase. To manage the size of the database, you can archive accounting data for later use or delete it from the database.
  20.  
  21. You can use accounting data can to monitor resource usage, compare actual and expected performance, assess whether the computer's physical resources are sufficient for its intended tasks, and provide the basis for charge-back accounting.
  22. </string>
  23.       <string id="EmailIds">Set the Email IDs to which notifications are to be sent</string>
  24.       <string id="EmailIds_Explain">This setting assigns the email address(es) to which notifications will be sent. Use a semicolon (;) to separate multiple email addresses.
  25.  
  26. If you enable this setting, Windows System Resource Manager (WSRM) will send notifications to the address(es) specified.
  27.  
  28. If you disable this setting, no email addresses (default value) will be set.
  29.  
  30. If you do not configure this setting, the user may specify e-mail addresses to receive notifications. This value can be e-mail aliases or e-mail address including domain name (for example, someone@example.com).
  31.  
  32. Depending on the events selected for notification, these email addresses will be notified.
  33.  
  34. Note : To receive notifications, the notifications setting on the event log must be turned ON. To view the list of events, click Error, Warning, or Information, and then click OK. If you select Error, Warning, or Information, all of the individual events in that category are included.</string>
  35.       <string id="KeyName_Explain">This setting turns on the Accounting and/or Notification properties of WSRM through Group Policy Settings</string>
  36.       <string id="RecordWriteInterval">Set the Time interval in minutes for logging accounting data</string>
  37.       <string id="RecordWriteInterval_Explain">This setting directs the Accounting feature to log data on the accounting server at the specified time interval.
  38.  
  39. If you enable this setting, Windows System Resource Manager (WSRM) will set the accounting time interval to the value specified.
  40.  
  41. If you disable this setting, the default value of 10 minutes will be set.
  42.  
  43. If you do not configure this setting, the user may specify an accounting interval.
  44.  
  45. The value is specified in minutes and can range between 2 minutes and 60000 minutes. Ten minutes is provided as the default value as this would be an optimal value if there are many servers logging data remotely. Setting an accounting record write interval value less than 10 minutes for a server on a network with more than 20 machines logging data remotely can possibly degrade performance.
  46.  
  47. Note : Set the accounting record write interval to a higher value as the number of machines increases on the network to reduce network congestion.</string>
  48.       <string id="SMTPServer">Set the SMTP Server used to send notifications</string>
  49.       <string id="SMTPServerConfiguration_Explain">This setting assigns the address of the SMTP server that sends out notifications.
  50.  
  51. If you enable this setting, Windows System Resource Manager (WSRM) will set the SMTP server to the value specified.
  52.  
  53. If you disable this setting, no SMTP server (default value) will be set.
  54.  
  55. If you do not configure this setting, the user may specify an SMTP server.
  56.  
  57. This value can be the NetBIOS name or the fully qualified domain name (FQDN) of the Simple Mail Transfer Protocol (SMTP) server. This server contains the email addresses that are configured to receive notifications.
  58.  
  59. Note : To receive email notifications, the notifications setting on the event log must be turned ON. To view the list of events, click Error, Warning, or Information, and then click OK. If you select Error, Warning, or Information, all of the individual events in that category are included.</string>
  60.       <string id="WSRM">Windows System Resource Manager</string>
  61.     </stringTable>
  62.     <presentationTable>
  63.       <presentation id="EmailIds">
  64.         <textBox refId="EmailIdsConfiguration">
  65.           <label>Email IDs</label>
  66.           <defaultValue/>
  67.         </textBox>
  68.       </presentation>
  69.       <presentation id="RecordWriteInterval">
  70.         <decimalTextBox refId="Write_Interval" defaultValue="10">Recording Interval for accounting (Minutes 2 - 60000) </decimalTextBox>
  71.       </presentation>
  72.       <presentation id="SMTPServer">
  73.         <textBox refId="SMTPServerConfiguration">
  74.           <label>Enter the address of the SMTP server</label>
  75.           <defaultValue/>
  76.         </textBox>
  77.       </presentation>
  78.     </presentationTable>
  79.   </resources>
  80. </policyDefinitionResources>
  81.