• Learning Map
  • Unix Quiz Center
  • Unix Professional Network
  • Just-Unix-No-Noise FB Group

unixadminschool.com

  • Home
  • Announcements
    • Feed
    • MISC
  • Beginners zone
    • Beginners Lessons
    • Career Guidance
  • Experts Zone
    • Cloud Computing
    • Configuration Solutions
    • Migrations
    • Network Design
    • Scripting
    • Server Security
    • SUN CLUSTERS
    • SUN LDOMS
    • Tools & Applications
    • Veritas Cluster Services ( VCS ) Learning
  • Intermediate Zone
    • Linux Learning
      • Linux Booting
      • Linux Disk Management
      • Linux LVM
      • Linux Networking
      • Linux Performance
      • Linux Troubleshooting
      • Linux YUM/RPM
      • Performance Analysis
      • Redhat Linux Kernel
      • RHEL 6
        • RHEL LDAP
        • Rhel6 Storage
      • Web Servers
    • Solaris Admin
      • Blog for Unix Admin
        • Storage Administration – SAN
      • Oracle Hardware
      • Reference Docs
      • Solaris 10 Zones & LDOMs
      • Solaris 11
      • Solaris Access Control
      • Solaris Best Practices
      • Solaris Booting
      • Solaris Disk Management
      • Solaris DNS
      • Solaris How-to
      • Solaris Installation
      • Solaris Kernel
      • Solaris Networking
      • Solaris NFS
      • Solaris NIS
      • Solaris Packages & Patching
      • Solaris Performance
      • Solaris Tips
      • Solaris Troubleshooting
      • Solaris User Authentication
      • solaris X86
      • Solaris ZFS and Boot Environment
      • Storage Configurations
      • SUN Hardware
      • Troubleshooting Flow charts
    • Veritas Admin
      • Veritas Netbackup
      • VxVM Learning
      • VxVM Troubleshooting
  • QUIZ Center
  • Vlabs

Subscribe

Solaris X86 – Instruction to boot Single user mode for maintenance

Instructions to Boot Solaris X86 CDROM to Single User mode:

1) Insert the Solaris x86 CDROM in the drive

2) Boot with the DCA floppy (2.6 and higher) or MDB floppy, (or correct Driver Update Boot diskettes)

3) Select the cdrom to boot when presented with the available devices

4) When asked to select either Interactive or JumpStart, input

b -s

to boot single user.

More information:

To mount a disk

At the # prompt, enter:

# mount /dev/dsk/cxdxsx /a (if IDE)
/dev/dsk/cxtxdxsx /a (if SCSI)
Where x is the appropriate number of the device.
To set the terminal type:

# TERM=at386
# export TERM
Note: DCA stands for Device Configuration Assistant and MDB stands for Multiple Device Boot

You might be interested to read below :


  • SAN Storage Migration – Solaris with VxVM

  • Solaris host level SAN migration from Clariion to VMAX – Hands on Lab

  • Hands on Lab – Replacing Failed Disks from ZFS Pools ( RaidZ2 / RaidZ3 ) – Part2

  • Enabling SVM in Failsafe and password recovery in Solaris.

  • Hands on Lab – Replacing Failed Disks from ZFS Pools ( Simple / Mirrored / RaidZ )

  • Oracle Server Hardware Reference ( 3D View)
  • Email
  • More
  • Print
  • Digg
Posted by Ramdev
7 Comments
Tagged with: [ boot, single user mode, Solaris Troubleshooting, solaris x86 ]
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

7 Comments on “Solaris X86 – Instruction to boot Single user mode for maintenance”

  • Abishek
    29 April, 2013, 5:47

    Hi Ram,

    Need your help please.

    I am having solaris x86 os in Sunfire X4150 hardware, Total two disks are there and it has been configured with root mirroring.

    I am not able to type the password in password filed, if i put the mouse pointer inside the password field i am not able to see the pointer and not able to type the password. but in username field i am able to type “root”.Any what it the issue, i never faced this issue.

    Please let me know in this situation how to break the root password in Solaris 10 x86 OS. or is there any way to fix this issue .

    Thanks
    Abishek

  • Ramdev
    29 April, 2013, 5:55

    option 1 : Connect to machine remotely using ssh , and try to login as root
    option 2 : just ssh to the host remotely using any other users account and try su –
    Option 3 : try to use failsafe option to loging to the machine and see the /etc/passwd and /etc/shadow are in good shape on root filesystem.

    If any of the above thing works, the issues is with your xdeskop not with the root password.

  • Abishek
    1 May, 2013, 9:21

    Thanks Ramdev
    I bought the server up but facing issues here :-(

    . i am new in Solaris platform. I am having same issue in two server ( X86 and Sparc ).while reseting the users password using root account.

    X86–> Permission denied
    Sparc –> Segmentation fault error.

    I have reseted the root password,( x86 ) but now when i am trying to reset the user password using root i am getting “permission denied”.this issue i am facing in solaris x86.For sparc i am getting “Segmentation fault error” while resetting the user password.

    First iI will give the details of solaris x86.

    I have created new password file and shadow and pasted the content from passwd.org & shadow.org,i felt might be passwd file and shadow file gotcorrupted.

    -r–r–r– 1 root sys 5011 May 1 04:15 passwd
    -r–r–r– 1 root sys 5011 Apr 30 06:33 passwd.01may2013
    -r–r–r– 1 root sys 5011 Dec 18 12:08 passwd.old
    -r–r–r– 1 root sys 5011 Dec 18 12:08 passwd.org
    root@sfureatldp001 > ls -al shadow*
    -r——– 1 root sys 2880 May 1 04:21 shadow
    -r——– 1 root sys 2880 May 1 04:10 shadow.01may2013

    For SParc server — > Recently server went down and stuck with FSCK error, I ran fsck & server came up. Also i break the root password since we lost the root password for this server. I booted server in multiuser mode successfully.when i tried to reset the root password and user password i am getting “segmentation error”.

    Can you please help me to fix this issue.

  • Abishek
    1 May, 2013, 9:24

    #passwd user

    Reenter new password :

    Segmentation Fault

  • Ramdev
    2 May, 2013, 9:04

    Hi Abishek,

    default permissions for /etc/passwd  are 644. And that might be causing permission denies for x86.

    about segmentation error, i suspect file corrpution. just create a new /etc/password with one single root entry and then run pwconv to create the /etc/shadow. And then change the root password to check if all working well.

    if that works just copy the user information from old files to new files and see if they are working.

  • Abishek
    8 May, 2013, 14:04

    Sorry Ram for the late response.Thank you very much for the reply.
    I fixed solaris x86 issue, it was my mistake which i didnt notice.But sparc still i haven’t get the console access still waiting for the same.

    Resolution for Solaris x86 :
    When i checked the /etc/shadow file it got corrupted.I restored it from backup ( /etc/shadow.org ) this shadow.org file was very old backup file after that lots of updates have been made in the /etc/shadow file.

    So few users id was in the /etc/password file but in /etc/shadow ( after restoring it from old backup ) it was missing, I just ran pwconv commnad and /etc/shadow file got update from the /etc/passwd file & my issue got fixed.

  • Ramdev
    9 May, 2013, 4:19

    Thanks Abishek, for the update.

Leave a Comment

Join to our Professional Network (of 1400+ unixadmins ) to receive Unix Administration and Job Updates -

Pages1

Don't Miss Updates

 

Beginners Zone

 

Unixadmin Careers

Server Hardware

Beginners Lessons

Troubleshooting-Flowchart

 

Intermediate Zone

 

Solaris Booting

Solaris Volume Manager

Storage Configurations

Solaris Networking

Solaris X86

Solaris ZFS

Solaris NFS

Solaris NIS

Solaris Patching

Solaris Booting

Solaris Kernel

Veritas Volume Manager

Solaris NIS

Logical Volume Manager

Linux Networking

Linux Disk Management

Linux Troubleshooting

 

Experts Zone 

 

Solutions

Scripting and Automation

Server Security

Veritas Cluster Services

Sun Cluster Services

Cloud Computing

SUN LDOMS

Copyright © 2009 unixadminschool.com. All rights reserved.
loading Cancel
Post was not sent - check your email addresses!
Email check failed, please try again
Sorry, your blog cannot share posts by email.