Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
CSV Host record override IP address
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2022 12:38 PM
1888     0
I am trying to change the IPv4 address of a host record using import (override option)
I can change a FQDN using the _new_fqdn heaser.
When I try to change the IPv4 IP address I am getting an error
"Header 'header-hostrecord' at line number 1 has invalid column '_new_address'.
My set up is
header-hostrecord | addresses* | _new_address | fqdn* |
hostrecord | 172.21.16.106 | 172.21.16.107 | test.test.com |
I have read the knowledgebase articles and it looks like I have it set up correctly.
I appreciate your help.
Labels:
Re: CSV Host record override IP address
[ Edited ]Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 04:47 PM - edited 06-27-2023 01:21 PM
1889     0
Hello,
Instead of that you should be using this :
header-hostaddress | address* | _new_address | parent* |
hostaddress | 172.21.16.106 | 172.21.16.107 | test.test.com |
Hope that helps!
Best regards,