- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Transfer of Control (TOC)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-03-2001 04:19 AM
тАО09-03-2001 04:19 AM
Transfer of Control (TOC)
Can anybody help find info on Transfer of Control (TOC). I need to write a TOC procedure for HP9000 servers. Any help would be gratefully received.
Regards,
Martyn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-03-2001 06:13 AM
тАО09-03-2001 06:13 AM
Re: Transfer of Control (TOC)
AFAIK TOC is a hardware based signal which is send to the Processor in order to initiate the stop of work and the dumping of all current memory information.
There seems to be an IOCTL() system call to introduce this as MC/SG does TOC nodes if necessarry.
Maybe someone knows in more detail.
rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-03-2001 06:58 AM
тАО09-03-2001 06:58 AM
Re: Transfer of Control (TOC)
When a TOC is issued a dump will be taken on system reboot. This is opposed to an RS, or reset which will interupt system processing and not dump. (quicker)
A dump can take quite a long time to take since it is a copy of system memory.. up to 4.5 MB/s on a Vclass.
man savecrash for more...
HE TC
==== GSP Help: Server Control ==============================================
TC : System reset through INIT or TOC (Transfer of Control) signal
Under normal operation, shut down the OS before issuing this command.
This command causes the system to be reset through the INIT (or TOC) signal.
Execution of this command irrecoverably halts all system processing and
I/O activity and restarts the computer system. It is different from the
RS command in that the processors are signaled to dump state on the way
down.
SEE ALSO: RS (ReSet)
==== GSP Help: Server Control ==============================================
RS : Reset System through RST signal
Under normal operation, shut down the OS before issuing this command.
This command causes the system to be reset through the RST signal.
Execution of this command irrecoverably halts all system processing and
I/O activity and restarts the computer system. The effect of this command
is very similar to cycling the system power- the OS is not notified, no
dump is taken on the way down, etc.
SEE ALSO: TC (Transfer Control)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2001 08:14 AM
тАО09-07-2001 08:14 AM
Re: Transfer of Control (TOC)
Hope this helps you to some extent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2001 08:29 AM
тАО09-07-2001 08:29 AM
Re: Transfer of Control (TOC)
If I understand your question, you can make a call to reboot.
#include
rslt = reboot(RB_HALT);
This will kill the box very quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2001 09:45 AM
тАО09-07-2001 09:45 AM
Re: Transfer of Control (TOC)
This has happened when a process goes real-time and then into a loop.