Operating System - Linux
1829644 Members
1699 Online
109992 Solutions
New Discussion

Power saving under Linux on HP Vectra 800?

 
SOLVED
Go to solution
Steven Isaacs_2
Occasional Contributor

Power saving under Linux on HP Vectra 800?

Hi,

I am working with Linux RedHat 7.2 on a Vectra VL800, and I am wondering if its possible to get the harddisk to power down automatically after a period of inactivity. Can anyone tell me how to go about setting this up?

Thanks!
Steve
2 REPLIES 2
I_M
Honored Contributor
Solution

Re: Power saving under Linux on HP Vectra 800?

Hi,

If you want to control ide disk,
use hdparm command.

# hdparm -C /dev/hda
to check the status of the HD.

# hdparm -S Xsec.
to set standby timeout.

Check out the man page of the hdparm for more options like -y,-Y or -Z.

Regards,
Steven Isaacs_2
Occasional Contributor

Re: Power saving under Linux on HP Vectra 800?

Hi, and thanks!

I didn't know about the hdparm command, and I am just trying it now (with a 20 minute time oug). Just what I needed!

/Steve