<?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 remote administration of entrias and envizex in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-administration-of-entrias-and-envizex/m-p/2777662#M76450</link>
    <description>I have about 25 netstations that I need to change the IP for. Is there a way to do this easily through a script or telnet? I was hoping to save some time and not have to change the IP by physically being in front of the netstation. I will also be changing the IP of the file server.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ron&lt;BR /&gt;</description>
    <pubDate>Thu, 01 Aug 2002 13:32:56 GMT</pubDate>
    <dc:creator>Ron Bromwell</dc:creator>
    <dc:date>2002-08-01T13:32:56Z</dc:date>
    <item>
      <title>remote administration of entrias and envizex</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-administration-of-entrias-and-envizex/m-p/2777662#M76450</link>
      <description>I have about 25 netstations that I need to change the IP for. Is there a way to do this easily through a script or telnet? I was hoping to save some time and not have to change the IP by physically being in front of the netstation. I will also be changing the IP of the file server.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ron&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Aug 2002 13:32:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-administration-of-entrias-and-envizex/m-p/2777662#M76450</guid>
      <dc:creator>Ron Bromwell</dc:creator>
      <dc:date>2002-08-01T13:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: remote administration of entrias and envizex</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-administration-of-entrias-and-envizex/m-p/2777663#M76451</link>
      <description>Hopefully, you have set those guys to download IP Address, subnet mask, etc. from bootp. In that case, all you have to do is change the bootp data in /etc/bootptab on yor bootp servers.&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Aug 2002 13:37:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-administration-of-entrias-and-envizex/m-p/2777663#M76451</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-08-01T13:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: remote administration of entrias and envizex</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-administration-of-entrias-and-envizex/m-p/2777664#M76452</link>
      <description>for i in $(cat /file)&lt;BR /&gt;do&lt;BR /&gt; remsh $i get config &amp;gt; /etc/opt/hpxt/xthome/enware2/config/${i}.cfg&lt;BR /&gt; echo "save" &amp;gt;&amp;gt; /etc/opt/hpxt/xthome/enware2/config/${i}.cfg&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;i is the ipaddress of the terminal.&lt;BR /&gt;&lt;BR /&gt;Then you can do a global replace of your ip addresses in the config files...&lt;BR /&gt;&lt;BR /&gt;then &lt;BR /&gt;&lt;BR /&gt;remsh $i reconfig&lt;BR /&gt;&lt;BR /&gt;It may require a&lt;BR /&gt;remsh $i reboot&lt;BR /&gt;&lt;BR /&gt;then everything should be fine then....&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;PS: I may have forgotten exact commands! wait till alex gets hold of this! he still supports them I guess!&lt;BR /&gt;&lt;BR /&gt;sorry Alex! ;)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Aug 2002 13:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-administration-of-entrias-and-envizex/m-p/2777664#M76452</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-08-01T13:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: remote administration of entrias and envizex</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-administration-of-entrias-and-envizex/m-p/2777665#M76453</link>
      <description>Hey Ron someone just asked me the same queston in the HP Atlanta RC ?&lt;BR /&gt;&lt;BR /&gt;I think it 's possible Bill M may be able to confirm but you can create a remote config file by running :&lt;BR /&gt;&lt;BR /&gt;remsh xterminal  name get config &amp;gt; xterminal_name.cfg. needs to be done in correctly directory see below. eg is for the case of newer xterminals &amp;amp; enware 9.11 aka enware2 s/w&lt;BR /&gt;&lt;BR /&gt;you should be edit the file accordingly ....Ethernet (1) IP Address                  =15.145.33.24  and instances of &lt;BR /&gt;&lt;BR /&gt;you can use remsh xterminal_name  reboot to reboot the xtermial and for the changes to take effect.&lt;BR /&gt;&lt;BR /&gt;you'll also need to make sure the remote cfg file parameter is set correctly &lt;BR /&gt;Remote Config File                       = /opt/hpxt/enware2/config/hpwina24.cfgRemote Config Security                   = true&lt;BR /&gt;&lt;BR /&gt;lastly you'll need to ensure /etc/hosts reflects the change/ has a valid entry and use xtadm on the file server to make the appropriate changes in the bootptab file before rebooting.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Aug 2002 13:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-administration-of-entrias-and-envizex/m-p/2777665#M76453</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2002-08-01T13:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: remote administration of entrias and envizex</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-administration-of-entrias-and-envizex/m-p/2777666#M76454</link>
      <description>Bill I hoped you'd know :)&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Aug 2002 13:48:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-administration-of-entrias-and-envizex/m-p/2777666#M76454</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2002-08-01T13:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: remote administration of entrias and envizex</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-administration-of-entrias-and-envizex/m-p/2777667#M76455</link>
      <description>Everything Alex suggested should work,&lt;BR /&gt;however, I'd recommend using the IP address specifically rather than terminal name.&lt;BR /&gt;&lt;BR /&gt;the config will end up being called:&lt;BR /&gt;1.2.3.4.cfg for example.&lt;BR /&gt;&lt;BR /&gt;As also mentioned your bootptab can specify this info, but on config loading the config will override any bootp configuration provided. &lt;BR /&gt;&lt;BR /&gt;I add the save to the end of the config files to ensure the flash is written on every read of the config.  This will ensure that when you record the config, modify it, then do the &lt;BR /&gt;remsh $i reconfig&lt;BR /&gt;that the changes are recorded to file&lt;BR /&gt;you can prove it with&lt;BR /&gt;remsh $i cat /dev/nonvol | strings&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Thu, 01 Aug 2002 14:02:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-administration-of-entrias-and-envizex/m-p/2777667#M76455</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-08-01T14:02:18Z</dc:date>
    </item>
  </channel>
</rss>

