- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- named - DNS question
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-30-2004 07:12 AM
01-30-2004 07:12 AM
named - DNS question
I am trying to figure out if there is a way in HP-UX that I can start "named" daemon under a different user name. I know in Sun-OS, named has an option -u which the root user can use to start the daemon under a different like
# /usr/sbin/named -u normaluser
Do we have something like this in HP-UX ?
Thanks,
Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 07:33 AM
01-30-2004 07:33 AM
Re: named - DNS question
make sure normaluser has execute permissions. Not sure what permissions would be needed on /etc/named.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 08:34 AM
01-30-2004 08:34 AM
Re: named - DNS question
Nope, it doesnt work in HP-UX 11.0, atleast
# what /usr/sbin/named
/usr/sbin/named:
Copyright (c) 1986, 1989, 1990 The Regents of the University of California.
named 4.9.7 Mon Feb 12 07:18:56 GMT 2001 PHNE_23274
#
# named -u swamins1
Usage: named [-d #] [-q] [-r] [-X] [-p port[/localport]] [[-b] bootfile]
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 09:01 AM
01-30-2004 09:01 AM
Re: named - DNS question
named [-d debuglevel] [-p port_number] [[-(b|c)] config_file] [-f] [-q] [-r] [-u user_name] [-g group_name] [-t directory] [-w directory] [config_file]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 09:08 AM
01-30-2004 09:08 AM
Re: named - DNS question
The easiest way to do this is to run Bastille and choose the option to run named as a regular user. It will not complete the action, it will leave you a log of instructions you need to do to finish.
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6849AA
I know its hokey, but its extremely easy.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 10:24 AM
01-30-2004 10:24 AM
Re: named - DNS question
The bind version I had would not allow me to specify the -u option. I upgraded to BIND 9.2.0. Now I could start the BIND daemon under a normal user. Thanks to you both.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 04:51 PM
01-30-2004 04:51 PM
Re: named - DNS question
check the man pages
#man named
thanx