vCenter and SSL is always a pain. Simple thing as replacing default self-signed SSL certificates with CA signed has in official VMWare KB2057223 40(!!!) steps. Continue reading
Replacing vCenter Server Appliance SSL certificates
1
vCenter and SSL is always a pain. Simple thing as replacing default self-signed SSL certificates with CA signed has in official VMWare KB2057223 40(!!!) steps. Continue reading
If you have big XFS filesystem (with lot of files) and you use inode64 mount option, exporting this file system using NFS may fail when mouting this export on client:
Stale NFS file handle
This error is strange and confusing. Workaround is to specify fsid in /etc/exports for this filesystem.
For more information check this nice blog article https://hpc.uni.lu/blog/2014/xfs-and-inode64/