Chapter 11. Bare Metal Installation

python-cherrypy: A Python HTTP server which is distributed by default with most Linux distributions. For example, both CentOS and Ubuntu have this package.

ipset: An iptables tool which provides ipset match. In Ubuntu, ipset is provided by default. In Cent OS, it is not provided by default; you need to download it from a third party. For example: http://www.wandin.net/dotclear/index.php?post/2012/05/26/Installing-ipset-on-CentOS-6

libmnl: ipset dependent library. it's usually available with ipset rpm for downloading

2.Place the RPMs in a directory that is accessable by browser through HTTP.

3.Create a repo where the kickstart installer can find the security group agent when it's time to install. Run the following command:

#createrepo <path_to_rpms>

For example, if the RPMs are in the following directory:

/var/www/html/securitygroupagent/

The command would be:

createrepo /var/www/html/securitygroupagent/

The repo file will be created in /var/www/html/securitygroupagent/.

4.Add the security group agent package to the kickstart file that you are using for your bare metal template. Make the following modifications in the kickstart file:

a.Add the repo that you created in the previous step. Insert the following command above the %package section, before reboot. Substitute the desired repo name, IP address, and the directory in the base URL (if you didn't use the name securitygroupagent in the previous step).

repo --name=<repo_name> --baseurl=http://<ip_address>/securitygroupagent/

b. In the %package section of the kickstart file, add all the RPMs. For example:

%package

libmnl

ipset

python-cherrypy

security_group_agent

c.In the %post section, add the following:

%post

chkconfig iptables off

chkconfig cs-sgagent on

service cs-sgagent start

This will close iptables to flush the default iptables rules set by the OS (CloudPlatform does not need them), then set the security group agent to "on" and immediately start the agent.

142

Page 150
Image 150
Citrix Systems 4.2 manual For example, if the RPMs are in the following directory

4.2 specifications

Citrix Systems, a leading provider of virtualization solutions and cloud computing technologies, released version 4.2 of its popular software, Citrix XenApp, which was previously known as Presentation Server. This version marked a significant evolution in providing users with remote access to applications and desktops, emphasizing simplicity, performance, and security.

One of the standout features of Citrix XenApp 4.2 is its improved application streaming capabilities. This technology allows applications to be delivered to users in real-time, reducing the need for extensive local installations and enhancing the user experience. With application streaming, administrators can efficiently manage applications on a central server while ensuring that users have immediate access to the necessary tools.

Another highlight of this version is the enhanced security measures put in place to protect sensitive data. Citrix XenApp 4.2 includes support for SSL encryption, providing a secure communication channel for data transmitted between the server and clients. This is particularly crucial for businesses that need to comply with strict data protection regulations. Additionally, the integration of endpoint security features ensures that unauthorized access to applications is minimized.

Performance enhancements are also a critical focus in this release. Citrix optimized the delivery of applications over various network conditions, ensuring that users experience minimal latency regardless of their location. This was achieved through the incorporation of SmartAccess and SmartControl technologies, which allow administrators to set policies based on user roles, device types, and network conditions. This level of granularity enables organization-wide security without compromising on usability.

The user experience was further improved with a revamped interface, making it easier for end-users to access their applications and data. Simplified menus, clear navigation paths, and the ability to customize user settings contributed to a more efficient workflow, allowing users to focus on their tasks rather than struggling with the software.

Finally, Citrix XenApp 4.2 was designed to be highly scalable. Organizations of all sizes could deploy this solution to deliver applications efficiently, adapting to their specific needs as their user base grows or changes. This flexibility is crucial for businesses looking to future-proof their IT investments while maintaining optimal performance.

In summary, Citrix XenApp 4.2 stands out with its enhanced application streaming, robust security features, improved performance under varying conditions, user-friendly interface, and scalability, making it an ideal choice for organizations seeking to leverage virtualization for remote access to applications and desktops.