SANnav is Brocade’s next-generation SAN management solution, designed to simplify and streamline the monitoring, management, and automation of storage networks. This guide will walk you through the installation, configuration, and monitoring features of SANnav.

SANnav

SANnav comes in two primary editions:

  • SANnav Management Portal (MP): For managing up to 20 Brocade switches, ideal for smaller environments.
  • SANnav Global View (GV): Designed for larger, multi-fabric SAN environments, providing a consolidated view of distributed fabrics.

Key Features:

  • Real-time performance monitoring
  • Proactive alerting and troubleshooting
  • Visual topology maps
  • Automated workflows and telemetry streaming
System Requirements

SANnav Management Portal requires the following:

  • CPU: 8 cores minimum
  • Memory: 32 GB RAM
  • Storage: 500 GB
  • OS: Red Hat Enterprise Linux (RHEL) 7/8 or CentOS 7/8
  • Java: OpenJDK 11

Installation Steps

  1. Download SANnav: Get the installer from Broadcom’s portal.
  2. Install dependencies:
    sudo yum install java-11-openjdk
    sudo yum install net-tools
  3. Run the installer:
    sudo ./SANnavInstaller.bin
  4. Follow the prompts:
    • Accept license
    • Define installation path
    • Configure admin credentials
  5. Start SANnav:
    sudo systemctl start SANnav
  6. Access GUI: Open a browser and navigate to:
    https://<SANnav_Server_IP>:8443
Adding Switches
  1. Log in to the SANnav portal.
  2. Go to Inventory > Add Devices.
  3. Enter the switch IP addresses.
  4. Provide administrator credentials for each switch.
  5. Click Add — switches will be discovered and listed.
Configuring Fabrics
  1. Navigate to Fabrics.
  2. Click Add Fabric.
  3. Assign a name and select switches.
  4. Save configuration.
Setting Up Authentication
  • Local Authentication: Configure users and roles directly in SANnav.
  • LDAP Integration: Enable directory-based authentication under Settings > Authentication.
Real-time Monitoring
  • Dashboard: The homepage shows key SAN health metrics — latency, IOPS, and capacity.
  • Performance Graphs: Under Monitor > Performance, view real-time and historical performance graphs.
Alerts and Notifications
  1. Create an Alert Policy:
    • Go to Monitor > Alerts > Policies.
    • Click Create Policy.
  2. Define Thresholds:
    • Set conditions for latency (e.g., >5ms), IOPS, and capacity usage.
  3. Set Notification Method:
    • Email, SNMP traps, or webhook integration.
  4. Enable the Policy:
    • Assign the policy to switches or fabrics.
Health Checks
  • Use Health Reports to identify failing ports, high-traffic areas, and fabric errors.
  • Schedule automatic health scans under Reports > Schedule Report.
Automating Tasks
  • Workflows: Automate common tasks like zoning configuration and firmware upgrades.
  • Telemetry Streaming: Forward telemetry data to external analytics platforms (Splunk, Prometheus).
Generating Reports
  1. Go to Reports: Monitor > Reports.
  2. Choose Report Type:
    • Port utilization
    • Fabric summary
    • Error statistics
  3. Schedule Reports: Define frequency (daily, weekly, etc.) and output format (PDF, CSV).
  4. Export Data: Reports can be emailed automatically.
Common Issues and Solutions
Issue Cause Solution
Switch not appearing in SANnav IP misconfiguration Verify switch IP and credentials
High latency alert triggered Congestion or failing port Check port stats and reroute traffic
Authentication failures Incorrect credentials or LDAP issue Test login and validate LDAP setup
Report not generating Misconfigured schedule Reconfigure and test report setup
Fabric discovery incomplete Unreachable switch Confirm network routes and access
Logs and Diagnostics
  • View Logs:
    sudo tail -f /var/log/SANnav/sannav.log
  • Generate Support Files: Go to Help > Support > Generate Logs.
  • Fabric Diag Tool: Use SANnav’s built-in diagnostic tool for advanced troubleshooting.
  • Regular Monitoring: Check latency and IOPS graphs daily.
  • Threshold Tuning: Adjust alert thresholds as workloads change.
  • Backup Configurations: Periodically export SANnav and switch configs.
  • Upgrade Firmware: Ensure switches run the latest firmware to support Gen 7 capabilities.

SANnav provides a powerful and user-friendly platform for managing Brocade SAN environments. By leveraging real-time monitoring, automation, and analytics, you can ensure optimal storage network performance and quickly troubleshoot issues.

Scroll to Top