Lost root password  Can't get in to reset.........Ultra 5/10 Solaris

Just bought an Ultra 5 Sun desktop at the thrift store. This thing is brand new and was still in the box. Fired it up and come to find, it has never even been configured so I did so myself. I entered a User name and then followed that with setting up a new password for the first time. The system reboots on it's own and goes to a point asking for my Name and then password. Only problem is the password will not even type into the bar that requests it. Do I need to reset it and if so how?

Hi, boot with single user mode using cmd boot cdrom -s,then use passwd cmd to change root password.if it doesn't work.mount your root slice as /a,then edit /etc/shadow file and delete root passwd entry.I hope this tip fix your problem. : )

Similar Messages

  • How to Delete and Reset a Lost Root Password on a System With a Mirrored ??

    hi All,
    we are experiencing problem,lost root password on Solaris 10 Sparc T5120, with mirror root,
    and we found the solution from Metalink.oracle.com, has anyone have try this??
    here list capture the file system :
    Filesystem size used avail capacity Mounted on
    */dev/md/dsk/d10 2.0G 349M 1.6G 18% /*
    */dev/md/dsk/d40 9.8G 563M 9.2G 6% /usr*
    */dev/md/dsk/d30 9.8G 1.4G 8.4G 15% /var*
    */dev/md/dsk/d50 7.9G 310M 7.5G 4% /opt*
    */dev/md/dsk/d600 3.8G 4.3M 3.8G 1% /home*
    */dev/md/dsk/d602 471M 20M 404M 5% /app/controlm*
    */dev/md/dsk/d601 471M 251M 173M 60% /app/ctsa*
    */dev/md/dsk/d604 4.9G 1.1G 3.8G 23% /app/oramon*
    */dev/md/dsk/d603 20G 11G 8.2G 58% /app/oracle*
    */dev/md/dsk/d606 39G 10.0G 29G 26% /proj/iprdb01/orafra/iprod01p*
    here the step :
    Solstice DiskSuite[TM] Software: How to Delete and Reset a Lost Root Password on a System With a Mirrored Root Disk [ID 1010755.1]
    Solution
    Steps to Follow
    How to delete and reset a lost root password on a system with a mirrored root disk.
    1) Insert the Solaris[TM] Operating System CD-ROM into the CD-ROM drive.
    2) Once the CD-ROM is in the drive, perform a stop-a. This brings the system down to the "ok" prompt.
    3) From the "ok" prompt, perform a single-user boot from the Solaris OS CD-ROM.
    ok boot cdrom -s4) At the "#" prompt, determine which disk is the system's boot disk (containing the root file system). There are several Oracle architectures and various configurations of systems when it concerns a boot disk. As a general rule, most boot disks are attached to controller 0 (c0). Usually, their SCSI target is
    either 3 (t3) or 0 (t0). However, Oracle machines are very flexible, and the boot disk could be at a different location. If you are not sure which disk is your boot disk, perform the following steps to determine the location of the boot device:
    a) # eeprom boot-device
    The output might appear to be simple, such as "disk" or "disk1" or more complicated, such as a pathname "/iommu/sbus/espdma@4,8400000/...../sd@3,0:a".
    b) Make note of the boot-device. If the boot-device is a pathname, it is beyond the scope of this information to provide the location of the customized boot disk. However, for most configurations,
    finding the customized boot disk is an easy task. The "Format" command shows all available disks:
    #format
    Searching for disks...done
    AVAILABLE DISK SELECTIONS:
    (enter its number): c) Enter d to exit format.
    Now, you will have an idea what disks are on the system. Therefore, if the boot-device is "disk" and format shows "c0t0d0" (on some systems "c0t3d0") then that is the boot device. If boot-device
    shows "disk1" and format shows "c0t1d0," then that is the boot device. If format shows multiple disks, then based on what the "eeprom boot-device" command shows, the system's boot disk would be:
    boot-device format
    disk c0t0d0 or c0t3d0 (machine dependent)
    disk1 c1t0d0
    disk2 c0t2d0
    disk3 c0t3d0 or c0t0d0 (machine dependent)
    and so on ....
    5) Because the system was not brought down gracefully (no root password means having to use the Stop-a keystroke to "crash" the system), you need to run "fsck" to clean the root partition (slice). The fsckalso confirms that you selected the proper slice.
    # fsck /dev/rdsk/c1t0d0s0
    where the X and Y are determined by the previous procedure. It is also possible to have a root partition which is not on slice 0 (s0), but, again, that is not a standard configuration.
    The output of "fsck" looks like this:
    ** /dev/rdsk/c1t0d0s0
    ** last mounted on /
    ** Phase 1 .....
    The second line in the output of "fsck" ("** Last mounted on /") confirms that this is the correct root filesystem partition. Answer "y" to any questions fsck asks. There shouldn't be too many items
    needing repair. If there are, there is a possibility of a corrupted root filesystem. After fsck is finished, mount the root partition:
    # mount /dev/dsk/c1t0d0s0 /a
    Again, X and Y are the same as for the fsck command.
    For example:
    # mount /dev/dsk/c1t0d0s0 /a
    6) From the root prompt, set the proper TERM type command (such as vt100, dtterm, sun, and so on)
    by entering this command:
    # TERM=sun; export TERM
    7) Use the VI text editor to edit the /etc/shadow file:
    # vi /a/etc/shadow
    8) The first line of the /etc/shadow file is the one you want to modify.
    It looks like this:
    root:c3.yAVmYodWsc:6445::::::
    9) Delete every character between the first and second colons in the first line of the file. When you finish deleting the characters, the line should look like this:
    root::6445::::::
    10) Press the Escape key, then enter the following to save the file and exit vi:
    :wq!
    11) Use the VI text editor to edit the /etc/system file andremove the "rootdev" line shown below:
    # vi /a/etc/system
    *rootdev:/pseudo/md@0:0,0,blk
    Don't comment out the "rootdev" line. Actually remove it.
    12) In the /a/etc/vfstab file, replace the lines for the system filesystem meta-devices with their underlying partitions. For example, change lines from
    /dev/md/dsk/d0 /dev/md/rdsk/d0 / ufs 1 no -
    to
    /dev/dsk/c1t0d0s0 /dev/rdsk/c1t0d0s0 / ufs 1 no -
    ONLY change the lines for root (/) and the filesystems that were affected by the actions you took in step 1 of this procedure. All other metadevices may stay as is in this file.
    13) Unmount root, check the root filesystem, and then stop the system:
    # cd /
    # umount /a
    # fsck /dev/rdsk/c1t0d0s0
    # stop-a
    14) Boot to single-user mode:
    ok boot -swTHIS STEP IS VERY IMPORTANT; YOU MUST BOOT TO SINGLE-USER MODE TO AVOID FILESYSTEM CORRUPTION.
    If the system does not boot to single user mode, you might have made a mistake in the previous steps.
    15) Because the root password was cleared in an earlier step, press Return when prompted for the the root password. Once you are in single-user mode, you must clear the metamirrors and all the sub-mirrors for the root filesystem. For example, if root (/) is d0, run the following command:
    # metaclear -f -r d0
    Running the metaclear command not only clears the metamirror but also clears the submirrors that are part of this mirror.
    16) When the metamirror is cleared, continue the boot up to multiuser mode by either pressing CTRL-D or by entering the following:
    # exit
    Now everything should be as it was, except that the system partition is on the underlying partition and isn't mirrored. You will simply need to re-create the metadevices for the root mirror as you had originally.
    many thanks

    Hi,
    Halt your machine.
    Boot with fail-safe mode.
    format and list out the disks. (You can get the root & mirror disk (c#t#d#) details from /etc/lvm/md.tab of your root or mirror disk. Earlier explorer output may help)
    Mount the root disk and remove the password entry in /etc/shadow
    umount it.
    Mount the mirror disk and remove the password entry in /etc/shadow
    umount it.
    reboot the server.
    Hope this helps!

  • My granson was given a Imac g4 without OS disc and a lost user password, can I reset it from scratch?

    My grandson was given an Imac g4 without OS disc and a lost user password, can I reset it from scratch?

    Dcok44 wrote:
    My grandson was given an Imac g4 without OS disc and a lost user password, can I reset it from scratch?
    Nope!
    You can get replacement System Install & Restore CD/DVDs from Apple's Customer Support - in the US, (800) 767-2775 - for a nominal S&H fee. You'll need to have the model and/or serial number of your Mac available. 
    If you're not in the US, you may need to go through the regional Apple Store that serves your location to find the contact number. Here's a list of links to all of those - http://store.apple.com/Catalog/US/Images/intlstoreroutingpage.html  Another resource:  International Support Phone #s.
    Mac OS X: Changing or resetting an account password

  • I have lost my iphone can i get it and i have not installed find my iphone app

    i lost my iphone can i get it back

    The only way to locate/disable/erase any lost/stolen iPhone is through Find My Phone or a similar app. However, this requires that Find My Phone be setup/activated, on your phone, before it was lost/stolen. You would then login at iCloud.com & try to locate it. This requires the phone be turned on & have an Internet connection. There is no other way to locate a lost/stolen iPhone. Apple can't/won't help you, nor will your carrier. Report the loss to the Police, your carrier & Insurance company. Change all of your passwords.
    If your carrier offers Blacklisting & they Blacklist the phone, it will be unusable as a phone.
    If locked with a passcode, all a thief or whoever finds it has to do is force the phone into recovery mode & restore it. While this deletes all data on the phone, it also removes the passcode so the phone can then be used as a phone or touch.
    There is NO WAY to report any lost/stolen product to Apple.

  • Hello, I have changed my location and credit card for my apple id. All purchased apps I had before are lost. How can I get back my purchased apps? Thanks.

    Hello, I have changed my location and credit card for my apple id. All purchased apps I had before are lost. How can I get back my purchased apps? Thanks.

    If you are referring to an iDevice, sign out of your new Apple ID and sign back in with your old one - they should all be there.

  • HT5902 i lost my ipad can i get my photos from it onto my windows phone

    I lost my iPad.can I get my photos from it on my windows phone

    yea icloud but it acts crazy on my windows phone. And doesn't  have option for  photos

  • Lost root password on Ultra2

    Lost root password on Ultra2 Sun system and do not know the procedure to recover. I do not have any other accounts to login as. I do have installation media and do not know the procedure to boot it to try and recover that way. Solaris 2.5.1

    This is a procedure I wrote up to recover roots password, give it a try. Test between the brackets are the commands you enter (without brackets).
    Ritchie
    1) Place the solaris software disk into cdrom drive.
    2) Change machine state to PROM hardware level: [  init 0  ].
    You should then see an OK prompt.
    3) Boot from cdrom to single user mode: [  boot cdrom -s  ].
    Should eventually see a # prompt.
    4) Mount the disk drive as filesystem a: [  mount /dev/dsk/c0t0d0s0 /a  ].
    5) Change to the a directory: [  cd /a  ].
    Look for the etc directory by issuing an ls command: [  ls  ].
    6) Switch to the etc directory: [  cd etc  ].
    7) Set up the machine to be able to use the vi editor by defining the terminal type for the shell:
    [  TERM=vt100;export TERM  ].
    8) Edit the shadow file: [  vi shadow  ].
    a) Delete everything between the first : and the second : , which will be the encrypted password
    for root.
    b) Save the file: [  :wq!  ].
    9) Reboot the machine: [  init 0  ].
    You should be at the OK prompt again.
    10) Issue command to boot machine: [  boot  ].
    11) When CDE environment appears login as root leaving the password field blank if prompted.
    12) Establish a terminal session using "this host"
    13) Issue command to change the password: [  passwd  ]. Confirm new password.
    Now root will have the new password the next time you login.

  • Ive bought tunes on itunes but lost my fone can i get them back

    ive bought tunes on itunes but lost my fone can i get them back.
    ive had tunes on three computers and three phones and seeing as ive paid for them already i should be able to just get them back.

    Go to your computer.
    Be sure you have the latest version of iTunes. If you don't, download and install it.
    Launch iTunes.
    Sign in to the iTunes Store with your Apple ID.
    Authorize that computer.
    Download your previous purchases:
    http://support.apple.com/kb/ht2519

  • HT4113 Forgot my passcode and the answers to security questions and itunes information has been lost. How can i get back into my itouch?

    My son forgot his passcode and the answers to the security questios and itunes information has been lost. How can i get back into his itouch?

    Forgotten Screen-Lock Passcode
    Connect the iOS device to your computer and try to make a backup
    iOS: How to back up
    Then restore via iTunes. The iPod will be erased. Place the iOS device in Recovery Mode if necessary to allow the restore.
    If recovery mode does not work try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up    
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store    
    For security questions
    From a Kappy  post
    The Best Alternatives for Security Questions and Rescue Mail
    1.  Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
    2.  Call Apple Support in your country: Customer Service: Contact Apple support.
    3.  Rescue email address and how to reset Apple ID security questions.
    An alternative to using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.

  • HT1766 im trying to restore backup on i tunes but have forgot the password can i get passed it please

    m trying to restore backup on i tunes but have forgot the password can i get passed it please

    Hello there, hullmartyn.
    The following Knowledge Base article provides the options available for resolving the issue you are describing:
    iOS: Forgotten passcode or device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Ok i lost $10.84 becasue i got an album that i all ready got and i lost the money can i get help

    ok i lost $10.84 becasue i got an album the name of the album is of mice and men i all ready and i got it again and i lost the money can i get help getting it back please i need help to get the money thank u

    We are all itunes users just like you.  We can do nothing.
    If you bought the album again, then of course you were charged. There are no refunds.
    You can try contacting itunes support and asking for an exception.

  • In Acrobat, I wrote a script to turn fields gray if a checkbox was checked. How can I get it to reset to white (or clear) when the reset form button is clicked?

    In Acrobat, I wrote a script to turn fields gray if a checkbox was checked. How can I get it to reset to white (or clear) when the reset form button is clicked?

    Thank you so much for your reply . . . but . . . I should have shared my original script with you -- it was a little more complicated than I led you to believer. I was triggering a group of text fields to become disabled as well as gray. Below is the original script so that when the checkbox is checked, it causes several "Co" fields to be disabled and gray.
    // Mouse Up script for check box 
    // If checked, certain fields should be disabled 
    var f_prefix = "Co"; 
    // Get a reference to all of the "Co" fields 
    var f = getField(f_prefix); 
    // Reset the Co fields 
    resetForm([f_prefix]); 
    if (event.target.value === "Off") { 
        // Enable the Co fields 
        f.readonly = false; 
        f.fillColor = color.transparent; 
    } else { 
        // Disable the Co fields 
        f.readonly = true; 
        f.fillColor = color.gray; 
    To recap -- my goal is to get those gray fields to revert to transparent if the form is reset. I'm willing to create my own custom "Reset Form" button but I'm not sure I understand how that would look. Wouldn't it be quite lengthy? I think I'm having a brain freeze -- can't figure it out!

  • TS1543 my mac wont stop at single user it continues to root, how can i get to single user to enter info needed to reset password

    I my mac wont recognise my password, i have tried to reset password using single user but my mac wont stop at single user it just continues to root, how do i get it to stop at single user so i can add info needed to reset password?

    Are your sure that wasn't a Verbose boot (Cmd-V) you were trying? That would go on to a regular boot.
    Try a PRAM Reset, then try the single user, Cmd-S, at the startup chime. For the PRAM Reset, hold down Option - Cmd - P - R all together until it chimes a total of three times, then let go to finish booting.

  • Lost root passwd; can't log into system

    I have an UltraSPARC 5 that's currently running Solaris 8. I haven't used it for years (long story) but am not trying to get it back in action. The problem is that I can't remember the passwd for root (or any other login, for that matter). I wanted to do a reinstall of either Solaris 8 or try out Solaris 9 but the system just boots straight into the existing OS load. Is there a way to force the boot sequence into the OK prompt? I'm afraid my Solaris/SPARC is very rusty these days.

    Hi
    1. You will need to know the root partition (/dev/sd0a or /dev/dsk/c0t0d0s0).
    2. Hit the STOP-A or L1-A to halt the system.
    3. Boot into single user mode, either from CDROM (boot cdrom -s) or across the network (boot net -a).
    4. Mount the root partition on /a (mount /dev/dsk/c0t0d0s0 /a).
    5. If you are using a Sun console, type "TERM=sun; export TERM".
    6. Remove the encrypted password from the root line of one of the follwing files:
    a. For SunOS 4.x - /a/etc/passwd
    b. For SunOS 4.x with shadow passwords/C2 - /a/etc/passwd.adjunct
    c. For solaris 2.x - /a/etc/shadow
    7. Now change directories to the root (cd /)
    8. Type "umount /a"
    9. Now reboot into single-user mode (boot -s). The system will not have a root password. Use the passwd command to enter a new password.
    eNJOY
    Mohammed Tanvir

  • Lost root password nac profiler

    hi all,
    any idea how to reset root password for network admission control (nac ) Profiler ?like some link or else ?
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    Really appreciate to you all resolve my problem .

    Hi,
    To recover the root password, you'll want to follow these steps:  http://www.cisco.com/en/US/products/ps6128/products_password_recovery09186a008073cab6.shtml#later.
    Even though it is not specific to the profiler software, the appliance is the same so the recovery process is the same.
    If you've lost the admin password, you can reset the password using this procedure:  http://www.cisco.com/en/US/docs/security/nac/profiler/configuration_guide/310/p_user_man31.html#wp1066696.
    HTH,
    Tiago
    If  this helps you and/or answers your question please mark the question as  "answered" and/or rate it, so other users can easily find it.

Maybe you are looking for

  • How can I see my kids' texts? (Family Sharing)

    I gave my kids an iCloud address under Family Sharing, under my account. How can I see their texts, or have them forwarded to me? A great feature would be a summary email 1 or 2 times per day with the contents of their texts. (For more clarity, I jus

  • Pics can't post to web Ovi share

    My E71 has stopped allowing me to post any pictures to the web using Ovi Share. Every time I try to upload a pic I get a message saying - One or more media items discarded because service provider does not support them. Thanks for any help in advance

  • Creating Employee Group and subgroup in OM

    Dear Viewers, I am new in this SAP, I have started learning SAP HR / HCM. Presently I am learning OM and creating Organisational Structure. Can anyone help me in giving examples to create employee group and employee subgroup categories. Thanks & Rega

  • TS3477 Iphoto has become unreadable

    I get a message when trying to use Iphoto that reads, Unreadable file

  • Back-up suggestions in mixed Mac Prol / G5 environment

    I've in the process of setting up a new Mac Pro to use along with a couple of G5s. I've been using SuperDuper to auto back up everything on a cloned 2nd drive in each tower. With the addition of the Mac Pro, I plan to update the G5s to Leopard and in