View Single Post

   
  #7 (permalink)  
Old 01-16-2008, 09:39 AM
Dragan Cvetkovic
 
Posts: n/a
Default Re: Solaris 9 does not want to boot anymore -- SOLVED

Wim Cossement <wcosseme@nospam.bcol.be> writes:

> Thanks for the tip Christopher, now I know what went wrong and fixed it...
>
> Apparently my nfs.client script hung because the NFS servers are also down,
> but I thought Solaris would (by default) give up on mounting them if they
> were not available after sometime and continue booting up, but now way...
>
> This is kinda stupid if you aks me...
> But hardmounting is apparently the default, now I will never forget it ;-)


That's what bg option is for.

bg | fg

If the first attempt fails, retry in the background,
or, in the foreground. The default is fg.


Don't change hard option to soft. As per mount_nfs(1M) man page:

Hard versus Soft

File systems that are mounted read-write or that contain
executable files should always be mounted with the hard
option. Applications using soft mounted file systems can
incur unexpected I/O errors, file corruption, and unex-
pected program core dumps. The soft option is not recom-
mended.


Bye, Dragan

--
Dragan Cvetkovic,

To be or not to be is true. G. Boole No it isn't. L. E. J. Brouwer

!!! Sender/From address is bogus. Use reply-to one !!!
Reply With Quote