SVM UI does show VPX instance as “Out of Service” due to the password change done directly within VPX instance (password set in admin profile currently assigned to VM does not match to nsroot password on VPX)
In addition, password for VPX instance has been lost and admin needs to reset it to new one and correct the VM Instance State in SVM UI.
boot -s
cd /flash/nsconfig
grep –v “set system user nsroot” ns.conf > new.conf
mv ns.conf old.ns.conf
mv new.conf ns.conf
reboot