2011年11月28日 星期一

VMWare: Cannot turn on file from XP Mode

Open vmx file
Add:

virtualHW.version = "8"
scsi0.present = "TRUE"
memsize = "2048"
xpmode.enabled = "TRUE"

VMWare: Mouse is not work from XP Mode to VMWare


If converting from XP Mode to VMWare and you mouse is not working.
  1. Check  if you install VMWare Tools under VM menu. (remember restart VM after install it)
  2. Check if you still have Driver not working on VM in Device Manager.
NOW. THIS IS THE TRICK:
  1. Go go Control panel (use Keyboard).
  2. Go to Mouse
  3. Go to  Pointer options
  4. Check Display Pointer trails
  5. Reduce trail size to zero

2011年11月22日 星期二

VMWare: install vmdk file


  1. Go START ⇒ Program ⇒ VMWare Player
  2. Click “Create a New Virtual Machine”
  3. Choose “I will install the operating system later.”
  4. Choose OS ⇒ Next
  5. Type in Name and choose the location ⇒ Next
  6. Type in disk size ⇒ Next
  7. Click Finish
  8. Close VMWare Player
  9. Go to File Explorer (My computer)
  10. Go to location and replace the vmdk file from old one to new one.
  11. Open VMWare Player again (Go START ⇒ Program ⇒ VMWare Player)
  12. Choose the one and power on the VM.

2011年11月3日 星期四

Syn with node agent memory JVM options


Making sure the synchronous actions occur when your start your instance-cluster.

Answer: By default, running the command, asadmin start-node-agent NODE-AGENT-NAME will not actually register synchronization for all entries/parameters/configuration for the cluster configuration in GlassFish V2 update 1 or Application Server 9.1 when starting up the cluster... To make sure synchronization kicks in when starting the cluster use the following two commands;

./asadmin start-node-agent --startinstances=false NODE-AGENT-NAME
./asadmin start-cluster CLUSTER-NAME