Posted  by  admin

Nic Slot 1

Add a 10/100/1000Mbps Ethernet port to any PC through a PCI Express slot. The ST1000SPEX2L Low-Profile PCIe Gigabit Network Card adds a 10/100/1000 Mbps compatible RJ45 Ethernet port to a PCI Express-enabled client, server or workstation, providing a convenient addition or replacement networking interface. How to Install a Network Interface Card. In this article, you will learn how to remove and install a NIC Card where NIC stands for Network Interface Card. This card is found on the motherboard of a computer and as its name says, it is used. If you work with Windows, Windows Server or Hyper-V you know that before Windows Server 2012 Windows named the network adapters randomly. This was a huge deal if you were trying to automate deployment of servers with multiple network adapters. And of course Hyper-V Servers normally have multiple network adapters. In Windows Server 2012 Microsoft. No NIC is inserted in slot 1. Assume that the datalink on slot 1 is net0, and the datalink on slot 2 is net1. You would specify that the datalink of the new NIC inherit the datalink configuration of the old NIC as follows: # dladm rename-link net1 net0; Complete the DR process by enabling the new NIC's resources so that they are available for.

How to Replace a Network Interface Card With Dynamic Reconfiguration

The following procedure applies only to systems that support dynamic reconfiguration(DR). It specifically refers to configuration steps after DR is completed. You no longer need toreconfigure network links after you complete the DR process. Instead, you just transfer the linkconfigurations of the removed NIC to the replacement NIC.

The procedure does not describe the steps to perform DR itself. Consult your systemdocumentation for that information.

For an introduction to DR, see Chapter 2, Dynamically Configuring Devices in Managing Devices in Oracle Solaris 11.3.

Nic slot 100

Nic Slot 100

Before You Begin

Nic

    Make sure that you complete the following steps first:

  • Ensure that your system supports DR.

  • Consult the appropriate manual that describes DR on your system.

    To locate current documentation about DR on Sun servers from Oracle, search for 'dynamicreconfiguration' on https://docs.oracle.com/en/servers/.

    For information about performing DR in the Oracle Solaris Cluster environment, see Oracle Solaris Cluster 4.3 System Administration Guide.

Nic Slot 1000

  1. Become an administrator.
  2. (Optional)Display information about the physical attributes of datalinks and their respective locationson the system.

    For more information about the type of information that is displayed by the dladmshow-phys -L command, refer to the dladm(1M) man page.

  3. Perform the DR process, as described in your system's documentation.
  4. After you have installed the replacement NIC, proceed as follows, depending on thecircumstance that applies:
    • If you inserted the replacement NIC into the same slot as the old NIC, proceed to Step5.

      With the new NIC using the location that was previously occupied by the old NIC, the new NICinherits the link name and the configuration of the old NIC.

    • If you inserted the replacement NIC into a different slot, and the new NIC needs to inheritthe datalink configuration of the removed NIC, rename the link as follows:
      new-datalink

      Refers to the datalink of the replacement NIC that is in a different slot from the locationfrom which the old NIC was removed.

      old-datalink

      Refers to the datalink name that is associated with the old NIC that was removed.

      Note - In this scenario, the slot from which the old NIC was removed must remain empty.

      For example, the NIC in slot 1 is removed, and then the new NIC is inserted in slot 2. No NICis inserted in slot 1. Assume that the datalink on slot 1 is net0, and thedatalink on slot 2 is net1. You would specify that the datalink of the new NICinherit the datalink configuration of the old NIC as follows:

  5. Complete the DR process by enabling the new NIC's resources so that they are available foruse.

    For example, you can use the cfgadm command to configure the NIC. Formore information see the cfgadm(1M) man page.

  6. (Optional)Display link information.

    You can use either the dladm show-phys command or the dladmshow-link command to display information about the datalinks.

1000

Nic Slot

Example 2 Performing Dynamic Reconfiguration by Installing a New Network CardNic

The following example shows how a bge card with link namenet0 is replaced by an e1000g card. The link configurations ofnet0 are transferred from bge to e1000gafter e1000g is connected to the system.

Nic Slot 10

You would perform the DR-specific steps such as using the cfgadm command toremove the bge card and then install the e1000g card in itsplace. After the card is installed, the datalink of e1000g0 automatically assumesthe name net0 and inherits the link's configuration.