The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com



SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems .

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Solaris Network doesn't work properly SecureXCode SUN Solaris 7 07-21-2008 12:37 PM
boot up script in solaris 10 fishman2001 SUN Solaris 2 01-02-2007 05:27 PM
Solaris 10 x86 1/06 CD1 boot fail mozheyko_d SUN Solaris 1 03-29-2006 03:27 AM
solaris boot problem boot error loading interpreter(misc/krtld) johncy_j SUN Solaris 0 08-17-2005 08:15 AM
Solaris (9) won't boot! alarmcall SUN Solaris 3 09-21-2003 10:41 AM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 10-02-2006
Registered User
 

Join Date: Oct 2006
Posts: 2
Solaris 10 will not Boot Properly

I am running Solaris 10 on a SPARC Sun Enterprise 420R server. It was working properly, when there was a problem with the power and it shut off without a proper shutdown.

When I boot I get the following error:

Code:
Error: svc:/system/filesystem/root:default failed to mount /boot (see 'svcs -x' for details)
[ system/filesystem/root:default failed fatally (see 'svcs -x' for details) ]
Requesting System Maintenance Mode
Console login service(s) cannot run
I then enter in my root password for system maintenance. When I run svcs -x, this is the output:

Code:
svc:/system/filesystem/root:default (root file system mount)
Reason: Start method exited with $SMF_EXIT_ERR_FATAL
see: http://sun.com/msg/SMF-8000-KS
see: /etc/svc/volatile/system-filesystem-root:default.log
Impact: 44 dependent services are not running.  (use -v for list.)
 
svc:/network/rpc/gss:default (Generic Security Service)
State: uninitialized since Sat......
Reason: Restarter svc:network/inetd:default is not running
See: http://sun.com/msg/SMF-8000-5H
See: gssd(1M)
Impact: 10 dependent services are not running.  (Use -v for list)
 
svc:/application/print/server:default (LP print server)
State: disabled since Sat Sep 30.....
Reason: Disabled by an administrator
See: http://sun.com/msg/SMF-8000-05
See: lpsched(1M)
Impact: 1 dependent service is not running.  (Use -V for list)
The output for svcs -v is too long to type out here, but it lists all the dependent services, I presume.

The content of the file /etc/svc/volatile/system-filesystem-root:default.log is:

Code:
[start + 1.91s Enabled. ]
[start + 2.87s Executing start method ("/lib/svc/method/fs-root") ]
ERROR: /sbin/mount  -F ufs /boot failed, err=1
mount: Mount point cannot be determined
[ start + 3.12s Method "start" exited with status 95 ]
When I try to run /sbin/mount -F ufs /boot from the command prompt itself, I get a similar error... Mount point cannot be determined.

I have also tried running the command /sbin/mount -a which seems to work in terms of mounting the entire filesystem. At that point I can browse all data, but have no idea how to get the services started and server fully booted.

I have fun fsck and it runs completely with no prompts or errors.

Here is also a copy of my /etc/vfstab:

Code:
#device to mount     #device to fsck     mount point     FS type     fsck pass    mount at boot       mount options
 
fs     -     /dev/fs     fs     -     no     -
/proc     -     /proc     proc     -     no     -
/dev/dsk/c0t0d0s1     -     -     swap     -     no     -
/dev/dsk/c0t0d0s0     /dev/rdsk/c0t0d0s0     /     ufs     1    no     -
/dev/dsk/c0t0d0s5     /dev/rdsk/c0t0d0s5    /usr    ufs    1    no     -
/dev/dsk/c0t0d0s4     /dev/rdsk/c0t0d0s4    /var/   ufs     1     no     -
/dev/dsk/c0t0d0s7     /dev/rdsk/c0t0d0s7    /export/home     ufs     2     yes     -
/dev/dsk/c0t0d0s3     /dev/rdsk/c0t0d0s3     /opt     ufs     2     yes     -
/devices     -    /devices     devfs     -    no    -
ctfs     -     /system/contract     ctfs     -     no     -
objfs     -     /system/object    objfs     -    no     -
swap     -     /tmp     tmpfs     -    yes     -
/dev/dsk/c0t1d0s0     /dev/rdsk/c0t1d0s0     /data     ufs     1     yes     -
Sorry for the formatting, I had to type it out since I can't get any files directly off of the server.

The last entry in the vfstab file is the only entry I added myself. It is a secondary hard disk that I mounted to the directory /data. Everything else was automatically created at install according to the partitions that I defined.

Any ideas Solaris experts?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 10-03-2006
Registered User
 

Join Date: Oct 2006
Posts: 2
To anyone who cares about the solution to this problem, here are the steps I performed:

1) mount -o remount,rw /
This was run because I couldn't edit any files in the / filesystem
2) echo >> /etc/vfstab
This is to add the newline to the end of the vfstab file.

Rebooted, and everything came up fine.
Reply With Quote
Google The UNIX and Linux Forums
Reply

Bookmarks

Tags
None

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:




All times are GMT -4. The time now is 06:46 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66