3.4 Connect a Laptop to the Exalogic Machine

You can connect a laptop to the Exalogic machine as follows:

  1. Ensure that you have a laptop with functional USB and network ports.

  2. Ensure that you have a Category 5E patch cable of maximum length 25 feet and a serial cable of maximum length 15 feet.

  3. Open the rear cabinet door of the rack.

  4. Connect the network port of your laptop into an unused input port in the Cisco Ethernet switch. This switch is inside a vented filler panel in Unit 25 of your Exalogic machine rack. Note that you should not connect to any of the management or console ports on the switch. The ports are labeled on the switch.

    Note:

    If you require serial connectivity, you can use a USB-to-Serial adapter to connect from the USB port of your laptop to the Cisco switch.

    A USB-to-Serial adapter is installed in the rack on all of the gateway switches (Sun Network QDR InfiniBand Gateway Switches).

    An extra adapter is included in the shipping kit in the Exalogic machine full rack and half rack configurations.

  5. If you have not booted the operating system on your laptop, start the operating system now.

    • If you are using the Windows operating system on your laptop, do the following:

      1. Go to Control Panel > Network Connections. Select your wired network adapter in the list of network connections, right-click and select Properties. The network properties screen is displayed.

      2. Click the General tab, and select Internet Protocol (TCP/IP). Click Properties. The Internet Protocol (TCP/IP) Properties screen is displayed.

      3. Select the Use the following IP address: option, and enter a static IP address for your laptop. Although a default gateway is not necessary, enter the same IP address in the Default Gateway field. Click OK to exit the network connections screen.

        Note:

        This static IP should be on the same subnet and address range as the network on which the Cisco Ethernet switch resides. You can use the default NET0 IP addresses of compute nodes assigned at the time of manufacturing or the custom IP address that you reconfigured using the Oracle Exalogic Configuration Utility. For the list of default NET0 IP addresses, see Default IP Addresses and Ports.

    • If you are using a Linux operating system on your laptop, do the following:

      1. Log in as a root user.

      2. At the command prompt, enter the following command to display the network devices, such as ETH0, attached to the Exalogic machine:

        # ifconfig -a

        The list of network devices or adapters attached to the Exalogic machine is displayed.

      3. To set up the desired network interface, run the ifconfig command at the command prompt, as in the following example:

        # ifconfig eth0 192.168.1.150 netmask 255.255.255.0 up

        In this example, the ifconfig command assigns the IPv4 address 192.168.1.150, with a network mask of 255.255.255.0, to the eth0 interface.

  6. For laptop connectivity, open any telnet or ssh client program, such as PuTTY. Connect to one of the service processor IP addresses or to the IP address of a compute node, which is up and running.

    Note:

    After you cable your laptop to the Cisco Ethernet switch, you can use the NET0 IP addresses of Exalogic machine components to communicate with them. For a list of default IP addresses assigned at the time of manufacturing, see Default IP Addresses and Ports.

    If you have not run the Oracle Exalogic Configuration Utility set of tools and scripts to reconfigure IP addresses for the Exalogic machine, you can use a set of default IP addresses. If you have already run the Oracle Exalogic Configuration Utility set of tools and scripts, you can use the network IP address that you provided as input to the Exalogic Configurator spreadsheet. For more information about Oracle Exalogic Configuration Utility, see Configure the Exalogic Machine Using ECU.