Thursday, April 11, 2013

A life saver... Recreate disk descriptors

Restart Management agents, or Web Management Service on an ESXi 5.x Host

You may run into a scenario when you can’t connect to a host via vCenter, vSphere client etc.

Quick and easy:

To restart the management agents on ESXi:
 
DCUI:
  1. Connect to the console of your ESXi host.
  2. Press F2 to customize the system.
  3. Log in as root.
  4. Use the Up/Down arrows to navigate to Restart Management Agents.

    Note: In ESXi 4.1 and ESXi 5.x, this option is available under Troubleshooting Options.

  5. Press Enter.
  6. Press F11 to restart the services.
  7. When the service has been restarted, press Enter.
  8. Press Esc to log out of the system.
From Local Console or SSH:
  1. Log in to SSH or Local console as root.
  2. Run this command:

    ./sbin/services.sh restart

Tuesday, April 2, 2013

Incoming Mail Flow Stops

Incoming Mail Flow Stops

By Joe Piggee Sr.

Event Source: MSExchangeTransport

Event Category: Resource Manager

Event ID: 15007

Description: The Microsoft Exchange Transport service is rejecting message submissions because the service continues to consume more memory than the configured threshold. This may require that this service be restarted to continue normal operation.

Event Source: MSExchangeTransport

Event Category: Resource Manager

Event ID: 15004

Description:

Resource pressure increased from Previous Utilization Level to Current Utilization Level.

  • Quick fix is to just restart your Transport service.
  • Long term fix is to either disable Transport from monitoring or what I'd recommend is to give the Exchange server the necessary resources, and adjust the settings accordingly.
  • Apply updates as directed by the Vendor

To Disable the Transport from Monitoring :

Modify the edgetransport.exe.config file using notepad. This can be found in c:\program files\microsoft\exchange server\v14\bin. Change the “EnableResourceMonitoring” from “True” to “False”, save and close the file, then restart the Microsoft Exchange Transport Service.