Contents
- VMWare -After cloning eth0 cannot be found
- VMWare - Unable to connect to the Engine, the IP Address isn't retrieved
- Hyper-V Server - "Exception occured" when installing the iso CD
- VMWare Player - Missing Package error when installing the iso CD
- How to send more information for a case to NEXThink Support
1. VMWare -After cloning eth0 cannot be found
1.1. Answer
This issue happens because of mac address conflict in VM image and in configurations. Due to this, OS changed the eth0 to eth1.
Two solution:
1. When VMWare player is used, you get two options- 1. “I moved it” 2. “I copied it” while opening the VM image. Chose “I moved it”. This means, you are not changing the mac address. So, there is no conflict and everything works well.
Alternative solution:
If you indeed need to use “I copied it” (when you want to run the old and copied machines simultaneously for whatever reason). Do this:
1. sudo rm etc/udev/rules.d/70-persistent-net.rules 2. Comment mac address (HWADDR)@ /etc/sysconfig/network-scripts/ifcfg-eth0 3. Reboot
2. VMWare - Unable to connect to the Engine, the IP Address isn't retrieved
2.1. Answer
It should occurs when you restart the VMWare or assign a different Mac Address when you reboot.
In fact, the computer keeps the IP Address associated to this Mac address.
If the Mac Address changes, then please edit the file located here:
sudo vi /etc/sysconfig/network-scripts/ifcfg-eth0
The line HWADDR should content the mac address of this computer.
3. Hyper-V Server - "Exception occured" when installing the iso CD
3.1. Problem
During the installation of the CD, you have the following error message:
-|Exception Occured|- anaconda xx.xx.xx exception report [...] anaconda.id.network.setDNS(self.nameserver, device) [...]
3.2. Answer
The default Network Adapter used by Hyper-V isn't compatible with CentOS6. You need to remove the default Network Adapter and add a Legacy Network Adapter.
Here's the step-by-step guide:
- Shut down the VM to change these settings.
- Select the VM and select “Settings…”.
- In “Add Hardware” , select “Legacy Network Adapter”” and button Add.
- Select your network card and click Apply.
You should have this display at the end:
4. VMWare Player - Missing Package error when installing the iso CD
4.1. Problem
When installing the CD using VMWare Player, you notice some warning message that Missing Package doesn't exist.
4.2. Answer
VMWare Player use an Easy Install option to install the ISO CD, you must disable this functionnality.
Here's the step-by step guide:
- First start VMware Player
- Create A New Virtual Machine
- Select the option “I will install the operating system later”
- Once done, your new virtual machine will be added to your virtual library, under Home.
- Double click on your new Virtual Machine to start it.
- It will next say the OS is not installed and provide an option to insert the OS installation media.
- Simply click on Change CD/DVD Settings to select your media then Restart VM.
5. How to send more information for a case to NEXThink Support
5.1. Answer
Please execute the file info_support.sh as given below and send us the result.
Download info_support.sh and copy to engine and portal server (You have to execute the script in both engine and portal servers)
- Modify the permission: chmod +x info_support.sh
- Run the script: sudo ./info_support.sh
Send us the output file : info_nxt_support.tgz (upload the file to the case in NEXThink Support website)
This script will export hardware configuration (like CPU information, memory information), configuration and log files of engine and portal, and Portal widget YAML. This will help us to quickly understand the issue.
