<?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: product install with Sysman utility in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/product-install-with-sysman-utility/m-p/3176079#M73071</link>
    <description>I think you would have more answers in the Vms forum, as I guess this is a Vms installation.&lt;BR /&gt;&lt;BR /&gt;For that problem, I guess that if your installation requires some answers, it will fail, unless you have put an answer file, like a .ans in sys$common:&lt;SYSUPD&gt; for a vmsinstal installation.&lt;BR /&gt;&lt;BR /&gt;there is a similar mechanism with product install&lt;/SYSUPD&gt;</description>
    <pubDate>Wed, 28 Jan 2004 04:48:13 GMT</pubDate>
    <dc:creator>labadie_1</dc:creator>
    <dc:date>2004-01-28T04:48:13Z</dc:date>
    <item>
      <title>product install with Sysman utility</title>
      <link>https://community.hpe.com/t5/operating-system-linux/product-install-with-sysman-utility/m-p/3176078#M73070</link>
      <description>I am trying to install the product(.pcsi) on other node of cluster using through sysman utility, but it is not installing.&lt;BR /&gt;&lt;BR /&gt;$mc sysman&lt;BR /&gt;sysman&amp;gt; set environment/node=nodename&lt;BR /&gt;sysman&amp;gt; do product install productname/source=[pcsi destination]&lt;BR /&gt;it going upto some point and after that it is coming out with sysman prompt only.infact while installing it has to ask some question to the user but before that only it coming out.&lt;BR /&gt;&lt;BR /&gt;what i am trying is it posiable or not. If yes &lt;BR /&gt;where i am going wrong.&lt;BR /&gt;Waiting for reply.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Deepak</description>
      <pubDate>Wed, 28 Jan 2004 03:54:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/product-install-with-sysman-utility/m-p/3176078#M73070</guid>
      <dc:creator>Deepak kumar_3</dc:creator>
      <dc:date>2004-01-28T03:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: product install with Sysman utility</title>
      <link>https://community.hpe.com/t5/operating-system-linux/product-install-with-sysman-utility/m-p/3176079#M73071</link>
      <description>I think you would have more answers in the Vms forum, as I guess this is a Vms installation.&lt;BR /&gt;&lt;BR /&gt;For that problem, I guess that if your installation requires some answers, it will fail, unless you have put an answer file, like a .ans in sys$common:&lt;SYSUPD&gt; for a vmsinstal installation.&lt;BR /&gt;&lt;BR /&gt;there is a similar mechanism with product install&lt;/SYSUPD&gt;</description>
      <pubDate>Wed, 28 Jan 2004 04:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/product-install-with-sysman-utility/m-p/3176079#M73071</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-01-28T04:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: product install with Sysman utility</title>
      <link>https://community.hpe.com/t5/operating-system-linux/product-install-with-sysman-utility/m-p/3176080#M73072</link>
      <description>Hello Deepak,&lt;BR /&gt;&lt;BR /&gt;First I do agree with Gerard, this is a Linux forum while you do ask a VMS question. Your chances to get a good answer a much better over at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/familyhome.do?familyId=288" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/familyhome.do?familyId=288&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;in the OpenVMS forum.&lt;BR /&gt;&lt;BR /&gt;Having said that and as one of the more active members over there ;-)&lt;BR /&gt;&lt;BR /&gt;* What is actually the problem you do want to solve? &lt;BR /&gt;&lt;BR /&gt;If we are talking about a cluster with a common system disk you only need to install once in the cluster so I do not understand why you would need SYSMAN at all. If you do want to install into sys$specific and/or have several system disks you do need to make sure you do have separate PCSI databases, else you are seriously asking for trouble.&lt;BR /&gt;&lt;BR /&gt;Now assuming you do have good reasons, check the installation instructions ;-) E.g. the latest 7.3-2 patch carries the following note, which should cover your issue:&lt;BR /&gt;&lt;BR /&gt; -  $ DEFINE/SYS NO_ASK$BACKUP TRUE&lt;BR /&gt;&lt;BR /&gt;      -  $ DEFINE/SYS NO_ASK$REBOOT TRUE&lt;BR /&gt;&lt;BR /&gt;      -  Add the following qualifiers to the PRODUCT INSTALL command and&lt;BR /&gt;         add that command to the DCL procedure.&lt;BR /&gt;&lt;BR /&gt;           /PROD=DEC/BASE=AXPVMS/VER=1.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;      -  De-assign the logicals assigned&lt;BR /&gt;&lt;BR /&gt;     For example, a sample command file to install the&lt;BR /&gt;     VMS732_GRAPHICS-V0100 kit would be:&lt;BR /&gt;&lt;BR /&gt;     $&lt;BR /&gt;     $ DEFINE/SYS NO_ASK$BACKUP TRUE&lt;BR /&gt;     $ DEFINE/SYS NO_ASK$REBOOT TRUE&lt;BR /&gt;     $!&lt;BR /&gt;     $ PROD INSTALL VMS732_GRAPHICS/PROD=DEC/BASE=AXPVMS/VER=1.0&lt;BR /&gt;     $!&lt;BR /&gt;     $ DEASSIGN/SYS NO_ASK$BACKUP&lt;BR /&gt;     $ DEASSIGN/SYS NO_ASK$REBOOT&lt;BR /&gt;     $!&lt;BR /&gt;     $ exit&lt;BR /&gt;&lt;BR /&gt;Adapt to your needs, wrap in a DCL and execute this DCL via SYSMAN and off you go ;-)&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Wed, 28 Jan 2004 23:09:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/product-install-with-sysman-utility/m-p/3176080#M73072</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-01-28T23:09:24Z</dc:date>
    </item>
  </channel>
</rss>

