- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- no-round-robin in named.conf
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
02-16-2003 09:18 PM
02-16-2003 09:18 PM
no-round-robin in named.conf
options {
check-names response fail;
check-names slave ignore;
directory "/usr/domain";
no-round-robin;
};
I found error in syslog.log
Feb 17 12:31:29 ux61phq named[15309]: /usr/domain/named.conf:15: syntax error near 'no-round-robin'
Even if I replaced the "no-round-robin" with belows:
options {
check-names response fail;
check-names slave ignore;
directory "/usr/domain";
rrset-order { order fixed; };
};
There is still syntax error. How can I disable the round robin in named.conf.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2003 09:44 PM
02-16-2003 09:44 PM
Re: no-round-robin in named.conf
BIND 8.1.2 will not support those features. Use BIND 8.2 for that thing to work.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 01:59 AM
02-17-2003 01:59 AM
Re: no-round-robin in named.conf
But according to the release notes:
http://www.software.hp.com/products/DNS_BIND/releasenotes.html
The options "no-round-robin" is supported.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 11:51 AM
02-17-2003 11:51 AM
Re: no-round-robin in named.conf
The "no-round-robin" option is only supported for HP. Are you running HP?
The rrset-order is not listed as an option at all so it is no surprise this one fails.
I would prefer to put the directory statement at the top of the list just because that is where it sits in the list of possible options.
Perhaps you should move on to 9.2.0?
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProducts.pl?group_type=search&group_name=bind&search_free=1&search_trial=1&search_buy=1
or
https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=BIND9.2&date=
It says you get it free.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2003 02:50 AM
02-18-2003 02:50 AM
Re: no-round-robin in named.conf
Does anyone know how to disable it?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2003 03:09 AM
02-18-2003 03:09 AM
Re: no-round-robin in named.conf
It should be
round-robin no;