Remote Desktop Services not working

Remote Desktop Services not working

I was having an issue with windows 2008 server I enabled the Remote desktop but i was not able to connect the remote desktop firewall was off network connection was ok . even though i was not able to connect to remote desktop. i checked the telnet localhost 3389

it was not working .I found the below solution it works for me .

Read more

Break key is missing on keyboard

Break key is missing on my laptop keyboard and I have to use  key combination of Ctrl+Break  to reset cisco router password . Go to search program On-Screen keyboard or type osk use the Pause key it will work as Break key.  

ERROR: 1062 Duplicate entry ‘localhost-root’ for key 1

MySql Server installation fails when your host name is localhost you will get the “ERROR: 1062  Duplicate entry ‘localhost-root’ for key 1” or “ERROR: 1062  Duplicate entry ‘localhost-‘ for key 1” Simple solution is Use the command hostname to give your system a host name and also change host name  in the configuration file /etc/sysconfig/network … Read more

How to monitor vos3000 services and start if vos3000 services stop

If you want to monitor vos3000 services and start if vos3000 services stop .VOS3000 version 2.1.2.0 is stop after some time so you can monitor the vos3000 services  and start it . Here I am using three shell scripts to monitor to vos3000 service and start it. I am checking vos3000 service every 5 second and if stops I am starting with a script and send email alert.

Read more

how to run jar file from command line

If you are trying to run Java file from command line (run jar file from command line) use the following example C:\Program Files (x86)\Java\jre6\bin>java -jar .jar I want to run Nexus 1000v installer from command line i will use following command C:\Program Files (x86)\Java\jre6\bin>java -jar D:\Nexus1000v.4.2.1.SV2.2.1a\VSM\Installer_App\Nexus1000V-install_CNX.jar

Microsoft Visio Stencils for Cisco

You will need Microsoft Visio Standard or Professional in order to view and use these stencils correctly. The files listed for download on this page are .vss (Visio stencil) files within .zip files. Some of the .zip files contain Microsoft PowerPoint files in addition to Visio files. The PowerPoint files contain .emf (enhanced metafile) vector … Read more

How to change VOS3000 browser client port

If you want to change VOS3000 browser client port address edit the following file or find server.xml file under apache-tomcat installation conf folder change the Connector port 80 to whatever you want which is not used on system and reboot the system.
# nano /usr/apache-tomcat-5.5.15/conf/server.xml

Read more