User:Franciswong: Difference between revisions

From Proxmox VE
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
Line 5: Line 5:
History :
History :
2010-07:
2010-07:
* Wake on lan :  ok  (but not so easy, depends on motherbord and network card facilities ...)
* Wake on lan :  ok  (but not so easy, depends on motherbord and network card facilities ...)
** a solution to solve the fact that my proxmox server doesnt start when i send magic packets to it :
*** Modify this line in /etc/init.d/halt (beginnig) :
NETDOWN=yes
in
NETDOWN='''no'''
* Virtuals machines migration : done, but cannot start them !***!
* Virtuals machines migration : done, but cannot start them !***!
** Solved: The process starting a VM loads the .bashrc file: Mine was modified for the user root, and was generating some messages : This messages made an error in the starting process and it stop ... No more problem after suppressing the modifs of .bashrc !!

Latest revision as of 22:38, 16 January 2011

1 Cluster on air :

  • 1 Acer ASPIRE (64 bits, Vt, Amd, 4 gb Ram, 1 disk 500G )
  • 1 Acer ASPIRE (64 bits, Vt, Intel, 8 Gb Ram, 1 disk 1T )

History : 2010-07:

  • Wake on lan : ok (but not so easy, depends on motherbord and network card facilities ...)
    • a solution to solve the fact that my proxmox server doesnt start when i send magic packets to it :
      • Modify this line in /etc/init.d/halt (beginnig) :
NETDOWN=yes

in

NETDOWN=no
  • Virtuals machines migration : done, but cannot start them !***!
    • Solved: The process starting a VM loads the .bashrc file: Mine was modified for the user root, and was generating some messages : This messages made an error in the starting process and it stop ... No more problem after suppressing the modifs of .bashrc !!