Previous Topic: Review the BMR PrerequisitesNext Topic: (Optional) Recover Data to the iSCSI Volume of the Target Machine


Get the IP Address of the Target Machine Using the Live CD

Before performing a BMR using the IP address, you need to get the IP address of the target machine. A bare-metal machine does not have any IP address initially. So, you have to boot the bare-metal machine using the default Live CD, which is Arcserve UDP Agent (Linux) Live CD, or the CentOS-based Live CD to get the IP address. After you get the IP address of the target machine, you can configure the static IP of the target machine.

Follow these steps:

  1. Insert the Live CD or mount the .iso file of the Live CD into the CD-ROM drive of the target node.
  2. Boot the target machine from CD-ROM.

    The target machine boots into the Arcserve UDP Agent (Linux) Live CD environment. On the screen, the IP address of the target machine is displayed.

  3. To configure the static IP of the target machine using the default Live CD, follow these steps:
    1. On the target machine's screen, press Enter to enter the shell environment.
    2. Run the following command to configure the static IP:
      ifconfig <NIC name>  <static IP address> netmask <netmask>
      
      route add default  gw  <gateway IP address> <NIC name>
      

      Note: The Network Interface Card (NIC) name depends on your hardware. For example, the typical NIC names are eth0 or em0.

  4. To configure the static IP of the target machine using the CentOS-based Live CD, follow these steps:
    1. Open a terminal window on the target machine by clicking Applications, System Tools, Terminal.
    2. Run the following commands:
      sudo ifconfig <NIC name>  <static IP address> netmask <netmask>
      
      sudo route add default  gw  <gateway IP address> <NIC name>
      

    The static IP is configured.

The IP address of the target machine is acquired.

Important! Maintain a record of this IP address as it is used in the Restore Wizard when you have to specify the target machine details.