<?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: solaris 11 universal forwarder install problem in Installation</title>
    <link>https://community.splunk.com/t5/Installation/solaris-11-universal-forwarder-install-problem/m-p/150747#M9796</link>
    <description>&lt;P&gt;Well, finally figured it out with help.&lt;/P&gt;

&lt;P&gt;You need to set the publisher definition up first (further steps are as follows):&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;pkg set-publisher -p /tmp/install/splunkforwarder-6.2.4-271043-solaris-11-sparc.p5p splunk&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Test the package:&lt;BR /&gt;
&lt;STRONG&gt;pkg install -nv splunkforwarder&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;Install:&lt;BR /&gt;
&lt;STRONG&gt;pkg install ./splunkforwarder-6.2.4-271043-solaris-11-sparc.p5p splunk&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Verify installed (two commands):&lt;BR /&gt;
&lt;STRONG&gt;pkg list -v splunkforwarder&lt;/STRONG&gt;&lt;BR /&gt;
    FMRI                                                                 IFO&lt;BR /&gt;
pkg://splunk/application/&lt;A href="mailto:splunkforwarder@6.2.4"&gt;splunkforwarder@6.2.4&lt;/A&gt;,271043:20150626T044039Z       i--&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;pkg info -r splunkforwarder&lt;/STRONG&gt;&lt;BR /&gt;
          Name: application/splunkforwarder&lt;BR /&gt;
       Summary: Splunk Universal Forwarder&lt;BR /&gt;
   Description: Splunk&amp;gt; The platform for machine data.&lt;BR /&gt;
      Category: Applications/Internet&lt;BR /&gt;
         State: Installed&lt;BR /&gt;
     Publisher: splunk&lt;BR /&gt;
       Version: 6.2.4&lt;BR /&gt;
 Build Release: 271043&lt;BR /&gt;
        Branch: None&lt;BR /&gt;
Packaging Date: Fri Jun 26 04:40:39 2015&lt;BR /&gt;
          Size: 42.53 MB&lt;BR /&gt;
          FMRI: pkg://splunk/application/&lt;A href="mailto:splunkforwarder@6.2.4"&gt;splunkforwarder@6.2.4&lt;/A&gt;,271043:20150626T044039Z&lt;/P&gt;

&lt;P&gt;Remove the temporary publisher:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;pkg unset-publisher splunk&lt;/STRONG&gt; &lt;/P&gt;</description>
    <pubDate>Fri, 07 Aug 2015 15:10:32 GMT</pubDate>
    <dc:creator>sandyelrick</dc:creator>
    <dc:date>2015-08-07T15:10:32Z</dc:date>
    <item>
      <title>solaris 11 universal forwarder install problem</title>
      <link>https://community.splunk.com/t5/Installation/solaris-11-universal-forwarder-install-problem/m-p/150746#M9795</link>
      <description>&lt;P&gt;When trying to install the package on Solaris 11 SPARC machine, I am getting a general failure:&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;pkg install: The following pattern(s) did not match any allowable packages.  Try using a different matching pattern, or refreshing publisher information:&lt;BR /&gt;
        splunkforwarder-6.2.4-271043-solaris-8-sparc.pkg&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;When I review the package install history, I have these details:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;-bash-4.1# pkg history -l -t 2015-07-29T10:47:04&lt;BR /&gt;
         Operation: install&lt;BR /&gt;
           Outcome: Failed&lt;BR /&gt;
            Reason: Bad Request&lt;BR /&gt;
            Client: pkg&lt;BR /&gt;
           Version: f840f00cdeff&lt;BR /&gt;
              User: root (0)&lt;BR /&gt;
         Boot Env.: solaris-4&lt;BR /&gt;
    Boot Env. UUID: &lt;EM&gt;masked&lt;/EM&gt;&lt;BR /&gt;
     New Boot Env.: None&lt;BR /&gt;
New Boot Env. UUID: (None)&lt;BR /&gt;
          Snapshot: (None)&lt;BR /&gt;
        Start Time: 2015-07-29T10:47:04&lt;BR /&gt;
          End Time: 2015-07-29T10:47:11&lt;BR /&gt;
        Total Time: 0:00:07&lt;BR /&gt;
           Command: /usr/bin/pkg install splunkforwarder-6.2.4-271043-solaris-11-sparc.p5p&lt;BR /&gt;
     Release Notes: No&lt;BR /&gt;
       Start State: &lt;BR /&gt;
None&lt;BR /&gt;
         End State: &lt;BR /&gt;
None&lt;BR /&gt;
            Errors: &lt;BR /&gt;
Traceback (most recent call last):&lt;BR /&gt;
  File "/usr/lib/python2.6/vendor-packages/pkg/client/api.py", line 1405, in __plan_op&lt;BR /&gt;
    self._img.make_install_plan(&lt;STRONG&gt;kwargs)&lt;BR /&gt;
  File "/usr/lib/python2.6/vendor-packages/pkg/client/image.py", line 4356, in make_install_plan&lt;BR /&gt;
    reject_list=reject_list)&lt;BR /&gt;
  File "/usr/lib/python2.6/vendor-packages/pkg/client/image.py", line 4315, in __make_plan_common&lt;BR /&gt;
    ip.plan_install(&lt;/STRONG&gt;kwargs)&lt;BR /&gt;
  File "/usr/lib/python2.6/vendor-packages/pkg/client/imageplan.py", line 564, in plan_install&lt;BR /&gt;
    reject_list=reject_list)&lt;BR /&gt;
  File "/usr/lib/python2.6/vendor-packages/pkg/client/imageplan.py", line 522, in __plan_install&lt;BR /&gt;
    reject_list=reject_list)&lt;BR /&gt;
  File "/usr/lib/python2.6/vendor-packages/pkg/client/imageplan.py", line 433, in __plan_install_solver&lt;BR /&gt;
    reject_set=reject_set)&lt;BR /&gt;
  File "/usr/lib/python2.6/vendor-packages/pkg/client/imageplan.py", line 4987, in __match_user_fmris&lt;BR /&gt;
    rejected_pats=exclpats)&lt;BR /&gt;
PlanCreationException: The following pattern(s) did not match any allowable packages.  Try&lt;BR /&gt;
using a different matching pattern, or refreshing publisher information:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    splunkforwarder-6.2.4-271043-solaris-11-sparc.p5p
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;I am at a loss to understand the failure at this point.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 06:51:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/solaris-11-universal-forwarder-install-problem/m-p/150746#M9795</guid>
      <dc:creator>sandyelrick</dc:creator>
      <dc:date>2020-09-29T06:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: solaris 11 universal forwarder install problem</title>
      <link>https://community.splunk.com/t5/Installation/solaris-11-universal-forwarder-install-problem/m-p/150747#M9796</link>
      <description>&lt;P&gt;Well, finally figured it out with help.&lt;/P&gt;

&lt;P&gt;You need to set the publisher definition up first (further steps are as follows):&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;pkg set-publisher -p /tmp/install/splunkforwarder-6.2.4-271043-solaris-11-sparc.p5p splunk&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Test the package:&lt;BR /&gt;
&lt;STRONG&gt;pkg install -nv splunkforwarder&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;Install:&lt;BR /&gt;
&lt;STRONG&gt;pkg install ./splunkforwarder-6.2.4-271043-solaris-11-sparc.p5p splunk&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Verify installed (two commands):&lt;BR /&gt;
&lt;STRONG&gt;pkg list -v splunkforwarder&lt;/STRONG&gt;&lt;BR /&gt;
    FMRI                                                                 IFO&lt;BR /&gt;
pkg://splunk/application/&lt;A href="mailto:splunkforwarder@6.2.4"&gt;splunkforwarder@6.2.4&lt;/A&gt;,271043:20150626T044039Z       i--&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;pkg info -r splunkforwarder&lt;/STRONG&gt;&lt;BR /&gt;
          Name: application/splunkforwarder&lt;BR /&gt;
       Summary: Splunk Universal Forwarder&lt;BR /&gt;
   Description: Splunk&amp;gt; The platform for machine data.&lt;BR /&gt;
      Category: Applications/Internet&lt;BR /&gt;
         State: Installed&lt;BR /&gt;
     Publisher: splunk&lt;BR /&gt;
       Version: 6.2.4&lt;BR /&gt;
 Build Release: 271043&lt;BR /&gt;
        Branch: None&lt;BR /&gt;
Packaging Date: Fri Jun 26 04:40:39 2015&lt;BR /&gt;
          Size: 42.53 MB&lt;BR /&gt;
          FMRI: pkg://splunk/application/&lt;A href="mailto:splunkforwarder@6.2.4"&gt;splunkforwarder@6.2.4&lt;/A&gt;,271043:20150626T044039Z&lt;/P&gt;

&lt;P&gt;Remove the temporary publisher:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;pkg unset-publisher splunk&lt;/STRONG&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2015 15:10:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/solaris-11-universal-forwarder-install-problem/m-p/150747#M9796</guid>
      <dc:creator>sandyelrick</dc:creator>
      <dc:date>2015-08-07T15:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: solaris 11 universal forwarder install problem</title>
      <link>https://community.splunk.com/t5/Installation/solaris-11-universal-forwarder-install-problem/m-p/150748#M9797</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;there is a mistake up there on the pkg install .....&lt;/P&gt;

&lt;P&gt;It is as simple as pkg install splunkforwarder since the publisher and has already been setup&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2016 10:38:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/solaris-11-universal-forwarder-install-problem/m-p/150748#M9797</guid>
      <dc:creator>vipulpandya2k1</dc:creator>
      <dc:date>2016-05-05T10:38:50Z</dc:date>
    </item>
  </channel>
</rss>

