It is generally not recommended to reboot the primary vCloud Director (vCD) node without transferring the database to the secondary cell. This is because the vCD system relies heavily on the database to maintain its state and functionality, and if the primary node goes down unexpectedly, it can result in a loss of data and potentially impact the availability of the vCD service.
However, if you need to reboot the primary vCD node for some reason, and you cannot transfer the database to the secondary cell beforehand, there are a few things you can do to minimize the risk:
- Check the health of the database before rebooting: Before rebooting the primary vCD node, make sure to check the health of the database to ensure it is not experiencing any issues. This can be done by running the appropriate database health checks and reviewing the results.
- Ensure that the secondary cell is fully functional: Before rebooting the primary node, make sure that the secondary cell is fully functional and able to take over the vCD service in case of a failure. This includes verifying that all required services are running and that the secondary cell is able to access the database.
- Plan for a quick failover: If possible, plan for a quick failover to the secondary cell in case the primary node does not come back online after the reboot. This can be done by configuring a low timeout value for the failover process and having a plan in place for quickly switching over to the secondary cell if needed.
- Monitor the system closely after the reboot: Once the primary node has been rebooted, monitor the system closely to ensure that everything is functioning as expected. This includes verifying that the vCD service is running, that the database is accessible, and that there are no issues with data integrity or performance.
Overall, while it is generally not recommended to reboot the primary vCD node without transferring the database to the secondary cell, it is possible to do so if you take the appropriate precautions and plan carefully for any potential issues.