mirror of
https://github.com/xcat2/confluent.git
synced 2026-08-04 16:37:00 +00:00
00a772785d
These commands ship in confluent_client/bin but had no .ronn man page, so they did not appear in the generated documentation. Add man pages matching the existing style, with synopsis and options taken from each command's argument parser: - confluent2ansible: export node inventory to an Ansible hosts file - confluent2lxca: export nodes to a Lenovo XClarity Administrator bulk import CSV - confluent2xcat: export nodes to an xCAT stanza definition (and optional macs.csv) - dir2img: build a FAT image from a directory for nodemedia upload - nodecertutil: manage BMC CA certificates and sign BMC certificates - nodegrouprename: rename a node group - noderename: rename nodes
31 lines
847 B
Markdown
31 lines
847 B
Markdown
confluent2lxca(8) -- Export confluent nodes to a Lenovo XClarity Administrator bulk import file
|
|
==============================================================================================
|
|
|
|
## SYNOPSIS
|
|
|
|
`confluent2lxca <noderange> -o <bulkimport.csv>`
|
|
|
|
## DESCRIPTION
|
|
|
|
`confluent2lxca` reads the nodes matched by `<noderange>` from confluent and
|
|
writes a CSV file suitable for bulk import into Lenovo XClarity Administrator
|
|
(LXCA), so that hardware already known to confluent can be brought under LXCA
|
|
management.
|
|
|
|
## OPTIONS
|
|
|
|
* `-o FILE`, `--output=FILE`:
|
|
Write the XClarity Administrator bulk import CSV to FILE.
|
|
|
|
* `-h`, `--help`:
|
|
Show help message and exit
|
|
|
|
## EXAMPLES
|
|
|
|
* Generate a bulk import file for all nodes:
|
|
`# confluent2lxca everything -o bulkimport.csv`
|
|
|
|
## SEE ALSO
|
|
|
|
confluent2xcat(8), confluent2ansible(8), nodelist(8)
|