HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to lunch program at boot
Operating System - HP-UX
1833762
Members
2142
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 06:39 AM
05-05-2003 06:39 AM
Hello,
I installed SpamAssassin on my HP-UX mail server (sendmail) and I have to start the spamd daemon automatically at boot...
I don't very well know HP-UX but I think it takes place in :
/sbin/init.d
Is that right ?
May I do a symbolic link to the binary spamd on that dircetory ?
Thank's in advance for your response.
I installed SpamAssassin on my HP-UX mail server (sendmail) and I have to start the spamd daemon automatically at boot...
I don't very well know HP-UX but I think it takes place in :
/sbin/init.d
Is that right ?
May I do a symbolic link to the binary spamd on that dircetory ?
Thank's in advance for your response.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 06:42 AM
05-05-2003 06:42 AM
Solution
See my reply in this thread (and others as well)..
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x513f35a43b46d71190080090279cd0f9,00.html
.. that should answer all your questions.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x513f35a43b46d71190080090279cd0f9,00.html
.. that should answer all your questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 06:49 AM
05-05-2003 06:49 AM
Re: how to lunch program at boot
Hi:
A quick description of the 'rc' (run control) script mechanism is described in the man pages for 'rc(1M)'.
An excellent, more detailed description of the startup mechanism and user-requirements can be found in this whitepaper (written at 10.0 but still appliciable at for all 11x versions:
http://docs.hp.com/hpux/onlinedocs/os/startup.pdf
Regards!
...JRF...
A quick description of the 'rc' (run control) script mechanism is described in the man pages for 'rc(1M)'.
An excellent, more detailed description of the startup mechanism and user-requirements can be found in this whitepaper (written at 10.0 but still appliciable at for all 11x versions:
http://docs.hp.com/hpux/onlinedocs/os/startup.pdf
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 07:18 AM
05-05-2003 07:18 AM
Re: how to lunch program at boot
In summary, you're correct.
You may need to create a start/stop script in /sbin./init.d
You can copy /sbin/init.d/template to a new name if your spam assasin didn't come with a script.
Then you create a symbolic link at the run level you want to start the script in the proper directory.
Example, run level three startup, name of the start script is /sbin/init.d/spamassasin
cd /sbin/rc3.d
ln -s /sbin/init.d/spamassasin S800spamkill
cd /sbin/rc2.d
ln -s /sbin/init.d/spamassasin K200spamkill
The S guy starts it
The K guy kills it.
SEP
You may need to create a start/stop script in /sbin./init.d
You can copy /sbin/init.d/template to a new name if your spam assasin didn't come with a script.
Then you create a symbolic link at the run level you want to start the script in the proper directory.
Example, run level three startup, name of the start script is /sbin/init.d/spamassasin
cd /sbin/rc3.d
ln -s /sbin/init.d/spamassasin S800spamkill
cd /sbin/rc2.d
ln -s /sbin/init.d/spamassasin K200spamkill
The S guy starts it
The K guy kills it.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP