http://www.archy.net

Comments: (8)

Citrix Online Plug-in for Mac, SSL Error 61: You have not chosen to trust…

Category : Apple, Citrix, Mac OSx Snow Leopard, Secure Gateway VPX, XenApp 5, XenApp 6, XenApp Plugin, XenServer 5.5

In this post I explain how I tried to troubleshoot this issue, if you need the solution, go at the end of this post.

My company (Activlan) had to renew our certificate installed on our Citrix Secure Gateway 3.1.3. As you might know, Citrix has issued some virtual appliance and I had to chose between, Citrix Access Gateway 4.6.2 VPX and Netscaller VPX Express (Free !). My choice was to integrate a Citrix Access Gateway (CAG) mainly because we are using other product to manage VPN to all our customers and I wanted to install what I needed, nothing less, nothing more.

So here we go, I got my xva file from MyCitrix account and I just deploy it on our XenServer, very easy, very simple, just some clicks. Once installed and basics configuration set, I had to generate the CSR (Certificate Signing Request) and wait for Verisign to send me the certificate I had to use with the CAG. This was a big adventure and of course I should have read the manual before, and configuration isn’t so easy but I guess when you do it all day long you begin to know everything and I can say now, I know how to troubleshoot a CAG from the client side to the Web Interface.


Join the forum discussion on this post

Comments: (5)

Citrix XenServer 5.5 Update 2

Category : Citrix, Windows 2008, Windows 2008 R2, Windows 7, XenServer 5.5

Update 2 is already here and is double size vompare to the first one, here is some more informations :

This update resolves the network connectivity issues that affected customers with both IPv4 and IPv6 network interfaces enabled who installed Update 1. This issue is described in XenServer 5.5 Update 1 Upgrade Causes Virtual Machines to Lose Network Connectivity.

Additional Changes in Update 2
Addressed an issue where the system was falsely reporting lost access to the HA metadata disk.
Fixed issues upgrading from XenServer 5.0 to the roll-up ISO for XenServer 5.5.
In addition, the XenServer 5.5 documentation was rereleased to coincide with Update 2. While the changes in the documentation are not significant, there are some differences between XenServer 5.5 and XenServer 5.5, Update 2.

You can download it here : http://support.citrix.com/article/CTX124027

You can download the updated ISO files here : http://downloadns.citrix.com.edgesuite.net/4701/XenServer-5.5.0-Update2-install-cd.iso


Join the forum discussion on this post

Comments: (5)

Project : Citrix XenServer @ home

Category : Citrix, XenServer 5.5

I need  a XenServer at home to work on some project for my company (Activlan), I don’t want a real server because it would be too noisy in my apartment :) So I’m looking for a silent computer and I think I made it with the element bellow :

  • Case : Lian Li PC-V351B
  • Power Supply : Silverstone Nightjar ST45NF – 450W
  • MotherBoard : Asus Maximus II Gene
  • Cpu : Intel® Core™ 2 Quad Q9550
  • Ram : G.Skill Extreme Series MQ 4x4096Mo PC6400 Dual Channel CAS6
  • Video : PNY Quadro NVS 295 PCI-E 16x (for another workstation #XD4)
  • Hard Drive : Seagate Barracuda ES.2 S-ATA – 1000 Go – 32 Mo (x2)

I think it should work fine, just some question remains : The network adapter on the Asus motherboard might not be compatible with XenServer and I choose two hard drive to build a RAID 1 but I’m affraid XenServer won’t be able to recognize the sata RAID controller. So we’ll see… If anyone have an experience with this material, please let me know !


Join the forum discussion on this post

Comments: (2)

Citrix XenServer 5.5 Update 1

Category : Citrix, Windows 2008 R2, Windows 7, XenServer 5.5

Citrix release today the first update for XenServer 5.5 :

Changes included in this update
LVHD Snapshots
When LVHD snapshots are deleted, disk space is reclaimed by freeing unused snapshot data. This is provided automatically by XenServer while VMs continue to run. However, there is a known limitation in the 5.5 implementation of this feature: when all snapshots are deleted for a given VM?s disks, some disk space allocated to these snapshots may remain. To address this limitation, Update 1 includes an ‘Off-line Coalesce’ tool that can reclaim all disk space previously allocated to deleted snapshots while the VM is temporarily set offline. The Off-line Coalesce tool and its use are described in full in an associated KB article: CTX123400.

XenCenter Improvements
CA-30569, CA-32164, CA-30200

Fixed various ‘Application Errors’ in XenCenter.

 

CA-32241

XenCenter saved searches are now visible under ‘Apply Saved search’ and ‘Delete saved search’ options.

 

CA-33918

Big improvements to XenCenter performance when connecting to multiple pools.

 

 

Storage
CA-30577

Snapshot errors after upgrade from 5.0 to 5.5. Previously released as hotfix XS55E001 and documented in KB article CTX122142.

 

CA-24607

When multipathing is disabled, then this information is now correctly displayed in XenCenter.

 


Join the forum discussion on this post

Comment: (1)

Upgrade XenServer 5.5 beta 1 to 5.5

Category : Citrix, XenServer 5.5

Now the final release of XenServer 5.5 is available for download ( https://www.citrix.com/English/ss/downloads/results.asp?productID=683148 with you MyCitrix account ) I had to upgrade my XenServer 5.5 beta 1 to this new release.

My first step was to download all iso files and XenCenter 5.5, the I began with and upgrade of XenCenter, and the problem I had once everything was install, that didn’t work… The XenCenter console disn’t show up, the I choose to uninstall everything and delete the folder in “c:\program files\Citrix\XenCenter” and proceed the setup again. It did the trick.

snap00042

Comments: (70)

Adding local storage to XenServer 5.5

Category : Citrix, XenServer, XenServer 5, XenServer 5.5

BE AWARE !! To follow instructions in this blog post you have to know linux shell and XenServer command line usage. You can wipe data if you don’t understand what you’re trying to do. Try in a TEST environment before making any change in production.

Today I had to add two 500Gb SATAu hard drive to my XenServer. Plug this two hot plug drive in this Dell 2950 III was the easy part, configure the new RAID1 in the Perc 6i controller wasn’t so easy… This bios is very annoying and after 2 hours we found the good menu and where to create the new volume…

Once this step done, and after 16Gb of memory more, XenServer started without any problem, the drive wasn’t available through the XenCenter so I though I had to mount it or something like that.

So here comes the few steps to add a local storage to your XenServer 5.5 :

Type : fdisk -l

you’ll see the list of all volumes and hard drives, then :

Type : pvcreate /dev/sdb

sdb is my new volume

and then to configure it as a local storage :

Type : xe sr-create type=lvm content-type=user device-config:device=/dev/disk/by-id/scsi-SATA_ST3320620AS_5QF7QZZL name-label=”LOCAL SR”

scsi-SATA_ST3320620AS_5QF7QZZL is the name of my volume, you’ll have to change this value with your own, and name-label is the name you want to give to your local storage.

and this is it !

Remark : If your XenServer is a pool, you need to put it off, follow above steps and put back the XenServer in your pool.

Comments: (0)

New toy…

Category : Citrix, Merchandising Server, Microsoft, Receiver, Windows 7, XenServer 5.5

I had a new toy and I’m typing this news with it, this is my new Asus eeepc 1000 he. This is really cool, very small and quite powerfull, I have choose to deploy Windows 7 on it and I’m very surprise it works perfectly. This is very very cool with Citrix Receiver I can connect from everywhere at work, when I’m in the train, at a customer office etc etc.

asus_eeepc1000he_300

So just to say this new toy took me some time and now I’m late on eveything :) The XenDesktop installation and setup with PVS is almost complete, I just have to type some word and upload the video, it’s very simple and will allow you to setup you own XenDesktop. I have also setup a XenServer 5.5 beta 1 and a Merchandising Server, I would have like to setup a Dazzle server but the beta is not available yet… Everything should popup very soon in here so stay tune !

Comments: (0)

Citrix XenServer 5.5 Beta 1

Category : Citrix, XenServer 5, XenServer 5.5

[Issues at the end of this post...]

Here it is ! Full of promizes, and full of new options we are all waiting for. Let me tell you first, this is BETA release from Citrix, so don’t complain to me or to Citrix if you crash your production servers, you have to run test and wait for the final new release.

You can access the whole stuff from your MyCitrix account in Tech/Beta preview of XenServer. You have to download the two isos files, the proper license file and XenCenter (there is a new 5.5 version).

snap000041