<?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: workstation not accepting new IP settings in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876696#M564232</link>
    <description>Thanks for all your help.  I'm new to UNIX so I needed it.  The patch was successful and it accepted the Ip address and Subnet mask. We're back in business.  Thanks again.</description>
    <pubDate>Thu, 23 Dec 2004 11:25:17 GMT</pubDate>
    <dc:creator>Ron Murphy_1</dc:creator>
    <dc:date>2004-12-23T11:25:17Z</dc:date>
    <item>
      <title>workstation not accepting new IP settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876681#M564217</link>
      <description>We recently changed our IP addressing for all workstations and servers.  All went well except for one HP/UX 10.20 workstation. when the Ip was changed it did not take. the IP for the interface now shows all 0s.  On bootup there are some errors and it hangs on NFS server busy.  One of the errors is as follows: ERROR:   lan0 interface: ifconfig: ioctl (SIOCSIFADDR): Can't assign requested address&lt;BR /&gt;"/sbin/rc2.d/S008net.sd start" FAILED.&lt;BR /&gt;&lt;BR /&gt;I attempted to install an ARPA patch and that did not goes so well either.  Several rpc errors occurred.  Could someone suggest some things to try to resolve this IP issue and get this workstation booting normally again?  I've included the rc.log file and the swagentd.log file.&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Dec 2004 15:14:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876681#M564217</guid>
      <dc:creator>Ron Murphy_1</dc:creator>
      <dc:date>2004-12-22T15:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: workstation not accepting new IP settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876682#M564218</link>
      <description>so what exactly did you change, and how did you change it?&lt;BR /&gt;Also, what do your netconf file and hosts file have in them??&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Dec 2004 15:17:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876682#M564218</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2004-12-22T15:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: workstation not accepting new IP settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876683#M564219</link>
      <description>Well, unfortunately I wasn't the one who chagned the IP, I'm just the one who has to correct the problem.  Anyway, as far as I know, within SAM the IP, subnet mask and default gateway address was changed. I have included the hosts and netconf file in a zip file for review.  Thanks for your quick response.</description>
      <pubDate>Wed, 22 Dec 2004 15:33:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876683#M564219</guid>
      <dc:creator>Ron Murphy_1</dc:creator>
      <dc:date>2004-12-22T15:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: workstation not accepting new IP settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876684#M564220</link>
      <description>Ron,&lt;BR /&gt;I have a feeling you are having the same exact problem as this thread.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=769597" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=769597&lt;/A&gt;</description>
      <pubDate>Wed, 22 Dec 2004 15:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876684#M564220</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-12-22T15:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: workstation not accepting new IP settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876685#M564221</link>
      <description>I think you're right but I have been unsuccessful with a resolution.  an HP rep sent me this information but it still did not resolve the issue.&lt;BR /&gt;&lt;BR /&gt;2. Create a text file called nettune_script with the following line:&lt;BR /&gt;&lt;BR /&gt;   /usr/contrib/bin/nettune -s ip_check_subnet_addr 0&lt;BR /&gt;&lt;BR /&gt;3. mv nettune_script /sbin/init.d&lt;BR /&gt;&lt;BR /&gt;4. chmod 555 /sbin/init.d/nettune_script&lt;BR /&gt;&lt;BR /&gt;5. chgrp bin /sbin/init.d/nettune_script&lt;BR /&gt;&lt;BR /&gt;6. chown bin /sbin/init.d/nettune_script&lt;BR /&gt;&lt;BR /&gt;7. cd /sbin/rc2.d&lt;BR /&gt;&lt;BR /&gt;8. ln -s /sbin/init.d/nettune_script /sbin/rc2.d/S006subnet&lt;BR /&gt;&lt;BR /&gt;any other suggestions?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Dec 2004 15:40:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876685#M564221</guid>
      <dc:creator>Ron Murphy_1</dc:creator>
      <dc:date>2004-12-22T15:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: workstation not accepting new IP settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876686#M564222</link>
      <description>Definitely an RFC 1122 issue.&lt;BR /&gt;&lt;BR /&gt;Overriding this with nettune was not allowed until PHNE_13287 which is now included in recommended patch:&lt;BR /&gt; &lt;BR /&gt;Patch Name: PHNE_19936&lt;BR /&gt;&lt;BR /&gt;Patch Description: s800 10.20 cumulative ARPA Transport patch&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main" target="_blank"&gt;http://www1.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main&lt;/A&gt;|patch.breadcrumb.search|&amp;amp;patchid=PHNE_19936&amp;amp;context=hpux:800:10:20&lt;BR /&gt;&lt;BR /&gt;Is that the patch you tried to install?  Hopefully you did not use:&lt;BR /&gt;&lt;BR /&gt;PHNE_20834 which does not work well with single processor systems.&lt;BR /&gt;&lt;BR /&gt;PHNE_22507 (Latest) might also be OK.&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Dec 2004 18:17:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876686#M564222</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2004-12-22T18:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: workstation not accepting new IP settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876687#M564223</link>
      <description>I tried to apply patch PHNE_22506 since the workstation is s700 10.20.  However, when I ran the patch several rpc errors were generated and the install did not complete.  These errors I got from the swinstall.log file. The first error was: RPC Exception: "Communications failure (dce/rpc)".&lt;BR /&gt;&lt;BR /&gt;Next error msg.: A remote procedure call to a daemon has failed.  Could not start a management session for "cp354:/".  make sure the host is accessible from the network and that it's daemon, swagentd, is running.&lt;BR /&gt;-Target connection failed for "cp354:/"&lt;BR /&gt;&lt;BR /&gt;Final message: More information may be found in the daemon log file on this target.  Defafult location: /var/adm/sw/swagentd.log.&lt;BR /&gt;-Selection had errors.&lt;BR /&gt;&lt;BR /&gt;Anyway, I checked the RC.log file and it appeared that swagentd started on boot up. Do you think I should try a different patch or can you suggest a better approach?</description>
      <pubDate>Thu, 23 Dec 2004 07:17:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876687#M564223</guid>
      <dc:creator>Ron Murphy_1</dc:creator>
      <dc:date>2004-12-23T07:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: workstation not accepting new IP settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876688#M564224</link>
      <description>Hi Ron,&lt;BR /&gt;&lt;BR /&gt;Check this doc.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000067424739" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000067424739&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Change the settings on your workstation (temp) to simulate a stand alone server, install the patch and undo the changes to the network settings after the patch install.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Robert-Jan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Dec 2004 07:35:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876688#M564224</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2004-12-23T07:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: workstation not accepting new IP settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876689#M564225</link>
      <description>Link to the US HP tech database.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000067424739" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000067424739&lt;/A&gt;</description>
      <pubDate>Thu, 23 Dec 2004 07:39:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876689#M564225</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2004-12-23T07:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: workstation not accepting new IP settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876690#M564226</link>
      <description>I gave this a try and received the follwoing error in swagentd.log: Failure registering as Remote Procedure Call server using protocol sequence "ncacn_ip_tcp" with endpoint "2121". No addresses.&lt;BR /&gt;*Stopping swagentd program. Process ID (1509).&lt;BR /&gt;Do you know what might cause this error?</description>
      <pubDate>Thu, 23 Dec 2004 08:48:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876690#M564226</guid>
      <dc:creator>Ron Murphy_1</dc:creator>
      <dc:date>2004-12-23T08:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: workstation not accepting new IP settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876691#M564227</link>
      <description>Failure registering as remote procedure call server using&lt;BR /&gt;protocol sequence ncacn_ip_tcp with endpoint 2121.  No&lt;BR /&gt;addresses dce/rpc.&lt;BR /&gt;&lt;BR /&gt;To solve this problem, execute the following commands:&lt;BR /&gt;&lt;BR /&gt;1. cd /var/adm/sw/queue&lt;BR /&gt;&lt;BR /&gt;2. mkdir /tmp/queue&lt;BR /&gt;&lt;BR /&gt;3. find . -print | cpio -pdmux /tmp/queue&lt;BR /&gt;&lt;BR /&gt;4. rm -rf /var/adm/sw/queue/*&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Dec 2004 08:56:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876691#M564227</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2004-12-23T08:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: workstation not accepting new IP settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876692#M564228</link>
      <description>Thanks for your help. That soleved the RPC issue. There is still another error when I run the swinstall.  Error: There is no depot software on host "cp354" at location "/var/spool/sw".  Source connection failed for "cp354: /var/spool/sw".  I went to the /var/spool directory but there was no sw directory.  Is this something I should have created and added files to?</description>
      <pubDate>Thu, 23 Dec 2004 09:44:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876692#M564228</guid>
      <dc:creator>Ron Murphy_1</dc:creator>
      <dc:date>2004-12-23T09:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: workstation not accepting new IP settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876693#M564229</link>
      <description>What command did you use ?&lt;BR /&gt;&lt;BR /&gt;swinstall -s /tmp/&lt;YOUR_LOCATION&gt; PHNE_22506&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan&lt;/YOUR_LOCATION&gt;</description>
      <pubDate>Thu, 23 Dec 2004 10:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876693#M564229</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2004-12-23T10:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: workstation not accepting new IP settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876694#M564230</link>
      <description>This is the format provided by HP in the patch documentation for PHNE_22506:&lt;BR /&gt;swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHNE_22506.depot&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Dec 2004 10:12:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876694#M564230</guid>
      <dc:creator>Ron Murphy_1</dc:creator>
      <dc:date>2004-12-23T10:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: workstation not accepting new IP settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876695#M564231</link>
      <description>If you are putting the command all on a single line, omit the \ in the command line you give.&lt;BR /&gt;&lt;BR /&gt;The \ is used to show continuation to the next line and is not really part of the command.&lt;BR /&gt;&lt;BR /&gt;# swinstall -x autoreboot=true -x match_target=true -s /tmp/PHNE_22506.depot</description>
      <pubDate>Thu, 23 Dec 2004 10:19:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876695#M564231</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-12-23T10:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: workstation not accepting new IP settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876696#M564232</link>
      <description>Thanks for all your help.  I'm new to UNIX so I needed it.  The patch was successful and it accepted the Ip address and Subnet mask. We're back in business.  Thanks again.</description>
      <pubDate>Thu, 23 Dec 2004 11:25:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876696#M564232</guid>
      <dc:creator>Ron Murphy_1</dc:creator>
      <dc:date>2004-12-23T11:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: workstation not accepting new IP settings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876697#M564233</link>
      <description>Problem has been resolved by previous post.  Once the patch was installed the script to bypass subnet checking worked.</description>
      <pubDate>Thu, 30 Dec 2004 07:36:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/workstation-not-accepting-new-ip-settings/m-p/4876697#M564233</guid>
      <dc:creator>Ron Murphy_1</dc:creator>
      <dc:date>2004-12-30T07:36:04Z</dc:date>
    </item>
  </channel>
</rss>

