<?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 swacl issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swacl-issue/m-p/2734441#M66183</link>
    <description>I have an account on an HPUX that I have added to the 'root' and 'depot' acls to be able to perform swcopy from a remote host.&lt;BR /&gt;&lt;BR /&gt;The issue is, the files are being written in the target directory and owned by root and not the account that I added to the acl.&lt;BR /&gt;&lt;BR /&gt;How can I force ownership and permissions to the account that I added to the acls?&lt;BR /&gt;&lt;BR /&gt;Thanx.</description>
    <pubDate>Thu, 30 May 2002 12:18:48 GMT</pubDate>
    <dc:creator>Michael Elleby III_1</dc:creator>
    <dc:date>2002-05-30T12:18:48Z</dc:date>
    <item>
      <title>swacl issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swacl-issue/m-p/2734441#M66183</link>
      <description>I have an account on an HPUX that I have added to the 'root' and 'depot' acls to be able to perform swcopy from a remote host.&lt;BR /&gt;&lt;BR /&gt;The issue is, the files are being written in the target directory and owned by root and not the account that I added to the acl.&lt;BR /&gt;&lt;BR /&gt;How can I force ownership and permissions to the account that I added to the acls?&lt;BR /&gt;&lt;BR /&gt;Thanx.</description>
      <pubDate>Thu, 30 May 2002 12:18:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swacl-issue/m-p/2734441#M66183</guid>
      <dc:creator>Michael Elleby III_1</dc:creator>
      <dc:date>2002-05-30T12:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: swacl issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swacl-issue/m-p/2734442#M66184</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;please confirm if you are copying from a cd.&lt;BR /&gt;&lt;BR /&gt;This method can swinstall/swcopy from a&lt;BR /&gt;CD-ROM with ACL''s.&lt;BR /&gt;&lt;BR /&gt;1 You Must  Become Root&lt;BR /&gt;If the CD-ROM has ACL''s in the catalog dir tree,&lt;BR /&gt; ex /catalog/pafiles/_ACL, you can swinstall and swcopy from the CD-ROM if you are  user "root". &lt;BR /&gt;You cannot be non-root user with root privileges. It  won't work. &lt;BR /&gt;Be "root" and swinstall/swcopy .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2  Copy Depot To Disk&lt;BR /&gt;Use UNIX "cp" to copy the depot to your local or NFS mounted  drive. &lt;BR /&gt;Example, The depot is located on the CD-ROM&lt;BR /&gt;as /CD/TOYS then, you can copy the whole depot to /tmp on your local disk (assuming you have the space and privileges) using the command:&lt;BR /&gt;&lt;BR /&gt;    cp -pR /CD/TOYS /tmp/TOYS&lt;BR /&gt;&lt;BR /&gt;The SD locking mechanism will then work properly and you can swinstall&lt;BR /&gt;and swcopy to your heart''s content as a non-root user having SD "root"&lt;BR /&gt;privileges.  &lt;BR /&gt;&lt;BR /&gt;W hat are SD "root" privileges? &lt;BR /&gt;Say user "ken" needs host install and depot create privileges. As user "root" the system manager needs to execute the following  commands:&lt;BR /&gt;&lt;BR /&gt;    swacl -l host -M user:ken:a&lt;BR /&gt;    swacl -l root -M host:ken:a&lt;BR /&gt;&lt;BR /&gt;Then  "ken" can create depots using swcopy and swinstall software on the local host.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                 steve Steel&lt;BR /&gt;</description>
      <pubDate>Thu, 30 May 2002 12:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swacl-issue/m-p/2734442#M66184</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-05-30T12:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: swacl issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swacl-issue/m-p/2734443#M66185</link>
      <description>Hello Steve-&lt;BR /&gt;&lt;BR /&gt;Just to confirm, I'm not copying from a CD.  I am performing the swcopy from a depot on a remote host.&lt;BR /&gt;&lt;BR /&gt;I do note that the acls on the remote host are different from the acls that the user is trying to copy to.  Also, he (the user) is using a different account to perform the task.&lt;BR /&gt;&lt;BR /&gt;I am going to add this user's original account to the host acl and retry.&lt;BR /&gt;&lt;BR /&gt;Mike-</description>
      <pubDate>Thu, 30 May 2002 12:42:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swacl-issue/m-p/2734443#M66185</guid>
      <dc:creator>Michael Elleby III_1</dc:creator>
      <dc:date>2002-05-30T12:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: swacl issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swacl-issue/m-p/2734444#M66186</link>
      <description>Steve, what I decided to do was to check the status of the depot on the remote server.  I noted that the permissions on the depot were the same as what swcopy was creating on the target machine, which leads me to believe that swcopy is functioning normally.  I have contacted my customer and indicated that he needs to retry the swcopy operation.&lt;BR /&gt;&lt;BR /&gt;Will advise if there are any other issues.  Thanx for your assistance.&lt;BR /&gt;&lt;BR /&gt;Mike Elleby</description>
      <pubDate>Fri, 31 May 2002 11:42:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swacl-issue/m-p/2734444#M66186</guid>
      <dc:creator>Michael Elleby III_1</dc:creator>
      <dc:date>2002-05-31T11:42:04Z</dc:date>
    </item>
  </channel>
</rss>

