Questions tagged [hibernate]

42 questions
21
votes
2 answers

IT says Hibernation Erases Boot Loader

My company issued laptop is Dell Latitude E7450 running Windows 7 Professional. If I hibernate the system, on boot it displays a blank screen and does not respond to input. Subsequent reboots do not yield different results. My IT department tells me…
Hugh White
  • 313
  • 1
  • 4
11
votes
4 answers

Move Windows hibernation file to a different drive

Is it possible to move a Windows hibernation file to a different drive? For instance, if I have Windows installed on C:, I want its hibernate file be on D:. I wanted to about hibernation file (hiberfil.sys), not the page file.
Kamarey
  • 367
  • 3
  • 4
  • 10
5
votes
1 answer

How to enable hibernation on Windows Server 2012 with Hyper-V role?

I have Windows Server 2012 installed on a laptop. I need a server because I develop software that I need to test specifically on a server edition. Documentation for Windows Server 2012 says Sleep and hibernate are no longer disabled when the…
oleksii
  • 256
  • 1
  • 3
  • 10
5
votes
3 answers

Sleep/hibernate host machine without bothering about virtual machines?

I have a couple of workstations (Windows Vista, 7) used to host virtual machines using Virtual Server 2005, Virtual PC 2007, or Virtual PC for Windows 7. If i want to sleep or hibernate the physical hosts, I tend to get paranoid and save the states…
icelava
  • 870
  • 4
  • 13
  • 28
5
votes
9 answers

Is there a reason not to use the hibernation in Windows?

When leaving the computer for a long time it seems convenient to hibernate it instead of shutting down - all the programs remain in the same state when resumed. Are there any drawbacks in doing so?
sharptooth
  • 2,727
  • 4
  • 32
  • 38
3
votes
1 answer

Resume from suspend/hibernation on LAN activity

I have Debian Wheezy 7.2 running on a HP Thin Client. This little box acts as a file server and is only used from time to time, so I don't want it to run 24/7 but it has to be available when it's needed, without any action to be taken in advance…
Alex
  • 302
  • 1
  • 3
  • 12
2
votes
4 answers

Can a naughty database app crash tomcat?

We've got a number of web services running through Tomcat which use hibernate/mysql. I suspect that some of them have incorrectly configured connection pools, as after several hours some of the individual apps run out of connections and stop…
Nik Reiman
  • 230
  • 3
  • 11
2
votes
1 answer

Linux hibernate: how to specify a swap partition to store data if I have two?

We can specify the swap partition to load data from when recovering from a systemd hibernation using kernel argument resume=/dev/xxx. However, I didn't find any command-line or kernel argument to choose which partition to swap into. $ sudo systemctl…
Lv Zheng
  • 131
  • 2
2
votes
1 answer

Is there any way to "save" a disconnected RDP sesion's state in a manner analogous to ACPI hibernate for a regular PC?

Related to: How often do you restart a heavily-utilized Windows Server 2008R2 Remote Desktop Server (VM)? If there are some disconnected user sessions on a Windows Server 2008R2 or Windows Server 2012R2 Remote Desktop Server, is there any way to…
2
votes
2 answers

PostgreSQL 9.2 causes CPU utilization to go to 100%

We have a Java EE application (a online digital library portal) with Hibernate 4.3 which connects to a PostGres 9.2 database. Upon load testing with a load of 175 concurrent users logging in and accessing the system, the database server CPU…
user17268
  • 21
  • 1
  • 2
2
votes
0 answers

How to create KeyStorePass in server.password In jboss

I am using Jboss4.2.2 configuration for Configured Identity with Password Based Encryption (PBE) can you any one tell me about what is use of server.password ,and how to creaed it. project-prod-ds.xml
nag
  • 121
  • 3
2
votes
1 answer

JNDI Datasource Problem on Tomcat 6, Hibernate

I am using Tomcat 6 as application server, Struts-Hibernate and MyEclipse 6.0. My application uses JDBC driver but I should modify it to use JNDI Datasource. I followed steps as described in tomcat 6.0 howto tutorial. I defined my resource in…
2
votes
1 answer

CouchDB like replication for MySQL?

Is it possible to setup CouchDB like replication for MySQL? Replication to be initiated from an web application. Replication should be a two way process. i.e. Synchronization If there is a failure in network connection, replication should take over…
user39184
  • 163
  • 2
  • 6
2
votes
1 answer

Keeping XDMCP session alive through sleep/hibernate

I've got the Xming X server running on Windows. I "view" my Linux desktop on it remotely using XDMCP. It all works well, but if I put my Windows box to sleep or hibernate and come back a few hours later, I've lost my X session (Xming window blank)…
user7406
  • 233
  • 1
  • 2
  • 5
2
votes
2 answers

Hibernate a CentOS server when inactive

I'm trying to get a CentOS 5.4 server to hibernate when the system has been inactive for a while. By inactive I mean there are no incoming network connections. I can get the system to hibernate and also make it wake-up over the network. What I need…
Marnix van Valen
  • 193
  • 1
  • 4
  • 13
1
2 3