chuckbuhler

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-11-19
23:24
1419 views
Import DHCP data.
I am trying to import data to a new DHCP server built on an OES 11 SP2 server. The server is brand new and has all updates.
After installing DHCP I manually created a service, a couple of subnets and created a subnet pool under each subnet. I then exported that to a file to see what the import format was as I don't find any information on the import file format anywhere.
I deleted the service and both subnets and pools and imported the file that I had just exported. Seemed to import except for the Pool Name. The subnets were correct but instead of the pool name that I had given it, it came up with pool2 for the first subnet's pool name, pool3 for the second.
This is the file that i exported and then imported:
option ien116-name-servers 10.2.0.5;
ddns-update-style none;
omapi-port 7911;
ignore client-updates;
omapi-key Uval-TSIG-Key;
boot-unknown-clients True;
default-lease-time 43200;
max-lease-time 259200;
min-lease-time 3600;
use-host-decl-names True;
key "Uval-TSIG-Key" {
algorithm HMAC-MD5;
secret uval1234;
}
subnet 10.116.10.0 netmask 255.255.255.0 {
max-lease-time 259200;
default-lease-time 43200;
option subnet-mask 255.255.255.0;
option routers 10.116.10.254;
pool {
#poolName: 10_116_10_Pool;
range 10.116.10.20 10.116.10.240;
}
}
subnet 10.2.0.0 netmask 255.255.252.0 {
max-lease-time 259200;
default-lease-time 86400;
option routers 10.2.0.1;
pool {
#poolName: 10_2_0_Pool_VLan102;
range 10.2.1.1 10.2.3.240;
}
}
Everything except the poolName seems to work. I've tried removing the #, I've tried removing poolName: I've tried Name: I've tried etc, etc. I don't find any reference to this anywhere.
Prefered solution to this would be an example of what does import correctly as it'd be nice to see what other options are there, or if nothing else, how do I import the poolname.
I don't want pool2 I want 10_116__10_Pool
thanks
After installing DHCP I manually created a service, a couple of subnets and created a subnet pool under each subnet. I then exported that to a file to see what the import format was as I don't find any information on the import file format anywhere.
I deleted the service and both subnets and pools and imported the file that I had just exported. Seemed to import except for the Pool Name. The subnets were correct but instead of the pool name that I had given it, it came up with pool2 for the first subnet's pool name, pool3 for the second.
This is the file that i exported and then imported:
option ien116-name-servers 10.2.0.5;
ddns-update-style none;
omapi-port 7911;
ignore client-updates;
omapi-key Uval-TSIG-Key;
boot-unknown-clients True;
default-lease-time 43200;
max-lease-time 259200;
min-lease-time 3600;
use-host-decl-names True;
key "Uval-TSIG-Key" {
algorithm HMAC-MD5;
secret uval1234;
}
subnet 10.116.10.0 netmask 255.255.255.0 {
max-lease-time 259200;
default-lease-time 43200;
option subnet-mask 255.255.255.0;
option routers 10.116.10.254;
pool {
#poolName: 10_116_10_Pool;
range 10.116.10.20 10.116.10.240;
}
}
subnet 10.2.0.0 netmask 255.255.252.0 {
max-lease-time 259200;
default-lease-time 86400;
option routers 10.2.0.1;
pool {
#poolName: 10_2_0_Pool_VLan102;
range 10.2.1.1 10.2.3.240;
}
}
Everything except the poolName seems to work. I've tried removing the #, I've tried removing poolName: I've tried Name: I've tried etc, etc. I don't find any reference to this anywhere.
Prefered solution to this would be an example of what does import correctly as it'd be nice to see what other options are there, or if nothing else, how do I import the poolname.
I don't want pool2 I want 10_116__10_Pool
thanks
2 Replies
Anonymous_User

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-12-15
16:00
chuckbuhler,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://www.novell.com/support and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Forums Team
http://forums.novell.com
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://www.novell.com/support and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Forums Team
http://forums.novell.com
joharmon

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-03-02
15:27
This is a known issue with the Java Console, and I filed a bug against this some time ago. It was recently fixed but I don't believe the fix has been made public yet. You can open and SR and have support send you the patched version of the Java console (at least for windows 64 bit). If you need a different version (linux or windows 32 bit) then we will have to reopen the bug and request it from development. The bug number to reference is: 747464