我們的品牌

Impact-Company-Logo-English Black-01-177x54

歡迎造訪施耐德電機全球網站

歡迎訪問我們的網站
		
我们今天能为您提供什么帮助?
How to run and troubleshoot scripts / command files with PowerChute Network Shutdown on Unix/Linux

Issue:
How to run and troubleshoot scripts files with PowerChute Network Shutdown on Unix/Linux

Product Line:
PowerChute Network Shutdown

Environment:
All supported Unix and Linux OS

Cause:
Informational

Solution:

Note: If you are having problems getting a script to work on a supported 64-bit processor and operating system, please make sure you follow the 64-bit installation procedure listed in the PowerChute Network Shutdown Installation Manual.

Shell Scripts in a UNIX/Linux environment are essentially a series of commands and instructions stored in a file, allowing all commands & instructions to be executed simultaneously by running the file. Typically, the file is run by a specified shell or some other interpreter. In a UNIX/Linux environment, the first line of a script specifies the interpreter or shell that runs it. The Bourne shell, for instance, is usually located at the following absolute path:
/bin/sh

Therefore, scripts that are written to be run by the Bourne shell will typically begin with the following line:
#!/bin/sh

Scripts to be run by PowerChute Network Shutdown must be written in the Bourne Shell and should start with a line that resembles the line above. Thus, the first thing to verify when a script is not running correctly in PowerChute Network Shutdown is that it is written for the Bourne Shell. The second thing to verify is that the Bourne Shell is being called correctly on the first line of the script. It is essential to keep in mind that if the script is not set up properly, it may run correctly when executed manually at the shell prompt.

NOTE: With the release of PowerChute Network, Shutdown 4.4, all command files and SSH files must reside in /opt/APC/PowerChute/user_files. When adding the file to the PowerChute UI or pcnsconfig.ini, the full path must be entered.

The following is an example of a script that will output the words "This is a command file test." to a file called test.txt in the APC directory:

#!/bin/sh
echo "This is a command file test." >> /opt/APC/test.txt

If this file were saved as scr.sh and given executable permissions, when run from the shell prompt, it would create a file called test.txt in the APC directory that contained the words "This is a command file test." If the script were to be run by PowerChute Network Shutdown, this is how it should look:

#!/bin/sh
echo "This is a command file test." >> /opt/APC/test.txt

Notice that the first line of the script specifies that #!/bin/sh will be used to execute the commands. Once this change has been made to the script, PowerChute Network Shutdown should execute it properly.

施耐德電機Taiwan

探索更多
系列:
類別:
探索更多
系列:
類別:
  • 產品文檔
  • 軟體下載
  • 產品選型工具
  • 產品替代和替換
  • 幫助和聯絡中心
  • 尋找我們的辦公室
  • 取得報價
  • 施耐德電機社群
  • 人才招募
  • 公司簡介
  • 舉報不當行為
  • 無障礙
  • 新聞中心
  • 投資者
  • 專業洞察
  • 台灣施耐德電機學院
  • 綠色影響力落差調查
  • Schneider Go Green 2025
  • 隱私政策
  • Cookie通告
  • 使用條款
  • Change your cookie settings