DHCP Services migration using tool

I am trying to migrate DHCP services from NW65 to OES2 using the migration tool.
when I create the project in the tool , I am setting it up to do a Server level migration. It does not find the DHCP locator / Group Object when I browse to the context of the locator.
It was suggested to me that it might be an ldap class mapping issue. i tried to go into iManage to create an ldap class mapping for DNIP:Locator to DNIPLocator. iManager is not doing anything when I click on the + button to add the class mapping !!!!
I have had a look at the ldapmodify command to do this but it's a bit complicated.
All I want is the DHCP to move off the netware server and onto the OES server.
Please can someone help me

Originally Posted by Marcel_Cox
You have to pay attention to not mix NetWare and Linux DHCP locator and group objects. The DHCP server for OES2/Linux is not a port of the NetWare version, but a completely different piece of software that uses different types of objects in eDirectory. As such, the locator and group objects for NetWare and Linux are different objects using different classes and they have to be separate. You should never have to use class mappings or ldap tools. The Linux objects should have been created for you at the moment you configured DHCP for OES2/Linux. Let's just hope that during the OES2/Linux installation you did not point the DHCP configuration screen to the NetWare objects or else you probably will have a bit of a mess by now.
Thanks for that.. I think the DHCP service did not install coreectly on the Linux server that is why i am having problems doing the migration.
I think I will have to rebuild that server and get it all going again.

Similar Messages

  • Errors creating a Web Service Proxy using Microsoft WSDL.exe tool

    I have deployed a BPEL process using JDeveloper. This process can be invoked from the BPEL console and completes as expected. I am trying to create a Web Service Proxy using the Microsoft WSDL.exe tool so that the process can be invoked from a Microsoft Word document. This process is based on the AutoLoan example in the Developer's Guide for Microsoft Office Interoperability B25781-01.
    WSDL.exe returns the following error message
    Error: There was an error processing 'http://erp.template.co.uk:8889/orabpel/default/HonorariumSmartDoc/1.0/HonorariumSmartDoc?wsdl'.
    - The document at the url http://erp.template.co.uk:8889/orabpel/default/HonorariumSmartDoc/1.0/HonorariumSmartDoc?wsdl was not recognized as a known document type. The error message from each known type may help you fix the problem:
    - Report from 'WSDL Document' is 'There is an error in XML document (19, 7).'.
    - A schema with the namespace '' has already been added.
    - Report from 'DISCO Document' is 'Discovery document at the URL http://erp.template.co.uk:8889/orabpel/default/HonorariumSmartDoc/1.0/HonorariumSmartDoc?wsdl could not be found.'.
    - The document format is not recognized.
    - Report from 'XML Schema' is 'Expected Schema root. Make sure that the root element is <schema> and the namespace is 'http://www.w3.org/2001/XMLSchema' for an XSD schema or 'urn:schemas-microsoft-com:xml-data' for an XDR schema. An error occurred at , (2, 2).'.
    How do I resolve this error?

    The WSDL file is below.
    <?xml version="1.0" encoding="UTF-8" ?>
    - <definitions name="HonorariumSmartDoc" targetNamespace="http://xmlns.oracle.com/HonorariumSmartDoc" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://xmlns.oracle.com/HonorariumSmartDoc" xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:client="http://xmlns.oracle.com/HonorariumSmartDoc">
    - <types>
    - <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="http://xmlns.oracle.com/HonorariumSmartDoc" schemaLocation="HonorariumSmartDoc.xsd" />
    </schema>
    - <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="http://schemas.xmlsoap.org/ws/2003/03/addressing" schemaLocation="http://erp.template.co.uk:8889/orabpel/xmllib/ws-addressing.xsd" />
    </schema>
    </types>
    - <message name="HonorariumSmartDocResponseMessage">
    <part name="payload" element="tns:HonorariumSmartDocProcessResponse" />
    </message>
    - <message name="HonorariumSmartDocRequestMessage">
    <part name="payload" element="tns:HonorariumSmartDocProcessRequest" />
    </message>
    - <message name="WSARelatesToHeader">
    <part name="RelatesTo" element="wsa:RelatesTo" />
    </message>
    - <message name="WSAReplyToHeader">
    <part name="ReplyTo" element="wsa:ReplyTo" />
    </message>
    - <message name="WSAMessageIDHeader">
    <part name="MessageID" element="wsa:MessageID" />
    </message>
    - <portType name="HonorariumSmartDocCallback">
    - <operation name="onResult">
    <input message="tns:HonorariumSmartDocResponseMessage" />
    </operation>
    </portType>
    - <portType name="HonorariumSmartDoc">
    - <operation name="initiate">
    <input message="tns:HonorariumSmartDocRequestMessage" />
    </operation>
    </portType>
    - <binding name="HonorariumSmartDocBinding" type="tns:HonorariumSmartDoc">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    - <operation name="initiate">
    <soap:operation style="document" soapAction="initiate" />
    - <input>
    <soap:header message="tns:WSAReplyToHeader" part="ReplyTo" use="literal" encodingStyle="" />
    <soap:header message="tns:WSAMessageIDHeader" part="MessageID" use="literal" encodingStyle="" />
    <soap:body use="literal" />
    </input>
    </operation>
    </binding>
    - <binding name="HonorariumSmartDocCallbackBinding" type="tns:HonorariumSmartDocCallback">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    - <operation name="onResult">
    <soap:operation style="document" soapAction="onResult" />
    - <input>
    <soap:header message="tns:WSARelatesToHeader" part="RelatesTo" use="literal" encodingStyle="" />
    <soap:body use="literal" />
    </input>
    </operation>
    </binding>
    - <service name="HonorariumSmartDocCallbackService">
    - <port name="HonorariumSmartDocCallbackPort" binding="tns:HonorariumSmartDocCallbackBinding">
    <soap:address location="http://set.by.caller" />
    </port>
    </service>
    - <service name="HonorariumSmartDoc">
    - <port name="HonorariumSmartDocPort" binding="tns:HonorariumSmartDocBinding">
    <soap:address location="http://erp.template.co.uk:8889/orabpel/default/HonorariumSmartDoc/1.0" />
    </port>
    </service>
    - <plnk:partnerLinkType name="HonorariumSmartDoc">
    - <plnk:role name="HonorariumSmartDocProvider">
    <plnk:portType name="tns:HonorariumSmartDoc" />
    </plnk:role>
    - <plnk:role name="HonorariumSmartDocRequester">
    <plnk:portType name="tns:HonorariumSmartDocCallback" />
    </plnk:role>
    </plnk:partnerLinkType>
    </definitions>

  • How to move(migrate) OAF files(class files,PG files) using tool(Kintana)

    Hi,
    How to move(migrate) OAF files(class files,PG files) using tools(Kintana).
    Just want to know process for moving(migrating) OAF Files(class,PG) one instance to over instance(i.e dev to testing) using tools like kintana. We are planning to PVCS as versioning tool.
    Thanks

    New Line Types need to be added to Kintana Workflows and these line types should be able to use the xmlimport/xmlexport scripts.
    We have customized Kintana to migrate forms personalizations using FNDLOAD.
    I think, Change Management team should be able to address this.
    Srini

  • PST Migration using PST Capture tool 2.0

    Hello,
    I am planning to use Microsoft PST Capture 2.0 tool to import PST's located on C: Drive of users to personal archive mailbox of the respective user in the on-premises exchange 2010 mailbox.
    There are total of 16000 users. I am wondering will PST Capture Tool, be able to handle this huge requirement? Based on past experience, can anyone suggest me healthy practice of planning PST migration using PST capture 2.0?
    Any help on this will be highly appreciated.
    Thanks in advance.
    Kapil

    Make sure you spec the PST Migration server properly, also, the number of PST files is not the problem, It's the size of all the PST files.
    From my experience keep an eye on the disk space because If you are using a DAG once you start the migration the DB log files will be massive and you will need to run full backup to clear them so make sure you run backups every 12 hours to clear the logs.
    If you batch them each night to a reasonable number your environment can handle everything should be fine.
    Cheers
    Exchange Blog:
    www.ntweekly.com
    MCSA, MCSE, MCITP:SA, MCITP:EA, MCITP:Enterprise Messaging Administrator 2010,MCTS:Virtualization

  • How to use EPM 11 DRM migration utility tool

    Hi Gurus
    Can anyone tell me EPM 11 DRM heirairchy migration Steps? and how to use DRM migration utility tool for that.

    I am also looking for guide or Utility (download version) ,from where i can get that?

  • DHCP Failover / Migrate DHCP Server to another Machine

    We have DHCP Server Installed in Domain Controller with Windows Server 2008 R2 Based OS.
    I have Checked that there is no way to make the DHCP Failover in Server 2008 R2.
    Can anyone help me to get some level of Failover in DHCP?
    or
    If I want to migrate the DHCP to Server 2012 what is the Best Practice?

    Hello,
    There is no big challenge for configuring DHCP failover in Windows 2008 platform. Kindly go through with this link for configuring DHCP failover. I am sure it will help you to completing your task.
    1> Step-by-Step: Configure DHCP for Failover
    http://technet.microsoft.com/en-us/library/hh831385.aspx
    2> DHCP Step-by-Step Guide: Demonstrate DHCP Failover – Clustering in a Test Lab
    http://technet.microsoft.com/en-us/library/ee405263(v=ws.10).aspx
    Process of Migration DHCP Server 2008R2 to Windows 2012
    • Firstly, you can disable the DHCP role in Windows Server 2008 R2. However, if the Windows Server 2012 is down, the clients cannot renew their IP lease duration and obtain IP address.
    Therefore, it is recommended to leave the DHCP role in Windows Server 2008 R2 and deploy high availability. Windows Server 2012 brings the new feature: DHCP failover. However it requires both DHCP Servers are Windows Server 2012. Consider another Server
    is Windows Server 2008 R2, we have to choose one of the following:
    >> DHCP in a Windows failover cluster. This option places the DHCP server in a cluster with an additional server configured with the DHCP service that assumes the load if the primary DHCP server fails. The clustering deployment option uses
    a single shared storage. This makes the storage a single point of failure, and requires additional investment in redundancy for storage. In addition, clustering involves relatively complex setup and maintenance.
    >> Split scope DHCP. Split scope DHCP uses two independent DHCP servers that share responsibility for a scope. Typically 70% of the addresses in the scope are assigned to the primary server and the remaining 30% are assigned to the backup server.
    If clients cannot reach the primary server then they can get an IP configuration from the secondary server. Split scope deployment does not provide IP address continuity and is unusable in scenarios where the scope is already running at high utilization of
    address space, which is very common with Internet Protocol version 4 (IPv4).
    More references:
    Step-by-Step: Configure DHCP for Failover (Windows
    Server 2012)
    How
    to configure split-scope using wizard
    DHCP
    Step-by-Step Guide: Demonstrate DHCP Split Scope with Delay on a Secondary Server in a Test Lab
    DHCP
    Step-by-Step Guide: Demonstrate DHCP Failover – Clustering in a Test Lab
    If you need snap shot of migration then follow these links.
    http://blogs.technet.com/b/canitpro/archive/2013/04/29/step-by-step-migration-of-dhcp-from-windows-server-2003-to-windows-server-2012.aspx
    http://www.mehrban.net/migrating-dhcp-from-windows-2008-to-windows-2012
    Deepak Kotian.
    MCP, MCTS, MCITP Exchange 2010 Ent. Administrator
    Disclaimer:
    Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognizes useful contributions. Thanks!
    All the opinions expressed here is mine. This posting is provided "AS IS" with no
    warranties or guarantees and confers no rights.

  • DHCP server migration problem (2008 R2 to 2012 R2)

    Hi,
    I want to migrate my DHCP server from 2008 R2 to 2012 R2 server.I exported dhcp configuration by issuing export-dhcpserver command on 2012 R2 server.
    And now, when I try to import xml into new server I see error during import:
    VERBOSE: Importing option definitions on server...
    Import-DhcpServer : Failed to add option definition 249 on DHCP server server.lbank.msft. : The specified option
    already exists. (20009)
    At line:1 char:1
    + Import-DhcpServer -ComputerName server.lbank.msft -File D:\Darbinis\dhcp\dhc ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ResourceExists: (249:root/Microsoft/...ptionDefinition) [Import-DhcpServer], CimExceptio
       n
        + FullyQualifiedErrorId : DHCP 20009,Import-DhcpServer
    How to troubleshoot such error? Thanks.

    I have used the following resources and still had DHCP Migration Failure.
    http://blogs.technet.com/b/teamdhcp/archive/2012/09/11/migrating-existing-dhcp-server-deployment-to-windows-server-2012-dhcp-failover.aspx
    http://blogs.technet.com/b/kevinholman/archive/2013/09/25/migrating-dhcp-services-to-2012-r2-and-configuring-scope-failover.aspx
    http://technet.microsoft.com/en-us/windowsserver/dd448608.aspx
    http://technet.microsoft.com/en-us/library/dn495425.aspx
    http://technet.microsoft.com/en-us/library/dd379535(WS.10).aspx

  • How do I access router setup page if the router DHCP service is disabled?

    When I had DSL, my WRT54G was my DHCP master for my home network.  When I got AT&T U-Verse, their "gateway" became the DHCP master and also the wireless access point.  But the signal was not strong enough where I wanted to use it, so I hooked up the WRT54G again.  I discovered that if I connected the U-Verse gateway to the "Internet" port on the WRT54G Linksys, then my home network was split in two, which I did not want.  The WRT54G access point is physically somewhat distant from my wired computer, so I wanted to keep the U-Verse gateway as the DHCP master. (The U-Verse gateway is a router with four "computer" ports but no "Internet" port.)
    I followed instructions on the Linksys web site, and using my wi-fi connected computer I re-programmed the WRT54G to be "Disabled" as a DHCP server.  Then I powered down and physically connected the U-Verse gateway to a "Computer" port on the WRT54G.  This solved my problem:  my distant wi-fi computer now has a good signal, and both computers "see" each other.
    However, now I seem to have lost access to the WRT54G setup "web page."  Is it possible to access the innards of the WRT54G when its DHCP service is disabled?  Or would I have to reset the device to factory configuration and start all over if I wanted to make any tweaks?

    You can still access the router's web configuration pages even if the internal DHCP server is disabled and it is connected via a LAN Ethernet port to your upstream router. 
    Did you reserve and IP addresses on the Uverse router for static IPs?
    If you did, assign one of these to the Linksys router (LAN) and you will be able to access it from your LAN. Since you are not using the WAN port, the Linksys router will not pull an IP from the Uverse router. You are using the device as a switch. 

  • Service Manager Authoring Tool 2012 SP1 Missing DLL's

    Hello All,
    Originally posed this to the MS partner forums and was asked to post here.
    I'm hoping someone familiar with the Authoring Tool For service Manager can help me. I'm using the Service Manager Authoring Tool 2012 SP1 found at the link below. I believe this to be the latest available.
    Although the splash screen says Service Pack 1 Beta? Hoping the dev forgot to update the splash screen.
    http://www.microsoft.com/en-us/download/details.aspx?id=36214
    I'm trying to create a new custom Service Request form and am getting prompted for some DLL's that seem to be workstation related or at least the Aerolite.dll makes me thing Windows Aero. (Could be wrong)
    I've successful created a new Management pack, and I created a new Class that inherits the properties of the Service Request Class. I've added all the properties I need for the new form. All is well no issues there.
    The next step is to create a new custom form. I select the create new custom form. Give it a simple name, and select my assembly then the form type. I'm then prompted for several DLL files that are not on my system
    and I'm not sure where to find them.
    The DLL's are:
    Microsoft.EnterpriseManagement.UI.ExtendedControls.Aerolite.dll
    WPFTToolkit.AeroLite.dll
    I can select cancel several times to get ride of the prompt for the DLL's and can customize the from without issues. I don't think this is correct but I have been able to create the form.
    Does anyone know where I can find the above DLLs? Am I doing something incorrect here? Is this a bug in the authoring tool? If so is there an updated version I should be using?
    I also receive the same prompt for DLLs when attempting to create a custom incident form....
    My test environment is running Server 2012 R2 with Service Manager 2012 SP1. Went ahead and tried this using the Service Manager 2012 SP1 Eval VHD and had the same issue...

    Hello Gabe,
    The following post provides some insight on the Aero DLL's.
    Hi Matt,
    The Aero dll is only available on Vista so the tool will not find it when running on a different OS (e.g. Server 2008). However, you can safely cancel out of that it does not affect the form.
    Regarding moving controls between tabs, unfortunately that's not supported this release.
    It sounds like you did everything right, so let us try your MP here and see if we can reproduce the crash you are seeing and investigate it.
    Thanks,
    Cori
    Another post regarding 'Beta' on the splash screen.
    Yes, someone forget to change the splash screen :)
    Rob Ford scsmnz.net
    Cireson www.cireson.com
    For a free SCSM 2012 Notify Analyst app click here
    Can't post links to the full posts as this is a new account but I am sure you can find the referenced articles here on TechNet with the help of Bing or Google.
    Hope this helps.
    ~Nick

  • ICloud: how to make it a useful tool?

    I upgraded to iOS5 on October 12, probably to hastily. Now, the software is probably still in evolution, but as it is now it seems to me that it does not offer a useful tool as one expected from the big promotion from Apple. The main points are, in my opinion, the following:
    1. I got 20 GBy of storage, but this is used only for documents which are produced under Apple software - i.e. iWork. I'm using only 0.3 GBy and this will be all.
    2. access via my Mac is ackward, not "seamless". Only iPad and iPhone get easy access.
    3. automatic sync is a nice aspect - like backup with time-capsule - but I would like to have more control, especially for documents which stored somewhere where I do not have direct access. I do not share the radical view of Stallman about "the cloud" but I start to appeciate some of his criticism about the limited control on the whole process.
    Now, I would like to store ANY document in the cloud, my programs, my photos, etc. and decide which documents are free access to whom. This seems to be impossible at the moment. I'm keeping my dropbox account which allows me to easily share all the documents with my collaborators (and students). That's what I expected from iCloud. At the same time mobile.me shows rather serious malfunctioning. Syncing with iDisk is now problematic, contrary to statements (maintained to June 2012).
    Finally, the new "System Preferences" on the Mac about iCloud is rather obscure, no clear info about the action to be taken. Rumors are that dropping sync from "documents" would erase the documents also on my mac. I dot not want anybody have automatic and anauthorised access to my files!
    I expect Apple to improve the service - allowing access to iCloud with upload of any kind of software and sharing with third parties and taking any action on it only after explicit authorization on my part - otherwise I'll be obliged to cancel my account by next year.

    Addendum: not only I can upload only documents created with iWork, but additionally I
    have to upload them one-at-a-time. I have some 200 Pages docs. Are you kidding?
    I hope Apple will be receiving millions of messages asking for a new discipline for iCloud,
    more similar to Dropobox or Cloudapp, a merge of the best possible software. This is what
    I expected by Apple. At present, iCloud looks like a toy for people having time to waste.
    Anybody hearing at Apple? It hurts me to be polemic, but iCloud definitely looks like
    an unfinished experiment, and Apple should listen, otherwise they are losing many
    customers.
    Best wishes, E.O.

  • SPA122 - How to turn off "DHCP Option To Use" in the Provisioning tab using the XML configuration file?

    As default, SPA122 and SPA112 have DHCP Options 66, 160, 159 and 150 turned on.
    Our pre-provisioning process includes adding our default profile rule to our provisioning server for the device to pull its configuration files once the device has been added to an account.
    However, it seems like some customers have had problems with the device downloading the definite configuration file and manually turning off option Option 66 in the provisioning tab in the device solves this issue.
    Is there any option we could add to our pre-provisioning file so that it removes 66 from the "DHCP Option to Use" field in the provisioning tab?
    Please advise...

    Thanks Dan,
    I didn't know the dhcp server could serve different options to different classes of clients, I'll have to look that up!
    Moises
    so if your provisioning file has this line below (this is from a spa5xx config I had in my temp folder, so use the line from your provisioning file, or use the SPC tool to create a new default config for that device type)
    <DH<DHCP_Option_To_Use group="Provisioning/Configuration_Profile">66,160,159,150,60,43,125</DHCP_Option_To_Use>
    change it to
    <DH<DHCP_Option_To_Use group="Provisioning/Configuration_Profile">160,159,150,60,43,125</DHCP_Option_To_Use>
    Hope it helps,
    Provisioning guide is here
    Cisco IP Telephony Devices Provisioning Guide - Cisco Support Community
    Dan

  • How can I make DHCP Service automatically assign IP addresses?

    We decided on using OS X Server's DHCP service rather than depend on our router to dole out IPs. Here's the size and shape of our local subnet:
    Range: 192.168.0.0 to 192.168.7.255
    Mask: 255.255.248.0
    Router: 192.168.1.1
    DNS: ....etc...
    We're trying to have the DHCP block managed as 192.168.2.0 through 192.168.2.255. Maybe I'm missing something, but shouldn't DHCP automatiScally assign IPs in that range every time someone plugs in a computer? Right now we're having to enter MAC + IP static maps manually into Server Admin, which is a major pain. How can we fix that so it becomes automatic?
    Here's how DHCP service is set on our quad-Ethernet Xserve Xeon. en0 / en1 / en2 / en3 are all set up the same, but only en0 is checked:
    GENERAL:
    Subnet Name: Our LAN (en0)
    Starting IP Address: 192.168.2.0
    Ending IP Address: 192.168.2.255
    Subnet Mask: 255.255.248.0
    Network Interface: en0
    Router: 192.168.1.1
    Lease Time: 4 hours
    DNS Servers:
    192.168.1.100.... etc.
    Default Search Domain: ourdomain.private
    LDAP:
    Server Name: (blank)
    Search Base: (blank)
    Port: (Leave blank to use the default port)
    [ ] LDAP over SSL
    URL:
    WINS:
    WINS/NBNS Primary Server: 10.0.1.20
    WINS/NBNS Secondary Server: 10.0.1.21
    NBDD Server: 1.0.1.22
    NBT Node Type: Not Set
    NetBIOS Scope ID: (blank)
    I'm stuck.... I thought all I'd have to do is define a suitable range, like the 256 addresses in the middle of our DHCP block, but it's not enough. Your help is certainly appreciated.
    - Bert

    This morning I stumbled onto the solution (at least a partial solution). I noticed in /var/log/system.log that there were warnings to the effect of "Hey -- you've got disabled DHCP ports that have conflicting ranges with your enabled DHCP port." Previously, I hadn't thought this was a major error, but when I deleted the three disabled ports from DHCP (en1, en2, and en3) and restarted DHCP then everything started working correctly. Hosts that were previously not getting IP addresses assigned because they weren't listed in Static Maps are now getting addresses.
    The log entries looked basically like this:
    Apr 19 09:54:38 myserver servermgrd[50]: servermgr_dhcp:bootp config:Error:Subnets 'My LAN (en2)' and 'My LAN (en0)' have overlapping ranges: '1\
    92.168.2.0-192.168.2.255' overlaps '192.168.2.0-192.168.2.255'
    Apr 19 09:54:38 myserver servermgrd[50]: servermgr_dhcp:bootp config:Error:Subnets 'My LAN (en2)' and 'My LAN (en3)' have overlapping ranges: '1\
    92.168.2.0-192.168.2.255' overlaps '192.168.2.0-192.168.2.255' - 'My LAN (en3)' is not active
    Apr 19 09:54:38 myserver servermgrd[50]: servermgr_dhcp:bootp config:Error:Subnets 'My LAN (en2)' and 'My LAN (en1)' have overlapping ranges: '1\
    92.168.2.0-192.168.2.255' overlaps '192.168.2.0-192.168.2.255' - 'My LAN (en1)' is not active
    Apr 19 09:54:38 myserver servermgrd[50]: servermgr_dhcp:bootp config:Error:Subnets 'My LAN (en0)' and 'My LAN (en2)' have overlapping ranges: '1\
    92.168.2.0-192.168.2.255' overlaps '192.168.2.0-192.168.2.255' - 'My LAN (en2)' is not active
    Apr 19 09:54:38 myserver servermgrd[50]: servermgr_dhcp:bootp config:Error:Subnets 'My LAN (en0)' and 'My LAN (en3)' have overlapping ranges: '1\
    92.168.2.0-192.168.2.255' overlaps '192.168.2.0-192.168.2.255' - 'My LAN (en3)' is not active
    : and so on
    The next problem I need to work through is why there's huge amounts of DHCP-related traffic in the logs. It's clogging up with stuff like this:
    Apr 19 10:33:40 fannxfile bootpd[54475]: DHCP DISCOVER [en3]: 1,0:e:8:eb:47:90 <SipuraSPA>
    Apr 19 10:33:40 fannxfile bootpd[54475]: replying to 192.168.2.44
    Apr 19 10:33:40 fannxfile bootpd[54475]: OFFER sent <no hostname> 192.168.2.44 pktsize 303
    Apr 19 10:33:40 fannxfile bootpd[54475]: service time 0.000404 seconds
    Apr 19 10:33:40 fannxfile bootpd[54475]: DHCP DISCOVER [en0]: 1,0:e:8:eb:47:90 <SipuraSPA>
    Apr 19 10:33:40 fannxfile bootpd[54475]: replying to 192.168.2.44
    Apr 19 10:33:40 fannxfile bootpd[54475]: OFFER sent <no hostname> 192.168.2.44 pktsize 303
    Apr 19 10:33:40 fannxfile bootpd[54475]: service time 0.000385 seconds
    Apr 19 10:33:40 fannxfile bootpd[54475]: DHCP DISCOVER [en1]: 1,0:e:8:eb:47:90 <SipuraSPA>
    Apr 19 10:33:40 fannxfile bootpd[54475]: replying to 192.168.2.44
    Apr 19 10:33:40 fannxfile bootpd[54475]: OFFER sent <no hostname> 192.168.2.44 pktsize 303
    Apr 19 10:33:40 fannxfile bootpd[54475]: service time 0.000363 seconds
    Apr 19 10:33:40 fannxfile bootpd[54475]: DHCP REQUEST [en2]: 1,0:e:8:eb:47:90 <SipuraSPA>
    Apr 19 10:33:40 fannxfile bootpd[54475]: replying to 192.168.2.44
    Apr 19 10:33:40 fannxfile bootpd[54475]: ACK sent <no hostname> 192.168.2.44 pktsize 303
    Apr 19 10:33:40 fannxfile bootpd[54475]: service time 0.000597 seconds
    Apr 19 10:33:40 fannxfile bootpd[54475]: DHCP REQUEST [en3]: 1,0:e:8:eb:47:90 <SipuraSPA>
    Apr 19 10:33:40 fannxfile bootpd[54475]: service time 0.000103 seconds
    Apr 19 10:33:40 fannxfile bootpd[54475]: DHCP REQUEST [en0]: 1,0:e:8:eb:47:90 <SipuraSPA>
    Apr 19 10:33:40 fannxfile bootpd[54475]: service time 0.000298 seconds
    Apr 19 10:33:40 fannxfile bootpd[54475]: DHCP REQUEST [en1]: 1,0:e:8:eb:47:90 <SipuraSPA>
    Apr 19 10:33:40 fannxfile bootpd[54475]: service time 0.000153 seconds
    Apr 19 10:33:40 fannxfile bootpd[54475]: DHCP REQUEST [en2]: 1,0:e:8:eb:47:90 <SipuraSPA>
    Apr 19 10:33:40 fannxfile bootpd[54475]: service time 0.000134 seconds
    Apr 19 10:33:40 fannxfile bootpd[54475]: DHCP REQUEST [en3]: 1,0:e:8:eb:47:90 <SipuraSPA>
    Apr 19 10:33:40 fannxfile bootpd[54475]: service time 0.000139 seconds
    Apr 19 10:33:40 fannxfile bootpd[54475]: DHCP REQUEST [en0]: 1,0:e:8:eb:47:90 <SipuraSPA>
    Apr 19 10:33:40 fannxfile bootpd[54475]: service time 0.000125 seconds
    Apr 19 10:33:40 fannxfile bootpd[54475]: DHCP REQUEST [en1]: 1,0:e:8:eb:47:90 <SipuraSPA>
    Apr 19 10:33:40 fannxfile bootpd[54475]: service time 0.000174 seconds
    This is happening REALLY fast. Every second there's a block of log entries like the above. I don't get it because I've set the lease times to 4 hours. I'll reset the leases back to 12 hours, but I don't understand what's causing the rapid fire log entries.
    Perhaps the smart thing to do at this point is to reboot the server.
    To answer some of your specific questions:
    Q: Have you tried specifying the range as 192.168.0.1 - 192.168.7.254 instead? Please don't take this the wrong way but is the service actually running?
    A: Yes, definitely up and running. Hosts that are in the static map were getting addresses. After deleting the three disabled Ethernet ports with conflicting ranges, I'm also seeing hosts that have not been entered into static maps appearing with dynamic IP addresses, which is what we wanted.
    Regarding the suggestion to set the network range to 192.168.0.1 - 192.168.7.254: That's the range the way it was originally set, but I thought what the range was supposed to be was the smaller block of addresses you wanted DHCP to draw from out of your total subnet. I may be wrong, but doesn't DHCP service already know your total network size from the network mask? [255.255.248.0 in our case] This implies that our subnet ranges from 192.168.0.0 to 192.168.7.255 (including base and broadcast addresses at both ends).
    My thought was that the "Starting IIP Address" and "Ending IP Address" wanted to be the range of addresses in that that I wanted to use as a pool for DHCP. Hence 192.168.2.0 through 192.168.2.255. We have devices with static IP addresses on our network (servers, printers, and our VoIP phone system, mostly) on 192.168.0.xxx, 192.168.1.xxx and 192.168.3.xxx, and if DHCP doubly assigns addresses in these ranges to our workstations, then we're in big trouble.
    Q: sudo serveradmin fullstatus dhcp
    A: ...that produces the following output now following deletion of the DHCP ports with conflicting ranges:
    fannxfile:log root# serveradmin fullstatus dhcp
    dhcp:setStateVersion = 1
    dhcp:servicePortsAreRestricted = "NO"
    dhcp:numConfiguredStaticMaps = 43
    dhcp:dhcpLeasesArray:arrayindex:0:timeLeft = 12201
    dhcp:dhcpLeasesArray:arrayindex:0:clientID = ""
    dhcp:dhcpLeasesArray:arrayindex:0:computerName = ""
    dhcp:dhcpLeasesArray:arrayindex:0:macAddress = "00:1b:63:17:a3:bd"
    dhcp:dhcpLeasesArray:arrayindex:0:ipAddress = "192.168.2.21"
    dhcp:dhcpLeasesArray:arrayindex:1:timeLeft = 12168
    dhcp:dhcpLeasesArray:arrayindex:1:clientID = ""
    dhcp:dhcpLeasesArray:arrayindex:1:computerName = ""
    dhcp:dhcpLeasesArray:arrayindex:1:macAddress = "00:1b:63:17:a3:bd"
    dhcp:dhcpLeasesArray:arrayindex:1:ipAddress = "192.168.2.9"
    dhcp:state = "RUNNING"
    dhcp:logPaths:systemLog = "/var/log/system.log"
    dhcp:backendVersion = "10.5"
    dhcp:timeOfModification = "2009-04-19 10:05:46 -0700"
    dhcp:numDHCPActiveClients = 2
    dhcp:numDHCPLeases = 2
    dhcp:timeOfSnapShot = "2009-04-19 10:43:09 -0700"
    dhcp:timeServiceStarted = "2009-04-19 10:05:46 -0700"
    dhcp:readWriteSettingsVersion = 1
    dhcp:servicePortsRestrictionInfo = emptyarray
    -- Bert Sierra

  • RE: Importing a class CEX file using TOOL

    What exactly are you trying to do when you say "import"? I can think of
    two possibilities:
    1. You simply want to import the text of the file, in which case
    you can use Forte's File class.
    2. You actually want to load the class definition and instantiate
    an object based on that class. If so, you will need to deploy the class
    in a library and use Forte's dynamic class loading and instanceAlloc().
    This is well documented in the Forte manuals.
    CJ
    Chris Johnson
    BORN Information Services, Inc.
    612-417-6035 (direct)
    612-510-4077 (pager)
    -----Original Message-----
    From: Geoffery Whitington [SMTP:[email protected]]
    Sent: Thursday, May 14, 1998 9:24 AM
    To: [email protected]
    Subject: Importing a class CEX file using TOOL
    > ----------
    > From: Geoffery
    Whitington[SMTP:[email protected]]
    > Sent: Thursday, May 14, 1998 9:24:28 AM
    > To: [email protected]
    > Subject: Importing a class CEX file using TOOL
    > Auto forwarded by a Rule
    >
    Hi Forte Users,
    Would anyone know how to import a class CEX file using TOOL
    code? Is there
    a class in one of the libraries that I can use to do such a
    task?
    If anyone has some insight into such an endeavor (positive or
    negative)
    please respond!
    As well, I would like to express my appreciation for this
    mailing list - it
    has carried some excellent Forte dialogue.
    Thanks for all your help!
    Geoff Whittington
    > -----Original Message-----
    > From: [email protected] [SMTP:[email protected]]
    > Sent: Wednesday, May 13, 1998 3:54 PM
    > To: [email protected]
    > Cc: [email protected]; [email protected];
    > [email protected]; [email protected]
    > Subject: Re: Backing up an Environment
    >
    > Hi Daniel,
    >
    > How can you use RpClean on an environment repository
    > which is C-tree ? (Or is there a way to store it as B-tree
    > with Forte R3 ?)
    > Note also that your Name Server performances may be
    > dramatically impoverished after several applications
    > install/uninstall (say 8 or 10), once your Env. Mgr repository
    > has grown pretty big. The only way to recycle it is then to
    restart
    > it from an export file with the -b option.
    >
    > Please let me know,
    >
    > Vincent
    >
    > On Wed, 13 May 1998 00:03:52 +0200 Daniel Nguyen
    > <[email protected]> writes:
    > >Hi,
    > >
    > >It is normal. The Export of the Environment only contains
    node
    > >definitions.
    > >You should also loose your partitioning definition in your
    Workshop.
    > >Have you tried the RpClean on the environment repository ?
    > >I would use the export file only after a crash of the
    environment on
    > >production
    > >site or restart from a backup of the environment repository
    without
    > >the
    > >user
    > >connexions.
    > >
    > >Hope this helps,
    > >
    > >Daniel Nguyen
    > >Freelance Forte Consultant
    > >
    > >Chael, Tom wrote:
    > >>
    > >> Every time I export my environment definition and rebuild
    the
    > >> environment repository I loose my application definitions.
    I have
    > >to
    > >> go into Econsole/Escript to Uninstall and reinstall my
    applications.
    > >> Is this normal? I am on a Windows NT environment running
    Forte
    > >> 2.0.H.1. I have verified that I am using the correct .edf
    file when
    > >I
    > >> do my environment rebuild.
    > >>
    > >> -----Original Message-----
    > >> From: Don Nelson [SMTP:[email protected]]
    > >> Sent: Wednesday, April 29, 1998 5:35 PM
    > >> To: Sanchez, Bernardo
    > >> Cc: '[email protected]'
    > >> Subject: Re: Backing up an Environment
    > >>
    > >> Sanchez,
    > >>
    > >> Try this simple escript:
    > >>
    > >> findactenv
    > >> exportenv
    > >> exit
    > >>
    > >> Note that this will only export the active
    environments - no
    > >> simulated
    > >> environments will be exported.
    > >>
    > >> It's also a good idea to rebuild your environment
    repository
    > >> every now and
    > >> then. How often you do it depends partly on how many
    and how
    > >> often you do
    > >> deployments, installations, or other changes to the
    > >environment.
    > >> However,
    > >> once a month is not a bad starting point.
    > >>
    > >> Don
    > >>
    > >> At 04:54 PM 4/29/98 -0400, Sanchez, Bernardo wrote:
    > >> >
    > >> >We are currently running a cron job to backup & clean
    our
    > >> CentralRepository
    > >> >(bt:central) on a daily basis. This works OK.
    > >> >
    > >> >We would also like to backup our forte environment on
    a weekly
    > >> basis. Does
    > >> >anyone have a script to do this?
    > >> >
    > >> >Thanks in advance.
    > >> >
    > >> >Bernardo Sanchez DMC Inc.
    > >> >
    > >> >
    > >> >
    > >> >-
    > >> >To unsubscribe, email '[email protected]' with
    > >> >'unsubscribe forte-users' as the body of the message.
    > >> >Searchable thread archive
    > >> <URL:http://pinehurst.sageit.com/listarchive/>
    > >> >
    > >> >
    > >>
    > >> ============================================
    > >> Don Nelson
    > >> Regional Consulting Manager - Rocky Mountain Region
    > >> Forte Software, Inc.
    > >> Denver, CO
    > >> Phone: 303-265-7709
    > >> Corporate voice mail: 510-986-3810
    > >>
    > >> aka: [email protected]
    > >> ============================================
    > >>
    > >> "When you deal with high numbers, you need higher
    math." -
    > >Hobbes
    > >>
    > >> -
    > >> To unsubscribe, email '[email protected]' with
    > >> 'unsubscribe forte-users' as the body of the message.
    > >> Searchable thread archive
    > >> <URL:http://pinehurst.sageit.com/listarchive/>
    > >-
    > >To unsubscribe, email '[email protected]' with
    > >'unsubscribe forte-users' as the body of the message.
    > >Searchable thread archive
    > ><URL:http://pinehurst.sageit.com/listarchive/>
    > >
    >
    >
    > You don't need to buy Internet access to use free Internet
    e-mail.
    > Get completely free e-mail from Juno at http://www.juno.com
    > Or call Juno at (800) 654-JUNO [654-5866]
    > -
    > To unsubscribe, email '[email protected]' with
    > 'unsubscribe forte-users' as the body of the message.
    > Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hello,
    I don't know about any forte classes to do the job.
    But, if it just automating the imports that you are concerned with
    then you can accomplish it using fscript.
    For eg. in UNIX machines you can write a shell script to go through
    a directory, get all files with .cex extension and call fscript which
    would open a workspace/repository and do an import plan.
    Hope this helps
    Santha Athiappan
    From [email protected] Thu May 14 09:23:53 1998
    Received: (from sync@localhost) by pebble.SageIT.com (8.6.10/8.6.9) id IAA01294 for forte-users-outgoing; Thu, 14 May 1998 08:43:25 -0700
    Received: (from uucp@localhost) by pebble.SageIT.com (8.6.10/8.6.9) id IAA01283 for <[email protected]>; Thu, 14 May 1998 08:43:22 -0700
    Received: from descartes.com(205.210.27.1) by pebble.sagesoln.com via smap (V2.0)
    id xma001277; Thu, 14 May 98 08:43:10 -0700
    Received: by descartes.com with Internet Mail Service (5.5.1960.3)
    id <KRDBVHV9>; Thu, 14 May 1998 11:45:11 -0400
    Message-ID: <[email protected]>
    From: Geoffery Whitington <[email protected]>
    To: "Johnson, Chris CWT-MSP" <[email protected]>
    Cc: [email protected]
    Subject: RE: Importing a class CEX file using TOOL
    Date: Thu, 14 May 1998 11:45:10 -0400
    X-Mailer: Internet Mail Service (5.5.1960.3)
    Sender: [email protected]
    Precedence: bulk
    Reply-To: Geoffery Whitington <[email protected]>
    Hi Chris,
    The goal that I want to achieve is this: at runtime, read a CEX file from
    my filesystem and "import class" it into my workspace. It is equivalent to
    invoking the menu item "Component,Import Class/Interface".
    Basically I am generating hundreds of TOOL classes and I don't want to
    manually import them myself. I am aware of the Forte Code generator, but
    the classes I wish to generate are much too complex for the generator (I
    want virtual attributes based upon NonKeyAttributes, with their own Set and
    Get methods, as well as methods with changing/variable parameters -
    something I believe that the generator cannot handle).
    Cheers,
    Geoff Whittington
    -----Original Message-----
    From: Johnson, Chris CWT-MSP [SMTP:[email protected]]
    Sent: Thursday, May 14, 1998 11:19 AM
    To: 'Geoffery Whitington'; [email protected]
    Subject: RE: Importing a class CEX file using TOOL
    What exactly are you trying to do when you say "import"? I can think
    of
    two possibilities:
    1. You simply want to import the text of the file, in which case
    you can use Forte's File class.
    2. You actually want to load the class definition and instantiate
    an object based on that class. If so, you will need to deploy the class
    in a library and use Forte's dynamic class loading and instanceAlloc().
    This is well documented in the Forte manuals.
    CJ
    Chris Johnson
    BORN Information Services, Inc.
    612-417-6035 (direct)
    612-510-4077 (pager)
    -----Original Message-----
    From: Geoffery Whitington [SMTP:[email protected]]
    Sent: Thursday, May 14, 1998 9:24 AM
    To: [email protected]
    Subject: Importing a class CEX file using TOOL
    From: Geoffery
    Whitington[SMTP:[email protected]]
    Sent: Thursday, May 14, 1998 9:24:28 AM
    To: [email protected]
    Subject: Importing a class CEX file using TOOL
    Auto forwarded by a Rule
    Hi Forte Users,
    Would anyone know how to import a class CEX file using TOOL
    code? Is there
    a class in one of the libraries that I can use to do such a
    task?
    If anyone has some insight into such an endeavor (positive or
    negative)
    please respond!
    As well, I would like to express my appreciation for this
    mailing list - it
    has carried some excellent Forte dialogue.
    Thanks for all your help!
    Geoff Whittington
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    >
    Get Your Private, Free Email at http://www.hotmail.com
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Urgent! DHCP service stop, server lose its IP...

    Hi all,
    I have a serious problem:
    My Macmini Server (late 2010) firstly suddened stop lease IPs event I restart Macmini, restart DHCP service... OK, I set clients (Mac, window) to use static IP, its work for a day and now the server even lose its IP. It is mean I can not ping to server, cannot have Internet, can not share file... just a nice, deadly box!
    At home I can still use SSH to connect to that server and when I use ipconfig:
    server-001:~ Xadmin$ ipconfig getifaddr en2
    get if addr en2 failed, (os/kern) failure
    server-001:~ Xadmin$ ipconfig getifaddr en0
    10.0.0.10
    server-001:~ Xadmin$ ipconfig getoption en0 2
    ipconfig_get_option failed, (os/kern) failure
    server-001:~ Xadmin$ ipconfig getoption en2 2
    ipconfig_get_option failed, (os/kern) failure
    server-001:~ Xadmin$ ipconfig getoption en2 3
    ipconfig_get_option failed, (os/kern) failure
    server-001:~ Xadmin$ ifconfig en2
    en2: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
              ether 10:9a:ad:41:c6:10
              media: autoselect (none)
              status: inactive
    server-001:~ vidagisadmin$ ifconfig en0
    en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
              ether c4:1c:03:4a:eb:d4
              inet6 fe80::c12c:1ff:fe3a:ebd4%en0 prefixlen 64 scopeid 0x8
              inet 10.0.0.10 netmask 0xffffff00 broadcast 10.0.0.255
              media: autoselect (100baseTX <full-duplex>)
              status: active
    Do you have this before?
    How can I active the en2 network interface?
    Any clue is very appriciate and this is very URGENT!!!!!
    Thanks for your time!
    Please note that:
    - I use Macmini server as a gateway, and use an USBEthernet (en2) to sharering that internet connection.
    - hostname appear is OK when I check it through ssh
    Please help!!!

    Hi Esther, I use DHCP for server.
    Actually I found that we have problem with the network cable only! Anyway thanks!
    If this forum have a moderator I hope, please delete this discussion, thanks!

  • Online Migration using SQL developer

    Hi All,
    We are planning to migrate our production SQL server.2005 database to oracle 10g. If I use online migration using Oracle SQL Developer Tool to migrate data from SQL server 2005 to Oracle 10g, then will it migrate all those records that are inserted into SQL server 2005 LIVE database after the time when online migration process started?
    For example let say the migration process started at 10:00 PM in the night and it found 200,00,000 records in transaction table, it will take 3-4 hours to migrate all of them to oracle, now during this migration time the LIVE SQL server database will still be getting new records, so will 200,00,000 plus newly inserted records will get migrated to Oracle 10g or only those which were initially counted when migration started?
    Kindly advise!
    Best Regards!
    Irfan

    Hi Irfan,
    It sounds easy to find that out by a little test. I would expect that only those records will be transferred that are in the remote table at the moment when the migration started. Online data move uses COPY via the JDBC connection, as far as I know.
    200,000,000 records and an online data move is a contradiction. From the manual:
    Mode: Online causes the table data to be moved by SQL Developer when you have completed the necessary information in the wizard; Offline causes SQL Developer to generate scripts after you have completed the necessary information in the wizard, and you must later run those scripts if you want to move the data. (Online moves are convenient for moving small data sets; offline moves are useful for moving large volumes of data.)
    If you are using offline data move, then you are using BCP to unload the data from the SQL Server database, and then the rules of BCP apply how the records are unloaded.
    What are you trying to achieve? Do you want to keep the two databases in synch? Then a migration does not seem to me the best way. There are other products, like the Database Gateway for MS SQL Server, or the Golden Gate product.
    Best regards
    Wolfgang

Maybe you are looking for

  • PA:Error in main

    Hi All, Please describe the about error(PA: Error in main). I got this error while running the report. Please give reply ASAP. I hope u understood the needy. Thanks Surya

  • How to build an URL to filter a variable with the # (Not Assigned) as value

    Hello Gurus, We need to build the URL that is calling a query with a filter value = #. We need to query only those records that have "Not Assigned" in a particular Infoobject. Example of our URL: that is not working http://ustwa427.xxx.com:8000/sap(b

  • Saving One or Two pages from a PDF file

    How do I save one or two pages from a PDF file that have been emailed to me? 

  • Detaching and attaching new template

    I have a very basic understanding of Dreamweaver and html. I am not a programmer and the most I have ever done is created a few pages in Dreamweaver using a table format, which I understand is not very popular. In any case, I have been given the job

  • The URL field for iPhone Calendar Events is missing?

    iCal on my Mac and my MobileMe Calendar both include a URL field for Events. I don't see the URL field on my iPhone Calendar events??? Am I missing something. I can't automatically have that link sync from iCal or MobileMe? I don't want to always hav