Installing a component from an ISO image file
The instructions below provide examples of how to deploy a virtual instance of a BMC Real End User Experience component onto a Linux Kernel-based Virtual Machine (KVM) or Microsoft Hyper-V platform by using an ISO image file. When you create a virtual machine by using the ISO image file, you must create the CPUs, network interfaces, and disk devices according to the sizing considerations. For detailed instructions on how to deploy a VM, refer to the documentation for your hypervisor platform and management tool.
For information on deploying components onto a VMware or Citrix platform from an OVF file, see Installing-a-component-from-an-OVF-file.
Before you begin
After you have downloaded the installation files, unzip each distribution package and save its components to one of the following locations:
- A file system local to your virtualization environment
- A network server accessible to your virtualization environment
Real User Collector component
- For a Collector, you must add a management port and a capture port to the appropriate virtual ports in your inventory. The management port requires a virtual network adapter.
- Each Collector instance can have as many as four capture ports. You must add a virtual network adapter for each capture port.
Capture ports must have Promiscuous Mode/Accept enabled.
Real User Analyzer component
Before installing a Real User Analyzer instance, create the data disk. The descriptor file for the Analyzer is not preconfigured with a storage disk. To store a large volume of data, you must configure a disk between 100 and 570 GB in size. For storage requirements, see Storage requirements in the System requirements and Sizing-considerations.
To create a virtual machine and deploy a component on a Microsoft Hyper-V system
The following instructions describe how to create a new virtual machine and deploy a component on a Windows Server 2008 R2 Hyper-V host.
- Start the Hyper-V Manager.
- To create a virtual machine from which to to boot the ISO image, select Action > New > Virtual Machine.
- In the New Virtual Machine Wizard, provide a meaningful Name for this Virtual Machine and click Next.
- Enter the amount of RAM to allocate to the virtual machine and click Next. For memory requirements, see Hardware requirements for virtual machines in the System requirements and Sizing-considerations.
Select the network to which this virtual machine should be connected and click Next. For network requirements, see Network requirements in the System requirements and Basic-deployment-use-case.
- Create or specify a hard disk and click Next. For storage requirements, see Storage requirements in the System requirements and Sizing-considerations.
- Click Install an operating system from a boot CD/DVD-ROM, and select the ISO image for the component that you want to install in this virtual machine.
- Click Finish.
- Start the virtual machine and perform the installation of the component.
- In Hyper-V Manager, double-click the virtual machine to connect to it.
- Start the virtual machine. The virtual machine will boot from the ISO image and will perform checks to ensure the virtual hardware is appropriate for this product. If any hardware resource is inappropriate, messages explaining the problem and solution are displayed. You will need to shutdown, fix, and reboot the virtual machine if this occurs.
If the hardware is appropriate, press Enter to initialize the image and start the installation.
Once the installation is complete, the install procedure will automatically eject the (virtual) CD-ROM and reboot into the system. Once booted, the virtual machine will attempt to get an IP address using DHCP.
- Set up the component instance.
To create a virtual machine and deploy a component on a Linux KVM system
Create a virtual machine from which to to boot the ISO image. On a KVM, you can use the Virsh install command to create the virtual machine. The example below demonstrates how to create the EUEM_Collector.
Specify the parameters according to the type of component you are deploying and the Sizing considerations.
- For memory requirements, see also Hardware requirements for virtual machines in the System requirements.
- For storage requirements, see also Storage requirements in the System requirements.
For network requirements, see Network requirements in the System requirements and Basic-deployment-use-case. The first network card will be used a management port on all components, additional network cards will be used to capture traffic by a Real User Collector or a Real User Monitor. You can change this later; however, make sure you connect the second network card to the network where you want to monitor network traffic.
- Use the Virtual Machine Manager (virt-manager) to perform the installation of the component, which is similar to the process describe in Step 9, of the procedure "To create a virtual machine and deploy a component on a Microsoft Hyper-V system."
For a Real User Collector or a Real User Monitor, apply the following settings to the network capture interface to ensure the product captures all packets.
To set the
Issue the command
Instruction
Capture bridge aging time to 0 to avoid keeping the MAC address table in bridge mode
brctl setageing br{{code language="none"}}
<n>
{{/code}} 0Replace n with the appropriate bridge index.
Capture bridge forward delay to 0 to avoid dropping packets
brctl setfd br{{code language="none"}}
{{code language="none" source="string:{{code language=~"none~"~}~}
<n>
{{/code~}~}"/}}
{{/code}} 0Replace n with the appropriate bridge index.
Issue these commands after every reboot on the host as root. See the operating system documentation for information on how to make these settings persist.
- Set up the component instance.
Related topics