Oktober, 2010
How to Use VNC to access VMware Servers
Die „.vmx“ Datei der virtuellen Maschine bearbeiten und folgende Zeilen anfügen:Edit the „.vmx“ file of your virtual machine and add this lines: RemoteDisplay.vnc.enabled = „TRUE“ RemoteDisplay.vnc.port = „5900“ RemoteDisplay.vnc.password = „YOUR_PASSWORD“ Bemerkung: Für jede virtuelle Maschine einen anderen Port verwenden.Note: Use a different port for each virtual machine. Links: * http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&externalId=1246
Firmware Update HP Procurve
1. Firmware download1. Download firmware Die neueste Firmware kann hier herruntergeladen werden http://www.hp.com/rnd/software/switches.htm 2. TFTP Server Extract the downloaded file and use a TFTP Server http://www.mogilowski.net/2010/10/25/setting-up-tftp-server-on-ubuntu Example: mv 2800-Software-I1077/I_* /srv/tftp/ 3. Install new firmware Create a telnet connection to the switch: telnet SWITCH_IP and copy the firmware to the switch: copy tftp flash TFTP_SERVER_IP I_10_77.swi […]
Factory reset HP Procurve
1. Serial console Connect your PC to the switch via serial console. Use „GtkTerm“ for example on Ubuntu. 2. Reset the switch Push „Reset“ AND „Clear“ on the front of the switch. Release „Reset“ Button. If the „Test“ LED blinks release the „Clear“ button and wait. 2. Save the new configuration After the switch rebooted […]
Setting up TFTP server on Ubuntu
Install a TFTP-Server on Ubuntu 1. Installation sudo aptitude install atftpd 2. Configuration sudo /etc/init.d/atftpd start 3. Files Put all files for the TFTP server in the following directory: /srv/tftp/