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

Shutdown script continually loops

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
  • Shutdown script continually loops
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
Teken
Spock Teken
109
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:04 AM . Last Modified: ‎2024-03-07 11:33 PM

0 Likes
3
1111
  • 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:04 AM . Last Modified: ‎2024-03-07 11:33 PM

Shutdown script continually loops

We have four servers running off a single APC through PowerChute Business edition using a serial connection. I feel I have the PowerChute settings set where I want them; however, when the shutdown is initiated the script doesn't complete as expected. I am using the initial cmd file to call the batch script(below):

net stop "BlackBerry Synchronization Service"
net stop "BlackBerry Policy Service"
net stop "BlackBerry Dispatcher"
net stop "Microsoft Exchange Information Store"
net stop "Microsoft Exchange Management"
net stop "Microsoft Exchange MTA Stacks"
net stop "Microsoft Exchange Routing Engine"
net stop "Microsoft Exchange System Attendant"


shutdown -s -m \\server1
shutdown -s -m \\server2
shutdown -s -m \\server3
shutdown -s

The script will shutdown the services but after that all hell breaks loose. The net stop continually tries to stop the already stopped service, the shutdown command seems to run but never actually shuts down any of the computers. The batch window will scroll with these commands until i manually stop it. The service is using the domain admin as it's credentials.

I am very inexperience with batch scripting and any help would be greatly appreciated.

Message was edited by: huntmattheww

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:04 AM . Last Modified: ‎2024-03-07 11:33 PM

0 Likes
0
1110
  • 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:04 AM . Last Modified: ‎2024-03-07 11:33 PM

We have four servers running off a single APC through PowerChute Business edition using a serial connection. I feel I have the PowerChute settings set where I want them; however, when the shutdown is initiated the script doesn't complete as expected. I am using the initial cmd file to call the batch script(below):

net stop "BlackBerry Synchronization Service"
net stop "BlackBerry Policy Service"
net stop "BlackBerry Dispatcher"
net stop "Microsoft Exchange Information Store"
net stop "Microsoft Exchange Management"
net stop "Microsoft Exchange MTA Stacks"
net stop "Microsoft Exchange Routing Engine"
net stop "Microsoft Exchange System Attendant"


shutdown -s -m \\server1
shutdown -s -m \\server2
shutdown -s -m \\server3
shutdown -s

The script will shutdown the services but after that all hell breaks loose. The net stop continually tries to stop the already stopped service, the shutdown command seems to run but never actually shuts down any of the computers. The batch window will scroll with these commands until i manually stop it. The service is using the domain admin as it's credentials.

I am very inexperience with batch scripting and any help would be greatly appreciated.

Message was edited by: huntmattheww

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:04 AM . Last Modified: ‎2024-03-07 11:33 PM

0 Likes
0
1110
  • 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:04 AM . Last Modified: ‎2024-03-07 11:33 PM

I'm not a scripting expert either, but I was curious if your script works as intended if you just run it manually outside of PowerChute software. I thought I remembered an APC Kbase that suggested calling scripts no longer than one or two lines directly from PowerChute, and that if you needed to run a larger script, have PowerChute run a script that calls your main script in a single line if possible. I can't seem to find that K-Base at the moment, but perhaps this one might help some. Good Luck.

APC K-Base doc for Windows scripts in PowerChute:
http://nam-en.apc.com/cgi-bin/nam_en.cfg/php/enduser/std_adp.php?p_faqid=1784

Reply

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

EZ_Button_apc
Commander EZ_Button_apc
Commander

Posted: ‎2021-06-30 07:04 AM . Last Modified: ‎2024-03-07 11:33 PM

0 Likes
0
1110
  • 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:04 AM . Last Modified: ‎2024-03-07 11:33 PM

Here is the kbase you were referring to.

http://nam-en.apc.com/cgi-bin/nam_en.cfg/php/enduser/std_adp.php?p_faqid=7712

It states "There have also been instances where multiple line command files do not properly execute. In this configuration, a single line command file should be used to call the subsequent multiple line command file."

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:04 AM . Last Modified: ‎2024-03-07 11:33 PM

0 Likes
0
1111
  • 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:04 AM . Last Modified: ‎2024-03-07 11:33 PM

We have four servers running off a single APC through PowerChute Business edition using a serial connection. I feel I have the PowerChute settings set where I want them; however, when the shutdown is initiated the script doesn't complete as expected. I am using the initial cmd file to call the batch script(below):

net stop "BlackBerry Synchronization Service"
net stop "BlackBerry Policy Service"
net stop "BlackBerry Dispatcher"
net stop "Microsoft Exchange Information Store"
net stop "Microsoft Exchange Management"
net stop "Microsoft Exchange MTA Stacks"
net stop "Microsoft Exchange Routing Engine"
net stop "Microsoft Exchange System Attendant"


shutdown -s -m \\server1
shutdown -s -m \\server2
shutdown -s -m \\server3
shutdown -s

The script will shutdown the services but after that all hell breaks loose. The net stop continually tries to stop the already stopped service, the shutdown command seems to run but never actually shuts down any of the computers. The batch window will scroll with these commands until i manually stop it. The service is using the domain admin as it's credentials.

I am very inexperience with batch scripting and any help would be greatly appreciated.

Message was edited by: huntmattheww

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