Questions tagged [shutdown]

114 questions
1
vote
0 answers

Running backup script at shutdown (using rclone utility)

General: I want to run a back-up script during shutdown (not reboot). I've tried tons of systemd's service configuration, but no one is working. Aim: When PC is shutting down I want to perform a back-up to cloud storage using bash script and rclone…
0
votes
0 answers

Hanging on “Please wait for the User Profile Service” while shutting down, NOT logging in

When we shut down our DC and the servers on the domain, it hangs on the “Please wait for the User Profile Service” screen for a very long time. Not logging IN, but shutting down. Trying to google the solution only takes me to the error that occurs…
0
votes
1 answer

Uninterruptable power supply with digital output designating mains/battery state

I want to have some equipment connected to a UPS to shut down gracefully when mains is cut. This equipment does not have capability to read serial or USB, so software solutions are out. What I'm looking for is a hardware solution: a digital output…
Sean
  • 175
  • 1
  • 6
0
votes
0 answers

How to stop a service before scheduled shutdown reboot?

I want to plan a shutdown of a ubuntu server as follows: shutdown -r 12:30 Problem: first I want to make sure that my webserver is shut down (eg to clear up some resources gracefully). Normally I'd be executing systemctl tomcat stop, but how can I…
membersound
  • 275
  • 1
  • 5
  • 13
0
votes
1 answer

shutdown -h now: FreeBSD server won't power down

I'm not a sysadmin, but got a used dell poweredge r320 anyway. A problem I've been having with it is that after issuing the shutdown -h now command in FreeBSD the system goes through the init system shutdown sequence, then simply stays powered on…
Chris H
  • 133
  • 1
  • 4
0
votes
0 answers

cannot shutdown virtual domain until connected to it

I have a rather weird problem. I'm going to try and present facts but the truth is that my problem seems so awkward that I don't really know what is happening. I run a Debian 8.11 host with libvirt-1.2.9. I have a virtual domain running ok with…
Chebarbudo
  • 83
  • 1
  • 8
0
votes
2 answers

Kafka cluster: Withstanding a network outage

We have a kafka cluster. And a network. Yay. The network will be unavailable across all racks in our data center for 5-10 minutes (!) because maintenance requires it. I'm concerned that is too long an outage for kafka to handle gracefully and that…
0
votes
2 answers

Master-Master replication how to catch up sync if shutdown

for work I was supposed to set up a master-master replication of 2 servers ( raspberry pi 3 debian ), which I did and it works, but now I have come to the issue of why we set up the replicas in the 1srt place : Server 1 is the main master and server…
0
votes
1 answer

Sending graceful shutdown via AMT to intel NUC

I have several intel NUC (NUC5i5MYBE) hosts with AMT support and an up-to-date firmware (2017-05-06). I am able to send power-up and (hard) power-off and get the correct power info using amtc and Python AMT Tools According to the AMT 9.x notes there…
Chen Levy
  • 283
  • 3
  • 13
0
votes
1 answer

Dell PowerVault MD1000 Keeps Shutting Down

I have a Powervault MD1000 that has been running for over a year with no issues, but within the past couple weeks, every few days the enclosure powers down and it and the server has to be restarted to bring it back on line. The server runs Debian …
0
votes
1 answer

Shutdown domain PC's in bulk ASYNCHRONOUSLY

I am using psshutdown to turn off list of computers, but it seems ages to shutdown a list of 50+ PC's. It's shutting down them one by one, not all of them at the same time. Is there any program or script to shutdown all PC's asynchronously, not one…
0
votes
2 answers

Linux shut down server when not active for X time

I have development servers that are paid by the hour. Some of the machines are not really in use for fiew days in a week, is there a mechanism that will shout down the server after X time that it is not active. by active I mean, no ssh connctions,…
fatNjazzy
  • 69
  • 3
  • 11
0
votes
2 answers

Batch Shutdown Linux Machines from Windows Server

I have 20 Ubuntu terminals that run RDP sessions from our RDS server (Server 2012R2). I want to shut down these machines and night and start them up again in the morning remotely, preferably from the RDS server, but definitely from a Windows-based…
Craig
  • 141
  • 1
  • 1
  • 10
0
votes
1 answer

How can I script the shutdown of a host by a remote server when rsync completes and no users are logged in?

This is what I have so far. This script would run on a Network Services host that does things like DHCP etc... and in this instance should be waking and sleeping computers for backup. #!/bin/bash ## This script exists to wake up the Digital Audio…
jerk
  • 1
  • 2
0
votes
1 answer

Restart Alfresco / Tomcat

When I am trying to restart Alfresco, it stops with this message: p@p:~/alfresco-5.0.d$ ./alfresco.sh restart Using CATALINA_BASE: /home/p/alfresco-5.0.d/tomcat Using CATALINA_HOME: /home/p/alfresco-5.0.d/tomcat Using…
PRVS
  • 135
  • 1
  • 9