DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Process scheduling

Taking processors online and offline

When a processor is online, it can dispatch processes and perform normal operating system functions. You can bring a processor online with the psradm(1M) command or the p_online(2) system call.

Taking a processor offline removes the processor from operational status. The processor retains its place in the system but does not perform any useful operations while it is idle. Only processors with no bound LWPs can be taken offline. Some hardware platforms can require some processors to be online at all times. A processor can be taken offline with the psradm(1M) command or the p_online(2) system call. Once a processor has been taken offline, it remains in that state until it is brought back online using the psradm(1M) command or the p_online(2) system call.


Next topic: Binding processes to processors
Previous topic: Managing processors and processes

© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 22 April 2004