- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Way to create bulk number of resource record
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-15-2012 07:03 PM
Team, Kindly suggest me the way to create bulk number of ARECORDS all together than going GUI and adding one by one.Suggest me the alternative way to add resource record type ARECORDThanks..
Re: Way to create bulk number
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-21-2012 04:34 AM
Hi,
I'm not sure a link to the "Officially Unsupported" ibCli is allowed, but looks like this is what you need. It is a Perl based command line which interfaces with the Grid Master.
There is a good amount of documentation on how to do bulk creations/imports. For your specific case it would look something like:
conf zone foo.com add a_record test1 1.1.1.1
conf zone foo.com add a_record test2 2.2.2.2
conf zone foo.com add a_record test3 3.3.3.3
Re: Way to create bulk number
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-26-2012 09:08 AM
Create a 'Bulk Host' record. This will automatically generate hostnames and A records for the range of IP addresses that you've specified.