edit /etc/dfs/dfstab for jumpstart

edit /etc/dfs/dfstab for jumpstart

Post by cljl » Mon, 19 Mar 2001 07:16:06



Hi,
I have install setup_install_server on my Solaris2.8 in the /export/jumpstart
directory. The client would be solaris2.6
In the file /etc/dfs/dfstab , I have to edit a line as below:
share -F nfs -o rw=??? -d "???" /export/jumpstart

What should I fill in at "???" question mark?
I am new in jumpstart, please help.

Thanks

 
 
 

edit /etc/dfs/dfstab for jumpstart

Post by Darren Dunha » Wed, 21 Mar 2001 05:38:36



> Hi,
> I have install setup_install_server on my Solaris2.8 in the /export/jumpstart
> directory. The client would be solaris2.6
> In the file /etc/dfs/dfstab , I have to edit a line as below:
> share -F nfs -o rw=??? -d "???" /export/jumpstart

Huh?  setup_install_server should have put the correct line in there for
you.

You never want rw, you want read only  "-o ro", the -d is for a
description that is never used, and you'll also need anon=0 for the
clients.

-o ro,anon=0

Quote:> What should I fill in at "???" question mark?
> I am new in jumpstart, please help.

Did the setup_install_server give any errors?  You don't mention any.

--

Unix System Administrator                    Taos - The SysAdmin Company
Got some Dr Pepper?                           San Francisco, CA bay area
          < How are you gentlemen!! Take off every '.SIG'!! >

 
 
 

edit /etc/dfs/dfstab for jumpstart

Post by cljl » Wed, 21 Mar 2001 19:04:54


I have sucessfully installed the setup_install_server on my server.
Do I have to issue any commands after I edit /etc/dfs/dfstab?
Thanks


says...


>> Hi,
>> I have install setup_install_server on my Solaris2.8 in the
/export/jumpstart
>> directory. The client would be solaris2.6
>> In the file /etc/dfs/dfstab , I have to edit a line as below:
>> share -F nfs -o rw=??? -d "???" /export/jumpstart

>Huh?  setup_install_server should have put the correct line in there for
>you.

>You never want rw, you want read only  "-o ro", the -d is for a
>description that is never used, and you'll also need anon=0 for the
>clients.

>-o ro,anon=0

>> What should I fill in at "???" question mark?
>> I am new in jumpstart, please help.

>Did the setup_install_server give any errors?  You don't mention any.

>--

>Unix System Administrator                    Taos - The SysAdmin Company
>Got some Dr Pepper?                           San Francisco, CA bay area
>          < How are you gentlemen!! Take off every '.SIG'!! >