REMEMBER THIS FIX:
- Remote into the Citrix Server
- Navigate to D:/SCS/data
- Delete "processA.tps" and "processB.tps"
- Have user log back in and test
Your Online TechoPedia - A Guide To Most Asked Tech Questions
REMEMBER THIS FIX:
While installing a VMware Server Vista (32-bit) virtual machine, I found that Vista would not recognize the default Network Adapters that VMware installs. After searching the web for Vista-capable drivers for VMware Accelerated AMD PCNet Adapters, I came across this manual fix.
ethernetX.virtualDev = "e1000"
(replace X with the number of the .virtualDev)
Then delete the old vswif0 interface:
Now create a new "vswif0" interface with the correct IP settings:
Now to verify the changes have been made type:
That will list all vswif interfaces and show the configurations.
To change your default gateway (extends beyond just the vswif interface):
Here you can change the hostname of the server and the default gateway. To change the gateway, just type in the IP of your gateway where it reads "GATEWAY=":
Now CTRL-O to write the file then press enter. Then to exit press CTRL-X.
Now that the IP configurations are correct, make sure you can ping the server.
To SSH into your ESX server, you only need to modify one config file. SSH is enabled by default, telnet is not (for security reasons).
Find the line that reads "PermitRootLogin" and change the "no" to "yes".
Now restart the service and try remoting in.
I use Putty to SSH into ESX, which can be downloaded here.