- Support Portal
- Features
- Systems Administration
-
Getting Started
-
Docs
-
Product Overview Videos
-
Alerts
-
Product Tutorials
-
Features
- Getting started
- User Interface
- Discovery
- Monitoring
- Topology
- Configuration Management - Backup Restore, Firmware Deploy
- Alarms Events and Syslogs
- Automation and Event processing Rules
- Traffic Flow
- Reporting
- Server Management
- Systems Administration
- Actions
- Installation and Upgrade
- Hyper Converged Infrastructure
- Video Archive
- Cruz Edge Orchestrator
- Compliance
- Hierarchy Views
- User Roles and Permissions
-
Troubleshooting
-
Integration
-
Discovery
-
Performance Monitoring
-
System Administration
-
Services
-
Fabric
Increase the time out on LDAP
This article will assist you with increasing the time out on LDAP
Follow these steps to modify the time out for LDAP
1) cd $OWARE_ROOT/synergy/conf
2) cp server-overrides.properties.sample server-overrides.properties
3) Add these two properties to server-overrides.properties
Default Time Out:
ldap.connection.com.sun.jndi.ldap.connect.timeout=500
ldap.connection.com.sun.jndi.ldap.read.timeout=15000
Increase to:
ldap.connection.com.sun.jndi.ldap.connect.timeout=2000
ldap.connection.com.sun.jndi.ldap.read.timeout=30000
4) Restart webserver
#service synergy stop
#service synergy star