<?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: swpackage goes wrong in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-goes-wrong/m-p/4961040#M415663</link>
    <description>Hello Arunvijai,&lt;BR /&gt;&lt;BR /&gt;I add as an enclose document the package file.&lt;BR /&gt;&lt;BR /&gt;to be clearer here it is&lt;BR /&gt;vendor&lt;BR /&gt;  tag           FOO&lt;BR /&gt;  title         MyCompany&lt;BR /&gt;  description   Outils specifiques&lt;BR /&gt;end&lt;BR /&gt;product&lt;BR /&gt;  tag           MyCompanyBO&lt;BR /&gt;  title         Outils et utilitaires BO pour MyCompany ##DATE##&lt;BR /&gt;  description   &amp;lt; check/description&lt;BR /&gt;  vendor_tag    CHC&lt;BR /&gt;  revision      ##MAJEUR##.##MINEUR##&lt;BR /&gt;  architecture  HP-UX_B.11.11_32/64&lt;BR /&gt;  machine_type  *&lt;BR /&gt;  os_name       HP-UX&lt;BR /&gt;  os_release    B.11.11&lt;BR /&gt;  os_version    *&lt;BR /&gt;  is_locatable  false&lt;BR /&gt;  directory     /opt/check-BO&lt;BR /&gt;  fileset&lt;BR /&gt;    tag         OutilsVerifMachine&lt;BR /&gt;    title       les outils d exploitation MyCompany&lt;BR /&gt;&lt;BR /&gt;    directory   check=/opt/check-BO&lt;BR /&gt;    control_file script/uninstall=unconfigure&lt;BR /&gt;    file_permissions -o root -g root -m 444&lt;BR /&gt;    file        -m 544  check-machine.ksh&lt;BR /&gt;    ## (other files)&lt;BR /&gt;  end&lt;BR /&gt;  fileset&lt;BR /&gt;    tag          fichiersReference&lt;BR /&gt;    title        les fichiers de references pour MyCompany&lt;BR /&gt;    configure    check/update-hosts.ksh&lt;BR /&gt;    file         /etc/hosts.referenceMyCompany&lt;BR /&gt;  end&lt;BR /&gt;end&lt;BR /&gt;&lt;BR /&gt;I don't see any dependancies toward ISEE-Chorus and I don't see that ISEE shoudl have dependencied on me ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;as I mentioned, ##var## are substituted before the actual swpackage.&lt;BR /&gt;&lt;BR /&gt;Jean-Yves Picard</description>
    <pubDate>Mon, 20 Feb 2006 03:53:55 GMT</pubDate>
    <dc:creator>Jean-Yves Picard</dc:creator>
    <dc:date>2006-02-20T03:53:55Z</dc:date>
    <item>
      <title>swpackage goes wrong</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-goes-wrong/m-p/4961038#M415661</link>
      <description>Hello folks,&lt;BR /&gt;&lt;BR /&gt;short story:&lt;BR /&gt;&lt;BR /&gt;I am unable to remove my own package from my own depot.&lt;BR /&gt;ISEE stuff claim it needs it !!&lt;BR /&gt;&lt;BR /&gt;long story:&lt;BR /&gt;&lt;BR /&gt;I distribute configuration check shell on some of my system in a swdepot.&lt;BR /&gt;&lt;BR /&gt;(see attached package file)&lt;BR /&gt;this package is sed'ed to give ##var## real value&lt;BR /&gt;&lt;BR /&gt;then depot is created using :&lt;BR /&gt;swpackage -s package-bo.tmp @ /depot/CHC1/MyCompany_Tools&lt;BR /&gt;&lt;BR /&gt;resulting log file is &lt;BR /&gt;=======  02/20/06 09:12:04 MET  BEGIN swpackage SESSION&lt;BR /&gt;&lt;BR /&gt;       * Session started for user&lt;BR /&gt;         "root@achc1us012h.int.chem.corp.local".&lt;BR /&gt;&lt;BR /&gt;       * Source:        achc1us012h:package-bo.tmp&lt;BR /&gt;       * Target:        achc1us012h:/depot/CHC1/MyCompany_Tools&lt;BR /&gt;       * Software selections:&lt;BR /&gt;             *&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       * Beginning Selection Phase.&lt;BR /&gt;       * Reading the Product Specification File (PSF) "package-bo.tmp".&lt;BR /&gt;       * Reading the product "MyCompanyBO" at line 12.&lt;BR /&gt;       * Reading the fileset "OutilsVerifMachi" at line 26.&lt;BR /&gt;       * Reading the fileset "fichiersReferenc" at line 44.&lt;BR /&gt;&lt;BR /&gt;       * Selection Phase succeeded.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       * Beginning Analysis Phase.&lt;BR /&gt;NOTE:    The estimated free disk space required on filesystem&lt;BR /&gt;         "/depot/CHC1" is 28 Kbyte blocks.  This requirement will leave&lt;BR /&gt;         10307063 Kbyte blocks of free disk space on the filesystem&lt;BR /&gt;         after the packaging session completes.&lt;BR /&gt;       * Analysis Phase succeeded.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       * Beginning Package Phase.&lt;BR /&gt;       * Packaging the product "MyCompanyBO".&lt;BR /&gt;       * Packaging the fileset "MyCompanyBO.OutilsVerifMachine".&lt;BR /&gt;       * Packaging the fileset "MyCompanyBO.fichiersReference".&lt;BR /&gt;       * Package Phase succeeded.&lt;BR /&gt;&lt;BR /&gt;=======  02/20/06 09:12:04 MET  END swpackage SESSION&lt;BR /&gt;&lt;BR /&gt;unfortunatly I can't remove this package&lt;BR /&gt;I try issuing&lt;BR /&gt;&lt;BR /&gt;swremove -d 'MyCompanyBO,r==2.2'  @ /depot/CHC1/MyCompany&amp;gt;&lt;BR /&gt;&lt;BR /&gt;I get the following :&lt;BR /&gt;&lt;BR /&gt;=======  02/20/06 09:14:04 MET  BEGIN swremove SESSION&lt;BR /&gt;         (non-interactive) (jobid=achc1us012h-0244)&lt;BR /&gt;&lt;BR /&gt;       * Session started for user "root@achc1us012h".&lt;BR /&gt;&lt;BR /&gt;       * Beginning Selection&lt;BR /&gt;       * Target connection succeeded for&lt;BR /&gt;         "achc1us012h:/depot/CHC1/MyCompany_Tools/".&lt;BR /&gt;       * Software selections:&lt;BR /&gt;             MyCompanyBO.OutilsVerifMachine,r=2.2,a=HP-UX_B.11.11_32/64,v=CHC&lt;BR /&gt;             MyCompanyBO.fichiersReference,r=2.2,a=HP-UX_B.11.11_32/64,v=CHC&lt;BR /&gt;       * Selection succeeded.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       * Beginning Analysis&lt;BR /&gt;       * Session selections have been saved in the file&lt;BR /&gt;         "/.sw/sessions/swremove.last".&lt;BR /&gt;ERROR:   "achc1us012h:/depot/CHC1/MyCompany_Tools/":  The software&lt;BR /&gt;         dependencies for 2 products or filesets cannot be resolved.&lt;BR /&gt;       * The analysis phase failed for&lt;BR /&gt;         "achc1us012h:/depot/CHC1/MyCompany_Tools/".&lt;BR /&gt;       * Analysis had errors.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NOTE:    More information may be found in the agent logfile using the&lt;BR /&gt;         command "swjob -a log achc1us012h-0244 @achc1us012h:/depot/CHC1/MyCompany_Tools/".&lt;BR /&gt;&lt;BR /&gt;=======  02/20/06 09:14:05 MET  END swremove SESSION (non-interactive)&lt;BR /&gt;         (jobid=achc1us012h-0244)&lt;BR /&gt;&lt;BR /&gt;So I go for more information&lt;BR /&gt;&lt;BR /&gt;=======  02/20/06 09:14:05 MET  BEGIN remove AGENT SESSION (pid=2204)&lt;BR /&gt;         (jobid=achc1us012h-0244)&lt;BR /&gt;&lt;BR /&gt;       * Agent session started for user&lt;BR /&gt;         "root@achc1us012h.int.chem.corp.local". (pid=2204)&lt;BR /&gt;&lt;BR /&gt;       * Beginning Analysis Phase.&lt;BR /&gt;       * Target:           achc1us012h:/depot/CHC1/MyCompany_Tools/&lt;BR /&gt;       * Target logfile:&lt;BR /&gt;         achc1us012h:/depot/CHC1/MyCompany_Tools/swagent.log&lt;BR /&gt;       * Reading source for file information.&lt;BR /&gt;       * The fileset "ISEE-Chorus.MADHPSERVICES,r=A.5.1.390.872"&lt;BR /&gt;         requires the selected fileset&lt;BR /&gt;         "MyCompanyBO.fichiersReference,r=2.2" as a prerequisite.&lt;BR /&gt;       * The fileset "ISEE-SysInfo.SYSINFOBIN,r=A.01.00.18" requires&lt;BR /&gt;         the selected fileset "MyCompanyBO.fichiersReference,r=2.2" as a&lt;BR /&gt;         prerequisite.&lt;BR /&gt;       * The fileset "Isee_EmsListener.ISEE-EMSCONF,r=A.11.09.10"&lt;BR /&gt;         requires the selected fileset&lt;BR /&gt;         "MyCompanyBO.fichiersReference,r=2.2" as a prerequisite.&lt;BR /&gt;       * The fileset "Isee_EmsListener.ISEE-EMSLSTNR,r=A.11.09.10"&lt;BR /&gt;         requires the selected fileset&lt;BR /&gt;         "MyCompanyBO.fichiersReference,r=2.2" as a prerequisite.&lt;BR /&gt;ERROR:   The dependencies for fileset&lt;BR /&gt;         "MyCompanyBO.fichiersReference,r=2.2" cannot be resolved (see&lt;BR /&gt;         previous lines).&lt;BR /&gt;         You must resolve the above dependencies before operating on&lt;BR /&gt;         this fileset or change the "enforce_dependencies" option to&lt;BR /&gt;         "false".&lt;BR /&gt;(on it goes)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Am I reading well&lt;BR /&gt;The fileset "ISEE-Chorus.MADHPSERVICES,r=A.5.1.390.872"&lt;BR /&gt;         requires the selected fileset&lt;BR /&gt;         "MyCompanyBO.fichiersReference,r=2.2" as a prerequisite.&lt;BR /&gt;&lt;BR /&gt;ISEE-Chorus depends on my package ????&lt;BR /&gt;&lt;BR /&gt;what am I making wrong ?&lt;BR /&gt;&lt;BR /&gt;Jean-Yves Picard</description>
      <pubDate>Mon, 20 Feb 2006 03:21:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-goes-wrong/m-p/4961038#M415661</guid>
      <dc:creator>Jean-Yves Picard</dc:creator>
      <dc:date>2006-02-20T03:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: swpackage goes wrong</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-goes-wrong/m-p/4961039#M415662</link>
      <description>Hi Jean, &lt;BR /&gt;&lt;BR /&gt;Can you check your product's PSF file that you have added ISEE as prerequisite ? &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 20 Feb 2006 03:27:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-goes-wrong/m-p/4961039#M415662</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-20T03:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: swpackage goes wrong</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-goes-wrong/m-p/4961040#M415663</link>
      <description>Hello Arunvijai,&lt;BR /&gt;&lt;BR /&gt;I add as an enclose document the package file.&lt;BR /&gt;&lt;BR /&gt;to be clearer here it is&lt;BR /&gt;vendor&lt;BR /&gt;  tag           FOO&lt;BR /&gt;  title         MyCompany&lt;BR /&gt;  description   Outils specifiques&lt;BR /&gt;end&lt;BR /&gt;product&lt;BR /&gt;  tag           MyCompanyBO&lt;BR /&gt;  title         Outils et utilitaires BO pour MyCompany ##DATE##&lt;BR /&gt;  description   &amp;lt; check/description&lt;BR /&gt;  vendor_tag    CHC&lt;BR /&gt;  revision      ##MAJEUR##.##MINEUR##&lt;BR /&gt;  architecture  HP-UX_B.11.11_32/64&lt;BR /&gt;  machine_type  *&lt;BR /&gt;  os_name       HP-UX&lt;BR /&gt;  os_release    B.11.11&lt;BR /&gt;  os_version    *&lt;BR /&gt;  is_locatable  false&lt;BR /&gt;  directory     /opt/check-BO&lt;BR /&gt;  fileset&lt;BR /&gt;    tag         OutilsVerifMachine&lt;BR /&gt;    title       les outils d exploitation MyCompany&lt;BR /&gt;&lt;BR /&gt;    directory   check=/opt/check-BO&lt;BR /&gt;    control_file script/uninstall=unconfigure&lt;BR /&gt;    file_permissions -o root -g root -m 444&lt;BR /&gt;    file        -m 544  check-machine.ksh&lt;BR /&gt;    ## (other files)&lt;BR /&gt;  end&lt;BR /&gt;  fileset&lt;BR /&gt;    tag          fichiersReference&lt;BR /&gt;    title        les fichiers de references pour MyCompany&lt;BR /&gt;    configure    check/update-hosts.ksh&lt;BR /&gt;    file         /etc/hosts.referenceMyCompany&lt;BR /&gt;  end&lt;BR /&gt;end&lt;BR /&gt;&lt;BR /&gt;I don't see any dependancies toward ISEE-Chorus and I don't see that ISEE shoudl have dependencied on me ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;as I mentioned, ##var## are substituted before the actual swpackage.&lt;BR /&gt;&lt;BR /&gt;Jean-Yves Picard</description>
      <pubDate>Mon, 20 Feb 2006 03:53:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-goes-wrong/m-p/4961040#M415663</guid>
      <dc:creator>Jean-Yves Picard</dc:creator>
      <dc:date>2006-02-20T03:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: swpackage goes wrong</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-goes-wrong/m-p/4961041#M415664</link>
      <description>Is your package installed. Check with,&lt;BR /&gt;&lt;BR /&gt;# swlist -l file | grep -i &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;or change -l to -l product. or simply as,&lt;BR /&gt;&lt;BR /&gt;# swlist | grep 'product'&lt;BR /&gt;&lt;BR /&gt;Try this first,&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/swagentd stop&lt;BR /&gt;# /sbin/init.d/swagentd start&lt;BR /&gt;&lt;BR /&gt;try it again.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;/FILENAME&gt;</description>
      <pubDate>Mon, 20 Feb 2006 04:01:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-goes-wrong/m-p/4961041#M415664</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-20T04:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: swpackage goes wrong</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-goes-wrong/m-p/4961042#M415665</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;package was indeed installed.&lt;BR /&gt;I remove it using swremove.&lt;BR /&gt;&lt;BR /&gt;I stop/start swagentd&lt;BR /&gt;&lt;BR /&gt;still I am not able to remove my own package.&lt;BR /&gt;&lt;BR /&gt;Jean-Yves Picard</description>
      <pubDate>Mon, 20 Feb 2006 05:00:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-goes-wrong/m-p/4961042#M415665</guid>
      <dc:creator>Jean-Yves Picard</dc:creator>
      <dc:date>2006-02-20T05:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: swpackage goes wrong</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-goes-wrong/m-p/4961043#M415666</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Try remove using, &lt;BR /&gt;&lt;BR /&gt; enforce_dependencies=false while doing "swremove"&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 20 Feb 2006 05:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-goes-wrong/m-p/4961043#M415666</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-20T05:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: swpackage goes wrong</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-goes-wrong/m-p/4961044#M415667</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have tired the enforce_dependencies before, but it didin't work.&lt;BR /&gt;&lt;BR /&gt;Now it wroks.&lt;BR /&gt;&lt;BR /&gt;I think problem was solved using&lt;BR /&gt;-swremove to remove package in swlist's host system&lt;BR /&gt;-stop/start of swagentd&lt;BR /&gt;-enforce_dependencies=false in swremove option while removing from depot.&lt;BR /&gt;&lt;BR /&gt;thanks for help&lt;BR /&gt;&lt;BR /&gt;(altough this didn't explain why I was able to remove package w/o enforce option for 6 month ... )</description>
      <pubDate>Mon, 20 Feb 2006 05:17:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swpackage-goes-wrong/m-p/4961044#M415667</guid>
      <dc:creator>Jean-Yves Picard</dc:creator>
      <dc:date>2006-02-20T05:17:38Z</dc:date>
    </item>
  </channel>
</rss>

