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 / html / serverparameters.conf < prev    next >
Encoding:
Text File  |  2004-08-11  |  4.6 KB  |  109 lines

  1. #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]
  2. NMS_BE_PORT         2000
  3. BE_JDBC             false
  4. #RMI_REG_PORT  1099 
  5. LOAD_FROM_PRECOMPILED_MIBS false
  6.  
  7. # java com.adventnet.nms.tftp.TftpServer [TFTP_ROOT_DIRECTORY]
  8. TFTP_ROOT_DIRECTORY    /
  9.  
  10. # "java com.adventnet.nms.mapdb.MapServerBE [MAP_OBJECTS_IN_MEMORY num] [MAP_JDBC true/false]"
  11. MAP_OBJECTS_IN_MEMORY  50 
  12. MAP_JDBC             false
  13.  
  14. # 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]
  15. POLL_OBJECTS_IN_MEMORY 25
  16. POLL_JDBC             false
  17.  
  18. # 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]
  19. SAVE_DIR              test
  20. EVENT_WINDOW_SIZE     10000
  21. ALERT_OBJECTS_IN_MEMORY 250
  22.  
  23. # java com.adventnet.nms.topodb.DBServer [TOPO_OBJECTS_IN_MEMORY num] [TOPO_JDBC true/false] [MANAGE_OTHER_NETWORKS true/false]
  24. TOPO_OBJECTS_IN_MEMORY  50
  25. TOPO_JDBC             false
  26.  
  27. #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]
  28. FE_JDBC             false
  29.  
  30. #--------------------------------FE-------------------------------------- 
  31.  
  32. #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]
  33. APPLET_DIRECTORY         html 
  34. SERVER_CLIENT         test.TestSvrClient 
  35. LOG_CLASS             com.adventnet.nms.util.LogMessage
  36.  
  37. #java com.adventnet.nms.fe.event.EventFE
  38.  
  39. #java com.adventnet.nms.fe.alert.AlertFE
  40. #ALERT_SESSION_EJB false
  41.  
  42. #java com.adventnet.nms.fe.perf.PollFE
  43.  
  44. #java com.adventnet.nms.fe.topo.TopoFE
  45.  
  46. #java com.adventnet.nms.fe.map.MapFE
  47.  
  48.  
  49. #java com.adventnet.nms.tl1.NMSTAServer [TAS_PORT port] [APPLET_DIRECTORY applet_directory]
  50. TAS_PORT 5005
  51. APPLET_DIRECTORY html
  52.  
  53. #-------------------------------------------------------------------------
  54.  
  55. # The line commented below should not be
  56. # changed when WebNMS Front End servers are used.
  57. DONT_CLONE false
  58. DATE_FORMAT MMM dd,yyyy hh:mm:ss a
  59. # for fonts PLAIN = 0, BOLD = 1, ITALIC =2
  60. FONT  Helvetica,0,12
  61.  
  62. ALL_TOPO_TABLES_ARE_BASE false
  63.  
  64. #JNDI args - defaulting to WebLogic Server in localhost
  65. #PROVIDER_URL t3://localhost:7001
  66. #INITIAL_CONTEXT_FACTORY weblogic.jndi.WLInitialContextFactory
  67.  
  68. #Lock class name
  69. LOCK_CLASS com.adventnet.nms.util.DefaultLockableObject
  70.  
  71. #For RMI SECURITY
  72. ENABLE_RMI_SECURITY false
  73.  
  74. #For PreparedStatement cache size 
  75. PREPAREDSTATEMENT_CACHE_SIZE 200
  76.  
  77. #For Statement cache size 
  78. STATEMENT_CACHE_SIZE 5
  79.  
  80. #For PreparedStatement timeout
  81. PREPAREDSTATEMENT_TIMEOUT 10000
  82.  
  83. #For Configuring Maximumn Column Length
  84. #This is applicable only for columns MMESSAGE in ALERT  and TEXT in EVENT Tables
  85. #If those column exceeds this length it will be truncated to this length
  86. MAXIMUM_DBCOLUMN_LENGTH 200
  87.  
  88.  
  89. #For TRANSACTION timeout value
  90. TRANSACTION_TIMEOUT_VALUE  20000
  91.  
  92. #For enable or disable shutdown hook
  93. ADD_SHUTDOWN_HOOK  true
  94.  
  95. #To enable or disable status polling
  96. STATUS_POLLING  false
  97.  
  98. #To enable or disable data collection
  99. #DATA_COLLECTION  true
  100.  
  101. # 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 )
  102. NOTIFICATION_TYPE  2
  103.  
  104. CHAR_ENCODING ISO-8859-1
  105.  
  106. LANGUAGE en
  107.  
  108. COUNTRY US
  109.