Sunday, 8 January 2023

HCI - Calculating the Available Storage

 For calculating the available storage given a certain number of disks, nodes, and RF:

((disk-size * #disks * #nodes)/RF) * 0.92

OR 

((#disks * #nodes * disk size)*0.93(Metadata)*0.7(Storage Operating Threshold))/(RF(replication Factor)*0.63(Storage Optimization Gain))


Setup Windows Local Account without the Internet

During the Windows setup,  On the WiFi screen, press SHIFT + F10  or  FN + SHIFT + F10  This will open the command prompt window with admini...