vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Petry <petrybr@gmail.com> wrote: > What this command really do? > > reboot -- -r A reconfiguration reboot - the system will be rebooted and the device tree will be rebuilt. > > do i lost ethernet connection? Until the system reboots, of course. -- Isaac Asimov: Properly read, the Bible is the most potent force for atheism ever conceived. |
| |||
| quoting Petry (Sat, 3 May 2008 20:46:11 -0700 (PDT)): > What this command really do? > > reboot -- -r It's the same as "touch ./reconfigure ; init 6" It's a reconfiguration reboot. > do i lost ethernet connection? What do YOU think? Ever seen a soft power-off without resetting everything in your computer? -- Dick Hoogendijk -- PGP/GnuPG key: 01D2433D ++ http://nagual.nl/ | SunOS 10u4 08/07 ++ |
| |||
| quoting Dick Hoogendijk (Sun, 04 May 2008 08:31:54 +0200): > It's the same as "touch ./reconfigure ; init 6" Should be "touch /reconfigure ; init 6" <= without the dot ;-(( -- Dick Hoogendijk -- PGP/GnuPG key: 01D2433D ++ http://nagual.nl/ | SunOS 10u4 08/07 ++ |
| |||
| Dick Hoogendijk <dick@nagual.nl> wrote: > quoting Petry (Sat, 3 May 2008 20:46:11 -0700 (PDT)): >> What this command really do? >> >> reboot -- -r > > It's the same as "touch ./reconfigure ; init 6" > It's a reconfiguration reboot. Except the 'init 6' will run shutdown scripts. 'reboot' does not. Don't do that if you're messing with Live Upgrade. -- Darren Dunham ddunham@taos.com Senior Technical Consultant TAOS http://www.taos.com/ Got some Dr Pepper? San Francisco, CA bay area < This line left intentionally blank to confuse you. > |
| |||
| quoting Darren Dunham (Mon, 05 May 2008 16:35:19 GMT): > Dick Hoogendijk <dick@nagual.nl> wrote: >> quoting Petry (Sat, 3 May 2008 20:46:11 -0700 (PDT)): >>> What this command really do? >>> >>> reboot -- -r >> >> It's the same as "touch ./reconfigure ; init 6" >> It's a reconfiguration reboot. > > Except the 'init 6' will run shutdown scripts. 'reboot' does not. > Don't do that if you're messing with Live Upgrade. Excuse me. Sun's doc "Upgrading and Patching Solaris Live Upgrade". a solaris-10 howto guide clearly states: init 6 (or a shutdown..) Absolutely NO REBOOT. Or is this what you meant? -- Dick Hoogendijk -- PGP/GnuPG key: 01D2433D ++ http://nagual.nl/ | SunOS 10u4 08/07 ++ |
| |||
| Dick Hoogendijk <dick@nagual.nl> wrote: >> Except the 'init 6' will run shutdown scripts. 'reboot' does not. >> Don't do that if you're messing with Live Upgrade. > > Excuse me. Sun's doc "Upgrading and Patching Solaris Live Upgrade". a > solaris-10 howto guide clearly states: init 6 (or a shutdown..) > Absolutely NO REBOOT. Or is this what you meant? Exactly. Or if you're running a service that needs to run a shutdown script to remain healthy. Either of them would be situations where you might want to use init/shutdown. On a desktop or a machine not running any complex services, reboot will probably be fine, but applications will not have a chance to be shut down cleanly. -- Darren Dunham ddunham@taos.com Senior Technical Consultant TAOS http://www.taos.com/ Got some Dr Pepper? San Francisco, CA bay area < This line left intentionally blank to confuse you. > |
| |||
| On 2008-05-04, Petry <petrybr@gmail.com> wrote: > What this command really do? > > reboot -- -r Shuts the system down and then does a reconfiguration boot (which means the system regenerates its hardware configuration). > > do i lost ethernet connection? Yes, the system will shut completely down before rebooting, and you will lose any network connections to it when that happens. -- Christopher Mattern NOTICE Thank you for noticing this new notice Your noticing it has been noted And will be reported to the authorities |
| |||
| Hi, Thanks all answer.. about the "touch ./reconfigure ; init 6" is there any man page where i can confirm that my OS ( Solaris 5.8 ) will understand that i want to reconfigure my devices only creating the /reconfigure and restarting whith init 6???? tks again On 4 maio, 03:31, Dick Hoogendijk <d...@nagual.nl> wrote: > quoting Petry (Sat, 3 May 2008 20:46:11 -0700 (PDT)): > > > What this command really do? > > > reboot -- -r > > It's the same as "touch ./reconfigure ; init 6" > It's a reconfiguration reboot. > > > do i lost ethernet connection? > > What do YOU think? Ever seen a soft power-off without resetting > everything in your computer? > > -- > Dick Hoogendijk -- PGP/GnuPG key: 01D2433D > ++http://nagual.nl/| SunOS 10u4 08/07 ++ |