<?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: Creating depots in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-depots/m-p/3983534#M294657</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Not yet tried that, but it is a good idea to&lt;BR /&gt;create a depot for Oracle Software which &lt;BR /&gt;creates oracle user,group etc. and installs&lt;BR /&gt;required patches. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
    <pubDate>Wed, 18 Apr 2007 01:23:08 GMT</pubDate>
    <dc:creator>SANTOSH S. MHASKAR</dc:creator>
    <dc:date>2007-04-18T01:23:08Z</dc:date>
    <item>
      <title>Creating depots</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-depots/m-p/3983533#M294656</link>
      <description>Hi,&lt;BR /&gt;Have any one tried to create a depot that will install a "FULL" product?&lt;BR /&gt;For example, oracle's instalation contains only files so creating a depot that copies their files is not a problem, but creating a depot that will create the whole "shell" of oracle, filesystem group and user (maybe some other configurations).&lt;BR /&gt;&lt;BR /&gt;Thanks ahead.</description>
      <pubDate>Wed, 18 Apr 2007 00:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-depots/m-p/3983533#M294656</guid>
      <dc:creator>Eli_pok</dc:creator>
      <dc:date>2007-04-18T00:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating depots</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-depots/m-p/3983534#M294657</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Not yet tried that, but it is a good idea to&lt;BR /&gt;create a depot for Oracle Software which &lt;BR /&gt;creates oracle user,group etc. and installs&lt;BR /&gt;required patches. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Wed, 18 Apr 2007 01:23:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-depots/m-p/3983534#M294657</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2007-04-18T01:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating depots</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-depots/m-p/3983535#M294658</link>
      <description>Hi,&lt;BR /&gt;   You can do it through post-install scripts, I guess. All your configurations should be defined in a script and should be called pd file.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Prabu.S</description>
      <pubDate>Wed, 18 Apr 2007 01:46:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-depots/m-p/3983535#M294658</guid>
      <dc:creator>Senthil Prabu.S_1</dc:creator>
      <dc:date>2007-04-18T01:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating depots</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-depots/m-p/3983536#M294659</link>
      <description>I know the option to run scripts threw pre/post install. What I ment is, if some one has a ready set of scripts and would like to share them.&lt;BR /&gt;In my group we have a "program" writen in shell , but it doesn't have the capabilities we want which sd-ux has.&lt;BR /&gt;So now I'm re-writing the scripts to add a remove option and make them work threw depots.&lt;BR /&gt;So the quation was if some-one has something similar that is ready.</description>
      <pubDate>Wed, 18 Apr 2007 05:40:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-depots/m-p/3983536#M294659</guid>
      <dc:creator>Eli_pok</dc:creator>
      <dc:date>2007-04-18T05:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creating depots</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-depots/m-p/3983537#M294660</link>
      <description>The solution might be closer than you think...&lt;BR /&gt;&lt;BR /&gt;Find an existing package that does what you need, and peek inside to see how it is done.&lt;BR /&gt;A .depot file is just a tar file with a different suffix and a strictly-defined directory structure packed inside. A directory depot (on a CD-ROM, or a .depot file copied to disk with swcopy) is already unpacked for easy examination.&lt;BR /&gt;&lt;BR /&gt;For example, installing HP's SSH depot will shutdown the old sshd and ssh-agent processes if SSH is already installed, create some links differently depending on whether the system is a 32- or 64-bit one, and create a new user for sshd's privilege separation mechanism. If there are no pre-existing SSH host keys, it will create them too. That should contain a lot of useful ideas.&lt;BR /&gt;&lt;BR /&gt;If you can do everything needed to create the environment for your product on the command line, just write the commands into a file and you'll have your script right there.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 18 Apr 2007 09:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-depots/m-p/3983537#M294660</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-04-18T09:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating depots</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-depots/m-p/3983538#M294661</link>
      <description>thanks for your answear that helps a lot, but still there are some open issues (the most important two - for me).&lt;BR /&gt;1. Creating an removing a FS&lt;BR /&gt;2. And the hardest script (as I see it)             modifing kernel parameters (a script that would be able to scheduale a modification to the next boot and take in mind if the scirpt was activated several times before the boot remembering the largest value set).&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Apr 2007 00:29:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-depots/m-p/3983538#M294661</guid>
      <dc:creator>Eli_pok</dc:creator>
      <dc:date>2007-04-19T00:29:54Z</dc:date>
    </item>
  </channel>
</rss>

