This is a discussion on reboot -- -r within the comp.unix.solaris forums, part of the Solaris Operating System category; --> quoting Dave Uhring (Fri, 09 May 2008 22:11:01 -0500): > On Fri, 09 May 2008 19:55:32 -0700, Paul wrote: ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| quoting Dave Uhring (Fri, 09 May 2008 22:11:01 -0500): > On Fri, 09 May 2008 19:55:32 -0700, Paul wrote: > >> about the "touch ./reconfigure ; init 6" > > The command is *not* "touch ./reconfigure", it is "touch /reconfigure" > and you can accomplish the same thing simply by executing "devfsadm". Yes, sorry about the typo. I wrote another article directly following this one to correct it, but hey, it stays.. Leave out the *dot* is very important indeed ;-) About devfsadm vs touch /reconfigure I'm not sure if they're really the same thing. Why else wuld sun recommand a reconfiguration reboot after some patches instead of a simple "devfsadm". That would be much faster. I'm sure there are important differences I don't know of (yet). -- Dick Hoogendijk -- PGP/GnuPG key: 01D2433D ++ http://nagual.nl/ | SunOS 10u4 08/07 ++ |
| |||
| In article <3103b$48254ff6$524a0a9e$14043@cache5.tilbu1.nb.ho me.nl>, Dick Hoogendijk <dick@nagual.nl> writes: > quoting Dave Uhring (Fri, 09 May 2008 22:11:01 -0500): >> On Fri, 09 May 2008 19:55:32 -0700, Paul wrote: >> >>> about the "touch ./reconfigure ; init 6" >> >> The command is *not* "touch ./reconfigure", it is "touch /reconfigure" >> and you can accomplish the same thing simply by executing "devfsadm". > > Yes, sorry about the typo. I wrote another article directly following > this one to correct it, but hey, it stays.. Leave out the *dot* is very > important indeed ;-) > > About devfsadm vs touch /reconfigure I'm not sure if they're really the > same thing. Why else wuld sun recommand a reconfiguration reboot after > some patches instead of a simple "devfsadm". That would be much faster. > I'm sure there are important differences I don't know of (yet). Reboot is required if any kernel modules or the kernel itself have been updated, in order to get the updated code loaded. (In some cases, a modunload could be used, but in most cases it wouldn't, so it's not worth describing.) -- Andrew Gabriel [email address is not usable -- followup in the newsgroup] |
| ||||
| On 10 maio, 05:51, and...@cucumber.demon.co.uk (Andrew Gabriel) wrote: > In article <3103b$48254ff6$524a0a9e$14...@cache5.tilbu1.nb.ho me.nl>, > * * * * Dick Hoogendijk <d...@nagual.nl> writes: > > > > > > > quoting Dave Uhring (Fri, 09 May 2008 22:11:01 -0500): > >> On Fri, 09 May 2008 19:55:32 -0700, Paul wrote: > > >>> about the "touch ./reconfigure ; init 6" > > >> The command is *not* "touch ./reconfigure", it is "touch /reconfigure" > >> and you can accomplish the same thing simply by executing "devfsadm". > > > Yes, sorry about the typo. I wrote another article directly following > > this one to correct it, but hey, it stays.. Leave out the *dot* is very > > important indeed ;-) > > > About devfsadm vs touch /reconfigure I'm not sure if they're really the > > same thing. Why else wuld sun recommand a reconfiguration reboot after > > some patches instead of a simple "devfsadm". That would be much faster. > > I'm sure there are important differences I don't know of (yet). > > Reboot is required if any kernel modules or the kernel itself > have been updated, in order to get the updated code loaded. > > (In some cases, a modunload could be used, but in most cases > it wouldn't, so it's not worth describing.) > > -- > Andrew Gabriel > [email address is not usable -- followup in the newsgroup]- Ocultar texto entre aspas - > > - Mostrar texto entre aspas - Tks guys, touch /reconfigure ; init 6 works well ! |