Difference between revisions of "Installation (ESX)"

Jump to navigation Jump to search
11 bytes removed ,  09:11, 30 September 2010
(→‎Configuration Considerations: Added Storage | SCSI Resets)
Line 183: Line 183:
** <code>  /etc/init.d/VMWAREAAM51_vmware start  </code>
** <code>  /etc/init.d/VMWAREAAM51_vmware start  </code>


== VMware Managment Agent Restart ==
== VMware Management Agent Restart ==
'''ESX'''
'''ESX'''
<pre>
<pre>
Line 196: Line 196:
</pre>
</pre>


'''ESXi'''
If this fails to stop the service, you can try to manually kill the processes.  
<code> services.sh restart </code>
 
If this fails to stop the service, you can try to manually kill the processes. '''Untested - don't do during day, if you use this and it works, delete this warning note.'''
 
# Determine the PID's of the processes
# Determine the PID's of the processes
#* <code> ps -auxwww | grep vmware-hostd </code>
#* <code> ps -auxwww | grep vmware-hostd </code>
Line 210: Line 206:
#* So, for example, <code> kill -9 2807 </code> and <code> kill -9 2825 </code>  
#* So, for example, <code> kill -9 2807 </code> and <code> kill -9 2825 </code>  
# Then reattempt the service restart
# Then reattempt the service restart
To also restart the Virtual Centre Agent, use
service vmware-vpxa restart
<br>
'''ESXi'''
<code> services.sh restart </code>


== VMware Web Access Restart ==
== VMware Web Access Restart ==

Navigation menu