- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-07-01 02:14 AM . Last Modified: 2024-03-05 11:42 PM
how to shutdown NAS via SSH in command line in PCBE
hello.
I have Smart-UPS 1500
how can I shutdown NAS device via SSH in command line?
I use plink.exe (a command-line interface to the PuTTY back ends).
@START "" "C:\Program Files\APC\PowerChute Business Edition\agent\cmdfiles\plink.exe -ssh 192.168.5.4 -l root -pw PASSWORD poweroff"
plink.exe -ssh 192.168.5.4 -l root -pw PASSWORD poweroff
sorry formy english
- Tags:
- command_line_pcbe
Authentication Failed.
- Authentication Ticket Mismatched, failed authentication.
Link copied. Please paste this link to share this article on your social media post.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-07-01 02:14 AM . Last Modified: 2024-03-05 11:41 PM
Hi gariz,
Just in case you haven't seen it yet, we do have knowledge base articles that talks about command files. I tried creating a command file before and what I did is I have created two command files. The first command file is what is being called by PCBE, when this is executed it will then call the second command file which has the main code that I needed to run.
Below are the kbase articles that hopefully can help you out. Please do search them thru our FAQ site.
- FA159625 (Configuring Command Files for use with Powerchute Business Edition)
- FA159586 (Command file is not running within PowerChute Network Shutdown: How to check correct syntax usage.)
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-07-01 02:14 AM . Last Modified: 2024-03-05 11:41 PM
Hi gariz,
Just in case you haven't seen it yet, we do have knowledge base articles that talks about command files. I tried creating a command file before and what I did is I have created two command files. The first command file is what is being called by PCBE, when this is executed it will then call the second command file which has the main code that I needed to run.
Below are the kbase articles that hopefully can help you out. Please do search them thru our FAQ site.
- FA159625 (Configuring Command Files for use with Powerchute Business Edition)
- FA159586 (Command file is not running within PowerChute Network Shutdown: How to check correct syntax usage.)
Link copied. Please paste this link to share this article on your social media post.

