home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 April / PCpro_2007_04.ISO / files / dsl / ManageEngineWiFiManager.exe / Disk1 / data1.cab / SourceFiles / WiFiManager.exe / conf / serverparameters.conf < prev    next >
Encoding:
Text File  |  2007-01-17  |  4.9 KB  |  122 lines

  1. #TIME_OUT_SETTINGS for configuration snmp and telnet:: unit:seconds minimum_value:15
  2.  
  3. SNMP_TIMEOUT 15
  4. TELNET_TIMEOUT 15
  5.  
  6. #time out and retries settings for statuspoll
  7.  
  8. TELNET_SPOLL_TIMEOUT 5
  9. TELNET_SPOLL_RETRIES 1
  10. SNMP_SPOLL_TIMEOUT 5
  11. SNMP_SPOLL_RETRIES 1
  12.  
  13. #java com.adventnet.nms.startnms.NmsMainBE [BE_JDBC true/false] [BE_FE TCP/RMI/CORBA] [NATIVE_PING true/false] [NMS_BE_PORT port_num] [COUNTRY country_code ] [LANGUAGE language_code] [ROOT_DIR dir] [NT_SERVICE true/false]
  14. NMS_BE_PORT         2001
  15. BE_JDBC             false
  16. #RMI_REG_PORT  1099 
  17. LOAD_FROM_PRECOMPILED_MIBS false
  18.  
  19. # java com.adventnet.nms.tftp.TftpServer [TFTP_ROOT_DIRECTORY]
  20. TFTP_ROOT_DIRECTORY    /
  21.  
  22. # "java com.adventnet.nms.mapdb.MapServerBE [MAP_OBJECTS_IN_MEMORY num] [MAP_JDBC true/false]"
  23. MAP_OBJECTS_IN_MEMORY  50 
  24. MAP_JDBC             false
  25.  
  26. # java com.adventnet.nms.poll.Collector [POLL_OBJECTS_IN_MEMORY num] [POLL_JDBC true/false] [CLEAN_DATA_INTERVAL interval] [STATUS_POLL_PING_RETRIES num] [STATUS_POLL_SNMP_RETRIES num] [DATA_COLLECTION_SNMP_RETRIES num] [MAX_OIDS_IN_ONE_POLL num] [CLASS_FOR_ESTABLISHING_CON classname] [POLLING_POLICY_CUSTOMIZER classname]
  27. POLL_OBJECTS_IN_MEMORY 25
  28. POLL_JDBC             false
  29.  
  30. # java com.adventnet.nms.eventdb.EventMgr [EVENT_DEBUG true/false] [SAVE_DIR save_dir]  [PRINT_COMMAND print_command] [CLEAN_EVENT_INTERVAL num_days] [ALERT_DELETE_INTERVAL num_hours] [EVENT_WINDOW_SIZE logsize] [EVENT_OBJECTS_IN_MEMORY num] [MAX_EVENT_PROCESS_QUEUE num] [ALERT_OBJECTS_IN_MEMORY num] [EVENT_JDBC true/false] [ALERT_JDBC true/false] [ALERT_TO_MANAGEDOBJECT_PROPOGATION max/latest] [GROUP_ALERTS_MODE none/max/latest][ALERTS_USER_PROPERTY none/latest/append] [TRANSIENT_TRAP_PDU_IN_EVENT true/false] [ALERT_WINDOW_SIZE alertLogsSize] [ DROP_TRAP_WHILE_UNMANAGED true/false] [CREATE_ALERT_HISTORY true/false] [ON_DELETING_ALERT_DELETE none/history/annotation/both] [ACTION_ON_DELETING_MO delete/clear/none]
  31. SAVE_DIR              test
  32. EVENT_WINDOW_SIZE     10000
  33. ALERT_OBJECTS_IN_MEMORY 250
  34.  
  35. # java com.adventnet.nms.topodb.DBServer [TOPO_OBJECTS_IN_MEMORY num] [TOPO_JDBC true/false] [MANAGE_OTHER_NETWORKS true/false]
  36. TOPO_OBJECTS_IN_MEMORY  50
  37. TOPO_JDBC             false
  38.  
  39. #java com.adventnet.nms.startnms.NmsMainFE [NMS_FE_SECONDARY_PORT portNumber] [NMS_FE_SECONDARY_PORT_DIR directoryName] [FE_JDBC true/false] [USE_QUOTES_IN_DATABASE_TABLES true/false] [CLIENT_SERVER TCP/RMI/CORBA] [BE_FE TCP/RMI/CORBA] [BE_HOST back_end_host_name] [BE_PORT back_end_port_num] [COUNTRY country_code] [LANGUAGE language_code] [LOAD_FROM_PRECOMPILED_MIBS true/false ] [ROOT_DIR directory]
  40. FE_JDBC             false
  41.  
  42. #--------------------------------FE-------------------------------------- 
  43.  
  44. #java com.adventnet.common.NMSSAServer [SAS_DEBUG true/false] [SAS_PORT port] [APPLET_DIRECTORY applet_directory] [WEBSERVER_ROOT directory] [RESTRICT_SOCKETS true/false] [FILE_OUTPUT true/false] [SERVER_CLIENT class] [SESSION_CLIENT class] [LOG_CLASS class]
  45. APPLET_DIRECTORY         html 
  46. SERVER_CLIENT         test.TestSvrClient 
  47. LOG_CLASS             com.adventnet.nms.util.LogMessage
  48.  
  49. #java com.adventnet.nms.fe.event.EventFE
  50.  
  51. #java com.adventnet.nms.fe.alert.AlertFE
  52. #ALERT_SESSION_EJB false
  53.  
  54. #java com.adventnet.nms.fe.perf.PollFE
  55.  
  56. #java com.adventnet.nms.fe.topo.TopoFE
  57.  
  58. #java com.adventnet.nms.fe.map.MapFE
  59.  
  60.  
  61. #java com.adventnet.nms.tl1.NMSTAServer [TAS_PORT port] [APPLET_DIRECTORY applet_directory]
  62. TAS_PORT 5005
  63. APPLET_DIRECTORY html
  64.  
  65. #-------------------------------------------------------------------------
  66.  
  67. # The line commented below should not be
  68. # changed when WebNMS Front End servers are used.
  69. DONT_CLONE false
  70. DATE_FORMAT MMM dd,yyyy hh:mm:ss a
  71. # for fonts PLAIN = 0, BOLD = 1, ITALIC =2
  72. FONT  Helvetica,0,12
  73.  
  74. ALL_TOPO_TABLES_ARE_BASE false
  75.  
  76. #JNDI args - defaulting to WebLogic Server in localhost
  77. #PROVIDER_URL t3://localhost:7001
  78. #INITIAL_CONTEXT_FACTORY weblogic.jndi.WLInitialContextFactory
  79.  
  80. #Lock class name
  81. LOCK_CLASS com.adventnet.nms.util.DefaultLockableObject
  82.  
  83. #For RMI SECURITY
  84. ENABLE_RMI_SECURITY false
  85.  
  86. #For PreparedStatement cache size 
  87. PREPAREDSTATEMENT_CACHE_SIZE 200
  88.  
  89. #For Statement cache size 
  90. STATEMENT_CACHE_SIZE 5
  91.  
  92. #For PreparedStatement timeout
  93. PREPAREDSTATEMENT_TIMEOUT 10000
  94.  
  95. #For Configuring Maximumn Column Length
  96. #This is applicable only for columns MMESSAGE in ALERT  and TEXT in EVENT Tables
  97. #If those column exceeds this length it will be truncated to this length
  98. MAXIMUM_DBCOLUMN_LENGTH 200
  99.  
  100.  
  101. #For TRANSACTION timeout value
  102. TRANSACTION_TIMEOUT_VALUE  20000
  103.  
  104. #For enable or disable shutdown hook
  105. ADD_SHUTDOWN_HOOK  true
  106.  
  107. #To enable or disable status polling
  108. STATUS_POLLING  false
  109.  
  110. #To enable or disable data collection
  111. #DATA_COLLECTION  true
  112.  
  113. # With in a UserTransaction, how notifications to various Module Observers are to processed and handled is specified by the Notification Type. Supported values are 1 and 2 ( 1 - for NOTIFY_TIP/ 2 - for NOTIFY_TC )
  114. NOTIFICATION_TYPE  2
  115.  
  116. CHAR_ENCODING ISO-8859-1
  117.  
  118. LANGUAGE en
  119.  
  120. COUNTRY US
  121. LARGE_DEPLOYMENT false
  122.