<?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: swinstall problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2428582#M2218</link>
    <description>These errors can be caused by confusion within the Software Distributor. There are different&lt;BR /&gt;sources of confusion are usually cleared up by following these instructions: &lt;BR /&gt;&lt;BR /&gt;   1.Login as root&lt;BR /&gt;&lt;BR /&gt;   2.Move the directory /var/adm/sw/security and its contents to /var/adm/sw/security.old&lt;BR /&gt;&lt;BR /&gt;     mv /var/adm/sw/security /var/adm/sw/security.old&lt;BR /&gt;&lt;BR /&gt;   3.Make an new /var/adm/sw/security directory&lt;BR /&gt;&lt;BR /&gt;     mkdir /var/adm/sw/security&lt;BR /&gt;&lt;BR /&gt;   4.Change the owner of the /var/adm/sw/security directory&lt;BR /&gt;&lt;BR /&gt;     chown bin:bin security &lt;BR /&gt;   5.Change the mode of the /var/adm/sw/security directory&lt;BR /&gt;&lt;BR /&gt;     chmod 755 security&lt;BR /&gt;&lt;BR /&gt;   6.If installing from a cdrom unmount the cd.&lt;BR /&gt;&lt;BR /&gt;     umount /cdrom &lt;BR /&gt;&lt;BR /&gt;   7.Change the mode of the cdrom mount direcotry.&lt;BR /&gt;&lt;BR /&gt;     chmod 777 /cdrom&lt;BR /&gt;&lt;BR /&gt;   8.Stop the swagentd daemon. &lt;BR /&gt;&lt;BR /&gt;     /sbin/init.d/swagentd stop&lt;BR /&gt;&lt;BR /&gt;     NOTE: Execute this command on both local and remote machines, if applicable.&lt;BR /&gt;&lt;BR /&gt;   9.Register the source as a depot: &lt;BR /&gt;          If the file is on the local machine: &lt;BR /&gt;&lt;BR /&gt;          swreg -l depot /tmp/PHxx_yyyy.depot&lt;BR /&gt;&lt;BR /&gt;          If the cdrom is on local machine:&lt;BR /&gt;&lt;BR /&gt;          swreg -l depot /cdrom &lt;BR /&gt;          If the cdrom is on remote machine: &lt;BR /&gt;&lt;BR /&gt;          swreg -l depot @ "hostname":/cdrom&lt;BR /&gt;&lt;BR /&gt;  10.Restart the swagentd daemon.&lt;BR /&gt;&lt;BR /&gt;     /sbin/init.d/swagentd start&lt;BR /&gt;&lt;BR /&gt;     NOTE: Execute this command on both local and remote machines, if applicable.&lt;BR /&gt;&lt;BR /&gt;  11.If installing from a cdrom remount the cd.&lt;BR /&gt;&lt;BR /&gt;     mount /cdrom &lt;BR /&gt;&lt;BR /&gt;  12.Now re-install the software. swinstall&lt;BR /&gt;&lt;BR /&gt;Of course, these errors may actually be a function of a non-root user attempting to execute&lt;BR /&gt;swinstall or some other Software Distributor function. To allow a non-root user to install&lt;BR /&gt;patches read the following.</description>
    <pubDate>Fri, 30 Jun 2000 14:09:52 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2000-06-30T14:09:52Z</dc:date>
    <item>
      <title>swinstall problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2428581#M2217</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;New L class(HPUX 11), insatlling ADSM client using following&lt;BR /&gt;&lt;BR /&gt;swinstall -x mount_all_filesystems=false -v -s /tmp/adsm IBMADSM&lt;BR /&gt;&lt;BR /&gt;I have done this many times before new/old systems, now I get an error&lt;BR /&gt;&lt;BR /&gt;"you do not have req'd permissions"&lt;BR /&gt;I am ROOT, I have looked at swacl all seems ok - this is standard HP build&lt;BR /&gt;&lt;BR /&gt;Any ideas&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 30 Jun 2000 14:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2428581#M2217</guid>
      <dc:creator>Steve Massey_1</dc:creator>
      <dc:date>2000-06-30T14:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2428582#M2218</link>
      <description>These errors can be caused by confusion within the Software Distributor. There are different&lt;BR /&gt;sources of confusion are usually cleared up by following these instructions: &lt;BR /&gt;&lt;BR /&gt;   1.Login as root&lt;BR /&gt;&lt;BR /&gt;   2.Move the directory /var/adm/sw/security and its contents to /var/adm/sw/security.old&lt;BR /&gt;&lt;BR /&gt;     mv /var/adm/sw/security /var/adm/sw/security.old&lt;BR /&gt;&lt;BR /&gt;   3.Make an new /var/adm/sw/security directory&lt;BR /&gt;&lt;BR /&gt;     mkdir /var/adm/sw/security&lt;BR /&gt;&lt;BR /&gt;   4.Change the owner of the /var/adm/sw/security directory&lt;BR /&gt;&lt;BR /&gt;     chown bin:bin security &lt;BR /&gt;   5.Change the mode of the /var/adm/sw/security directory&lt;BR /&gt;&lt;BR /&gt;     chmod 755 security&lt;BR /&gt;&lt;BR /&gt;   6.If installing from a cdrom unmount the cd.&lt;BR /&gt;&lt;BR /&gt;     umount /cdrom &lt;BR /&gt;&lt;BR /&gt;   7.Change the mode of the cdrom mount direcotry.&lt;BR /&gt;&lt;BR /&gt;     chmod 777 /cdrom&lt;BR /&gt;&lt;BR /&gt;   8.Stop the swagentd daemon. &lt;BR /&gt;&lt;BR /&gt;     /sbin/init.d/swagentd stop&lt;BR /&gt;&lt;BR /&gt;     NOTE: Execute this command on both local and remote machines, if applicable.&lt;BR /&gt;&lt;BR /&gt;   9.Register the source as a depot: &lt;BR /&gt;          If the file is on the local machine: &lt;BR /&gt;&lt;BR /&gt;          swreg -l depot /tmp/PHxx_yyyy.depot&lt;BR /&gt;&lt;BR /&gt;          If the cdrom is on local machine:&lt;BR /&gt;&lt;BR /&gt;          swreg -l depot /cdrom &lt;BR /&gt;          If the cdrom is on remote machine: &lt;BR /&gt;&lt;BR /&gt;          swreg -l depot @ "hostname":/cdrom&lt;BR /&gt;&lt;BR /&gt;  10.Restart the swagentd daemon.&lt;BR /&gt;&lt;BR /&gt;     /sbin/init.d/swagentd start&lt;BR /&gt;&lt;BR /&gt;     NOTE: Execute this command on both local and remote machines, if applicable.&lt;BR /&gt;&lt;BR /&gt;  11.If installing from a cdrom remount the cd.&lt;BR /&gt;&lt;BR /&gt;     mount /cdrom &lt;BR /&gt;&lt;BR /&gt;  12.Now re-install the software. swinstall&lt;BR /&gt;&lt;BR /&gt;Of course, these errors may actually be a function of a non-root user attempting to execute&lt;BR /&gt;swinstall or some other Software Distributor function. To allow a non-root user to install&lt;BR /&gt;patches read the following.</description>
      <pubDate>Fri, 30 Jun 2000 14:09:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2428582#M2218</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-06-30T14:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2428583#M2219</link>
      <description>Have you restarted the swagent deamon?&lt;BR /&gt;&lt;BR /&gt;# swagentd -r&lt;BR /&gt;&lt;BR /&gt;Then try the swinstall again.</description>
      <pubDate>Fri, 30 Jun 2000 14:13:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2428583#M2219</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2000-06-30T14:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2428584#M2220</link>
      <description>Hello!&lt;BR /&gt;If it is a new machine, you should ensure yourself:&lt;BR /&gt;a) your machine knows who it is: try: 1. #uname ?a  and #hostname, you shoud get the name of the machine&lt;BR /&gt;            2. ping machine_name  being login in the new machine (ping yourself).&lt;BR /&gt;b) if pcts a and b are ok, restart the swagent (kill the swagentd daemon and restart it: /usr/sbin/swagentd ?r).&lt;BR /&gt;Check as well the logfile (/var/adm/sw/swagentd.log). Come back with details if not working.&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Jun 2000 14:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2428584#M2220</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-06-30T14:13:50Z</dc:date>
    </item>
  </channel>
</rss>

