Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

Join our "Ask Me About" community webinar on May 20th at 9 AM CET and 5 PM CET to explore cybersecurity and monitoring for Data Center and edge IT. Learn about market trends, cutting-edge technologies, and best practices from industry experts.
Register and secure your Critical IT infrastructure

Powerchute BE - configuration assistance

APC UPS Data Center & Enterprise Solutions Forum

Schneider, APC support forum to share knowledge about installation and configuration for Data Center and Business Power UPSs, Accessories, Software, Services.

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results forΒ 
ShowΒ Β onlyΒ  | Search instead forΒ 
Did you mean:Β 
  • Home
  • Schneider Electric Community
  • APC UPS, Critical Power, Cooling and Racks
  • APC UPS Data Center & Enterprise Solutions Forum
  • Powerchute BE - configuration assistance
Options
  • Subscribe to RSS Feed
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
BillP
Administrator BillP Administrator
5060
voidstar_apc
Janeway voidstar_apc
196
Erasmus_apc
Sisko Erasmus_apc
112
TheNotoriousKMP_apc
Sisko TheNotoriousKMP_apc
108
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to APC UPS Data Center & Enterprise Solutions Forum
Solved
Anonymous user
Not applicable

Posted: β€Ž2021-06-30 07:41 PM . Last Modified: β€Ž2024-03-07 02:05 AM

0 Likes
3
942
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: β€Ž2021-06-30 07:41 PM . Last Modified: β€Ž2024-03-07 02:05 AM

Powerchute BE - configuration assistance

Hi, I am wondering if someone who knows their stuff about this software could assist me with a configuration issue I am having.

I have a SUA30002U unit.

UPS load is 41.6% with about 18 minutes runtime on the battery when fully charged.

What I am trying to acheive is the following.

Power goes out, UPS runs until there is about 10 minutes left on the battery, when this happens I wish for a graceful shutdown to proceed.

I have also configured the default cmd file to shutdown the other servers. This works because I have just run the cmd file by itself and it shut down the servers I wanted it too.

I have attached a image of the settings I currently have, from what I have read this should wait till 10 minutes left on battery and do what I want. What is happening, is the software is shutting down the server it is installed on and the other servers are not shutting down and then the UPS shuts off thus creating a hard shutdown !

Help !

Also before you ask - here is my cmd default.

@echo off
rem
rem Maximize for best viewing
rem This command file provides examples of proper command file syntax
rem
rem Command Files run by PowerChute Business Edition must be placed in this directory.
rem
rem Use the full path name of executable programs and external command files.
rem
rem The @START command must be used to run executable programs (see example below).
rem For the @START command, path names that include spaces must be enclosed in quotes;
rem arguments for the executable must be outside the quotes. A double quote must
rem precede the quoted path name. For example, to execute a command file in
rem c:\Program Files\APC\PowerChute Business Edition\agent\cmdfiles called myShut.exe,
rem the following line should be entered in the command file:
rem
rem @START "" "c:\Program Files\APC\PowerChute Business Edition\agent\cmdfiles\myShut.exe"
rem
@echo on

shutdown -m \\ts-01 -s -f -c "Please log off and save all open work" -t 120 -d u:6:12

shutdown -m \\ts-02 -s -f -c "Please log off and save all open work" -t 120 -d u:6:12

shutdown -m \\vs-01 -s -f -c "Please log off and save all open work" -t 120 -d u:6:12

shutdown -m \\vs-02 -s -f -c "Please log off and save all open work" -t 120 -d u:6:12

Attachments
Labels
  • Labels:
  • UPS Management Devices & PowerChute Software
Reply

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
Anonymous user
Not applicable

Posted: β€Ž2021-06-30 07:41 PM . Last Modified: β€Ž2024-03-07 02:05 AM

0 Likes
0
941
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: β€Ž2021-06-30 07:41 PM . Last Modified: β€Ž2024-03-07 02:05 AM

Hi, I am wondering if someone who knows their stuff about this software could assist me with a configuration issue I am having.

I have a SUA30002U unit.

UPS load is 41.6% with about 18 minutes runtime on the battery when fully charged.

What I am trying to acheive is the following.

Power goes out, UPS runs until there is about 10 minutes left on the battery, when this happens I wish for a graceful shutdown to proceed.

I have also configured the default cmd file to shutdown the other servers. This works because I have just run the cmd file by itself and it shut down the servers I wanted it too.

I have attached a image of the settings I currently have, from what I have read this should wait till 10 minutes left on battery and do what I want. What is happening, is the software is shutting down the server it is installed on and the other servers are not shutting down and then the UPS shuts off thus creating a hard shutdown !

Help !

Also before you ask - here is my cmd default.

@echo off
rem
rem Maximize for best viewing
rem This command file provides examples of proper command file syntax
rem
rem Command Files run by PowerChute Business Edition must be placed in this directory.
rem
rem Use the full path name of executable programs and external command files.
rem
rem The @START command must be used to run executable programs (see example below).
rem For the @START command, path names that include spaces must be enclosed in quotes;
rem arguments for the executable must be outside the quotes. A double quote must
rem precede the quoted path name. For example, to execute a command file in
rem c:\Program Files\APC\PowerChute Business Edition\agent\cmdfiles called myShut.exe,
rem the following line should be entered in the command file:
rem
rem @START "" "c:\Program Files\APC\PowerChute Business Edition\agent\cmdfiles\myShut.exe"
rem
@echo on

shutdown -m \\ts-01 -s -f -c "Please log off and save all open work" -t 120 -d u:6:12

shutdown -m \\ts-02 -s -f -c "Please log off and save all open work" -t 120 -d u:6:12

shutdown -m \\vs-01 -s -f -c "Please log off and save all open work" -t 120 -d u:6:12

shutdown -m \\vs-02 -s -f -c "Please log off and save all open work" -t 120 -d u:6:12

See Answer In Context

Reply

Link copied. Please paste this link to share this article on your social media post.

Replies 3
Anonymous user
Not applicable

Posted: β€Ž2021-06-30 07:41 PM . Last Modified: β€Ž2024-03-07 02:05 AM

0 Likes
0
941
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: β€Ž2021-06-30 07:41 PM . Last Modified: β€Ž2024-03-07 02:05 AM

Hi

Am I wrong or isn't the shutdown command an executable?

if so, shouldn't the command read:

@START "" "c:\windows\system32\shutdown.exe" ts-01 -s -f -c "Please log off and save all open work" -t 120 -d u:6:1

??

It sais so right at the top of the sample file? πŸ™‚

Regards

Tony

Reply

Link copied. Please paste this link to share this article on your social media post.

Anonymous user
Not applicable

Posted: β€Ž2021-06-30 07:41 PM . Last Modified: β€Ž2024-03-07 02:05 AM

0 Likes
0
941
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: β€Ž2021-06-30 07:41 PM . Last Modified: β€Ž2024-03-07 02:05 AM

no one ? 😞

Called APC and well.. lets just say phone support isn't their strong point

Reply

Link copied. Please paste this link to share this article on your social media post.

Anonymous user
Not applicable

Posted: β€Ž2021-06-30 07:41 PM . Last Modified: β€Ž2024-03-07 02:05 AM

0 Likes
0
942
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: β€Ž2021-06-30 07:41 PM . Last Modified: β€Ž2024-03-07 02:05 AM

Hi, I am wondering if someone who knows their stuff about this software could assist me with a configuration issue I am having.

I have a SUA30002U unit.

UPS load is 41.6% with about 18 minutes runtime on the battery when fully charged.

What I am trying to acheive is the following.

Power goes out, UPS runs until there is about 10 minutes left on the battery, when this happens I wish for a graceful shutdown to proceed.

I have also configured the default cmd file to shutdown the other servers. This works because I have just run the cmd file by itself and it shut down the servers I wanted it too.

I have attached a image of the settings I currently have, from what I have read this should wait till 10 minutes left on battery and do what I want. What is happening, is the software is shutting down the server it is installed on and the other servers are not shutting down and then the UPS shuts off thus creating a hard shutdown !

Help !

Also before you ask - here is my cmd default.

@echo off
rem
rem Maximize for best viewing
rem This command file provides examples of proper command file syntax
rem
rem Command Files run by PowerChute Business Edition must be placed in this directory.
rem
rem Use the full path name of executable programs and external command files.
rem
rem The @START command must be used to run executable programs (see example below).
rem For the @START command, path names that include spaces must be enclosed in quotes;
rem arguments for the executable must be outside the quotes. A double quote must
rem precede the quoted path name. For example, to execute a command file in
rem c:\Program Files\APC\PowerChute Business Edition\agent\cmdfiles called myShut.exe,
rem the following line should be entered in the command file:
rem
rem @START "" "c:\Program Files\APC\PowerChute Business Edition\agent\cmdfiles\myShut.exe"
rem
@echo on

shutdown -m \\ts-01 -s -f -c "Please log off and save all open work" -t 120 -d u:6:12

shutdown -m \\ts-02 -s -f -c "Please log off and save all open work" -t 120 -d u:6:12

shutdown -m \\vs-01 -s -f -c "Please log off and save all open work" -t 120 -d u:6:12

shutdown -m \\vs-02 -s -f -c "Please log off and save all open work" -t 120 -d u:6:12

Reply

Link copied. Please paste this link to share this article on your social media post.

Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

Β 
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings Β© 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of