Problem: VM Was suspended and the ISO was still mounted. The server wasnot used for quite some time. Xenserver was rebooted 3-4 times since power off. WHen trying to resume the Suspended VM the error mesage was “There were not servers available to start VM ‘X’” “This VM needs storage that cannot be seen from that server.” Citrix […]
The documentation for Access Gateway has not been updated for 5.0.4 of AG. Access Gateway 5.0.4 VPX Default username and password User: admin pass: admin previous version were user: root pass: rootadmin
Add this as a custom query in AD to get a list of accounts that are presently locked out. (&(&(&(&(&(objectCategory=person)(objectClass=user)(lockoutTime:1.2.840.113556.1.4.804:=4294967295))))))
Copy of the macro I used in my autosort Spreadsheet Private Sub Worksheet_Change(ByVal Target As Range) If Not (Application.Intersect(Worksheets(1).Range(“A150:H180”), Target) Is Nothing) Then DoSort End If End Sub Private Sub DoSort() Sheet1.Range(“A150:H180”).Sort Key1:=Sheet1.Range(“A1”), Order1:=xlAscending, _ Key2:=Sheet1.Range(“D1”), Order2:=xlDescending End Sub
Author: James Scanlon Updated: 07/02/2012 CITRIX SSL Error On Mac OSX When logging into Citrix on MAC OSX using Firefox, some users may get the following error’You have not chosen to trust “Verisign Class 3 Extended Validation SSL SGC CA”, the issuer of the server’s security certificate (SSL error 183)’ Open Firefox preferences + Advanced Tab View Certificates […]
Problem: When setting permissions on a private MSMQueue we were getting an “Error: Access is denied.” when applying as the local administrator. The security descriptor cannot be set. Error. Access is denied. Unable to save permission changes on Xprivate$queue_name (null) Solution: Taking ownership of the queues and adding the permissions manually did not work. Create a […]
Situation: USB Drive attached to the XenServer host, need to mount directly into a VM for removable usb drive access. Solution: Download the usbmount.bat from http://support.citrix.com/article/CTX118198 Edit the file with your xenserver details and your vm and usb uuid’s. HOW DO I FIND MY XENSERVER VM UUID? bring up a console session on the XenServer […]
Problem: Windows 7 Installed XENTools – but after multiple attempts and installations its still not registered in XenCenter 6.0 Also ensure the RPC Service are running. Solution: Install .net Framework 4.0 FULL (including extended features) – http://www.microsoft.com/download/en/details.aspx?id=17851 MSCONFIG can play a part in this also – in my instance i had to restart all services […]
Problem: The XENAPP servers are not recording the session disconnects Solution: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlCitrix] “LogBrokenConnections”=dword:00000001 Event Log: System Event Type: Warning Event Log ID: 9032 Tested on: XenApp 5.0 FP3w R01, Windows Server 2008 SP2 x64 Standard & Enterprise
Problem: The max console resolutIon of any server via XenCenter seems to be 1024×768 @ 24bit. I wanted to increase this for my console as at times this is the only way to access it. Solution: The consoles support 1280x 768 but only @ 16bit. Advanced Properties of the Display settings > Adapter Tab > List All […]