Citrix has updated the security advisory for CTX200238
For the NetScaler it would be recommended to disable SSLv3. Refer to the article for details and steps
Citrix has updated the security advisory for CTX200238
For the NetScaler it would be recommended to disable SSLv3. Refer to the article for details and steps
XenServer 6.5 Release notes
http://blogs.citrix.com/2015/01/13/xenserver-6-5/
For some details regarding performance:
Citrix announced today that is had completed its acquisition of Sanbolic.
www.citrix.com/news/announcements/jan-2015/citrix-acquires-sanbolic.html
Detailed listing of Exchange Server build numbers and links to Microsoft articles and downloads
I just finished going through an Exchange 2013 update with my colleague Brandon Nolan. We just followed his step by step instructions that we wrote up.
Excellent write up and very detail.
http://technicalmeander.com/2014/11/06/how-i-update-exchange-2013/
IFTTT is a automation tool that performs tasks based on rules you setup in a recipe. IFTTT is an acronym for If This Then That. IFTTT has connections to many services such as Blogger, Gmail, Evernote, etc. You build recipes that perform tasks in the same services or different services when an event occurs.
These events can trigger at specific times of day, or using the iPhone/Android client they can trigger when you arrive home or at the office, or when you receive a SMS message from your spouse. The options are literally endless.
I use this service all the time and need to check back often as new services are being connected all the time.
If your not using IFTTT you should be, if you are then here is a simple automation recipe that takes your Blogger posts and sends a Tweet for each one. This can easily be adapted to other blogging sites as long as IFTTT has the connections.
Click the recipe link below.
Client printer mapping was failing for users connecting to Windows Server 2012 R2 through a Citrix session.
Found that the Microsoft version of the “HP Color LaserJet 2800 Series PS” driver needed to be installed on the server.
The users were not printing to a 2800 series printer, but Citrix uses this driver as part of the Universal Printer setup.
This is a quick process, and has worked every time I encounter Mac OSX auto-creation issues
Very helpful Citrix support article when troubleshooting this common often cryptic error message.
I find issue #5 when troubleshooting existing installs all the time. With the assistance of this article you will make short work of any related issues.
Great collaborative demonstration of the power of the Internet and the Google Earth engine
Map of Life
http://googleresearch.blogspot.com/2015/01/map-of-life-preview-of-how-to-evaluate.html
First set is to verify the edition of Window Server 2012 R2.
You can check this with the GUI at Control Panel\System and Security\System
or via the following command line:
dism.exe /online /Get-CurrentEdition
Next lets verify that the install of Windows can be migrated to a different version
dism.exe /online /Get-TargetEditions
We’ve confirmed that this installation can be migrated to DataCenter Edition, now we need to set the installation edition. This change requires acceptance of the End User Agreement and the Windows DataCenter Edition KMS setup key.
dism.exe /online /Set-Edition:ServerDatacenter /AcceptEula /ProductKey:W3GGN-FT8W3-Y4M27-J84CP-Q3VJ9
The server will require a reboot for this change to take effect.
To verify the Edition has been changed:
dism.exe /online /Get-CurrentEdition
Now the Server can be activated as a Windows Server 2012 R2 DataCenter server.
Long ago I wrote up this process to facilitate rapid reconfiguration of the SQL datastore on MetaFrame / Presentation Server. A colleague came to me today asking about a way to automate this process on an older Citrix deployment. Ah, sometimes being the old dog comes in handy, happened to know exactly what he needed and BAM! I already had this process written up.
1. Backup of the SQL database
2. Copy the database to the new server
3. Offline or detach the SQL datastore from the existing server
4. Create a SQL account - I usually use ctxuser for the account and ctxpass for the password, but anything you remember works or even SA
5. Attach the SQL datastore on the new server, make sure the SQL account is the db-owner
6. On the Data Collector - Copy the C:\Program Files\Citrix\Independent Management Architecture\mf20.dsn and then edit the original with notepad to change the SQL Server name
7. Stop the IMA service on the Data Collector
8. Run the command dsmaint config /user:ctxuser /pwd:ctxpass /dsn:” C:\Program Files\Citrix\Independent Management Architecture\mf20.dsn” – the quotes are important
9. Restart the IMA service
10. Verify that the server has connected to the new SQL Server
11. Run dsmaint recreatelhc on the server
12. Repeat 6-11 for each server
Citrix has posted a Security Advisory today regarding NTP exploits - CTX200355
By default NTP is disabled on NetScaler appliances, however if NTP has been configured Citrix recommends taking the following steps.
Open the NetScaler’s ntp.conf file in /etc and add the following lines:
restrict -4 default notrap nopeer nomodify noquery
restrict -6 default notrap nopeer nomodify noquery
All other restrict statements should also be reviewed and verified to contain both 'nomodify' and 'noquery'.
Save the file after editing and restart the NTP service.
Issue was discovered with Windows Server 2012 RDS license service remaining in Grace Period after license service is applied.
"The remote session was disconnected because there are no Remote Desktop License Servers available to provide a license"
This is due to a bug in Server 2012 RDS licensing system. The RDS licening mechanism continues counting the Grace Period time.
There is a Microsoft hotfix available or follow the workaround.
http://support.microsoft.com/kb/2916846
To manually resolve:
HKLM\System\CurrentControlSet\Control\Terminal Server\RCM
Grant permissions of the following registry key
If the key Grace Period is present the license service has not removed the entry and will continue in an unlicensed mode.
The fix is the delete the Grace Period key
You will need to take ownership and grant permissions to the registry key
Reboot the the server
If the Grace Period key returns after the reboot, the listed hotfix must be applied