beautypg.com

HP DS20L User Manual

Page 76

background image

4-4 AlphaServer DS20L User’s Guide

4.3.1 Operation

To enable the wake-on-LAN feature, set the target system’s wol_enable

console variable to on and reset the system so that the network controller can
read the new state. Use one of the following methods to enable this feature on
the target system:

From the target system’s console prompt, enter the following commands:

>>> set wol_enable on
>>> init

From the target system’s Tru64 UNIX root prompt, enter the following
commands:

% consvar -s wol_enable on
set wol_enable = on
% consvar –a
Console environment variables saved
% reboot

Use one of the following methods to disable the wake-on-LAN feature:

From the target system’s console prompt, enter the following commands:

>>> set wol_enable off
>>>

init

From the target system’s Tru64 UNIX root prompt, enter the following
commands:
% consvar -s wol_enable off
set wol_enable = on
% consvar – a
Console environment variables saved
% reboot

NOTE: You must reset the target system for the new setting to take effect.