<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Configuring DTC Manager in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dtc-manager/m-p/2520718#M877885</link>
    <description>Been there and done that.&lt;BR /&gt;&lt;BR /&gt;Basically you run a dtcexport on the exisiting config, and get the export files over to the other box.  Once there, run dtcimport.&lt;BR /&gt;&lt;BR /&gt;One other thing - you need to run dtcown on the new box, so that the DTC's out there know that they have a new machine to look at.&lt;BR /&gt;&lt;BR /&gt;See man dtcexport or dtcmodifyconfs.&lt;BR /&gt;&lt;BR /&gt;In my case the new machine took on the IP address of the old, and the old machine got a new IP address, until it was retired.  So while both machines were up it caused some problems, until the dtcown command was run.&lt;BR /&gt;</description>
    <pubDate>Tue, 24 Apr 2001 16:36:08 GMT</pubDate>
    <dc:creator>Fred Martin_1</dc:creator>
    <dc:date>2001-04-24T16:36:08Z</dc:date>
    <item>
      <title>Configuring DTC Manager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dtc-manager/m-p/2520716#M877883</link>
      <description>Good Morning,&lt;BR /&gt;&lt;BR /&gt;I have a system now that is using DTC manager.  I have never installed or configured it.  In the next few weeks, I will be rebuilding another system to take over the one that is presently using DTC.  I will need to configure DTC exactly as it is configured on the present system.  After install, are there any configuration files that I could copy over to make life easier?  What are the important configuration files for DTC?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Sue&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Apr 2001 13:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dtc-manager/m-p/2520716#M877883</guid>
      <dc:creator>Susan Harris</dc:creator>
      <dc:date>2001-04-24T13:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DTC Manager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dtc-manager/m-p/2520717#M877884</link>
      <description>Try see the attachment.</description>
      <pubDate>Tue, 24 Apr 2001 13:53:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dtc-manager/m-p/2520717#M877884</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-04-24T13:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DTC Manager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dtc-manager/m-p/2520718#M877885</link>
      <description>Been there and done that.&lt;BR /&gt;&lt;BR /&gt;Basically you run a dtcexport on the exisiting config, and get the export files over to the other box.  Once there, run dtcimport.&lt;BR /&gt;&lt;BR /&gt;One other thing - you need to run dtcown on the new box, so that the DTC's out there know that they have a new machine to look at.&lt;BR /&gt;&lt;BR /&gt;See man dtcexport or dtcmodifyconfs.&lt;BR /&gt;&lt;BR /&gt;In my case the new machine took on the IP address of the old, and the old machine got a new IP address, until it was retired.  So while both machines were up it caused some problems, until the dtcown command was run.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Apr 2001 16:36:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dtc-manager/m-p/2520718#M877885</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2001-04-24T16:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DTC Manager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dtc-manager/m-p/2520719#M877886</link>
      <description>It is also important that you keep the same version of DTC manager between to the two computers. Export of an older version of DTC manager is not compatible with a newer.&lt;BR /&gt;&lt;BR /&gt;If that is not possible, you may have to create batch scripts to recreate the configurations. I have used perl to parse output from "dtclist" (run on old system) and have it generate the necessary input to "dtcmodifyconfs" (run on new) to recreate.&lt;BR /&gt;&lt;BR /&gt;Note on dtcown usage- I think after running "dtcown" you still have to power cycle the DTC's for it to take effect.</description>
      <pubDate>Tue, 24 Apr 2001 17:22:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dtc-manager/m-p/2520719#M877886</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2001-04-24T17:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DTC Manager</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dtc-manager/m-p/2520720#M877887</link>
      <description>DTC's remote boot using the rbootd protocol, so you will need to make sure your target system is running /usr/sbin/rbootd and that this is bound to the correct network driver, /dev/lan*, and that your DTC is on this network.  Default behaviour is all lan devices anyway.&lt;BR /&gt;&lt;BR /&gt;Also make sure that the dtcnmd and dtcnmp processes are configured to run.  Look at /etc/rc.confing.d/dtcmgr and set START_DTCMGR to 1 if necessary.&lt;BR /&gt;&lt;BR /&gt;Regardless of whether you manage to copy the actual DTC config properly, if you don't have these things running, you won't get your DTC to boot!&lt;BR /&gt;&lt;BR /&gt;Hope this helps.  Good luck.&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Apr 2001 10:35:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dtc-manager/m-p/2520720#M877887</guid>
      <dc:creator>Phil Squire</dc:creator>
      <dc:date>2001-04-25T10:35:50Z</dc:date>
    </item>
  </channel>
</rss>

