Opened 14 years ago
Closed 11 years ago
#79 closed patch (wontfix)
smartd opensolaris service defination
Reported by: | grooverdan | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | smartd | Version: | 5.39.1 |
Keywords: | solaris | Cc: |
Description
Attached is an {open}solaris service definition. The configure script should alter some of the path names but otherwise should work flexibly.
An make install target could do something like:
cp smartd.xml /var/svc/manifest/site/ chown root:sys /var/svc/manifest/site/smartd.xml svccfg -v import /var/svc/manifest/site/smartd.xml
Documentation could say run 'svcadm enable smartd' to get it running
I'm still getting this error. I'm running out of time to debug it. Tips welcome.
svc:/system/smartd:default (SMART monitoring) State: maintenance since June 9, 2010 01:54:26 PM EST Reason: Start method failed repeatedly, last exited with status 10. See: http://sun.com/msg/SMF-8000-KS See: man -M /usr/share/man -s 1M smartd See: man -M /usr/share/man -s 4 smartd.conf See: /var/svc/log/system-smartd:default.log Impact: This service is not running.
/var/svc/log/system-smartd:default.log
[ Jun 9 13:52:06 Rereading configuration. ] [ Jun 9 13:54:26 Executing start method ("/usr/sbin/smartd -q never"). ] [ Jun 9 13:54:26 Method "start" exited with status 10. ] [ Jun 9 13:54:26 Executing start method ("/usr/sbin/smartd -q never"). ] [ Jun 9 13:54:26 Method "start" exited with status 10. ] [ Jun 9 13:54:26 Executing start method ("/usr/sbin/smartd -q never"). ] [ Jun 9 13:54:26 Method "start" exited with status 10. ]
Attachments (1)
Change History (5)
by , 14 years ago
Attachment: | smartd.xml added |
---|
follow-up: 3 comment:1 by , 14 years ago
to install to /var/svc/manifest/site/ or /var/svc/manifest/system probably should be a configure option for packagers.
comment:2 by , 14 years ago
Keywords: | smartd svc xml removed |
---|
comment:3 by , 14 years ago
Replying to grooverdan:
... The configure script should alter some of the path names but otherwise should work flexibly.
An make install target could do something like:
...
to install to /var/svc/manifest/site/ or /var/svc/manifest/system probably should be a configure option for packagers.
Could you possibly provide a patch for configure.in and Makefile.am ? Then we could add this to next release.
smartd.xml service defination for {open}solaris