docs-site icon indicating copy to clipboard operation
docs-site copied to clipboard

Issue with docs.zowe.org/stable/user-guide/systemrequirements-zos

Open OnnoVdT opened this issue 1 year ago • 3 comments

Description

Node.js v18.x, or v20.x is required during installation. installation should be configuration. Node.js is not required to extract the pax or running SMP/E. These steps make up install, everything after is config.

Pages to Update

docs.zowe.org/stable/user-guide/systemrequirements-zos

Screenshots

Expected behavior

Do not lump config in with install.

Additional context

OnnoVdT avatar Nov 05 '24 22:11 OnnoVdT

I will look into what's correct to say here. zos squad is researching this.

1000TurquoisePogs avatar Nov 06 '24 10:11 1000TurquoisePogs

I'm seeing occurrences of node used for the following purposes:

  • Install of PAX, which uses "zwe install" which uses node to manipulate YAML
  • Init using "zwe", zosmf workflows, or zowe server install wizard
    • Avoidable via use of JCL samples w/ Keyrings
  • Startup when discovery enabled & zosmf used
  • Containers
    • prestop - discovery registration cleanup is performed on stop
    • cleanup - cron job for doing registration cleanup periodically
  • zwe support
  • Most v2 zwe operations if zowe.useConfigmgr=false

1000TurquoisePogs avatar Nov 06 '24 11:11 1000TurquoisePogs

node is needed for operations of this install page section https://docs.zowe.org/stable/user-guide/install-zowe-zos-convenience-build#step-5-install-the-mvs-data-sets

1000TurquoisePogs avatar Nov 06 '24 11:11 1000TurquoisePogs