Print

Preparation

Site Selection

Read the safety instructions in your Safety, Environmental, and Regulatory Information booklet before you begin.

Consider the following criteria when selecting a site to install the appliance:
  • Before you begin, review the safety instructions located at https://www.arista.com/en/support/product-documentation.
  • Begin installing the rails in the allotted space that is closest to the bottom of the rack enclosure.
  • Other Requirements: Select a site where liquids or objects cannot fall onto the equipment and foreign objects are not drawn into the ventilation holes. Verify these guidelines are met:
    • Clearance areas to the front and rear panels allow for unrestricted cabling.
    • All front and rear panel indicators can be easily read.
    • Power cords can reach from the power outlet to the connector on the rear panel.

       

Note: All power connections must be removed to de-energize the unit.

 

Note: This unit is intended for installation in restricted access areas.

 

 

Electrostatic Discharge (ESD) Precautions

Observe these guidelines to avoid ESD damage when installing or servicing the appliance.
  • Assemble or disassemble equipment only in a static-free work area.
  • Use a conductive work surface (such as an anti-static mat) to dissipate static charge.
  • Wear a conductive wrist strap to dissipate static charge accumulation.
  • Minimize handling of assemblies and components.
  • Keep replacement parts in their original static-free packaging.
  • Remove all plastic, foam, vinyl, paper, and other static-generating materials from the work area.
  • Select tools that do not create ESD.

CloudVision Physical Appliance Setup

You may need the following items to perform the procedures in this section:
  • Key to the system key lock.
  • #1 and #2 Phillips screwdriver.
  • Wrist grounding strap connected to ground.
  • Rack mount kit instructions located in the shipping box.

Front Bezel

 

Removing the front bezel:

  1. Unlock the key-lock at the left end of the bezel.
  2. Lift the release latch next to the key lock.
  3. Rotate the left end of the bezel away from the front panel.
  4. Unhook the right end of the bezel and pull the bezel away from the system.

     

    Figure 1. Removing and Installing the Front Bezel

    1 Release Latch 2 Key lock 3 Front Bezel

     

Locate the MAC Addresses for the CloudVision Appliance

The information tag is a slide-out label that contains system information such as Service Tag, NIC, and MAC address for your reference. Record the MAC addresses on the CloudVision Worksheet.

 

Figure 2. MAC Address Location


 

Back Panel Ethernet Connections

On the back panel of the DCA-CV-100 CloudVision appliance, locate the Ethernet Integrated 10/100/1000 Mbps NIC connectors.

 

Figure 3. Back Panel


 

 

Figure 4. Subnet 1 and Subnet 2 Configuration


 

 

Note: The iDRAC interface shares the NIC1 physical interface but has a different MAC address.

 

 

iDRAC is an Intelligent Platform Management Interface (IPMI) that provides a GUI-based out-of-band interface for monitoring the hardware appliance. iDRAC uses NIC1 (see Figure 2-4) for its network connectivity using a unique MAC address.

Record the IP address and Hostname information on the CloudVision Worksheet (see Appendix H).

 

Note: Subnet 1 is mandatory, but Subnet 2 and the use of Ethernet NIC3 and NIC4 are optional.

 

 

Note: iDRAC may also be referred to as Lifecycle Controller.

 

DNS Entries

In order to manage your CloudVision cluster, it is easier to connect to them by hostname as opposed to IP address. Fully Qualified Domain Names (FQDNs) should be allocated to:
  • Each of the CloudVision Appliance host machines.
  • Each of the CloudVision Appliance iDRAC interfaces.
  • Each of the CloudVision Portal (CVP) nodes.
  • Each of the CloudVision Server (CVX) nodes.

     

Contact your DNS zone administrator for assistance.

CloudVision Appliance IP Configuration

The CloudVision Appliance Host and iDRAC IP addresses can be allocated in one of two ways:

Option 1: Using an available DHCP server
Option 2: Manual configuration (Requires terminal connected to VGA port)

DHCP Based IP Address Setup

Note: The iDRAC interface shares the NIC1 physical interface but has a different MAC address. You need to take note of this MAC address to map the DHCP address for the iDRAC interface.

 

iDRAC IP Address

Using the iDRAC MAC from Locate the MAC Addresses for the CloudVision Appliance (see Figure 2 - MAC Address Location), input an entry into the DHCP Server for the corresponding iDRAC IP address mapping to that MAC.

Host IP Address

Using the HOST NIC1 MAC from Locate the MAC Addresses for the CloudVision Appliance (see Figure 2 - MAC Address Location), input an entry into the DHCP Server for the corresponding HOST IP address mapping to that MAC.

Turn the system on by pressing the power button on the front of the system.

 

Figure 5. Power on the Appliance


 

Manual IP Address Setup

Note: Direct IP Address Setup requires a terminal connected to the VGA port of the appliance. This section can be skipped if the Host and iDRAC IP addresses have been configured with a DHCP server. See Back Panel Features and Indicators for complete back panel descriptions.

iDRAC IP Address

The iDRAC IP address can be manually configured via the host's bash shell using the racadm tool. The racadm commands below are sequence dependent and must be entered in the following order.

  1. Using the attached terminal and keyboard, log in as user “root” and with default password “arista”.
  2. Disable all iDRAC related DHCP configuration.
    racadm set iDRAC.IPv4.DHCPEnable 0
    racadm set iDRAC.IPv4.DNSFromDHCP 0
    racadm set iDRAC.NIC.DNSDomainFromDHCP 0

     

  3. Configure IP network settings for the iDRAC interface.
    racadm set iDRAC.NIC.Enable 1
    racadm set iDRAC.IPv4.Address <iDRAC-IP>
    racadm set iDRAC.IPv4.Netmask <iDRAC-MASK>
    racadm set iDRAC.IPv4.Gateway <iDRAC-GW>

     

  4. Configure DNS settings for the iDRAC interface.
    racadm set iDRAC.IPv4.DNS1 <iDRAC-DNS1>
    racadm set iDRAC.IPv4.DNS2 <iDRAC-DNS2>
    racadm set iDRAC.NIC.DNSRacName <iDRAC-NAME>
    racadm set iDRAC.NIC.DNSDomainName <iDRAC-DOMAIN.NAME>

     

  5. Verify configuration by running:
    racadm getSysInfo

     

Host IP Address

The host IP address can be manually configured via the host's bash shell. For the settings to be persistent, the following configuration must be completed.

  1. Configure network settings by editing the /etc/sysconfig/network-scripts/ifcfg-devicebr file.
    DEVICE=devicebr
    NAME=devicebr
    TYPE=Bridge
    ONBOOT=yes
    BOOTPROTO=none
    IPADDR=<ip address here>
    NETMASK=<subnet mask here>
    GATEWAY=<gateway ip address here>
    DELAY=0
    USERCTL=yes
    NM_CONTROLLED=no

     

  2. Configure DNS settings by editing the /etc/resolv.conf file.
    nameserver <dnsServerIP-1>
    nameserver <dnsServerIP-2>
    search <domain1> <domain2> …

     

  3. Restart the networking service for the changes to take effect.
    service network restart

     

    Note: If the server is powered on prior to its inclusion to the DHCP server configuration, it does not automatically request for a new IP address. To ensure the server receives a DHCP-assigned IP, either reboot the host or restart the network service using the command service network restart.
..