Bug 127939

Summary: Can't add network power controller password from command line
Product: [Retired] Red Hat Cluster Suite Reporter: Mike Levine <mikejlevine>
Component: redhat-config-clusterAssignee: Jim Parsons <jparsons>
Status: CLOSED WONTFIX QA Contact: Cluster QE <mspqa-list>
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: cluster-maint
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-26 22:44:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mike Levine 2004-07-15 15:35:27 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET 
CLR 1.0.3705; .NET CLR 1.1.4322)

Description of problem:
redhat-config-cluster-cmd --member=nodec --add_powercontroller --
type=baytech --ipaddress=192.168.200.252 --port=3 --user=admin --
password=admin

Error: option --password not recognized

I tried pass, passwd, and word. All failed.

I also tried 
redhat-config-cluster-cmd --member=nodec --add_powercontroller --
type=baytech --ipaddress=192.168.200.252 --port=3 --user=admin

which worked, then
redhat-config-cluster-cmd --member=nodec --
powercontroller=192.168.200.252,3 --password=admin

gave the same. Error: option --password not recognized

when I do it through the GUI, it works. the xml attribute "password" 
of the powercontroller is set to the password I enter in the X-
windows app.



Version-Release number of selected component (if applicable):
redhat-config-cluster-1.0.2

How reproducible:
Always

Steps to Reproduce:
1.set up a cluster
2.add a network power controller from the command line with a password
3.observe the failure
    

Actual Results:  Error: option --password not recognized
No power controller is added

Expected Results:  A power controller should be added which would 
login with the password I specified

Additional info: