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!

Similar Messages

  • How to Delete and reset button Events

    according to the idea . i am working on ...at one point i
    will need to delete an event ... but further down in the script i
    am going to need this event once more how can .i get back an event
    after deleting it please look at my eg.

    //
    //kingston buttons
    mcKing.onRollOver = function():Void {
    this.gotoAndPlay(2);
    mcKing.onRollOut = function():Void {
    mcKing.onRelease = function():Void {
    delete this.onRollOut;
    this.onRollOut;
    loadMovieNum("kings_shell.swf", 2);
    clearInterval(_level2.mcYellowLoader.nInterval);
    //mcKing.gotoAndStop(1);
    mcKing.onRollOut;
    mcCath.gotoAndStop(1);
    mcCath.onRollOut;
    mcClaren.gotoAndStop(1);
    mcClaren.onRollOut;
    mcManc.gotoAndStop(1);
    mcManc.onRollOut;
    mcEliz.gotoAndStop(1);
    mcEliz.onRollOut;
    mcWest.gotoAndStop(1);
    mcWest.onRollOut;
    mcHano.gotoAndStop(1);
    mcHano.onRollOut;
    mcJames.gotoAndStop(1);
    mcJames.onRollOut;
    mcTrel.gotoAndStop(1);
    mcTrel.onRollOut;
    mcAnn.gotoAndStop(1);
    mcAnn.onRollOut;
    mcMary.gotoAndStop(1);
    mcMary.onRollOut;
    mcThom.gotoAndStop(1);
    mcThom.onRollOut;
    mcPort.gotoAndStop(1);
    mcPort.onRollOut;
    //st. catherine button
    mcCath.onRollOver = function():Void {
    this.gotoAndPlay(2);
    mcCath.onRollOut = function():Void {
    this.gotoAndPlay(1);
    mcCath.onRelease = function():Void {
    delete this.onRollOut;
    loadMovieNum("stcath_shell.swf", 2);
    clearInterval(_level2.mcYellowLoader.nInterval);
    //Clarendon buttons
    mcClaren.onRollOver = function():Void {
    this.gotoAndPlay(2);
    mcClaren.onRollOut = function():Void {
    this.gotoAndPlay(1);
    mcClaren.onRelease = function():Void {
    delete this.onRollOut;
    loadMovieNum("clarendon_shell.swf", 2);
    clearInterval(_level2.mcYellowLoader.nInterval);
    // manchester button
    mcManc.onRollOver = function():Void {
    this.gotoAndPlay(2);
    mcManc.onRollOut = function():Void {
    this.gotoAndPlay(1);
    mcManc.onRelease = function():Void {
    delete this.onRollOut;
    loadMovieNum("manc_shell.swf", 2);
    clearInterval(_level2.mcYellowLoader.nInterval);
    // st.Elizibeth buttons
    mcEliz.onRollOver = function():Void {
    this.gotoAndPlay(2);
    mcEliz.onRollOut = function():Void {
    this.gotoAndPlay(1);
    mcEliz.onRelease = function():Void {
    delete this.onRollOut;
    loadMovieNum("steliz_shell.swf", 2);
    clearInterval(_level2.mcYellowLoader.nInterval);
    // westmoreland button
    mcWest.onRollOver = function():Void {
    this.gotoAndPlay(2);
    mcWest.onRollOut = function():Void {
    this.gotoAndPlay(1);
    mcWest.onRelease = function():Void {
    delete this.onRollOut;
    loadMovieNum("west_shell.swf", 2);
    clearInterval(_level2.mcYellowLoader.nInterval);
    // hanova buttons
    mcHano.onRollOver = function():Void {
    this.gotoAndPlay(2);
    mcHano.onRollOut = function():Void {
    this.gotoAndPlay(1);
    mcHano.onRelease = function():Void {
    delete this.onRollOut;
    loadMovieNum("hano_shell.swf", 2);
    clearInterval(_level2.mcYellowLoader.nInterval);
    //st. James buttons
    mcJames.onRollOver = function():Void {
    this.gotoAndPlay(2);
    mcJames.onRollOut = function():Void {
    this.gotoAndPlay(1);
    mcJames.onRelease = function():Void {
    delete this.onRollOut;
    loadMovieNum("stjames_shell.swf", 2);
    clearInterval(_level2.mcYellowLoader.nInterval);
    // Trelawny buttons
    mcTrel.onRollOver = function():Void {
    this.gotoAndPlay(2);
    mcTrel.onRollOut = function():Void {
    this.gotoAndPlay(1);
    mcTrel.onRelease = function():Void {
    delete this.onRollOut;
    loadMovieNum("trelaw_shell.swf", 2);
    clearInterval(_level2.mcYellowLoader.nInterval);
    // st. Anns button
    mcAnn.onRollOver = function():Void {
    this.gotoAndPlay(2);
    mcAnn.onRollOut = function():Void {
    this.gotoAndPlay(1);
    mcAnn.onRelease = function():Void {
    delete this.onRollOut;
    loadMovieNum("stann_shell.swf", 2);
    clearInterval(_level2.mcYellowLoader.nInterval);
    //st mary button
    mcMary.onRollOver = function():Void {
    this.gotoAndPlay(2);
    mcMary.onRollOut = function():Void {
    this.gotoAndPlay(1);
    mcMary.onRelease = function():Void {
    delete this.onRollOut;
    loadMovieNum("stmary_shell.swf", 2);
    clearInterval(_level2.mcYellowLoader.nInterval);
    // st. thomas button
    mcThom.onRollOver = function():Void {
    this.gotoAndPlay(2);
    mcThom.onRollOut = function():Void {
    this.gotoAndPlay(1);
    mcThom.onRelease = function():Void {
    delete this.onRollOut;
    loadMovieNum("stthom_shell.swf", 2);
    clearInterval(_level2.mcYellowLoader.nInterval);
    // portland buttons
    mcPort.onRollOver = function():Void {
    this.gotoAndPlay(2);
    mcPort.onRollOut = function():Void {
    this.gotoAndPlay(1);
    mcPort.onRelease = function():Void {
    delete this.onRollOut;
    loadMovieNum("portland_shell.swf", 2);
    clearInterval(_level2.mcYellowLoader.nInterval);

  • I lost my ipod touch- if someone deletes and resets it will I still be able to use that tracker app?

    I lost my ipod yesterday
    and my friend told me that if they go to settings and delete and reset my ipod that i wont be able to find it- is that true?
    and if it is how does the report your lost device thing work? like if someone opens a new account on your ipod does Apple send something to them or what? Do they send the police? I'm just curious. Thanks

    No.
    - If you previously turned on FIndMyiPod on the iPod in Settings>iCloud and wifi is on and connected go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    - You can also wipe/erase the iPod and have the iPod play a sound via iCloud.
    - If not shown, then you will have to use the old fashioned way, like if you lost a wallet or purse.
    - Change the passwords for all accounts used on the iPod and report to police
    - There is no way to prevent someone from restoring the iPod (it erases it) using it.
    - Apple will do nothing without a court order                         
    Reporting a lost or stolen Apple product                                        
    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

  • Reset lost root password and now have read only filesystem

    Hello,
    I have recently had to reset a locked root password by booting from cdrom, mounting the first boot disk, editing the shadow file to remove root's password and rebooting the system.
    The system has booted OK but, I now have a read only filesystem - everything in / cannot be edited, passwd doesnt work etc.
    df -k shows the root (/) filesystem has been mounted on the physical disk I edited:
    Filesystem kbytes used avail capacity Mounted on
    /pci@83,4000/FJSV,ulsa@2,1/disk@0,0:a 10085836 185862 9799116 2% /
    but in the vfstab it still references the disksuite metadevice:
    #device device mount FS fsck mount mount
    #to mount to fsck point type pass at boot options
    /dev/md/dsk/d30 /dev/md/rdsk/d30 / ufs 1 no -
    So, can I simply boot from CDROM again, amend the vfstab to be /dev/dsk/c0t0d0s0 (instead of /dev/md/dsk/d03) and reboot?
    Any help with this is appreciated!
    Thanks,
    Emma

    df -k should have shown root mounted on md0
    e.g. on my machine
    # df -k
    Filesystem kbytes used avail capacity Mounted on
    /dev/md/dsk/d0 8260691 4366317 3811768 54% /
    what does /etc/system show for rootdev?
    # grep rootdev /etc/system
    * rootdev: Set the root device. This should be a fully
    * rootdev:/sbus@1,f8000000/esp@0,800000/sd@3,0:a
    rootdev:/pseudo/md@0:0,0,blk
    Remember if this is a mirrored drive, when you boot from CD you may need to mount both sides of the mirror and make changes on both sides- otherwise the replication may not goes as expected.
    Actually, I have run into problems with the modifying one side of a mirror this way. In the past Sun tech support would recommend that I break the mirror and then rebuild it once the system is up and running. So in your case you may want to boot from CD, mount the 1st disk slice, edit /etc/vfstab AND /etc/system, boot into the OS and use the various meta commands to delete and rebuild the mirror- or at least maybe to drop and reattach the 2nd 1/2 of the mirror.

  • I have an imac 2009 the disk drive is damaged and I have lost the passwords I need to reset passwords I tried booting with a macosx disk from an external hard drive but did not read the drive how else can I reset password ?

    I have an imac 2009 the disk drive is damaged and I have lost the passwords I need to reset passwords I tried booting with a macosx disk from an external hard drive but did not read the drive how else can I reset password ?
    I have a 2012 mac book pro can I use that to connect with firewire and load osx that way? and how woudl I do that?
    Thanks so much!

    To what password are you referring? Do you mean your user account's admin password? Or do you mean the master password for File Vault or do you mean a Firmware Password?
    For an admin password:
    Forgot Your Account Password
    For Snow Leopard and earlier
         Mac OS X 10.6- If you forget your administrator password
    For Lion/Mountain Lion
        Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
         When the menubar appears select Terminal from the Utilities menu.
         Enter resetpassword at the prompt and press RETURN. Follow
         instructions in the dialog window that will appear.
         Or see Reset a Mac OS X 10.7 Lion Password and
         OS X Lion- Apple ID can be used to reset your user account password.
    If you cannot do the above then try this:
      1. Boot to Safe Mode by restarting and after the chime press and hold down the COMMAND-S keys until a black screen with white type appears.
      2. At the prompt, type the following commands pressing return after each command line:
         /sbin/fsck -yf
         If you do not receive a "Filesystem OK" message then repeat this command until
         you do.  If after seven tries you still do not receive a "Filesystem OK" message,
         then the system is corrupted and needs to be reinstalled.
         mount -uw /
         cd /private/var/db/netinfo
         mv local.nidb local.old
         rm ../.AppleSetupDone
         shutdown -r now
    The second-to-last command above will cause OS X to think that the operating system is newly installed, and when the new owner starts up the computer it will send him/her to the startup wizard where he/she can start a new user without reinstalling.
    This last method does not actually change a password. It simply removes the user accounts and lets you create an initial admin account as if the computer were new out of the box.
    How to reset the OS X password without a startup CD:
    Reboot into Single-user Mode. Enter the following and press RETURN after each command line
       1. Type fsck -fy
       2. Type mount -uw /
       3. Type passwd <username>
    I have never tried this method myself.

  • I've lost my password for my Airport, and cannot set up AppleTV without it.  How can I either reset or recover the password?

    I've lost my password for my Airport, and cannot set up AppleTV without it.  How can I either reset or recover the password?

    While you can reset your password, it might be wise to first check and see whether you can retrieve it, which will save you some time as far as setting up new connections on all of your devices with a new password.
    On your iMac.....
    Open Finder > Applications > Utilities > AirPort Utility
    Click on the AirPort router icon, then click Edit in the smaller window that appears
    Click the Base Station menu at the top of the screen....up where the other File, Edit, Window, and Help menus reside
    Click Show Passwords

  • How to delete and recreate  Photoshop and  Illustrator preferences

    Can anyone tell me how to delete and recreate my Photoshop and my Illustrator's preferences?

    Photoshop Help | Preferences

  • How to delete and rename LSMW projects...

    Hello Experts,
    I can't seem to find a way on how to delete and rename my LSMW projects.I dont see any options on how
    to rename it.
    Thank you guys and take care!

    On the LSMW transaction start screen. Goto->Administration. Here you can select your project etc. and rename/delete/copy.

  • How to erase and reset your Galaxy S6 (and why you'd want to)

    Samsung has included some additional features to this function just in case you're doing something other than handing your Galaxy S6 off to another user.
    How to erase and reset your Galaxy S6 (and why you'd want to) | Android Central

    Hi,
    I'm in the same boat. I have an older 13" black MacBook and bought a new 13" MacBook Pro. Your outline isnt' what I experience, yet it's similar to the Apple Article at
    http://support.apple.com/kb/HT1820
    They have the following steps:
    These steps assume you have a Mac OS X 10.2.3 or later CD:
    1. Insert the Mac OS X CD.
    2. Restart the computer.
    3. Immediately after the startup sound, press and hold the "C" key to start up from CD.
    4. When the Installer screen appears, do not click Continue. Instead, choose Installer > Open Disk Utilities.
    5. Select the hard drive to erase.
    6. Click the Erase tab.
    7. Select the volume format from the Volume Format pop-up menu.
    8. Click Options.
    9. Select the checkbox for "Zero all data".
    10. Click OK.
    11. Click Erase
    I'm not sure if I'm obtaining what I want; Zero erase then reinstall. I'm using my OS X Leopard Install Disk. I did steps 1 - 3. As I held the "C" key, I got a gray screen with the Apple logo and a spinning icon below. It did this for about 3 minutes (my "c" holding finger was getting sore )
    I never got a step 4. It went straight to "Choose a Language" I did: English
    I never got choices 5 to 11.
    I got the screen showing the drive and asking if I want to install. I continued.
    I then opened the "Options" tab. There I could erase existing OS install and then reinstall. There was never a choice for "Zero All Data."
    I'm currently letting it do it's thing and it's in stalling, about 26 mins to go, already been about 20 mins.
    Did I miss something, or is the "zero" option not the same for Leopard?
    Much thanks,

  • 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.

  • How to delete icloud if you frogot your password

    how to delete icloud if you frogot your password?

    Welcome to the Apple community.
    If you can't remember the password, reset it at...
    iForgot.com

  • HT3986 I got a plain macbook (not a pro) that I got on 2010 and I've lost the CD's that came with it, can I still download Windows7? If yes, can someone please send me a link where I can get the windows? Thanks

    I got a plain macbook (not a pro) that I got on 2010 and I've lost the CD's that came with it, can I still download Windows7? If yes, can someone please send me a link where I can get the windows? Thanks

    Thanks stevejobsfan0123 for the reply, I know I have to buy a disk but when I searched for it on amazon I read many reviews about saying that either it is inadequate or that it's a scam. Do you know any website where I can get a legitimate disk of windows7?

  • How to export and import from AIX to solaris a whole schema with different

    how to export and import from AIX to solaris a whole schema with different character set
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses WE8ISO8859P1 character set (possible charset conversion)
    Import terminated successfully with warnings.

    The conversion between the character sets on the two servers are handled automatically. Export from one server will export the data given the character set defined on that server. Import into another server will import the data given the character set defined on that server, performing a conversion if necessary. This can be a problem when going from single-byte to a multi-byte character set. In your case, the warning is simply for your information, shoule be no real problem given the character sets you're using.
    For more info...check out (pertains to 9i):
    Export
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/ch01.htm#1006791
    Character Ste Migration
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96529/ch10.htm#1656
    HTH

  • Hello! My iMac frozed and I had to switch the electricty supply off and on in order to start again the system, with the problem that the screen looks wierd, I tried to calibrate it... doesnt works any suggestion?

    hello! My iMac frozed and I had to switch the electricty supply off and on in order to start again the system, with the problem that the screen looks wierd, I tried to calibrate it... doesnt works any suggestion?

    Dear Paul, thank you very much for your time and answer, I followed those steps, somehow it helped the performance of my Imac, is faster now, but the screen issue about the very High contrast colours is still there. Since I am a photographer I am very depending on the screen calibration. I am worried that I came to damage the video card when I shut down the computer from the swicth when It was frozed.

  • 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. : )

Maybe you are looking for

  • [Solved] Arch Linux on Tablets

    Hi Is it possible to install arch to Google Nexus 7 or any other similar tablet? Last edited by zetrotrack000 (2014-03-19 11:12:12)

  • Illy takes 35 mins to save file

    I am having problems saving my Illy file. I have been trouble shooting this for a while, so far I have deleted my prefs folder, and switched printers to Adobe PDF and switched computers, from work to home computer. I set up my Illy file to save as a

  • Google Docs open in Mobile Version on Mac Air

    Every time I use Google Docs on my Mac Bk Air, it launches in the 'Mobile version'. I have to then scroll to the bottom to click on 'Desktop', then continue to next page to click on 'Continue to desktop version' to finally get to the desktop version.

  • Cannot read new disk

    I recently bought software from the Apple store. When I insert the installation disc, my disc drive immediately ejects it. I thought maybe it was the disc itself, so I tried it on my Macbook Pro. It worked perfectly fine. How can I correct this probl

  • Unable to access the login screen using web browser

    Hi! I have recently downloaded the peoplesoft HCM template from edelivery.oracle.com and created two virtual machines namely HCM-DB and PIA-APP. Now both the virtual machines are able to ping to each other but are unable to ping to the Oracle virtual