cluster-validation icon indicating copy to clipboard operation
cluster-validation copied to clipboard

Scripts to validate that a cluster is ready for MapR Data Platform installation

Results 6 cluster-validation issues
Sort by recently updated
recently updated
newest added

In function find_unused_disks() there is a potential bug. In some situation message from the fdisk about GPT support is delayed: > WARNING: fdisk GPT support is currently new, and therefore...

* STEPS TO REPRODUCE OS Disk is /dev/sda. Server has more than 27 disks. So device name of last disk is /dev/sdaa. Run `disk-test.sh`. * EXPECTED RESULTS `Command line used:...

The output produced provides information on the status of certain things, without any indication of whether it’s a problem. For example, on my cluster audit, I got this message, which...

Some ideas on the YCSB Test: 1. Provide option to create a new volume with X settings to put the MapR DB Table in. This would allow one to script...

export MAPR_TICKETFILE_LOCATION=/opt/mapr/conf/mapruserticket sudo -u mapr maprcli config save -values {mapr.targetversion:"`cat /opt/mapr/MapRBuildVersion`"} sudo -u mapr maprcli cluster feature enable -all OR: su - mapr -c 'MAPR_TICKETFILE_LOCATION=/opt/mapr/conf/mapruserticket maprcli dashboard info -json'

Please adjust network test for 80 Gbit bonded interfaces. It seems that the tests are optimized for 10 GBit interfaces. I was not able to verify 40 GBit or 80...