summaryrefslogtreecommitdiffstats
path: root/node-maintainer/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'node-maintainer/README.md')
-rw-r--r--node-maintainer/README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/node-maintainer/README.md b/node-maintainer/README.md
index eb7ec53bdaf..7743df2b0c2 100644
--- a/node-maintainer/README.md
+++ b/node-maintainer/README.md
@@ -8,15 +8,12 @@ Node verification for both hardware and spec. Hardware is verified by performing
while spec is verified by comparing information reported by the OS with the spec from node repository.
### Execute examples
-Spec verification and hardware benchmarks can both be executed with and without config server host name as parameter
-(if called without parameters it will use yinst to retrieve the host name):
+Spec verification and hardware benchmarks must be executed with config server host name as parameter
SpecVerifier:
-- sudo java -cp node-maintainer-jar-with-dependencies.jar com.yahoo.vespa.hosted.node.verification.spec.SpecVerifier
- sudo java -cp node-maintainer-jar-with-dependencies.jar com.yahoo.vespa.hosted.node.verification.spec.SpecVerifier cfg.1.hostname,cfg.2.hostname,...
HardwareBenchmarker:
-- sudo java -cp node-maintainer-jar-with-dependencies.jar com.yahoo.vespa.hosted.node.verification.hardware.HardwareBenchmarker
- sudo java -cp node-maintainer-jar-with-dependencies.jar com.yahoo.vespa.hosted.node.verification.hardware.HardwareBenchmarker cfg.1.hostname,cfg.2.hostname,...
Both programs have README explaining closer what it does. \ No newline at end of file