svcadm issues


 
Thread Tools Search this Thread
Operating Systems Solaris svcadm issues
# 1  
Old 05-27-2009
svcadm issues

HI All,

When i booted a server through its console.

A message appeared .

svc:/system/filesystem/local:default: WARNING: /sbin/mountall -l failed: exit status 1
May 27 03:55:32 svc.startd[7]: svc:/system/filesystem/local:default: Method "/lib/svc/method/fs-local" failed with exit status 95.
May 27 03:55:32 svc.startd[7]: system/filesystem/local:default failed fatally: transitioned to maintenance (see 'svcs -xv' for details

When i see the services in the svcs -a command , most of them are in offline and unitialized staet.


Kindly throw some light on this.
# 2  
Old 05-27-2009
it says that the "mountall" command failed during boot up.

Can you check your vfstab and the disks you have ? maybe there's an entry that's wrong ?

try to first comment all the non-OS file systems, and try to boot the machine ?
# 3  
Old 05-31-2009
fix the vfstab file and perform a reboot first. Check what happens and update us,
# 4  
Old 05-31-2009
The error message suggests you to run
Code:
svcs -xv system/filesystem/local:default

Do it, have a look at what it says, especially the log file that will likely contains clues.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Apache 2.4 User/Group option with svcadm

Hello all, Solaris 11. Branch: 0.175.3.35.0.6.0 Asking for some assistance in trying to understand how Apache24 works with svcadm. I used: svccfg -s network/http:apache24 listprop setprop start/user=<rabbit> setprop start/group=<pod> This is also set in... (1 Reply)
Discussion started by: smiloo
1 Replies

2. Solaris

Svcadm disable in global zone affects same service in ngz

I have a service that resides in both the global and non global zones. When I disable the service in the global zone, a svcs -p on that service shows the process name and ID of the svcadmd for the non global. An svcs -l on the service in the global shows online with an intended state of disabled.... (0 Replies)
Discussion started by: Cbrown31
0 Replies

3. Shell Programming and Scripting

Issues when dividing

Hi, I do have a very simple task to divide 2 variables and display the result. I CANNOT use bc when i try var1=2 var2=4 var3=$(($var1 / $var2)) echo $var3 the output is always 0 What can I change to get a dotted decimal result such as 0.5 ? Thanks! (5 Replies)
Discussion started by: svetoslav_sj
5 Replies

4. Solaris

svcadm not running on Solaris 9. (Any alternates?)

Hi All, Yet another problem where I need your help. Guys , I am on a Solaris 9 Machine where svcadm command doesn't work I want to issue a command svcadm restart ntpas I normally do in Solaris 10. However I want to know is there any alternate way to do it in solaris 9 as it doesn't support the... (5 Replies)
Discussion started by: vivek.goel.piet
5 Replies

5. Emergency UNIX and Linux Support

rm -rf issues

We are using the solaris server and if i am using rm -rf to delete the directories its asking the confirmation for each and every file inside the directory.Is there any way to disable ( should not ask the confirmation) only for a particular session? (12 Replies)
Discussion started by: sureshbabuc
12 Replies

6. Solaris

difference between inetadm and svcadm

Can anyone tell me the difference between inetadm and svcadm in solaris. As per my knowledge svcadm will use to start/stop services . Any help on this is really helpful (2 Replies)
Discussion started by: rogerben
2 Replies

7. Solaris

Jumpstart issues, help please.

1.I wish to perform a Jumpstart installation, the client being Ultra 5 Sparc and jumpstart Server being ultra 20 AMD system. 2.I think i have done all the procedures right, like putting the mac address of Sparc 1 to /etc/ethers, creating sysidcfg file, and profile file: 3.When I issued the boot... (7 Replies)
Discussion started by: saagar
7 Replies

8. Solaris

svcadm fails to enable nfs/server

When trying to enable nfs/server, I keep getting this message that another entity has disabled the service but I cannot find where the problem is. hostname:> svcadm -v enable -s svc:/network/nfs/server svc:/network/nfs/server:default enabled. svcadm: Instance "svc:/network/nfs/server:default"... (9 Replies)
Discussion started by: Vi-Curious
9 Replies

9. Shell Programming and Scripting

SU issues

Hi, I have automated a build process that does the following activities. 1. check out code from cvs to a specific directory 2. build the revision checked out with 'ANT' 3. integrate the compiled code with the QA/UAT or new environment (/apps/QA or /apps/UAT or /apps/new directory) I... (1 Reply)
Discussion started by: yoi2hot4ya
1 Replies

10. UNIX for Advanced & Expert Users

svcadm with Solaris 10

Hi, I just upgraded my Ultra 5 to Solaris 10. Now I get this error when I try to start the nfs.server; # svcadm enable svc:/network/nfs/server svcadm: Pattern 'svc:/network/nfs/server' doesn't match any instances Also I cannot use either: # inetadm -l nfs/server Pattern 'nfs/server'... (2 Replies)
Discussion started by: chaandana
2 Replies
Login or Register to Ask a Question