ONES-GA 1.0
Release
  • ONES GA v1.0
    • Open Networking Enterprise Suite (ONES)
      • ONES Application
        • ONES Orchestration
        • ONES Telemetry Collector(s) and Visibility
        • ONES Supportability
    • What's new?
    • Getting Started
      • Supported Switch Platforms and NOS
      • Scalability
      • Subscription
      • ONES Installation
        • Installation Pre-requisites
        • Download ONES Package
        • Installing ONES Application
        • Installing ONES Agents
          • ONES Telemetry Agent Installation
          • ONES Orchestration Agent Installation
    • ONES Web GUI Administration
      • Login Page
      • Adding Devices
      • Dashboards
      • Monitor
      • Inventory
      • Configurations
      • User Management
      • Settings
      • ONES Orchestration
        • Use-Case BGP IP CLOS (L2 interface towards Host)
        • Use-Case BGP IP CLOS (L3 interface towards Host)
        • Use-Case IP-CLOS with MCLAG
        • Use-Case IP-CLOS with L2-VXLAN
        • Use-Case BGP-IP-CLOS with MCLAG & L2-VXLAN
    • Common Issues and Troubleshooting Steps
      • ONES Uninstallation
        • ONES-Application
        • Telemetry Agent
        • Orchestration Agent
      • Permission Issues
        • ONES Application Installation
      • gNMI Troubleshooting on non-SONiC Switches
    • How to contact Aviz Networks Support?
    • Backup and Recovery
Powered by GitBook
On this page
Export as PDF
  1. ONES GA v1.0
  2. Getting Started
  3. ONES Installation

Installing ONES Application

ONES Application system - Installation Steps

  • Enable super-user mode

user@ones-application:~$ sudo su

  • Extract the contents of the downloaded ONES Installer tar.gz file to this folder

root@ones-application:~$ tar -xvzf ONES-GA.tar.gz

  • Go to GA folder on the ONES application server

root@ones-application:~$ cd GA

  • Run ones-installer.sh to Install the ONES Application function

root@ones-application:~/GA$ ./ones-installer.sh

Installing ONES application...
Enter the license key. If you don't have one, a trial license that supports up to 8 
devices is selected. Just press Enter to continue. 
License Key [c9f0f895fb98ab9159f51fd0297e236d]:

NOTE:

  1. By default, the installer has license for 8 devices

  2. Hitting ENTER without entering a license will activate the ONES application to support a maximum of 8 devices

  3. User can provide license key provided by Aviz to activate more device

  • Enter ONES application (Host Server) IP for Web GUI Access

Enter the host server ip
Server IP: 10.4.4.11

NOTE: The system might have multiple IP addresses, so a user needs to enter one of the IP that he wants to use to access the ONES Application dashboard

  • Installation begins

Loading docker images.. 
Loading Collector.. 
Loaded image: avizdock/ones-collector:v1.0.0 
Loading DB.. 
Loaded image: avizdock/timescaledb:latest 
Loaded image: avizdock/postgres:14 
Loading UI.. 
Loaded image: avizdock/ones-ui:v1.0.0 
Loading Gateway.. 
Loaded image: avizdock/ones-gateway:latest 
Loading FM.. 
Loaded image: avizdock/ones-fm:v1.0.0 
Loaded image: avizdock/docker:latest 
... 
... 
... 
Creating default user accounts Aviz S3 Apps tables [AccessToken,ACL,RoleMapping,S3Role,S3User,S3Acl,S3RoleAclMapping,Setting,S3ComponentAcl,S3RoleComponentAclMapping,RedundancySetting] created in postgresql 
Total roles created: 1 
Total s3acl created: 5 
Total s3Componentacl created: 9 
Total settings created: 3 
User created!! Email: undefined 
Adding license.. 
Installed ONES application successfully. 
Open browser at http://<host-ip-address>:3002
  • Access ONES Application Web GUI from a supported browser using http://<host-ip-address:3002

  • Use Default credentials as below;

    • Username: superadmin

    • Password : Admin@123

  • Update/Change your password on the first login

Password should contain:-

Minimum Password Length - 8 characters

Maximum Password Length - 24 characters

Character Support - Alpha Numeric

Special Characters - (# @ $ ! & % only)

Character Rule - At least one Upper Case and one special character

  • You will see the default Dashboard → Hardware view now

PreviousDownload ONES PackageNextInstalling ONES Agents