First Boot

Virtual Console

  1. Find the newly created virtual machine in XenCenter Resource Pane.
  2. Select the newly created virtual machine to see the Properties tabs.
  3. Select the Console tab to view Control Domain (Dom0) console.
../_images/xen_console_001.png

Root Password

When the newly created VM is booted for the first time, you’ll be prompted to change the root password.

  • 該当のサーバをつかまえて、コンソールをみる

Important

Use the standard INVITE password for the root account.

../_images/xen_console_002.png ../_images/xen_console_003.png ../_images/xen_console_004.png

Device Configuration

Subnet Network Network Mask Bit Purpose
OAM&P 172.24.12.0 255.255.252.0 /22 Management Network
MCAT 172.17.70.0 255.255.255.0 /24 Core MCAT Network
Client d.d.d.d d.d.d.d Client Connections

IP addressing follows a common host number convention. Where all the IP addresses end with the same digit. ___.___.___.254 Where a client specified subnet allows. The host number must be used for all the internal subnets used on the MCAT platform.:

# Default Host Number = 254
OAM&P = 172.24.15.254
MCAT = 172.17.70.254
Client = 192.168.0.254

Warning

Only the OAM&P network (eth0) should have the Default gateway IP and DNS server settings. Leave these settings empty for other network interfaces.

Important

Some carriers require the network interface is the primary connection. This requires a different connectivity model to be used.

../_images/xen_console_005.png

OAM&P eth0

../_images/xen_console_006.png ../_images/xen_console_007.png ../_images/xen_console_008.png

Change the Static IP to use the correct host number.

../_images/xen_console_009.png ../_images/xen_console_010.png

MCAT eth1

../_images/xen_console_011.png ../_images/xen_console_012.png ../_images/xen_console_013.png

Change the Static IP to use the correct host number.

../_images/xen_console_014.png ../_images/xen_console_015.png

Adding Network Interfaces

For each additional network interface needed to support the client, perform the following steps.

  • Select New Device.
../_images/xen_console_016.png
  • Choose Ethernet as the device type.
../_images/xen_console_017.png
  • Select Add.
../_images/xen_console_018.png
  • Enter the Network Configuration details.
../_images/xen_console_019.png

The Name and Device should increment from the last configured interface. eth2, eth3, eth4, etc…

Warning

Only the OAM&P network (eth0) should have the Default gateway IP and DNS server settings. Leave these settings empty for other network interfaces.

../_images/xen_console_020.png
  • Select Save once all the devices have been configured.
../_images/xen_console_021.png

DNS configuration

The hostname may be the long INVITE CLLI styled ID or the short version.

invttmtjwx03.tmtj.invite-comm.jp
-or-
wx03.tmtj.invite-comm.jp

Hint

The hostname can be set at this stage in the process -or- by directly editing /etc/sysconfig/network. Changing the hostname directly requires the VM to be rebooted again.

# /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=wx03.tmtj.invite-comm.jp
../_images/xen_console_022.png
  • Enter the DNS Configuration details.
Field Setting
Hostname hostname .tmtj.invite-comm.jp
Primary DNS 172.24.15.51 internal
Secondary DNS 172.24.15.52 internal
Tertiary DNS 8.8.8.8 external for backup
DNS search path tmtj.invite-comm.jp invite-comm.jp
../_images/xen_console_023.png ../_images/xen_console_024.png
  • Select OK
../_images/xen_console_025.png ../_images/xen_console_026.png
  • Select Save&Quit
../_images/xen_console_027.png

Authentication Configuration

The first boot process with prompt for Authentication Configuration settings. This may be skipped.

../_images/xen_console_028.png
  • Select Next and the system will reboot
../_images/xen_console_029.png ../_images/xen_console_030.png ../_images/xen_console_031.png
  • Done

Attention

You can now connect to the system via ssh.

Tip

You may run the sys-unconfig command at this point. It will shut down the virtual machine returning to the First Boot condition. This is helpful to create a clone of the virtual machine in the XenConsole with all the interfaces and networking configured. Follow the above steps for the clone and leave the setting untouched for the original.