From ab9466c8615378262b87d3ac405955d47697e8da Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Sun, 16 Jun 2024 18:39:41 +0200 Subject: [PATCH] update docs --- docs/basics.md | 111 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) diff --git a/docs/basics.md b/docs/basics.md index 318a0c7..561c564 100644 --- a/docs/basics.md +++ b/docs/basics.md @@ -226,10 +226,121 @@ manta get sessions -l 3 ## List images +Images are created through sessions against configurations. Images can be assigned to nodes to boot. Manta tracks down the configuration used to build an image through the sessions used to build it, withtout this information the image content is not traceable and the nodes using it are subject to errors or misconfiguration. + +Normal version + +```bash +manta get images ... +``` + +Short version + +```bash +manta g i ... +``` + +eg + +List images all images created for cluster eiger + +```bash +manta g i -H eiger ++--------------------------------------+-------------------------------------+----------------------------------+-------------------+------------+ +| Image ID | Name | Creation time | CFS configuration | HSM groups | ++================================================================================================================================================+ +| 39c7603b-805b-4aeb-9c4b-27f960400489 | eiger-uan-3.1.0 | 2023-03-31T08:52:39.210677+00:00 | Not found | | +|--------------------------------------+-------------------------------------+----------------------------------+-------------------+------------| +| 44d34cf9-01d1-4600-bbf3-a69b303bf464 | eiger-cos-3.1.0 | 2023-03-31T08:53:43.665937+00:00 | Not found | | +|--------------------------------------+-------------------------------------+----------------------------------+-------------------+------------| +| 5024e45e-d1f5-4cca-bf7b-0b0b4e7f0785 | eiger-uan-3.1.1 | 2023-06-13T11:03:21.448332+00:00 | Not found | | +|--------------------------------------+-------------------------------------+----------------------------------+-------------------+------------| +| 5e7c2e99-7386-4db5-b39b-6e5f107936bd | eiger-cos-3.1.1 | 2023-06-13T11:03:51.481619+00:00 | Not found | | +|--------------------------------------+-------------------------------------+----------------------------------+-------------------+------------| +| cbaf89c5-d5be-4251-b154-c81b05bd5e59 | eiger-uan-3.1.2 | 2023-10-19T19:09:42.689921+00:00 | Not found | | +|--------------------------------------+-------------------------------------+----------------------------------+-------------------+------------| +| 09b986aa-2ee1-44a2-8358-71d11a772f5f | eiger-cos-3.1.2 | 2023-10-19T19:10:04.608446+00:00 | Not found | | +|--------------------------------------+-------------------------------------+----------------------------------+-------------------+------------| +| 83f0224d-e1db-4925-8de6-55cdf0b3bbf1 | eiger-uan-3.1.4 | 2023-11-22T14:51:39.867557+00:00 | Not found | | +|--------------------------------------+-------------------------------------+----------------------------------+-------------------+------------| +| a279cfc0-88db-48db-af18-b044326d4d9e | eiger-cos-3.1.4 | 2023-11-22T14:52:41.057211+00:00 | Not found | | +|--------------------------------------+-------------------------------------+----------------------------------+-------------------+------------| +| 866dc945-f7e7-475f-9ce2-b8480bc070d6 | eiger-uan-3.1.6 | 2024-02-28T08:55:05.596347+00:00 | Not found | | +|--------------------------------------+-------------------------------------+----------------------------------+-------------------+------------| +| 3cd22417-0a13-4e55-afd1-645ebfd00805 | eiger-cos-3.1.6 | 2024-02-28T08:55:19.685122+00:00 | Not found | | +|--------------------------------------+-------------------------------------+----------------------------------+-------------------+------------| +| 9503d311-91a1-40bc-a484-0ea18a9167e7 | eiger-mc-compute-cscs-24.3.0.r1-0.1 | 2024-06-05T15:10:54.924288+00:00 | Not found | | ++--------------------------------------+-------------------------------------+----------------------------------+-------------------+------------+ +``` + ## List cluster details/summary ## List hardware information +eg + +Get hardware components summary for cluster eiger + +```bash +manta g hw cluster eiger` +Getting hw components for node 'x1002c0s7b0n0' [16/17] ++------------------------------------+----------+ +| HW Component | Quantity | ++===============================================+ +| Memory (GiB) | 4608 | +|------------------------------------+----------| +| SS11 200Gb 2P NIC Mezz REV02 (HSN) | 17 | +|------------------------------------+----------| +| AMD EPYC 7742 64-Core Processor | 34 | ++------------------------------------+----------+ +``` + +eg + +Get hardware component details for cluster eiger + +```bash +manta g hw cluster eiger --output details` +Getting hw components for node 'x1002c0s7b0n0' [16/17] ++---------------+-----------+-----------+---------------------------------+------------------------------------+ +| Node | 16384 MiB | 32768 MiB | AMD EPYC 7742 64-Core Processor | SS11 200Gb 2P NIC Mezz REV02 (HSN) | ++==============================================================================================================+ +| x1000c0s0b0n0 | ✅ (16) | ❌ | ✅ (2) | ✅ (1) | +|---------------+-----------+-----------+---------------------------------+------------------------------------| +| x1000c0s0b0n1 | ✅ (16) | ❌ | ✅ (2) | ✅ (1) | +|---------------+-----------+-----------+---------------------------------+------------------------------------| +| x1000c0s0b1n0 | ✅ (16) | ❌ | ✅ (2) | ✅ (1) | +|---------------+-----------+-----------+---------------------------------+------------------------------------| +| x1000c0s0b1n1 | ✅ (16) | ❌ | ✅ (2) | ✅ (1) | +|---------------+-----------+-----------+---------------------------------+------------------------------------| +| x1000c0s1b0n0 | ✅ (16) | ❌ | ✅ (2) | ✅ (1) | +|---------------+-----------+-----------+---------------------------------+------------------------------------| +| x1000c0s1b0n1 | ✅ (16) | ❌ | ✅ (2) | ✅ (1) | +|---------------+-----------+-----------+---------------------------------+------------------------------------| +| x1000c0s1b1n0 | ✅ (16) | ❌ | ✅ (2) | ✅ (1) | +|---------------+-----------+-----------+---------------------------------+------------------------------------| +| x1000c0s1b1n1 | ✅ (16) | ❌ | ✅ (2) | ✅ (1) | +|---------------+-----------+-----------+---------------------------------+------------------------------------| +| x1000c0s2b0n0 | ✅ (16) | ❌ | ✅ (2) | ✅ (1) | +|---------------+-----------+-----------+---------------------------------+------------------------------------| +| x1000c0s2b0n1 | ✅ (16) | ❌ | ✅ (2) | ✅ (1) | +|---------------+-----------+-----------+---------------------------------+------------------------------------| +| x1000c0s2b1n0 | ✅ (16) | ❌ | ✅ (2) | ✅ (1) | +|---------------+-----------+-----------+---------------------------------+------------------------------------| +| x1000c0s2b1n1 | ✅ (16) | ❌ | ✅ (2) | ✅ (1) | +|---------------+-----------+-----------+---------------------------------+------------------------------------| +| x1000c0s3b0n0 | ✅ (16) | ❌ | ✅ (2) | ✅ (1) | +|---------------+-----------+-----------+---------------------------------+------------------------------------| +| x1000c0s3b0n1 | ✅ (16) | ❌ | ✅ (2) | ✅ (1) | +|---------------+-----------+-----------+---------------------------------+------------------------------------| +| x1000c0s3b1n0 | ✅ (16) | ❌ | ✅ (2) | ✅ (1) | +|---------------+-----------+-----------+---------------------------------+------------------------------------| +| x1000c0s3b1n1 | ✅ (16) | ❌ | ✅ (2) | ✅ (1) | +|---------------+-----------+-----------+---------------------------------+------------------------------------| +| x1002c0s7b0n0 | ❌ | ✅ (16) | ✅ (2) | ✅ (1) | ++---------------+-----------+-----------+---------------------------------+------------------------------------+ +``` + ## Set runtime configuration ??? info "**WIP**"