DHCP - Cannot add text option for VOIP phones in OES Linux

While working through this, I solved the issue, but decided to post this anyway as it may help others to find these sorts of errors.
I'm working on migrating from NetWare 6.5sp8 to OES11sp2. Client has Shoretel VOIP phones. Existing NetWare-based DHCP has no problem. Option 156 has been configured to give out the required text information that Shoretel phones require.
Problem is that I could not get the OES11 DHCP to run with that option. Nor could I migrate the existing option over - the Migration Tool (in OES11) says it successfully migrates DHCP, but I cannot start the dhcpd daemon. Error is that it failed, and in the rc.dhcpd.log file I see an error:
LDAP Line 26: unknown option dhcp.Shoretel_Boot.
LDAP Line 26: unexpected end of file
LDAP: cannot parse dhcpService entry 'cn=newdhcpservice,o=LIBRARY'
Configuration file errors encountered -- exiting
If I look in the file (created when LDAP reads DHCP config from eDirectory apparently) dhcp-ldap-startup.log I can see the problem entry at line 26:
option Shoretel_Boot "FTPSERVERS=172.30.43.8,COUNTRY=1,LANGUAGE=1,L AYER default-lease-time 259200 ;
This option does NOT show up in the newdhcpservice option when I look at it in ConsoleOne, or DSBROWSE, or DNS/DHCP Management Console.
This option DOES show up in the DNS/DHCPManagement Console if I look at the DHCP (NetWare) tab and look at Other DHCP Options for some of the configured subnets, but it actually has different text from the above, specifically:
FTPSERVERS=172.30.43.8,COUNTRY=1,LANGUAGE=1,LAYER2 TAGGING=1,VLANID=9
Note that it does not have a " character anywhere in the entry. This option is configured as a Global DHCP text option.
Novell TID 7009464 mentions the issue, though not for Option 156. In that TID there is this:
"Situation #2
Migrate a working DHCP server with DHCP options that are of type "Text" to an OES server.
Load the DHCP server service... it fails to load and gives similar errors to the ones listed above."
Under resolution the TID says to delete and recreate the dhcp service object without the text option and it will load. That doesn't work for me as I still get an LDAP error pointing to the Shoretel_Boot unknown option. (I dare not try deleting it from the NetWare DHCP config and risk breaking the client's phone system).
One of the options in the TID to fix this is to re-enter the data using the DNS/DHCP Management Console - but that didn't work.
Here is the answer:
First, the log files are misleading. The error message points to not being able to read the newdhcpservice object entry - but the problem was elsewhere. In fact the problem showed up in the logs even when there were no option 156 entries at all in any object inside the newdhcpservice or the newdhcpservice object itself. The problem existed in the NetWare configuration of the object for one of the dhcp subnets.
Specifically, there was an illegal character in the text entry for option 156 - the # character was in there, like this:
FTPSERVERS=172.30.43.8,COUNTRY=1,LANGUAGE=1,LAYER# 2TAGGING=1,VLANID=9
If you look at the error log entry for syntax error you can see that the option 156 text stopped at the # symbol, and then default-lease-time was appended to the end.
Removing the # symbol got things working.
Craig Johnson
(former Novell partner / sysop)

On 30/08/2014 21:16, phxazcraig wrote:
> While working through this, I solved the issue, but decided to post this
> anyway as it may help others to find these sorts of errors.
>
> I'm working on migrating from NetWare 6.5sp8 to OES11sp2. Client has
> Shoretel VOIP phones. Existing NetWare-based DHCP has no problem.
> Option 156 has been configured to give out the required text information
> that Shoretel phones require.
>
> Problem is that I could not get the OES11 DHCP to run with that option.
> Nor could I migrate the existing option over - the Migration Tool (in
> OES11) says it successfully migrates DHCP, but I cannot start the dhcpd
> daemon. Error is that it failed, and in the rc.dhcpd.log file I see
> an error:
>
> LDAP Line 26: unknown option dhcp.Shoretel_Boot.
> LDAP Line 26: unexpected end of file
> LDAP: cannot parse dhcpService entry 'cn=newdhcpservice,o=LIBRARY'
> Configuration file errors encountered -- exiting
>
>
> If I look in the file (created when LDAP reads DHCP config from
> eDirectory apparently) dhcp-ldap-startup.log I can see the problem entry
> at line 26:
>
> option Shoretel_Boot
> "FTPSERVERS=172.30.43.8,COUNTRY=1,LANGUAGE=1,L AYER default-lease-time
> 259200 ;
>
>
> This option does NOT show up in the newdhcpservice option when I look at
> it in ConsoleOne, or DSBROWSE, or DNS/DHCP Management Console.
>
> This option DOES show up in the DNS/DHCPManagement Console if I look at
> the DHCP (NetWare) tab and look at Other DHCP Options for some of the
> configured subnets, but it actually has different text from the above,
> specifically:
>
> FTPSERVERS=172.30.43.8,COUNTRY=1,LANGUAGE=1,LAYER2 TAGGING=1,VLANID=9
>
> Note that it does not have a " character anywhere in the entry. This
> option is configured as a Global DHCP text option.
>
> Novell TID 7009464 mentions the issue, though not for Option 156. In
> that TID there is this:
> "Situation #2
> Migrate a working DHCP server with DHCP options that are of type
> "Text" to an OES server.
> Load the DHCP server service... it fails to load and gives similar
> errors to the ones listed above."
>
> Under resolution the TID says to delete and recreate the dhcp service
> object without the text option and it will load. That doesn't work for
> me as I still get an LDAP error pointing to the Shoretel_Boot unknown
> option. (I dare not try deleting it from the NetWare DHCP config and
> risk breaking the client's phone system).
>
> One of the options in the TID to fix this is to re-enter the data using
> the DNS/DHCP Management Console - but that didn't work.
>
> Here is the answer:
> First, the log files are misleading. The error message points to not
> being able to read the newdhcpservice object entry - but the problem was
> elsewhere. In fact the problem showed up in the logs even when there
> were no option 156 entries at all in any object inside the
> newdhcpservice or the newdhcpservice object itself. The problem
> existed in the NetWare configuration of the object for one of the dhcp
> subnets.
>
> Specifically, there was an illegal character in the text entry for
> option 156 - the # character was in there, like this:
>
> FTPSERVERS=172.30.43.8,COUNTRY=1,LANGUAGE=1,LAYER# 2TAGGING=1,VLANID=9
>
> If you look at the error log entry for syntax error you can see that the
> option 156 text stopped at the # symbol, and then default-lease-time was
> appended to the end.
>
> Removing the # symbol got things working.
>
> Craig Johnson
> (former Novell partner / sysop)
Thanks for taking the time to post the above as I'm sure it will help
someone else in the future.
Simon
Novell Knowledge Partner
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below. Thanks.

Similar Messages

  • When trying to edit text added with the Add Text option, the hand tool does not select it.

    I filled out a form that was not fillable using the Add Text option. Now I need to edit it and was advised to use the Hand Tool to select it. I tried this, and it does not select the text, I see the blue box but cannot put it around the text to edit or delete it. Any suggestions?

    Hi  LZW 4431,
    Thank You for posting on the forums. Kindly help with the information listed below.
    1) Application you are using (Adobe Reader/Acrobat with exact version)
    2) Operating System you are working on
    Thanks,
    Vikrantt Singh

  • Using Adobe PhotoShop CS4, I cannot add text to a new layer. It was always a snap with previous versions of OS 10. Has anyone else noticed issues with CS4 and Lion? Many thanks in advance. Pete Hendricks

    Using Adobe PhotoShop CS4, I cannot add text to a new layer. It was always a snap with previous versions of OS 10. Has anyone else noticed issues with CS4 and Lion? Many thanks in advance. Pete Hendricks

    Happy to report that iTunes Match has returned to working like normal on iTunes 10.7 on my computer today. If any iTunes engineers read this thread, I really appreciate the fix.
    Has it returned to normal for you?

  • When I type I cannot add text when I select the text area and double click. Why?

    When I type I cannot add text when I select the text area and double click. Why?

    Premiere Elements 11  trial version for macMac computer photos uploaded to the timeline just finetrying to make a new title, streaming or in a framedouble clicked on the text in the box and nothing shows up when I type on my keyboard. I can delete the words that are there but not type in new ones. I selected the type and size, etc.
    Thanks if you can figure it out. I gave up!
    I may just un-install it all together if I can't get to work.Joanne
    Date: Thu, 9 May 2013 17:59:08 -0700
    From: [email protected]
    To: [email protected]
    Subject: When I type I cannot add text when I select the text area and double click. Why?
        Re: When I type I cannot add text when I select the text area and double click. Why?
        created by A.T. Romano in Premiere Elements - View the full discussion
    Joanne Murray J2 What version of Premiere Elements are you using and on what operating system (including 32 or 64 bit) is your Premiere Elements installed? Forgive the questions if you have been there and done that, but I do not want to take anything for granted that might hinder a speedy resolution to your issue. Are you opening an already created title that is sitting on the Timeline in order to edit it in the Titler or are you trying to create a new Title (Default Text or other)? Do you know how to work with the Selection Tool and Type Tool in the Titler? Once I know what version of Premiere Elements that you are using, I will give you specific how to details. Thanks. ATR
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5307494#5307494
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5307494#5307494
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5307494#5307494. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Premiere Elements by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • I want to order a photobook, however I cannot get the option for the country MALTA

    How can I order a photobook if I reside in Malta (Europe).  I cannot get the option for my country of residence.

    The service is not available in Malta.
    Regards
    TD

  • How to add extra options for style of images.   iPad version has far more options than Mac version

    How to add extra options for style of images in pages.   iPad version has far more options than Mac version

    Thank you, you made me go look again and I realised the ones I use on the iPad are under Borders not style and they are on Mac also.  I feel a bit silly but I wouldn't have got there without your prompting.  Do you mean by "create your own"  using the borders and then saving as a style or can you create something that is not in either?
    Thanks again

  • Is there a talk to text option for iphone 3g?

    Is there a talk to text option for the 3g

    There may be an app.
    Look in the app store.

  • [svn:bz-trunk] 9713: Bug: BLZ-427 - Add configuration option for BeanProxy#includeReadOnly property.

    Revision: 9713
    Author:   [email protected]
    Date:     2009-08-27 14:09:43 -0700 (Thu, 27 Aug 2009)
    Log Message:
    Bug: BLZ-427 - Add configuration option for BeanProxy#includeReadOnly property.
    QA: Yes
    Doc: Yes - We have a new include-read-only property, see resources/config/services-config.xml
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-427
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/endpoints/AbstractEndpoint.java
        blazeds/trunk/modules/core/src/flex/messaging/io/AbstractProxy.java
        blazeds/trunk/modules/core/src/flex/messaging/io/SerializationContext.java
        blazeds/trunk/resources/config/services-config.xml

  • External Ringer for VOIP Phone

    I have external ringers connected to VG224's for VOIP phones in our shops.  I have them configured and they work as they should for a while, but after a month or two it appears to blow up the port on the VG it is attached to.  I am thinking it might have to do with resistance of the bells, but since I am not an electrician I am not sure.  The ringer is a Premier PT-102 bell and per the description is 1000/2650 Ohm.  Has anybody experienced problem with external ringers blowing up VG ports.  Or is there any alternatives to the analog ringers that is designed to work with the Cisco VOIP phones.  Thanks for any info anybody can supply.

    I did get one of the Algo 8180 SIP Audio Alerters and it works great as an external ringer.  Also since it has the capability of paging, we are trying to get it configured to use with our IPCelerate paging solution.  Does anybody have any thoughts or ideas how to accomplish this.  I can get it to page using a direct extension to the Algo device, but can not get it to receive pages from IPCelerate.  Any help would be appreciated.

  • Add the option for a close button on the Scattered setting .

    Add the option for a close button on the Scattered setting ... like you have with all the other options - needed for touch devices as the roll out is no use on an ipad or iphone etc etc....

    This was the original code I got:
    Main FLA: (on AS layer inside DropDownButton Movie Object)
    function removeF() {
    removeChild(myLoader);
    var myLoader:Loader=new Loader ();
    page1_mc.addEventListener(MouseEvent.CLICK, page1content);
    function page1content(myevent:MouseEvent):void {
    var myURL:URLRequest=new URLRequest("page1.swf");
    myLoader.load(myURL);
    addChild(myLoader);
    EXTERNAL FLA: (on main time line of this file)
    close_mc.addEventListener(MouseEvent.CLICK, closeMC);
    function closeMC(myevent:MouseEvent):void {
    MovieClip(parent.parent).removeF();
    Main.FLA
    myLoader=bigboreLoader (my new loader)
    page1_mc=btnbb2 (the button who event will call external swf)
    page1content = bigborecontent (name given to SWF being loaded???)
    myURL=bigboreRequest (my new URLrequest for bigbore)
    page1.swf=moduletemplate.swf (actual address of what I am loading)
    External.FLA
    close_mc=button that will close external swf
    closeMC=movie clip to close?

  • [svn:bz-trunk] 13622: Bug: BLZ-427 - Add configuration option for BeanProxy#includeReadOnly property.

    Revision: 13622
    Revision: 13622
    Author:   [email protected]
    Date:     2010-01-19 02:38:36 -0800 (Tue, 19 Jan 2010)
    Log Message:
    Bug: BLZ-427 - Add configuration option for BeanProxy#includeReadOnly property.
    QA: No
    Doc: No
    Details: Documented the fact that include-read-only property applies globally.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-427
    Modified Paths:
        blazeds/trunk/resources/config/services-config.xml

  • I live in Canada and bought a prepaid phone last year in Rancho Mirage Ca. I cannot add any money to the phone now and have lost serviceWill not take my Visa

    My prepaid phone ran out on Nov. 16 and the web site is out of order so I cannot add funds on line.
    I phoned the 1 888 number but was told they cannot take my Canadian Visa number even though I used it to purchase the phone last year.
    I think because I am in Canada the chat service doesn't work for me either.
    Would love to give Verizon an other $100.00 for another year of prepaid service but so far no luck.
    Any ideas short of having to drive to the USA to a Verizon store?
    Thanks,
    Terry

        Hi Retiredterry!
    I do have some additional information for you, and I'm sorry for any confusion or inconvenience.
      • An international credit card with numeric ZIP/postal codes can make payments via Express Services options such as IVR, #PMT, My Verizon, and My Verizon handset.
      • Canadian credit cards:
      • With alphanumeric ZIP codes are accepted via My Verizon.
      • Can be used for Automatic Payment Option (APO).
      • Can be used for payment on My Verizon Handset.
      • User must first enter the Canadian credit card into the wallet section of My Verizon Online, they can then choose to pay using their wallet on the handset.
    • My Verizon can process payment from an international credit card with alphanumeric ZIP/postal codes.
      • Only international credit cards with ZIP/postal codes of 9 digits or less are accepted in My Verizon.
    Thanks,
    ChristinaB_VZW
    Follow us on Twitter @VZWSupport

  • Firefox 3.6.3 does not bring up the "add exception" option for a self-signed certificate

    Hello. The company website I use has moved to a new server. The new server required some changes apparently, and now I am receiving the message CompanyXYZ.net:987 uses an invalid security certificate. The certificate is not trusted because it is self-signed. The certificate is only valid for Now, on 1 of my 3 computers, I received the I understand the risks, and an option to Add an Exception. However, on the other 2 computers, I simply receive the previously described popup window and no option to proceed. Any suggestions would be appreciated. Thank you for your genius.
    == URL of affected sites ==
    private company server

    I already have the browser.uxl.error_pages.enabled setting set to true, but I still do not get the option to add an exception for an internal certificate. I'm trying to connect to the iLO port on an HP server. Thanks.

  • I cannot receive texts from other i phones since I switched to a galaxy s 4 today.

    I just switched to a Galaxy S 4 from my I phone. I cannot receive texts on the Galaxy from other I phones. I changed my apple ID. I unregistered the old I phone. I reset the I Phone to factory settings. Nothing. Any suggestions?

    http://support.apple.com/kb/TS5185

  • How Do You Add An Extension For A Phone Number?

    I wanted to add an extension after the phone number for a contact, how do I do that?

    Hello:
    AS indicated, you would just add it after the last part of the number (in that box).
    (800) 123 4567 x 9999
    Barry

Maybe you are looking for