You are currently browsing the Vigyan on Technology weblog archives for August, 2009.
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Jul | Sep » | |||||
| 1 | 2 | |||||
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
| 31 | ||||||
- ESX Server (1)
- Installation (1)
- Linux (3)
- Mac World (5)
- MythTV (1)
- Oracle (1)
- PHP (1)
- Tools (1)
- 8. December 2009: How to Change Screenshot Format in Mac OS X
- 2. September 2009: Replace A String In The File Using Perl
- 31. August 2009: TNS-03505: Failed to resolve name
- 4. August 2009: How to login to VMware ESX Server 3i with SSH?
- 31. July 2009: My unqualified host name - Sendmail is slow
- 29. July 2009: How to install linux-header in Ubuntu
- 24. June 2009: Watch TV does not work - ERROR when trying to delete file
- 7. June 2009: How to enable error reporting in PHP?
- 7. January 2009: How to Flush DNS Cache in Mac OSX 10.5 Leopard?
- 8. October 2008: Software to Burn CD/DVD for Mac
Archive for August 2009
TNS-03505: Failed to resolve name
31. August 2009 by VK.
If you are getting this error “TNS-03505: Failed to resolve name” in the Windows environment and you have checked sqlnet.ora and tnsnames.ora files then most likely it is becuase of the wrong environment variable settings.The best way to find which tnsping.exe you are running is “where” command.c:> where tnspingIt will show you if you are using a wrong tnsping.-Vigyan
Posted in Oracle | No Comments »
How to login to VMware ESX Server 3i with SSH?
4. August 2009 by VK.
Below are the steps, in order to login to VMware ESX Server as root from remote network.
Below are the steps, in order to login to VMware ESX Server as root from remote network.
1. Open the service control and type “unsupported”.
2. Login as root password.
3. Edit the file /etc/inetd.conf and uncomment like which start with SSH in standard service section.
4. Restart the service SSH using “service sshd restart”.
Posted in ESX Server | No Comments »