|
From: ITguy on 4 May 2008 14:23 On May 3, 10:46 pm, Petry <petr...(a)gmail.com> wrote: > What this command really do? > > reboot -- -r > > do i lost ethernet connection? Most of the time you can avoid this by run running devfsadm. As far as the command goes, anything following the double-dash in the reboot command is passed as a boot option. It would be the same as: # halt ok> boor -r Note that you can pass any other valid boot options as well. Say you want to initiate a jumpstart to upgrade a remote host, assuming jumpstart services are in place: # reboot -- "net - install nowin"
From: Chris Mattern on 6 May 2008 18:13 On 2008-05-04, Petry <petrybr(a)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
|
Pages: 1 Prev: IPMP and Zones Next: Sun support quality, was: Re: SUNSOLVE IS DRIVING ME INSANE!!! |