Boot times


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Boot times
# 1  
Old 03-08-2004
Question Boot times

Hey all,

What we have at work is a Themis board (VME rack SPARC system).

We have to try to have the boot time as fast as can be. What we have already done is make some filesystems read only so if power is lost then the filesystem check will not run. This is only done to the partitions that we will not be writting to at all.

That is all we have done so far. Though what I have thought of is to look more into the RC.x directories and shutdown any services that are started they may not need to be. The system will never connect to the internet and runs through a dumb terminal as graphics are displayed on a monitors in a different section.

Apart from doing that does any one know of any other thing that could be done to allow the system to boot faster?

Also does any one know where I can get some good in depth info on the RC.x files/directories (I'm trying to be a bit lazy here, huge Smilie for me )

Thanks in advance for any one who can provide me with some information.


Cheers
Woofie

Smilie


P.S: We do have a boot time from cold or warm boot of around 3 minutes and this also includes the loading of the software we will be adding to the machine. Every second for this project counts I don't care if you only know how to knock off 2 seconds, as I said it all counts.
# 2  
Old 03-08-2004
Provide a little more information. Execute the following and post it:

1. ls /etc/rc*.d
2. cat /etc/inittab

Cheers,

Keith
# 3  
Old 03-08-2004
I've never heard of Themis before so I don't know if some of these will help.

Insure your diag-switch?=false and diag-level=min (min or off) in eeprom/OBP - having the switch set to true will increase your boot time.

If you are running NIS, make this system a slave so it binds to itself instead of trying to find a slave /master on the network.

If you are running DNS, set this server up as either a cache-only or slave - this will save time if starting other services.

Try to get rid of anything you don't use - may be a trial and error period - look at the startup scripts - each one may be looking for something to be there before running - if it isn't there (like a config file) then it probably isn't being used and you can move it from a Sxxscript to sxxscript - don't just delete it as you may find you DID need it. Moving it to a lowercase s will cause it not to start. Another thing to look at is shutdown - the K scripts will slow down your reboot if they are doing the same type of thing as startup - looking for a config file that did not exist - this may not save you 2 seconds but half a second - find the one's you don't need and you improve total reboot time.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

How to specify local boot up disk in CD boot Grub?

Hi Solaris 10 Experts, I am wondering what is the correct syntax to edit in Grub when trying to specify the local ZFS boot disk while booting up from a Solaris 10 x86 64bits DVD installation disk. In other word, I try to boot up from local disk without removing the Solaris installation disk... (0 Replies)
Discussion started by: gjackson123
0 Replies

2. Programming

Problem with implementing the times() function in C (struct tms times return zero/negative values)

Hello, i'm trying to implement the times() function and i'm programming in C. I'm using the "struct tms" structure which consists of the fields: The tms_utime structure member is the CPU time charged for the execution of user instructions of the calling process. The tms_stime structure... (1 Reply)
Discussion started by: g_p
1 Replies

3. Solaris

Solaris x86 installation using jumpstart does not local boot ( boot from hdd)

I am trying to install Solaris x86 using the Jumpstart server. I run the add_install_client command with appropriate options, and reboot my x86 Target box. The installation starts fine and unattended. After the installation completes and the target goes for a re-boot, it does not boot from the HDD... (9 Replies)
Discussion started by: hemalsid
9 Replies

4. Boot Loaders

Reboot and Select Proper Boot device or insert Boot media in select Boot device and press a key

Hello, I have kubuntu on my laptop and now I decided to switch to Windows 7. I made the bios settings properly (first choice is boot from cd\vd) but I see the error " reboot and select proper Boot device or insert Boot media in select Boot device and press a key " I have tried CD and... (0 Replies)
Discussion started by: rpf
0 Replies

5. SCO

stage 1 boot failure: error loading hd (40)/boot

hi SCO Unix 5.0.6 doesn't boot due to this problem: not a directory boot not found cannot open stage 1 boot failure: error loading hd (40)/boot Knows someone howto solve it? (16 Replies)
Discussion started by: ccc
16 Replies

6. AIX

how would you know your server was rebooted 3 times or 5 times

Is there such location or command to know how many times did you reboot your server in that particular day?in AIX. (3 Replies)
Discussion started by: kenshinhimura
3 Replies

7. Solaris

cannot find boot device and won't boot off cdrom

I'm running solaris 2.5.1. My main development server is DEAD, i can't even boot off the cdrom, it powers up, acts like it is starting the boot process but then says cannot find boot device. I've done the search here on this site and saw the other posts, but at the ok prompt it won't even let me... (3 Replies)
Discussion started by: kymberm
3 Replies

8. Solaris

solaris boot problem boot error loading interpreter(misc/krtld)

When I installed the SOLARIS 10 OS first time, the desktop would not start up, this was because of network setup. Reinstalled worked. After a week due to some problem I had to reinstall OS, installation went fine and but when i reboot I get this error. cannot find mis/krtld boot error loading... (0 Replies)
Discussion started by: johncy_j
0 Replies

9. UNIX for Advanced & Expert Users

Cannot boot - Boot : Panic : File size out of range (EWS-UX/V unix)

Hey ! I am running EWS-UX/V (Rel 4.2) on NEC EWS/4800/330 station and I am having problems rebooting my station : I am getting the following message on display : BOOT : PANIC : File size out of range. According to user guide, this error is occuring when a file exceeding the limit and/or... (2 Replies)
Discussion started by: fredo
2 Replies
Login or Register to Ask a Question