diff --git a/docs/docs/debugging/debugging_without_cli.md b/docs/docs/debugging/debugging_without_cli.md index 24fc95e3193b1..db61e5aab13c7 100644 --- a/docs/docs/debugging/debugging_without_cli.md +++ b/docs/docs/debugging/debugging_without_cli.md @@ -233,12 +233,12 @@ Collects comprehensive system information for troubleshooting: ```bash # Collect all system information -/opt/fboss/bin/showtech --details all +/opt/fboss/bin/rma-showtech --details all # Collect specific information (fboss, logs, sensors, etc.) -/opt/fboss/bin/showtech --details fboss -/opt/fboss/bin/showtech --details logs -/opt/fboss/bin/showtech --details sensor +/opt/fboss/bin/rma-showtech --details fboss +/opt/fboss/bin/rma-showtech --details logs +/opt/fboss/bin/rma-showtech --details sensor # Available options: all, fan, fanspinner, fboss, fwutil, gpio, host, i2c, # i2cdump, logs, lspci, nvme, pem, port, powergood, psu, sensor, weutil diff --git a/fboss-image/image_builder/templates/centos-09.0/root_files/usr/local/bin/rma-showtech b/fboss-image/image_builder/templates/centos-09.0/root_files/usr/local/bin/rma-showtech new file mode 100755 index 0000000000000..3882226c8be5e --- /dev/null +++ b/fboss-image/image_builder/templates/centos-09.0/root_files/usr/local/bin/rma-showtech @@ -0,0 +1,2 @@ +#!/bin/bash +exec /usr/local/lib/fboss_cmd_find.sh rma-showtech "$@" diff --git a/fboss-image/image_builder/templates/centos-09.0/root_files/usr/local/bin/showtech b/fboss-image/image_builder/templates/centos-09.0/root_files/usr/local/bin/showtech deleted file mode 100755 index b5fe3a6075c4a..0000000000000 --- a/fboss-image/image_builder/templates/centos-09.0/root_files/usr/local/bin/showtech +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -exec /usr/local/lib/fboss_cmd_find.sh showtech "$@" diff --git a/fboss/oss/scripts/package.py b/fboss/oss/scripts/package.py index a8f032d2fc552..8a00608a5f5e8 100755 --- a/fboss/oss/scripts/package.py +++ b/fboss/oss/scripts/package.py @@ -112,7 +112,7 @@ "rackmon", "sensor_service", "sensor_service_client", - "showtech", + "rma-showtech", "weutil", ]