- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to start DNS server on boot up
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
01-19-2004 09:13 PM
01-19-2004 09:13 PM
Where do I set this up? Is it just the NAMED setting in /etc/rc.config.d/namesvrs?
Thanks,
Gary
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 09:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 09:20 PM
01-19-2004 09:20 PM
Re: How to start DNS server on boot up
The link should have a name like S937named
The number after the S is the order number of started sw in runlevel 3.
Also set NAMED var in /etc/rc.config.d/namesvrs to 1.
To finish it create a link in /sbin/rc2.d or /sbin/rc1.d named K100named to shut it down in the wanted runlevel or during reboot.
Regards,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 09:21 PM
01-19-2004 09:21 PM
Re: How to start DNS server on boot up
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 09:25 PM
01-19-2004 09:25 PM
Re: How to start DNS server on boot up
named starts at every reboot if into /etc/rc.config.d/namesvrs NAMED is set to 1.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 03:09 AM
01-20-2004 03:09 AM
Re: How to start DNS server on boot up
All of my boxes have this in rc2.d NOT rc3.d...I am pretty sure it should be in rc2.d so it will start up before you reach multi-user mode.
Most if not all of your network related/dependent daemons start at runlevel 2.
root-:/sbin/rc2.d
# ll *named*
lrwxr-xr-x 1 root root 18 Jan 25 2002 S370named -> /sbin/ini
t.d/named
KXXXnamed is linked to /sbin/rc1.d from /sbin/init.d/named