fastboot(8) System Manager's Manual fastboot(8)NAME
fastboot - Reboots the system without checking file systems
SYNOPSIS
/usr/sbin/fastboot [-lnq]
DESCRIPTION
The fastboot command reboots the system without checking file systems. The program creates the fastboot file then invokes the reboot pro-
gram. The system start-up script contains instructions to look for the fastboot file. If present, the script removes the file and skips
the invocation of the fsck command.
You must have root privileges to use this command.
FLAGS
Does not log the reboot or place a shutdown record in the accounting file. Does not sync the disks or log the reboot. Performs a quick
reboot without first shutting down running processes; does not log the reboot.
FILES
Specifies the command path
RELATED INFORMATION
Commands: fsck(8), rc0(8), rc2(8), rc3(8), reboot(8), shutdown(8), syslogd(8)
Functions: sync(2), syslog(3) delim off
fastboot(8)
Hi,
I'm looking for advice on where is the best place on Solaris to put a script that will setup system vairables prior to any users loging in. I've tried /etc/rc3.d without much success as the variables do not appear in the output from an env command.
I want the system to have these... (7 Replies)
Hello there
I need to run a script whenever i reboot or startup my HP-UX server. This script adds some routes to the route table, and it start third party aplications like "Star Manager".
I thought i could do this simply putting the script in "/sbin/init.d,
and a link to the script in... (7 Replies)
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)
Hi Guys,
I want to execute few of my bash script, so that whenever someone calls shutdown now -r command, I want my script to execute first before shutting down.
Any help please?????
I've just started playing with the unix system, so far its been brilliant.... (10 Replies)
I want to make a script to shutdown a unixware computer from other user then root. In Sco version i use "as root" but in the unixware i don't know.
Please help me.
10x (12 Replies)
Hello,
I have troubles with running a service at the boot of Solaris 9. I have a link in /etc/rc3.d/ to my script which I want to run. :
/etc/rc3.d/S90myService
In this script, I fist "source" an config file to get some environments values
#!/bin/bash
...
source /my/dir/myenv
...
... (17 Replies)
Hello,
My old AIX version is having the following in the script -- so whenever the system reboots -- the following is set:
vmtune -f 480 -F 512 -R 32 -P 30 -p 10
Now, we have a new P-series system which has AIX 5.3 ; As i understand that vmtune is no longer supported on AIX 5.2 and above ;... (13 Replies)
Hello,
I looked around but can't find a clear answer on this. Is there a way to shedule a box to reboot say on the first sunday of every month? Does it involve the cron.monthly file somehow, I googled and can't find how those cron.weekly, cron.monthly files function... This would be for Suse 9... (8 Replies)
Is there a way to change a process owned by root to be owned by another user. I am interested in finding out if there is a way to put a script in /etc/rc2.d that will start up automatically on reboot that will not be owned by root
This is for security reasons.. The Service that runs on my server... (7 Replies)
Which of the following gets executed first?
script under rc3.d Vs script under rc.local
I was under impression that rc3.d has higher precedence over rc.local. Somehow it looks like the script under rc.local got executed first than the one under rc3.d.
I had to manually start them in order... (7 Replies)
Guy's
What the exact steps to mention for example this script /usr/start/start.sh
to be as start up script , I want it to be automatically started when I reboot the server . (8 Replies)
Hi,
When I am trying to boot my SUN Netra 240 Machine its giving some boot error.
> {1} ok boot -i
> Boot device: /pci@1c,600000/scsi@2/disk@0,0:a File and args: -i
> Boot load failed.
> The file just loaded does not appear to be executable.
> {1} ok
I tried to boot it from cdrom... (9 Replies)
Am new to AIX please help me. I have AIX7 server. When ever the system reboots my script need to run automatically. This will help me to start my application automatically after the server reboot.
Thanks,
Prince Wells (9 Replies)
Hi, there is an incompatibility between my NIC and my Western Digital Powerline adapters which appears to cause autonegotiation to fail intermittently, most often following a reboot. Running the following Ethtool script will establish a connection immediately:
#!/bin/sh
# chkconfig: 345 85... (12 Replies)