- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with configuring DNS
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
11-08-2006 09:48 PM
11-08-2006 09:48 PM
Problem with configuring DNS
hosts_to_named -d new.zone -n my_network -b /etc/named.conf
produce error:
/usr/sbin/hosts_to_named: line 2298: unexpected EOF while looking for matching ``'
/usr/sbin/hosts_to_named: line 2324: syntax error: unexpected end of file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 09:54 PM
11-08-2006 09:54 PM
Re: Problem with configuring DNS
It appears to be a script error in the script hosts_to_named
I think its been modified. I'd see about copying it in from another system or reinstalling it.
You can look at lines 2298 and see if there is an obvious syntax errror. I often get this when I forget to close double quotes.
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
11-08-2006 10:13 PM
11-08-2006 10:13 PM
Re: Problem with configuring DNS
do
"str 2298" SUBDOM=`subdomain $DOM`
if test -f spcl.$SUBDOM
then
echo '$INCLUDE\tspcl.'$SUBDOM >> db.$SUBDOM
fi
done
I don`t sea an error in string 2298
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 10:20 PM
11-08-2006 10:20 PM
Re: Problem with configuring DNS
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 10:25 PM
11-08-2006 10:25 PM
Re: Problem with configuring DNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 10:29 PM
11-08-2006 10:29 PM
Re: Problem with configuring DNS
TXT records with unbalanced quotes, like â host TXT "fooâ , were not treated as errors in previous versions of BIND. If the zone files contain such records, then error messages like "unexpected end of file"will be displayed because BIND 9.2.0 will interpret everything up to the next quote character as a literal string.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 10:53 PM
11-08-2006 10:53 PM
Re: Problem with configuring DNS
10.62.224.196 test test.hpium.dpc.usi.ru
hosts_to_named -H ./hosts.1 -d hpium.dpc.usi.ru -n 10.62.224.128 -b /etc/named.conf
/usr/sbin/hosts_to_named: line 2298: unexpected EOF while looking for matching ``'
/usr/sbin/hosts_to_named: line 2324: syntax error: unexpected end of file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 11:00 PM
11-08-2006 11:00 PM
Re: Problem with configuring DNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 11:09 PM
11-08-2006 11:09 PM
Re: Problem with configuring DNS
##!/usr/bin/sh
extra symbol # exists on all my HP-UX servers in script hosts_to_named. I have HP-UX 11.11. Who tell me if this mistake exists on other HP-UX?