-
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
How to reset the Webserver User DB
Please follow these steps to reset your lportal db aka webserver database back to installation default.
WARNING:
- Backup your server or database before you start this process.
- This will reset default login credentials, remove any added users and reset any page customizations
Reset 'lportal' Database (Linux)
Perform the following steps from oware prompt to reset the lportal database:
- Stop web server:
Linux# sudo service synergy stop
- Run Loaddb commands reset the webserver database to default
Linux# loaddb -l
Linux# loaddb -s - Start web server:
Linux# sudo service synergy start
Reset 'lportal' Database - (Window)
Perform the following steps from oware prompt to reset the lportal database:
- Stop web server:
cmd> oware
cmd> net stop synergy - Remove and Recreate 'lportal' database:
cmd> loaddb -l
cmd> loaddb -s - Start web server:
cmd> net start synergy
Thank You,