Sponsored Content
Operating Systems Solaris Process in maintenance mode, why? Post 302347336 by JVerstry on Tuesday 25th of August 2009 12:01:07 PM
Old 08-25-2009
Process in maintenance mode, why?

Hi,

I have installed Hudson on a Solaris 11 server, using the installation instructions available at Paul Oswald: Hudson Solaris SMF Manifest.

When I perform svcs -l hudson, I get:

Code:
fmri         svc:/application/hudson:default
name         Hudson Continuous Build Server
enabled      true
state        maintenance
next_state   none
state_time   Fri Jul 31 15:35:39 2009
logfile      /var/svc/log/application-hudson:default.log
restarter    svc:/system/svc/restarter:default
dependency   require_all/none svc:/milestone/multi-user-server (online)

The log file contains:
Code:
[ Jul 31 12:57:57 Disabled. ]
[ Jul 31 12:57:57 Rereading configuration. ]
[ Jul 31 12:58:33 Enabled. ]
[ Jul 31 14:42:56 Leaving maintenance because disable requested. ]
[ Jul 31 14:42:56 Disabled. ]
[ Jul 31 15:35:32 Enabled. ]
[ Aug 25 07:57:22 Rereading configuration. ]

Does anyone know why my Hudson service is not 'online'? I have also posted this issue on a Hudson forum, because I do not know what is causing it (Hudson or Solaris).

Thanks,

JVerstry
 

10 More Discussions You Might Find Interesting

1. HP-UX

Maintenance mode boot(MMB) and recovery

hi, i figured why i need to boot in MMB,some of which are missing or corrupt LABEL (LIF labeL ,i guess) on the boot disk. To explicitly corrupt this entry i think a simple dd will work. ok let me elaborate this issue: i need to check this functionality. so i have one LVM boot disk and one... (0 Replies)
Discussion started by: mxms755
0 Replies

2. Solaris

Machine is booting to maintenance mode.

I had a power failure the other day and when my relatively new Solaris 10 machine rebooted it is thrown into maintenance mode. I've found the following lines in the /var/adm/messages file, I'm assuming this is the root cause of the problem. However, I don't have the slightest idea on how to... (9 Replies)
Discussion started by: cheetobandito
9 Replies

3. Solaris

FTP is in maintenance mode always

Hello All, On solaris 10 server i could see the FTP service is in maintenance mode always :mad: Could some assist? svcs -xv svc:/network/nfs/nlockmgr:default (NFS lock manager) State: maintenance since Tue 28 Jul 2009 11:47:55 AM BST Reason: Restarting too quickly. See: Sun... (5 Replies)
Discussion started by: bullz26
5 Replies

4. Solaris

Samba service in maintenance mode ???

I have a Solaris 10 SunFire v880 machine and I'm having trouble with Samba. Samba has worked on this machine but since the machine has been re-booted Samba has not worked. Machine details are: cat /etc/release Solaris 10 10/08 s10s_u6wos_07b SPARC Copyright 2008... (2 Replies)
Discussion started by: KenLynch
2 Replies

5. Solaris

System booting to maintenance mode

Hi Guys, I have a sunblade 1500. I booted the system and it booted to maintenance mode. How can I fix this? Thanks lots (8 Replies)
Discussion started by: cjashu
8 Replies

6. Solaris

Solaris 10 system boots into Maintenance mode

I have seen similar threads on this issue, but I have not seen a fix. Basically I am getting a lot of rcp bind errors. Below find the output of "svcs -xv". not sure where to begin: # svcs -xv svc:/network/rpc/bind:default (RPC bindings) State: maintenance since Fri May 25 14:13:18 2012... (14 Replies)
Discussion started by: brownwrap
14 Replies

7. Solaris

DNS service is in maintenance mode. How to bring it back to online mode?

:confused: when i tried to look the status of DNS-client, it is in maintenance mode..... Please tell me how to bring it back to online mode...PLEASE TELL ME STEP BY STEP.... PLEASE... :wall: (2 Replies)
Discussion started by: vamshigvk475
2 Replies

8. Solaris

/network/smb/server goes into maintenance mode.

All I'm running an OpenSolaris system (Nexenta). When doing a svcs I see that/network/smb/server is in maintenance mode. I have run a clear on the service and restarted. I see the same service show online* for a bit but then, enters maintenance every time. In the service log I... (2 Replies)
Discussion started by: dcpatriot
2 Replies

9. AIX

How to put VIOS in Maintenance mode?

Hi this may be a easy question to answer but thanks in advance. So I was able to download the VIOS media from IBM and currently I am burning it to a cd/dvd right now. The steps I've collected so far are from the net. can you please confirm and add on to the steps if there are any steps... (0 Replies)
Discussion started by: Adnans2k
0 Replies

10. Solaris

Maintenance mode

i booted into maintenance mode boot -- -s from the console I got the Root password for system maintenance (control-d to bypass) I did control -d and then logged in it told me that I was booting into boot -s but after I did a control -d and logged in who -r shows ... (9 Replies)
Discussion started by: goya
9 Replies
smf_restarter(5)					Standards, Environments, and Macros					  smf_restarter(5)

NAME
smf_restarter - service management facility conventions for restarters DESCRIPTION
All service instances in the service management facility must be managed by a restarter. This manual page describes configuration, func- tionality, and reporting characteristics that are common to all restarters in the framework. Characteristics specific to a particular restarter are described in the restarter's manpage. For each managed service, a restarter relies on retrieving properties on the service instance to determine configuration. The restarter manages a set of property groups to communicate the current disposition of a service with display tools such as svcs(1). Service configuration The common restarter configuration for all services is captured in the general property group. This group includes the following required and optional property settings. enabled This is a required property. If set, the restarter of an instance attempts to maintain availability of the service. restarter This is an optional property that allows the specification of an alternate restarter to manage the service instance. If the restarter property is empty or absent, the restarter defaults to svc.startd(1M). single_instance This is an optional property. When set, only one instance of the service is allowed to transition to an online or degraded status at any time. transient_process This is an optional property. When specified, the service does not contain objects that run indefinitely Service reporting All restarters report status using the restarter property group, which includes the following properties: next_state The current state and next state, if currently in transition, for instances stored in these properties. See smf(5) for a description of the potential states. auxiliary_state An astring with no spaces that contains a precise term to describe the full restarter-specific state in combination with the restarter state property. The auxiliary state may not always be set and is always cleared during transi- tion out of any state. Each restarter must define the precise list of auxiliary states it will use. state_timestamp The time when the current state was reached. contract The primary process contract ID, if any, under which the service instance is executing. SEE ALSO
svcs(1), svc.startd(1M), service_bundle(4), smf(5), smf_method(5) SunOS 5.10 08 Mar 2004 smf_restarter(5)
All times are GMT -4. The time now is 01:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy