From 272c456435a4b3a3545298a508593cc38cdfb19a Mon Sep 17 00:00:00 2001 From: tkucherera Date: Wed, 3 Apr 2024 18:50:46 -0400 Subject: [PATCH] nodebmcpassword man page --- confluent_client/doc/man/nodebmcpassword.ronn | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 confluent_client/doc/man/nodebmcpassword.ronn diff --git a/confluent_client/doc/man/nodebmcpassword.ronn b/confluent_client/doc/man/nodebmcpassword.ronn new file mode 100644 index 00000000..5927f670 --- /dev/null +++ b/confluent_client/doc/man/nodebmcpassword.ronn @@ -0,0 +1,28 @@ +nodebmcpassword(8) -- Change management controller password for a specified user +========================================================= + +## SYNOPSIS + +`nodebmcpassword ` + +## DESCRIPTION + +`nodebmcpassword` allows you to change the management controller password for a user on a specified noderange + +## OPTIONS + +* `-m MAXNODES`, `--maxnodes=MAXNODES`: + Number of nodes to affect before prompting for + confirmation + +* `-h`, `--help`: + Show help message and exit + +## EXAMPLES: + +* Reset the management controller for nodes n1 through n4: + `# nodebmcreset n1-n4` + `n1: Password Change Successful` + `n2: Password Change Successful` + `n3: Password Change Successful` + `n4: Password Change Successful` \ No newline at end of file