Sunday, November 11, 2007

 

ESX NTP

http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&externalId=1339

Sunday, August 26, 2007

 

Never REgister XP Again

After you have activated your XP software for the first time, you never need to do so again. Each time you reinstall XP, keep a copy of your wpa.dbl file. This file can be found in your \windows\system32 folder. After reinstallation replace the wpa.dbl back into the windows\system32 directory and forget about reactivation.

Thursday, June 28, 2007

 

WI and CAG 4.5 on same server fix

http://support.citrix.com/article/CTX112128

HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\MSAM\FilterCacheControl
1. Create a key under FilterCacheControl with the location of the Web Interface site and its .ica file:
/Citrix/MyWISite/site/launch.ica (Example)
2. Create a string within the newly created key with the following name:
application/x-ica
restart IIS

Thursday, February 01, 2007

 

VMWare Virtual Server Tips

VMWare Server Tips

Some of our clients will deploy VMWare Server initially or in conjunction with ESX VI3. Here are some tips I want to pass along.

Make sure that new systems do not have privacy permissions assigned to them.
Make sure that new systems operate under local system and not the user ID that powers up the system
Make sure that new systems are properly configured for startup/shut down procedures
Install the VMWare Server Console on your workstation reducing the need to access the host system desktop
Make sure to turn off Automatic Updates for the Windows Operating Systems hosting the Virtual Machines
If you create a new template server, perform the initial install in a VM with two virtual processors. Then drop it back down to one processor (if appropriate) before committing it to a template. This will allow the Multi Processor Kernel to be installed by default which will work for one or multi processor systems.

Wednesday, December 20, 2006

 

Getting NLB CAG SSL Cert

Changing the Name of the CAGs
You will need to use an external CSR generator to achieve this such as OPENSSL.

From an OPENSSL prompt, type;
openssl genrsa -out domainname.key 1024
openssl req -new -key domainname.key -out domainname.csr
You will be prompted to fill out information. Please enter the information correctly.
When it asks you to enter in “YOUR NAME”, enter in the FQDN of the device, (ie, connect.chop.edu)

You have now generated a new SSL Certificate Request file with the new domain name. The contents of this file are what need to be submitted to the Certificate Authority.

When you get the signed certificate back from the Certificate Authority, create a new UNICODE text file with an extension of .crt.
In this text file, copy and paste the contents of the domainname.key file.
Then copy and paste the contents of the signed certificate file.
Your end file should look like this;
-----BEGIN RSA PRIVATE KEY-----
...
-----END RSA PRIVATE KEY-----
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----

From the CAG Admin console, upload the file you just created to the CAG using the “Upload a .pem private key and signed certificate” option
Restart the CAG.
Ensure that the CAG is configured to use the new name as its external FQDN on the General Networking page.


Please keep all of these files under tight control. If someone was able to obtain these files they would be able to spoof and or hijack the organization on the Internet.

Wednesday, November 08, 2006

 

Modify STA number of Citrix Server

STA 4.0 settings are stored in the following file
Edit %ProgramFiles%\Citrix\System32\CtxSta.config

Wednesday, October 25, 2006

 

Set Audio from Web Interface

The default sound quality setting for ICA sessions launched through the Web Interface can be
changed by modifying the template ICA file on the server which is pushed down to the ICA client.
To do this:
1. Log on as an administrator to the server running the Web Interface.
2. Start Notepad and open the file, c:\Inetpub\wwwroot\Citrix\MetaFrame\Conf\default.ica.
3. Browse to the [Application] section in the file and under this section, add the following
parameter and save the file:
AudioBandwidthLimit=0
Clients connecting henceforth are forced to use the audio setting specified on the server.

AudioBandwidthLimit=-1

This sets the audio bandwidth limit or audio quality for the connection. 0 is high, 1 is medium, and 2 is low. Anything else is invalid, though sometimes (but not always) it is set to "-1" if audio is off.

Tuesday, October 24, 2006

 

Enable Pass Through Auth from WI to Citrix Server

Look for APPSRV.ini in this location:
C:\Documents and Settings\USERNAME\Application Data\ICAClient

Open that file and add the following lines under [WFClient]:
EnableSSOnThruICAFile=On
SSOnUserSetting=On

Tuesday, October 03, 2006

 

Restore Client name in WI

http://support.citrix.com/kb/entry.jspa?externalID=CTX107112

Wednesday, September 27, 2006

 

DOT NET 2.0 Fix








Symptoms

The Access Suite Console is no longer able to properly communicate with Web Interface. The option to Create Sites is no longer available in the Common Tasks Pane of the Access Suite Console, and running discovery reports a warning which states “Could not contact any Web Interface configuration servers.”

Causes

This is caused by installing Microsoft .NET 2.0 on a Web Interface 4.0 server.

WorkAround

Remove .NET version 2.0.

-Or-

Create a file called “mmc.exe.config” in the \Windows\system32 directory and add the following lines to the file. You should be able to open the Access Suite Console without any further problems.

<?xml version ="1.0"?>
<configuration>
       <startup>
            <requiredRuntime version="v1.1.4322"/>
            <supportedRuntime version="v1.1.4322"/>
       </startup>
</configuration>

















 

DOT NET 2.0 Fix








Symptoms

The Access Suite Console is no longer able to properly communicate with Web Interface. The option to Create Sites is no longer available in the Common Tasks Pane of the Access Suite Console, and running discovery reports a warning which states “Could not contact any Web Interface configuration servers.”

Causes

This is caused by installing Microsoft .NET 2.0 on a Web Interface 4.0 server.

WorkAround

Remove .NET version 2.0.

-Or-

Create a file called “mmc.exe.config” in the \Windows\system32 directory and add the following lines to the file. You should be able to open the Access Suite Console without any further problems.

<?xml version ="1.0"?>
<configuration>
       <startup>
            <requiredRuntime version="v1.1.4322"/>
            <supportedRuntime version="v1.1.4322"/>
       </startup>
</configuration>

















 

How to receive verbose startup, shutdown, logon, and logoff status messages for Citrix

You can use Registry Editor to switch between normal and verbose status messages. To use Registry Editor to enable verbose logging, follow these steps:
1.
Start Registry Editor (Regedt32.exe).
2.
Locate and click the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
3.
On the Edit menu, point to New, and then click DWORD Value.
4.
Double-click the new key that is created, type verbosestatus in the Value Name box, and then type 1 in the Data value box.Note If the following key is present, and if the value is set to 1, status messages are not displayed:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\DisableStatusMessages

Thursday, August 24, 2006

 

Technical Tidbits

http://www.thomaskoetzing.de/index.php?option=com_content&task=view&id=68&Itemid=107

 

Technical Tidbits

http://www.thomaskoetzing.de/index.php?option=com_content&task=view&id=68&Itemid=107

This page is powered by Blogger. Isn't yours?