lunes, 8 de junio de 2015

Class name is wrong or classpath is not set for : com.mysql.jdbc.jdbc2.optional.MysqlDataSource

http://stackoverflow.com/questions/17651423/unable-to-connect-to-jdbc-connection-pool-from-glassfish

https://code.google.com/p/groland3/downloads/detail?name=mysql-connector-java-5.0.5-bin.jar&can=2&q=

Hay que poner el driver aca
 mysql-connector-java-5.x.x-bin.jar copy to E:\Projects\glassfish3.1.1\glassfish\lib

viernes, 5 de junio de 2015

TCP and UDP Ports for the vSphere Client



ESXi hosts and other network components are accessed using predetermined TCP and UDP ports. If you manage network components from outside a firewall, you might be required to reconfigure the firewall to allow access on the appropriate ports.
The table lists TCP and UDP ports, and the purpose and the type of each. Ports that are open by default at installation time are indicated by (Default).
TCP and UDP Ports
Port
Purpose
Traffic Type
443 (Default)
HTTPS access
vSphere Client access to vCenter Server
vSphere Client access to ESXi hosts
vSphere Client access to vSphere Update Manager
Incoming TCP
902 (Default)
vSphere Client access to virtual machine consoles
Incoming and outgoing TCP, outgoing UDP
903
Remote console traffic generated by user access to virtual machines on a specific host.
vSphere Client access to virtual machine consoles
MKS transactions (xinetd/vmware-authd-mks)
Incoming TCP

Comando MTR

Mtr (My Trace Route) [MTR98] es una herramienta de diagnóstico de red utilizada en sistemas GNU/Linux, que combina las funcionalidades básicas de las aplicaciones traceroute y ping.Puede ejecutarse tanto desde un terminal o a través de una interfaz gráfica. 

Las opciones más comunes de ejecución de mtr son las siguientes:
  • -c count: envía un número determinado de pings especificados por la variable count.
  • -g: lanza mtr a través de una interfaz gráfica de usuario basada en GTK+.
  • -i seconds: número de segundos transcurridos entre el intervalo de envío de dos pings consecutivos a un mismo salto. El número de segundos se define mediante la variable seconds.
  • -n: no resuelve los nombre de dominio.
  • -r: muestra por pantalla un informe de la traza realizada después del envío de 10 pings seguidos a cada uno de los nodos intermedios existentes entre el origen y el destino. El número de pings enviados se puede modificar utilizando para ellos la opción -c count.
  • HOSTNAME: máquina destino de la traza.


Ejemplo:
mtr 192.168.1.2