Hi, I have to change the startup processes on both Solaris and OpenSolaris, I believe the solution is the same for both systems. I only have the Solaris system available at the moment.
First problem with startup process is with volmgt. I managed to make the automount feature for USB sticks to work, but when the system is booted, this feature is no longer available. By restarting the volume management process, the problem is fixed. I do the restart with the following commands # /etc/init.d/volmgt stop # /etc/init.d/volmgt start How do I make the volmgt process to start in the init process? Adding it to the inittab? The second problem is similar, but related to a script that handles firewall control on the system. This script is started on the boot and I need to disable it manually every time. I did not find this script mentioned in the inittab. Is there some other file that is read by the init process or script that is executed during the boot? Thanks. This message posted from opensolaris.org