In our last post we learnt
Taking DB and SSL Certficates Backup
In this post we will focus on upgrading vCenter Inventory Service.
Before start upgrading the Inventory Service lets discuss some basics about what actually is the Inventory Service.
Inventory Service reduces direct client requests to the vCenter server with query caching, reducing the load on core vCenter Server processes. Generally only 10% of traffic to a vCenter Server consists of writes and most of the requests (90%) are read requests. So if we can cache those reads so that we don’t have to ask vCenter to retrieve from its database each time, we can see a significant improvement in response times; while also reducing the load on the more critical vCenter Server itself.
Inventory service stores vCenter server application and inventory data which enable us to search and access objects across linked vCenter Server systems. The main use case of the Inventory Service is to manage the vSphere Web Client inventory objects and property queries that the client requests when users navigate the vSphere environment.… Read More