Koozali.org: home of the SME Server

Is this the right code to start up init.d scripts at run level 7 (Solved)

Offline stiperstones

  • *
  • 177
  • +0/-0
    • http://www.stiperstones.com
Hi all
have not posted for along time here goes, I have purchased a new server hp proliant ml350 g4 2 proccessor 8 gig of memory 6 array hard drives of 140 gig each set up has raid 5 SME 8 installed runs a treat server gateway mode.
It comes with a HP Remote Insight Lights-Out Edition II Board I have installed hp-asrd, hp-health, hp-snmp-agents and hpsmbd.

if i issue this code for each of the processes were xxx represent the agent to start up

Code: [Select]
config set xxxx service status enabled
cd /etc/rc7.d
ln -s /etc/rc.d/init.d/e-smith-service S99xxxx


thank you in advance fellow sme users
« Last Edit: August 16, 2012, 05:51:22 PM by stiperstones »
Stiperstones

http://wiki.contribs.org/Koozali_Foundation
Try the Wiki some great how's there

"My Licence".........

Don't report security issues here - Contact security at contribs dot org
Don't report problems here - Please report bugs @ http://bugs.contribs.org/
Don't ask the same question twice - Please search the forums, your question may have been asked before - Thank You.

Offline Stefano

  • *
  • 10,839
  • +2/-0
Re: Is this the right code to start up init.d scripts at run level 7
« Reply #1 on: August 16, 2012, 12:15:38 PM »
Code: [Select]
ls -la /etc/rc.d/init.d/hp*

will give you the list..
for each line, repeat
Code: [Select]
config set hpxxx service status enabled
and so on