<?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: Installing from depot-files problems .... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-from-depot-files-problems/m-p/3034664#M133249</link>
    <description>Hi,&lt;BR /&gt;you must not have an entry for the cdrom in the fstab, otherwise at each boot the system will try to mount the cdrom, and usually is is empty. you will get mount errors for nothig...&lt;BR /&gt;&lt;BR /&gt;If you want comodity, search for the path to the cdrom using ioscan (let's say /dev/dsk/c1t2d3) and make a soft link, for easier of typing:&lt;BR /&gt;&lt;BR /&gt;ln -s /dev/dsk/c1t2d3 /dev/cdrom&lt;BR /&gt;&lt;BR /&gt;For the install:&lt;BR /&gt;&lt;BR /&gt;do not register, but simply install it.&lt;BR /&gt;&lt;BR /&gt;swinstall -s /temp/software/unzip-5.50-sd-11.00.depot  "*"&lt;BR /&gt;&lt;BR /&gt;this should work.&lt;BR /&gt;&lt;BR /&gt;If it does not work, try stopping and starting the swagentd daemon:&lt;BR /&gt;swagentd -r&lt;BR /&gt;&lt;BR /&gt;If it fails, check another time name resolution: fully qualified, not fully qualified, direct and reverse lookup, and if network cable are properly connected (it is essential).&lt;BR /&gt;&lt;BR /&gt;   Massimo&lt;BR /&gt;</description>
    <pubDate>Mon, 28 Jul 2003 07:01:34 GMT</pubDate>
    <dc:creator>Massimo Bianchi</dc:creator>
    <dc:date>2003-07-28T07:01:34Z</dc:date>
    <item>
      <title>Installing from depot-files problems ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-from-depot-files-problems/m-p/3034662#M133247</link>
      <description>Hello there,&lt;BR /&gt;&lt;BR /&gt;well, I read several threads regarding problems when trying to install software, but I found none regarding this.&lt;BR /&gt;&lt;BR /&gt;What I did so far:&lt;BR /&gt;- did a fresh installation of HP-UX 11.00 using CD-ROMs&lt;BR /&gt;- setup the network settings&lt;BR /&gt;&lt;BR /&gt;Now I wanted to install unzip &amp;amp; samba, using this way:&lt;BR /&gt;# swreg -l depot /temp/software/unzip-5.50-sd-11.00.depot&lt;BR /&gt;&lt;BR /&gt;=======  07/28/03 09:34:02 WETDST  BEGIN swreg SESSION&lt;BR /&gt;         (non-interactive)&lt;BR /&gt;&lt;BR /&gt;       * Session started for user "root@kpg180c2".&lt;BR /&gt;&lt;BR /&gt;       * Beginning Selection&lt;BR /&gt;ERROR:   Could not contact host "kpg180c2".  Make sure the hostname is&lt;BR /&gt;         correct and an absolute pathname is specified (beginning with&lt;BR /&gt;         "/").&lt;BR /&gt;&lt;BR /&gt;=======  07/28/03 09:34:02 WETDST  END swreg SESSION (non-interactive)&lt;BR /&gt;&lt;BR /&gt;# ping kpg180c2 -n 4&lt;BR /&gt;PING kpg180c2.q8.de: 64 byte packets&lt;BR /&gt;64 bytes from 10.104.10.214: icmp_seq=0. time=1. ms&lt;BR /&gt;64 bytes from 10.104.10.214: icmp_seq=1. time=0. ms&lt;BR /&gt;64 bytes from 10.104.10.214: icmp_seq=2. time=0. ms&lt;BR /&gt;64 bytes from 10.104.10.214: icmp_seq=3. time=0. ms&lt;BR /&gt;&lt;BR /&gt;----kpg180c2.q8.de PING Statistics----&lt;BR /&gt;4 packets transmitted, 4 packets received, 0% packet loss&lt;BR /&gt;round-trip (ms)  min/avg/max = 0/0/1&lt;BR /&gt;&lt;BR /&gt;What's wrong with it?&lt;BR /&gt;&lt;BR /&gt;And one more question: the system did not create an entry in /etc/fstab for the CD-ROM.&lt;BR /&gt;I guess I have to add it manually, but how does it have to look like?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!!!!&lt;BR /&gt;&lt;BR /&gt;c y&lt;BR /&gt;Torsten</description>
      <pubDate>Mon, 28 Jul 2003 06:41:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-from-depot-files-problems/m-p/3034662#M133247</guid>
      <dc:creator>Torsten Ermlich</dc:creator>
      <dc:date>2003-07-28T06:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Installing from depot-files problems ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-from-depot-files-problems/m-p/3034663#M133248</link>
      <description>Hi &lt;BR /&gt;  Check whether swagentd daemon is running if not try to start it by&lt;BR /&gt;/sbin/init.d/swagentd start&lt;BR /&gt;  This will start swagentd daemon&lt;BR /&gt;&lt;BR /&gt; reg your second quesion You have to make an entry in /etc/fstab or you have to manually mount the cd-rom every time you need with all the option. I think this will be better because you may be using cd-roms in different formats.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Rajesh</description>
      <pubDate>Mon, 28 Jul 2003 06:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-from-depot-files-problems/m-p/3034663#M133248</guid>
      <dc:creator>RAJESH GANGADHARAN</dc:creator>
      <dc:date>2003-07-28T06:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Installing from depot-files problems ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-from-depot-files-problems/m-p/3034664#M133249</link>
      <description>Hi,&lt;BR /&gt;you must not have an entry for the cdrom in the fstab, otherwise at each boot the system will try to mount the cdrom, and usually is is empty. you will get mount errors for nothig...&lt;BR /&gt;&lt;BR /&gt;If you want comodity, search for the path to the cdrom using ioscan (let's say /dev/dsk/c1t2d3) and make a soft link, for easier of typing:&lt;BR /&gt;&lt;BR /&gt;ln -s /dev/dsk/c1t2d3 /dev/cdrom&lt;BR /&gt;&lt;BR /&gt;For the install:&lt;BR /&gt;&lt;BR /&gt;do not register, but simply install it.&lt;BR /&gt;&lt;BR /&gt;swinstall -s /temp/software/unzip-5.50-sd-11.00.depot  "*"&lt;BR /&gt;&lt;BR /&gt;this should work.&lt;BR /&gt;&lt;BR /&gt;If it does not work, try stopping and starting the swagentd daemon:&lt;BR /&gt;swagentd -r&lt;BR /&gt;&lt;BR /&gt;If it fails, check another time name resolution: fully qualified, not fully qualified, direct and reverse lookup, and if network cable are properly connected (it is essential).&lt;BR /&gt;&lt;BR /&gt;   Massimo&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jul 2003 07:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-from-depot-files-problems/m-p/3034664#M133249</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-28T07:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Installing from depot-files problems ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-from-depot-files-problems/m-p/3034665#M133250</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;seems the system does not like me .....&lt;BR /&gt;&lt;BR /&gt;When trying to start swagentd I get this:&lt;BR /&gt;# /sbin/init.d/swagentd start&lt;BR /&gt;Running /usr/lib/sw/mx/configure to reset hostname.&lt;BR /&gt;ERROR:   Failed to package AgentConfig into /var/opt/mx/depot11.&lt;BR /&gt;         swpackage did not run or produced no output.&lt;BR /&gt;ERROR:   Failed to package AgentConfig into /var/opt/mx/depot10.&lt;BR /&gt;         swpackage did not run or produced no output.&lt;BR /&gt;WARNING: Could not properly configure SD into ServiceControl.&lt;BR /&gt;         You may try again later by running /usr/lib/sw/mx/configure.&lt;BR /&gt;# /usr/lib/sw/mx/configure&lt;BR /&gt;ERROR:   Failed to package AgentConfig into /var/opt/mx/depot11.&lt;BR /&gt;         swpackage did not run or produced no output.&lt;BR /&gt;ERROR:   Failed to package AgentConfig into /var/opt/mx/depot10.&lt;BR /&gt;         swpackage did not run or produced no output.&lt;BR /&gt;&lt;BR /&gt;So I checked /var/opt/mx:&lt;BR /&gt;# ls -l /var/opt/mx&lt;BR /&gt;total 0&lt;BR /&gt;drwxr-xr-x   4 root       root            96 Jul 24 20:15 depot10&lt;BR /&gt;drwxr-xr-x   4 root       root            96 Jul 24 20:15 depot11&lt;BR /&gt;dr-xr-xr-x   2 root       root            96 Jul 24 20:15 tools&lt;BR /&gt;&lt;BR /&gt;Right after doing that I tried to install it directly:&lt;BR /&gt;# swinstall -s /temp/softwate/unzip-5.50-sd-11.00.depot "*"&lt;BR /&gt;&lt;BR /&gt;=======  07/28/03 10:01:42 WETDST  BEGIN swinstall SESSION&lt;BR /&gt;         (non-interactive)&lt;BR /&gt;&lt;BR /&gt;       * Session started for user "root@kpg180c2".&lt;BR /&gt;&lt;BR /&gt;       * Beginning Selection&lt;BR /&gt;ERROR:   Could not contact host "kpg180c2".  Make sure the hostname is&lt;BR /&gt;         correct and an absolute pathname is specified (beginning with&lt;BR /&gt;         "/").&lt;BR /&gt;       * Target connection failed for "kpg180c2:/".&lt;BR /&gt;ERROR:   More information may be found in the daemon logfile on this&lt;BR /&gt;         target (default location is&lt;BR /&gt;         kpg180c2:/var/adm/sw/swagentd.log).&lt;BR /&gt;       * Selection had errors.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;=======  07/28/03 10:01:42 WETDST  END swinstall SESSION&lt;BR /&gt;         (non-interactive)&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;c y&lt;BR /&gt;Torsten</description>
      <pubDate>Mon, 28 Jul 2003 07:06:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-from-depot-files-problems/m-p/3034665#M133250</guid>
      <dc:creator>Torsten Ermlich</dc:creator>
      <dc:date>2003-07-28T07:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Installing from depot-files problems ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-from-depot-files-problems/m-p/3034666#M133251</link>
      <description>Hi,&lt;BR /&gt;from this error, i re-suggest name checking:&lt;BR /&gt;&lt;BR /&gt;/etc/hosts&lt;BR /&gt;/etc/rc.config.d/netconf&lt;BR /&gt;uname -a&lt;BR /&gt;hostname&lt;BR /&gt;&lt;BR /&gt;Are all these  coherent ?&lt;BR /&gt;&lt;BR /&gt;try setting it with&lt;BR /&gt;uname -S &lt;BR /&gt;hostname  kpg180c2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;From your output you ping kpg180c2 but answer the fully qualified. This os no good for name resolution. Chec the alis in /etc/hosts.&lt;BR /&gt;&lt;BR /&gt;   Massimo</description>
      <pubDate>Mon, 28 Jul 2003 07:26:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-from-depot-files-problems/m-p/3034666#M133251</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-28T07:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Installing from depot-files problems ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-from-depot-files-problems/m-p/3034667#M133252</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I found it ... damned, I need some glasses ... ;-)&lt;BR /&gt;It was a typo on our central DNS server.&lt;BR /&gt;Sorry for checking that not before starting an thread here.&lt;BR /&gt;&lt;BR /&gt;Thank you all!!!!!&lt;BR /&gt;&lt;BR /&gt;c y&lt;BR /&gt;Torsten</description>
      <pubDate>Mon, 28 Jul 2003 08:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-from-depot-files-problems/m-p/3034667#M133252</guid>
      <dc:creator>Torsten Ermlich</dc:creator>
      <dc:date>2003-07-28T08:20:06Z</dc:date>
    </item>
  </channel>
</rss>

