Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

reboot(3) [plan9 man page]

REBOOT(3)						     Library Functions Manual							 REBOOT(3)

NAME
reboot - reboot CPU after loss of file server connection SYNOPSIS
write(cfd, "push reboot", 11); fd = open("#^/deltat", OWRITE); fprint(fd, "%d", delaytime); DESCRIPTION
This is a combined device and stream module (see stream(3)). The bootstrap program boot(8) pushes the module onto the file server connec- tion of a CPU server. The system will then reboot automatically if the connection hangs up. The reboot may be postponed by delaytime mil- liseconds by writing the decimal value of delaytime to Conventionally, this is done by /rc/bin/cpurc (see cpurc(8)). This mechanism may be used to cause the machines at a particular site to come up in a fixed order, such as after a power failure. SEE ALSO
stream(3) SOURCE
/sys/src/9/port/devreboot.c REBOOT(3)

Check Out this Related Man Page

REBOOT(8)						    BSD System Manager's Manual 						 REBOOT(8)

NAME
reboot, halt -- stopping and restarting the system SYNOPSIS
halt [-lnq] reboot [-lnq] DESCRIPTION
The halt and reboot utilities flush the file system cache to disk, send all running processes a SIGTERM (and subsequently a SIGKILL) and, respectively, halt or restart the system. The action is logged, including entering a shutdown record into the wtmp(5) file. The options are as follows: -l The halt or reboot is not logged to the system log. This option is intended for applications such as shutdown(8), that call reboot or halt and log this themselves. -n The file system cache is not flushed. This option should probably not be used. -q The system is halted or restarted quickly and ungracefully, and only the flushing of the file system cache is performed (if the -n option is not specified). This option should probably not be used. Normally, the shutdown(8) utility is used when the system needs to be halted or restarted, giving users advance warning of their impending doom and cleanly terminating specific programs. SEE ALSO
wtmp(5), shutdown(8), sync(8) HISTORY
A reboot utility appeared in Version 6 AT&T UNIX. BSD
June 9, 1993 BSD
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

CDE

I'm running Digital Unix True64 system. version4.0. My CDE is shutoff. How can I start the CDE. When I boot my system I don't even get graphic startup picture in the beginn. I've tried to activate thourgh Graphical UI Selection Facility in /usr/sbin/setup.But all I have is alot of inactive... (12 Replies)
Discussion started by: Peterh
12 Replies

2. Solaris

Network Connectivity lost after reboot

I have 4 V440 servers running Solaris 9. I have their interfaces configured (ce0) and have connectivity to our network. However, after reboot,...the connectivity is lost although the interface shows that its still up after an ifconfig -a. Only after I reconfigure the interface do I restore... (19 Replies)
Discussion started by: StorageGuy
19 Replies

3. UNIX for Advanced & Expert Users

Can I reboot SunBlade150 from CD?

I have a SunBlade 150 sparc machine. I get this box without root password. When I truned on the machine and typed ctrl -D to run under normal mode. The file system couldn't be mounted. If I don't care about current system and files on the machine and want to rebuild this box with solaris 10. Can I... (13 Replies)
Discussion started by: duke0001
13 Replies

4. Solaris

Reboot of Unix servers - recommended?

Hello, Please can anyone tell me - is it true that you should not re-boot Unix Sun Solaris servers on a regular basis, but onyl do it when really required? We want to schedule a reboot on a daily basis, to clear any rogue processes, but have been told this is not a good idea. Can anyone... (13 Replies)
Discussion started by: polly013
13 Replies

5. Solaris

route after reboot

Hello, I just added a route in solaris 10 system for host to use gateway. I see that new route in the netstat command Will this stay after reboot or I have to make any provision for this? Please let me know Thanks (11 Replies)
Discussion started by: upengan78
11 Replies

6. Solaris

Some NFSs don't mount after reboot

Hi, Couple weeks ago we patched our Solaris 10 systems. I am not sure if this problem is caused by patching: Some NFSs don't mount after reboot. Manual mount is working fine. /etc/vfstab has no problem. What could be the cause? Thanks in advance! :) (17 Replies)
Discussion started by: aixlover
17 Replies

7. Solaris

Reboot loop

Oh, how I regret having chosen Solaris... Really, when I had my last Solaris system ten years ago I was just happy. Like a tank: Slow, clumsy, ugly but rock-solid. Then there were 10 ten years of FreeBSD and OpenBSD. Simple install, fast, nice, good package managing, just running along. But... (11 Replies)
Discussion started by: PatrickBaer
11 Replies

8. Solaris

How to resolve error "INIT: Cannot stat /etc/inittab, errno: 2"

Hi All, I am getting an error message when I execute command “zlogin -C sunsrv4z5” on my root server. INIT: Cannot stat /etc/inittab, errno: 2 INIT: Cannot stat /etc/inittab, errno: 2 As per my analysis it seems that some files inside /etc folder are deleted. This server was... (14 Replies)
Discussion started by: surbhit4u
14 Replies

9. Red Hat

Kernel panic after hard reboot and fsck

Could you please help with problem with megaraid controller and Dell PowerEdge 2850, all that I can see on thi screenshot: All drives successfuly passed verifing from LSI controllers (Ctrl+A at startup), also I tried to boot from rescue llive cd and mount all the morrored drives and check... (22 Replies)
Discussion started by: nikkadim
22 Replies

10. Solaris

hostname.bge0 failing after creating bge0:1 and rebooting

Hello, I've got a puzzler here but it might be quick solution for some of you. I'm trying to add a second IP address to a network adapter on a Solaris 10 box. I've created a hostname.bge0:1 file and put in the new name, e.g. new.mycom.com. I've added the new IP and the name to hosts. I've... (12 Replies)
Discussion started by: Friedrich
12 Replies

11. Solaris

Zones not booting after server reboot

Hello guys This is my first post. I have very little experience and I woud appreciate your input on this problem. I have a server running Solaris 10. In that server I have 2 zones that work perfectly fine, however, if I reboot the server, the zones don't boot and I have to do it manually. i... (12 Replies)
Discussion started by: designbc
12 Replies

12. Solaris

aggr not persistent after a reboot

All, I hope someone can help me on my problem with an aggregate, as I am a Solaris noob. I tried doing this according to the official documentation from Oracle (unfortunately, as a new user to the forum, I may not post URLs...) and also googled a lot around, but have not found any solution yet.... (15 Replies)
Discussion started by: Captainquark
15 Replies

13. Solaris

Validate mountpoints on solaris server after server reboot

Hi, anyone please let us know how to write shell script to find the missing mountpoints after server reboot. i want to take the mountpount information before server reboot, and validate the mountpoints after server reboot if any missing.please let us know the shell script from begining to end as... (24 Replies)
Discussion started by: VenkatReddy786
24 Replies

14. AIX

System rebooted itself but errpt did not catch

Hi, like to know how I can find out the reason behind a system rebooted. If the system rebooted by itself --or-- if it was rebooted by a user and user removed the entry from errpt and history. this thread, we will dedicate to find out HOW/WHO (14 Replies)
Discussion started by: filosophizer
14 Replies

15. AIX

AIX Syslog where the hostname sit

Dear all experts, I would like to know where can I find the hostname located as when I receive the syslog, I can only see as below : (showing in localhost instead of the hostname) Feb 6 15:31:31 localhost syslog:info syslogd: restart Feb 6 15:31:50 localhost syslog:info syslogd: restart Feb... (13 Replies)
Discussion started by: kwliew999
13 Replies