Jira (PUP-9041) AIX nim provider can't be used on a NIM master

0 views
Skip to first unread message

Erik Hansen (JIRA)

unread,
Aug 3, 2018, 3:36:03 PM8/3/18
to puppe...@googlegroups.com
Erik Hansen updated an issue
 
Puppet / Improvement PUP-9041
AIX nim provider can't be used on a NIM master
Change By: Erik Hansen
Issue Type: Bug Improvement
Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)
Atlassian logo

Erik Hansen (JIRA)

unread,
Aug 3, 2018, 3:36:03 PM8/3/18
to puppe...@googlegroups.com
Erik Hansen created an issue
 
Puppet / Bug PUP-9041
Issue Type: Bug Bug
Assignee: Unassigned
Created: 2018/08/03 12:35 PM
Priority: Normal Normal
Reporter: Erik Hansen

When using a package resource and the nim provider, the resource cannot be applied to a NIM master.  The error received is:

Error: Failed to apply catalog: Execution of '/usr/sbin/nimclient -o showres -a installp_flags=L -a resource=lpp_resource' returned 147: 0042-147 nimclient: this command may not be executed on a NIM master.

This can be reproduced with a simple resource such as:

package { $install_pkgs:
  ensure => latest,
  provider => nim,
}

On a NIM master you cannot use the nimclient command, the command would have to be:

/usr/sbin/nim -o showres -a installp_flags=L lpp_resource

Erik Hansen (JIRA)

unread,
Aug 3, 2018, 3:39:02 PM8/3/18
to puppe...@googlegroups.com
Erik Hansen updated an issue
 
Puppet / Improvement PUP-9041
Change By: Erik Hansen
Environment: Platform: AIX 7.2
When using a package resource and the nim provider, the resource cannot be applied to a NIM master.  The error received is:
{noformat}Error: Failed to apply catalog: Execution of '/usr/sbin/nimclient -o showres -a installp_flags=L -a resource=lpp_resource' returned 147: 0042-147 nimclient: this command may not be executed on a NIM master.{noformat}

This can be reproduced with a simple resource such as:
{code:java}package { $install_pkgs:

  ensure => latest,
  provider => nim,
}{code}

On a NIM master you cannot use the nimclient command, the command would have to be:
{noformat}
/usr/sbin/nim -o showres -a installp_flags=L lpp_resource{noformat}

Rob Braden (JIRA)

unread,
Aug 6, 2018, 5:26:02 PM8/6/18
to puppe...@googlegroups.com
Rob Braden updated an issue
Change By: Rob Braden
Team: Platform Core OS

Rob Braden (JIRA)

unread,
Aug 6, 2018, 5:26:03 PM8/6/18
to puppe...@googlegroups.com
Rob Braden updated an issue
Change By: Rob Braden
Sprint: Platform Core Grooming

Scott McClellan (JIRA)

unread,
Aug 7, 2018, 5:20:02 PM8/7/18
to puppe...@googlegroups.com
Scott McClellan updated an issue
Change By: Scott McClellan
Labels: aix nim package type_and_provider

Erik Hansen (JIRA)

unread,
Aug 14, 2018, 11:37:04 AM8/14/18
to puppe...@googlegroups.com

Erik Hansen (JIRA)

unread,
Aug 20, 2018, 2:42:03 PM8/20/18
to puppe...@googlegroups.com
Erik Hansen updated an issue
 
Change By: Erik Hansen
CS Priority: Needs Priority

Adam Bottchen (JIRA)

unread,
Aug 23, 2018, 7:15:04 PM8/23/18
to puppe...@googlegroups.com
Adam Bottchen updated an issue
Change By: Adam Bottchen
CS Priority: Needs Priority Reviewed

Branan Riley (JIRA)

unread,
Sep 18, 2018, 4:23:04 PM9/18/18
to puppe...@googlegroups.com
Branan Riley updated an issue
Change By: Branan Riley
Labels: aix customer nim package type_and_provider

Branan Riley (JIRA)

unread,
Sep 18, 2018, 4:47:05 PM9/18/18
to puppe...@googlegroups.com
Branan Riley assigned an issue to Sean McDonald
Change By: Branan Riley
Assignee: Sean McDonald

Branan Riley (JIRA)

unread,
Sep 18, 2018, 4:47:05 PM9/18/18
to puppe...@googlegroups.com
Branan Riley commented on Improvement PUP-9041
 
Re: AIX nim provider can't be used on a NIM master

Our ability to implement this will depend on our ability to reliably detect a NIM master programmatically (which should probably also be a new fact or something)

Sean McDonald (JIRA)

unread,
Sep 18, 2018, 4:54:05 PM9/18/18
to puppe...@googlegroups.com
Sean McDonald commented on Improvement PUP-9041

The fix for this is to:

1. Add nim master detection (FACT-1884)
2. Update puppet to use the 'nim' command rather than 'nimclient'

Note that the parameters to 'nim' may differ slightly from 'nimclient'. we need to ensure we're correctly calling it.

Scott Pruzinsky (JIRA)

unread,
Sep 18, 2018, 9:22:03 PM9/18/18
to puppe...@googlegroups.com

For what it's worth, only NIM masters have the "/usr/sbin/lsnim" command (provided by the "bos.sysmgt.nim.master" fileset).  I hope this helps!

Sean McDonald (JIRA)

unread,
Mar 5, 2019, 5:48:04 PM3/5/19
to puppe...@googlegroups.com

Sean McDonald (JIRA)

unread,
Mar 5, 2019, 5:48:04 PM3/5/19
to puppe...@googlegroups.com
Sean McDonald updated an issue
Change By: Sean McDonald
Team: Platform OS Puppet Romania

Sean McDonald (JIRA)

unread,
Mar 5, 2019, 5:49:02 PM3/5/19
to puppe...@googlegroups.com
Sean McDonald assigned an issue to Unassigned
Change By: Sean McDonald
Assignee: Sean McDonald

Mihai Buzgau (JIRA)

unread,
Jul 24, 2019, 4:52:03 AM7/24/19
to puppe...@googlegroups.com

Mihai Buzgau (JIRA)

unread,
Jul 24, 2019, 4:52:03 AM7/24/19
to puppe...@googlegroups.com
Mihai Buzgau updated an issue
Change By: Mihai Buzgau
Sprint: PR NW - Triage 2019-08-07

Gabriel Nagy (JIRA)

unread,
Aug 5, 2019, 4:27:04 AM8/5/19
to puppe...@googlegroups.com
Gabriel Nagy assigned an issue to Gabriel Nagy
Change By: Gabriel Nagy
Assignee: Gabriel Nagy

Gabriel Nagy (JIRA)

unread,
Aug 6, 2019, 11:04:03 AM8/6/19
to puppe...@googlegroups.com
Gabriel Nagy commented on Improvement PUP-9041
 
Re: AIX nim provider can't be used on a NIM master

Erik Hansen, Sean McDonald, Branan Riley, is there a way we can acceptance test this? we only have nim clients on nspooler. I did a rudimentary fix for this but I'm not sure how to test it on a nim master

 

Branan Riley (JIRA)

unread,
Aug 6, 2019, 12:08:04 PM8/6/19
to puppe...@googlegroups.com
Branan Riley commented on Improvement PUP-9041

Our nim master is part of our production infra, so I wouldn't want to try to test anything there. In the past we'd talked about setting up one of our POWER machines as a "bare metal" test environment just for stuff like this, but we never made any progress there. I'm unsure what our AIX hardware allocation looks like right now and whether that's still something feasible (/cc Ken Johnson).

Mihai Buzgau (JIRA)

unread,
Aug 7, 2019, 4:38:08 AM8/7/19
to puppe...@googlegroups.com
Mihai Buzgau updated an issue
Change By: Mihai Buzgau
Sprint: NW - 2019-08-07 , NW - 2019-08-21

Mihai Buzgau (JIRA)

unread,
Aug 21, 2019, 5:17:07 AM8/21/19
to puppe...@googlegroups.com
Mihai Buzgau updated an issue
Change By: Mihai Buzgau
Sprint: NW - 2019-08-07, NW - 2019-08-21 , NW - 2019-09-03

Ken Johnson (JIRA)

unread,
Aug 23, 2019, 2:09:03 PM8/23/19
to puppe...@googlegroups.com
Ken Johnson commented on Improvement PUP-9041
 
Re: AIX nim provider can't be used on a NIM master

Branan Riley Fortunately there's no limit on the number of NIM masters you can operate on a given host like there is with VIOS partitions, so we can definitely spin some non-prod instances up. How many would be desired and how soon/how high of priority is getting them available. Seems like probably a bit of an edge case, but one which would be quite important to anyone running into it.

Mihai Buzgau (JIRA)

unread,
Sep 4, 2019, 5:17:08 AM9/4/19
to puppe...@googlegroups.com
Mihai Buzgau updated an issue
Change By: Mihai Buzgau
Sprint: NW - 2019-08-07, NW - 2019-08-21, NW - 2019-09-03 , NW - 2019-09-18

Mihai Buzgau (JIRA)

unread,
Sep 18, 2019, 10:13:10 AM9/18/19
to puppe...@googlegroups.com
Mihai Buzgau updated an issue
Change By: Mihai Buzgau
Sprint: NW - 2019-08-07, NW - 2019-08-21, NW - 2019-09-03, NW - 2019-09-18 , NW - 2019-10-02

Mihai Buzgau (JIRA)

unread,
Oct 2, 2019, 4:40:09 AM10/2/19
to puppe...@googlegroups.com
Mihai Buzgau updated an issue
Change By: Mihai Buzgau
Sprint: NW - 2019-08-07, NW - 2019-08-21, NW - 2019-09-03, NW - 2019-09-18, NW - 2019-10-02 , NW - 2019-10-16

Mihai Buzgau (JIRA)

unread,
Oct 16, 2019, 4:24:09 AM10/16/19
to puppe...@googlegroups.com
Mihai Buzgau updated an issue
Change By: Mihai Buzgau
Sprint: NW - 2019-08-07, NW - 2019-08-21, NW - 2019-09-03, NW - 2019-09-18, NW - 2019-10-02, NW - 2019-10-16 , NW - 2019-10-30

Mihai Buzgau (JIRA)

unread,
Oct 30, 2019, 5:00:13 AM10/30/19
to puppe...@googlegroups.com
Mihai Buzgau updated an issue
Change By: Mihai Buzgau
Sprint: NW - 2019-08-07, NW - 2019-08-21, NW - 2019-09-03, NW - 2019-09-18, NW - 2019-10-02, NW - 2019-10-16, NW - 2019-10-30 , NW - 2019-11-13

Mihai Buzgau (JIRA)

unread,
Oct 31, 2019, 4:53:04 AM10/31/19
to puppe...@googlegroups.com
Mihai Buzgau updated an issue
Change By: Mihai Buzgau
Sprint: Windows Imaging Hopper, NW - 2019-08-07, NW - 2019-08-21, NW - 2019-09-03, NW - 2019-09-18, NW - 2019-10-02, NW - 2019-10-16, NW - 2019-10-30

Mihai Buzgau (JIRA)

unread,
Oct 31, 2019, 4:53:05 AM10/31/19
to puppe...@googlegroups.com
Mihai Buzgau updated an issue
Change By: Mihai Buzgau
Sprint: NW - 2019-08-07, NW - 2019-08-21, NW - 2019-09-03, NW - 2019-09-18, NW - 2019-10-02, NW - 2019-10-16, NW - 2019-10-30 , NW - 2019-11-13

Mihai Buzgau (JIRA)

unread,
Nov 4, 2019, 8:45:04 AM11/4/19
to puppe...@googlegroups.com
Mihai Buzgau updated an issue
Change By: Mihai Buzgau
Sprint: Windows Imaging Hopper, NW - 2019-08-07, NW - 2019-08-21, NW - 2019-09-03, NW - 2019-09-18, NW - 2019-10-02, NW - 2019-10-16, NW - 2019-10-30 , PR - Triage

Mihai Buzgau (Jira)

unread,
Mar 17, 2020, 9:01:06 AM3/17/20
to puppe...@googlegroups.com
Mihai Buzgau updated an issue
Change By: Mihai Buzgau
Sprint:
NW - 2019-08-07, NW - 2019-08-21, NW - 2019-09-03, NW - 2019-09-18, NW - 2019-10-02, NW - 2019-10-16, NW - 2019-10-30 , PR - Triage
This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935)
Atlassian logo

Gabriel Nagy (Jira)

unread,
Sep 15, 2021, 5:29:03 AM9/15/21
to puppe...@googlegroups.com
This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)
Atlassian logo
Reply all
Reply to author
Forward
0 new messages