diff --git a/docs/source/troubleshooting/os_installation/debug_port.rst b/docs/source/troubleshooting/os_installation/debug_port.rst index f5d043892..ac2e8741a 100644 --- a/docs/source/troubleshooting/os_installation/debug_port.rst +++ b/docs/source/troubleshooting/os_installation/debug_port.rst @@ -3,7 +3,7 @@ Enabling Debug Port: Running commands in the installer from MN **This mode is supported with debug level set to 1 or 2** -xCAT creates a server in the **installer**, listening on port ``3001``. It executes commands sent to it from the xCAT MN and returns the response output. +xCAT creates a service inside the **installer**, listening on port ``3054``. It executes commands sent to it from the xCAT MN and returns the response output. The command ``runcmdinstaller`` can be used to send request to installer: diff --git a/xCAT-server/sbin/runcmdinstaller b/xCAT-server/sbin/runcmdinstaller index 94ae4554f..695acc765 100755 --- a/xCAT-server/sbin/runcmdinstaller +++ b/xCAT-server/sbin/runcmdinstaller @@ -58,5 +58,5 @@ if [ "$retcode" != "0" ];then exit $retcode fi -echo "sh $cmd 2>&1" | nc -w 20 $node 3004 +echo "sh $cmd 2>&1" | nc -w 20 $node 3054 diff --git a/xCAT-server/share/xcat/install/scripts/pre.debian b/xCAT-server/share/xcat/install/scripts/pre.debian index 5dd492da7..aeec2a659 100644 --- a/xCAT-server/share/xcat/install/scripts/pre.debian +++ b/xCAT-server/share/xcat/install/scripts/pre.debian @@ -36,7 +36,7 @@ cat >/tmp/foo.awk </tmp/foo.awk <