Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⭐️ IBM AIX support #1940

Merged
merged 2 commits into from
Sep 27, 2023
Merged

⭐️ IBM AIX support #1940

merged 2 commits into from
Sep 27, 2023

Conversation

chris-rock
Copy link
Member

Display asset information:

cnquery> asset { name platform version arch }
asset: {
  version: "7.2"
  arch: "powerpc"
  platform: "aix"
  name: "p1280-pvm1"
}

List packages:

cnquery> packages
packages.list: [
  0: package name="GSKit8.gskcrypt32.ppc.rte" version="8.0.50.88"
  1: package name="GSKit8.gskcrypt64.ppc.rte" version="8.0.50.88"
  2: package name="GSKit8.gskssl32.ppc.rte" version="8.0.50.88"
  3: package name="GSKit8.gskssl64.ppc.rte" version="8.0.50.88"
  4: package name="ICU4C.rte" version="7.2.5.0"
  5: package name="adde.v2.common.rte" version="7.2.0.0"
  6: package name="adde.v2.ethernet.rte" version="7.2.5.200"
  7: package name="adde.v2.rdma.rte" version="7.2.2.0"
  8: package name="bos.64bit" version="7.2.5.201"
  9: package name="bos.acct" version="7.2.5.200"
  10: package name="bos.adt.base" version="7.2.5.200"
  11: package name="bos.adt.debug" version="7.2.5.201"
  12: package name="bos.adt.include" version="7.2.5.201"
  13: package name="bos.adt.lib" version="7.2.5.200"
  ...

List services:

services.list: [
  0: service name="syslogd" running=true enabled=true type="aix"
  1: service name="sendmail" running=true enabled=true type="aix"
  2: service name="portmap" running=true enabled=true type="aix"
  3: service name="inetd" running=true enabled=true type="aix"
  4: service name="snmpd" running=true enabled=true type="aix"
  5: service name="hostmibd" running=true enabled=true type="aix"
  6: service name="snmpmibd" running=true enabled=true type="aix"
  7: service name="aixmibd" running=true enabled=true type="aix"
  8: service name="aso" running=true enabled=true type="aix"
  ...

)

const (
AixPkgFormat = "bff"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you going to add RPM packages as well? AIX supports those and it would be very handy to expose those.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @scotthain Great idea! Lets do this as follow-up

Copy link
Member

@arlimus arlimus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!!

@arlimus arlimus merged commit ac8dfed into main Sep 27, 2023
10 checks passed
@arlimus arlimus deleted the chris-rock/aix branch September 27, 2023 07:01
@github-actions github-actions bot locked and limited conversation to collaborators Sep 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants