Migrate root operation fails due to BUG 1266455
Applies to
ONTAP 9
Issue
- Node's root volume migration using
system node migrate-root
command fails and similar errors are seen inMGWD
logs :
[kern_mgwd:info:2709]: INFO: NDO::MigrateRoot: Node is online after the reboot.
[kern_mgwd:info:2709]: INFO: NDO::MigrateRoot: Checking to see if the new root by name new_root is created.
[kern_mgwd:info:2709]: INFO: NDO::MigrateRoot: Checking the status of new_root. Command: /sbin/ngsh -c node run -node node-02 -command aggr status new_root . Retry count = 1
[kern_mgwd:info:2709]: 0: ERR: PAM::DOMAIN: No entries found in security login table with: cluster01, console
[kern_mgwd:info:2709] Debug: Invalid character in username "". Valid characters: A-Z, a-z, 0-9, ".", "_", and "-". Note that the username cannot start with "-".
[kern_mgwd:info:2709] Debug: Error: Account not configured to connect in this manner.
[kern_mgwd:info:2709]: ERR: NDO::MigrateRoot: Failed to get the status of new root aggregate. Error: 0 - :.
- The
new_root
aggregate and volume have been created successfully, but the original root aggregate and volume still exist and migration job cannot be resumed.