Koozali.org: home of the SME Server

Obsolete Releases => SME 8.x Contribs => Topic started by: stiperstones on August 16, 2012, 12:03:28 PM

Title: Is this the right code to start up init.d scripts at run level 7 (Solved)
Post by: stiperstones on August 16, 2012, 12:03:28 PM
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 (http://h20000.www2.hp.com/bizsupport/TechSupport/Home.jsp?locale=en_US&prodTypeId=18964&prodSeriesId=397204&submit.y=4&submit.x=4&lang=en&cc=us&y=7&x=7 target=_blank) 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
Title: Re: Is this the right code to start up init.d scripts at run level 7
Post by: Stefano 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