Bug 1147413
Summary: | Failed to set new password after auto install(pop-up: Authentication token manipulation error). | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | cshao <cshao> | ||||
Component: | ovirt-node | Assignee: | Douglas Schilling Landgraf <dougsland> | ||||
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | urgent | ||||||
Version: | 3.5.0 | CC: | aberezin, dougsland, ecohen, fdeutsch, gklein, hadong, huiwa, iheim, leiwang, lsurette, movciari, rbarry, yaniwang, ycui | ||||
Target Milestone: | --- | Keywords: | AutomationBlocker | ||||
Target Release: | 3.5.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | node | ||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-02-11 21:02:13 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | Node | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1094719 | ||||||
Attachments: |
|
Test version: rhev-hypervisor7-7.0-20141212.0.iso ovirt-node-3.1.0-0.34.20141210git0c9c493.el7.noarch Test steps: 1. Auto install RHEV-H with necessary parameters "BOOTIF=XXX storage_init=/dev/sda adminpw=XXX firstboot" 2. Login RHEV-H with current password. 3. Set new password. Test result: Set new password can succeed. So the bug is fixed with above build now, change bug status to VERIFIED. doesn't work with rhev-hypervisor7-7.0-20150123.2 getting the same error (In reply to movciari from comment #3) > doesn't work with rhev-hypervisor7-7.0-20150123.2 > getting the same error Can you please provide the exact steps how you reproduce this? Please include details about the installation method Hi, (In reply to movciari from comment #3) > doesn't work with rhev-hypervisor7-7.0-20150123.2 > getting the same error As Fabian mentioned in comment#4, we need more details to try a reproducer or confirm the bug. However, I have tested right now the autoinstall with rhev-hypervisor7-7.0-20150123.2 and I could login and change the current admin password without any issue. I have added the following params: firstboot storage_init=/dev/sda adminpw=RHhwCLrQXV8zE BOOTIF=ens3 installing from pxe, this is our kernel line for RHEVH6: loop initrd=images/RHEVH/rhev-hypervisor6-6.6-20150123.2.el6ev/initrd0.img root=live:/rhevh-latest-6.iso rootfstype=auto ro liveimg nomodeset check rootflags=ro crashkernel=512M-2G:64M,2G-:128M elevator=deadline processor.max_cstate=1 rd_NO_LVM rd_NO_LUKS rd_NO_MD rd_NO_DM console=tty0 console=ttyS1,115200n81 firstboot storage_init=/dev/sda storage_vol=:4096:::: ssh_pwauth=1 adminpw=$1$a0gLYJ6j$N2cLwUuWx5o5dgVnD7M9L/ rhevm_admin_password=$1$a0gLYJ6j$N2cLwUuWx5o5dgVnD7M9L/ ntp=10.34.32.125 edd=off and for RHEVH7: loop initrd=images/RHEVH/rhev-hypervisor7-7.0-20150123.2.el7ev/initrd0.img root=live:/rhevh-latest-7.iso rootfstype=auto ro rd.live.image rd.live.check rd.lvm=0 rd_NO_MULTIPATH rootflags=ro crashkernel=128M elevator=deadline install max_loop=256 rd.luks=0 rd.md=0 rd.dm=0 firstboot storage_init=/dev/sda storage_vol=:4096::::-1 ssh_pwauth=1 adminpw=$1$a0gLYJ6j$N2cLwUuWx5o5dgVnD7M9L/ rhevm_admin_password=$1$a0gLYJ6j$N2cLwUuWx5o5dgVnD7M9L/ ntp=10.34.32.125 console=tty0 console=ttyS1,115200n8 tried both, getting same error ok, works now - probably mistyped a password Perfect. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2015-0160.html |
Created attachment 942232 [details] auto-set-password.png Description of problem: Failed to set new password after auto install Because can't login the RHEV-H after auto, so I can't provide more details log. Just obtain the follow error from TUI: Authentication token manipulation error Version-Release number of selected component (if applicable): rhev-hypervisor7-7.0-20140926.0.iso ovirt-node-3.1.0-0.17.20140925git29c3403.el7.noarch How reproducible: 100% Steps to Reproduce: 1. Auto install RHEV-H with necessary parameters "BOOTIF=XXX storage_init=/dev/sda adminpw=XXX firstboot" 2. Login RHEV-H with current password. 3. Set new password. Actual results: 1. Failed to set new password after auto install(pop-up: Authentication token manipulation error). 2. The same issue with "rootpw=xxx". Expected results: Set new password can succeed. Additional info: This is "AutomationBlocker" bug due to it blocker our auto testing.