- Support Portal
- Getting Started
- Post Installation
-
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 do I get logged in the first time?
CruzOC Login Credentials.
Default CruzOC Web/Gui login
https://{serverip}:8443
Virtual Appliance / OVA - Linux OS default login
Username: synergy
Password: synergyP@$$
Root User
Username: root
Password: synergyP@$$
Database Root User
Username: root
Password: dorado
mysql -u root -pdorado
Example of a Db backup using user/pass
Use Mysqldump to Backup/Export All Databases:
cmd prompt> oware for Windows
OR
Linux#>. /etc/.dsienv for Linux
cmd prompt> mysqldump -uroot -pdorado --single-transaction --all-databases --triggers --routines --events >all_databases.sql