Hello Robert!
> In an effort to troubleshoot another issue I have posted, I spun up > an old virtual machine that had some older firmware on it. However, > I have forgotten the admin password to the old machine. Can someone > please direct me as to how I can reset the admin password? Thank > you. If your SRSS is new enough, you can run "/opt/SUNWut/sbin/utpw -p" to print the password. I am not sure when the -p flag was introduced though. If that doesn't work, you can de-ROT13 it like so: /bin/tr '[a-z][A-Z]' '[n-z][a-m][N-Z][A-M]' < /etc/opt/SUNWut/utadmin.pw If your tr is susceptible to locale settings be sure to set LANG and LC_ALL to "C" before running that. HTH -- Volker -- ------------------------------------------------------------------------ Volker A. Brandt Consulting and Support for Oracle Solaris Brandt & Brandt Computer GmbH WWW: http://www.bb-c.de/ Am Wiesenpfad 6, 53340 Meckenheim, GERMANY Email: [email protected] Handelsregister: Amtsgericht Bonn, HRB 10513 Schuhgröße: 46 Geschäftsführer: Rainer J.H. Brandt und Volker A. Brandt "When logic and proportion have fallen sloppy dead" _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
