Re: [OpenIndiana-discuss] NFS Automount from FreeNAS Server

2019-12-10 Thread Judah Richardson
On Tue, Dec 10, 2019 at 4:55 PM Tim Mooney  wrote:

> In regard to: Re: [OpenIndiana-discuss] NFS Automount from FreeNAS
> Server,...:
>
> > same issue, but with the latest versions of both OpenIndiana and FreeNAS
> ...
> > new hardware, on both counts:
> >
> > Dec 10 16:03:19 ascamrouter automountd[978]: [ID 784820 daemon.error]
> > server ascamnfs01 not responding
> >
> > I can mount the filesystem manually, I can mount on Solaris 10, but I
> can't
> > use autofs.
> >
> > It doesn't appear to be any different if I'm using LDAP or not (I turned
> > off LDAP for testing) ...
> >
> > does anyone have any idea where to start looking?
>
> I haven't used the automounter in ages, but this Oracle developer blog
> post has a very interesting debug trick in it:
>
> https://blogs.oracle.com/cwb/debugging-automounter-problems
>
> Tim
>
> > On Mon, 23 Feb 2015 at 11:14, Jonathan Adams 
> wrote:
> >
> >> Hi, thanks for keeping on trying ...
> >>
> >> I was optimistic, till I discovered that our Infrastructure guy had put
> >> comments on almost all the shares.
> >>
> >> Just for giggles I've added the snoop output from failed (snoopy.out)
> and
> >> working (snoopy2.out) in case that helps anyone.
> >>
> >> Jon
> >>
> >> On 20 February 2015 at 19:14, Till Wegmüller 
> wrote:
> >>
> >>> Hmm ok i've run out of ideas.
> >>>
> >>> It looks like a bug or a problematic Setting in FreeNAS.
> >>> My Automount Works and can mount shares very reliably with /dev and
> >>> /Hipster
> >>> (newest 2015)
> >>> Yours seems to work as well, atleast with solaris.
> >>>
> >>> Just for fun I had a little look around google to see if there are some
> >>> fun
> >>> FreeNAS Bugs. Was not disapointed http://vtricks.com/?p=2031
> >>> It Looks like FreeNas wants its shares to be commented :)
> >>>
> >>> Greetings Till
> >>>
> >>>
> >>> On Friday 20 February 2015 16.15:05 Jonathan Adams wrote:
>  On 20 February 2015 at 15:56, Till Wegmüller 
> >>> wrote:
> > no problem :)
> >
> > ...
> >
> > The No such file or directory Error Happens when automount can't find
> >>> a
> > directory on the Server and thus does not create and mount the
> >>> Directory.
> 
>  jadams@jadlaptop:~$ dfshares mansalnfs01
>  RESOURCE  SERVER ACCESSTRANSPORT
>  mansalnfs01:/mnt/datapool mansalnfs01  - -
>  mansalnfs01:/mnt/datapool/accountsmansalnfs01  - -
>  mansalnfs01:/mnt/datapool/analystsmansalnfs01  - -
>  mansalnfs01:/mnt/datapool/inorganics  mansalnfs01  - -
>  mansalnfs01:/mnt/datapool/organicsmansalnfs01  - -
>  mansalnfs01:/mnt/datapool/technician  mansalnfs01  - -
>  mansalnfs01:/mnt/datapool1/PM mansalnfs01  - -
>  mansalnfs01:/mnt/datapool1/bdmmansalnfs01  - -
>  mansalnfs01:/mnt/datapool1/qualitymansalnfs01  - -
>  mansalnfs01:/mnt/datapool1/reception  mansalnfs01  - -
>  mansalnfs01:/mnt/datapool2/IT mansalnfs01  - -
>  mansalnfs01:/mnt/datapool2/airmansalnfs01  - -
>  mansalnfs01:/mnt/datapool2/health mansalnfs01  - -
>  mansalnfs01:/mnt/datapool2/metals mansalnfs01  - -
>  mansalnfs01:/mnt/datapool2/sr mansalnfs01  - -
> 
>  in this case all the directories I'm trying to access are on
> >>> datapool2/IT
>  ... it's a ZFS share.
> 
> > My Question is from where does the truss output of the successful
> > automount come from?
> 
>  root@jadlaptop:~# ps -ef | grep automount
>  root  3599  3597   0 10:00:09 ?   0:00
>  /usr/lib/autofs/automountd
>  root  3597 1   0 10:00:09 ?   0:00
>  /usr/lib/autofs/automountd
>  root  4441  4387   0 16:14:15 pts/16  0:00 grep automount
>  root@jadlaptop:~# truss -f -p 3599
> 
>  Is it from the same Computer as the failed one? Also are you running
> 
> > /hipster or /dev on this Computer?
> 
>  Hipster last updated  2015-01-15 (problems with Intel driver if I
> >>> update at
>  the moment)
> 
> > Other Tests you could do.
> > What happens if you manually create the home?
> 
>  ?
> 
>  What happens if you replace the * and & in auto_home with some real
> 
> > usernames?
> 
>  no difference.
> 
> > What gets logged in syslog when Automount gets its config from LDAP?
> 
>  nothing.
> 
>  As I said, I can still access all the LDAP automounted shares from the
>  Solaris 10 servers, and the Solaris 10 machines can access all the
> >>> shares
>  automounted from the FreeNAS box
>  ___
>  openindiana-discuss mailing list
>  openindiana-discuss@openindiana.org
>  http://openindiana.org/mailman/listinfo/openindiana-discuss
> >>>
> >>>
> >>> __

Re: [OpenIndiana-discuss] NFS Automount from FreeNAS Server

2019-12-10 Thread Tim Mooney

In regard to: Re: [OpenIndiana-discuss] NFS Automount from FreeNAS Server,...:


same issue, but with the latest versions of both OpenIndiana and FreeNAS ...
new hardware, on both counts:

Dec 10 16:03:19 ascamrouter automountd[978]: [ID 784820 daemon.error]
server ascamnfs01 not responding

I can mount the filesystem manually, I can mount on Solaris 10, but I can't
use autofs.

It doesn't appear to be any different if I'm using LDAP or not (I turned
off LDAP for testing) ...

does anyone have any idea where to start looking?


I haven't used the automounter in ages, but this Oracle developer blog
post has a very interesting debug trick in it:

https://blogs.oracle.com/cwb/debugging-automounter-problems

Tim


On Mon, 23 Feb 2015 at 11:14, Jonathan Adams  wrote:


Hi, thanks for keeping on trying ...

I was optimistic, till I discovered that our Infrastructure guy had put
comments on almost all the shares.

Just for giggles I've added the snoop output from failed (snoopy.out) and
working (snoopy2.out) in case that helps anyone.

Jon

On 20 February 2015 at 19:14, Till Wegmüller  wrote:


Hmm ok i've run out of ideas.

It looks like a bug or a problematic Setting in FreeNAS.
My Automount Works and can mount shares very reliably with /dev and
/Hipster
(newest 2015)
Yours seems to work as well, atleast with solaris.

Just for fun I had a little look around google to see if there are some
fun
FreeNAS Bugs. Was not disapointed http://vtricks.com/?p=2031
It Looks like FreeNas wants its shares to be commented :)

Greetings Till


On Friday 20 February 2015 16.15:05 Jonathan Adams wrote:

On 20 February 2015 at 15:56, Till Wegmüller 

wrote:

no problem :)

...

The No such file or directory Error Happens when automount can't find

a

directory on the Server and thus does not create and mount the

Directory.


jadams@jadlaptop:~$ dfshares mansalnfs01
RESOURCE  SERVER ACCESSTRANSPORT
mansalnfs01:/mnt/datapool mansalnfs01  - -
mansalnfs01:/mnt/datapool/accountsmansalnfs01  - -
mansalnfs01:/mnt/datapool/analystsmansalnfs01  - -
mansalnfs01:/mnt/datapool/inorganics  mansalnfs01  - -
mansalnfs01:/mnt/datapool/organicsmansalnfs01  - -
mansalnfs01:/mnt/datapool/technician  mansalnfs01  - -
mansalnfs01:/mnt/datapool1/PM mansalnfs01  - -
mansalnfs01:/mnt/datapool1/bdmmansalnfs01  - -
mansalnfs01:/mnt/datapool1/qualitymansalnfs01  - -
mansalnfs01:/mnt/datapool1/reception  mansalnfs01  - -
mansalnfs01:/mnt/datapool2/IT mansalnfs01  - -
mansalnfs01:/mnt/datapool2/airmansalnfs01  - -
mansalnfs01:/mnt/datapool2/health mansalnfs01  - -
mansalnfs01:/mnt/datapool2/metals mansalnfs01  - -
mansalnfs01:/mnt/datapool2/sr mansalnfs01  - -

in this case all the directories I'm trying to access are on

datapool2/IT

... it's a ZFS share.


My Question is from where does the truss output of the successful
automount come from?


root@jadlaptop:~# ps -ef | grep automount
root  3599  3597   0 10:00:09 ?   0:00
/usr/lib/autofs/automountd
root  3597 1   0 10:00:09 ?   0:00
/usr/lib/autofs/automountd
root  4441  4387   0 16:14:15 pts/16  0:00 grep automount
root@jadlaptop:~# truss -f -p 3599

Is it from the same Computer as the failed one? Also are you running


/hipster or /dev on this Computer?


Hipster last updated  2015-01-15 (problems with Intel driver if I

update at

the moment)


Other Tests you could do.
What happens if you manually create the home?


?

What happens if you replace the * and & in auto_home with some real


usernames?


no difference.


What gets logged in syslog when Automount gets its config from LDAP?


nothing.

As I said, I can still access all the LDAP automounted shares from the
Solaris 10 servers, and the Solaris 10 machines can access all the

shares

automounted from the FreeNAS box
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss





___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss



--
Tim Mooney tim.moo...@ndsu.edu
Enterprise Computing & Infrastructure /
Division of Information Technology/701-231-1076 (Voice)
North Dakota State University, Fargo, ND 58105-5164
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] NFS Automount from FreeNAS Server

2019-12-10 Thread Jonathan Adams
Hi People,

same issue, but with the latest versions of both OpenIndiana and FreeNAS ...

new hardware, on both counts:

Dec 10 16:03:19 ascamrouter automountd[978]: [ID 784820 daemon.error]
server ascamnfs01 not responding

I can mount the filesystem manually, I can mount on Solaris 10, but I can't
use autofs.

It doesn't appear to be any different if I'm using LDAP or not (I turned
off LDAP for testing) ...

does anyone have any idea where to start looking?

Jon

On Mon, 23 Feb 2015 at 11:14, Jonathan Adams  wrote:

> Hi, thanks for keeping on trying ...
>
> I was optimistic, till I discovered that our Infrastructure guy had put
> comments on almost all the shares.
>
> Just for giggles I've added the snoop output from failed (snoopy.out) and
> working (snoopy2.out) in case that helps anyone.
>
> Jon
>
> On 20 February 2015 at 19:14, Till Wegmüller  wrote:
>
>> Hmm ok i've run out of ideas.
>>
>> It looks like a bug or a problematic Setting in FreeNAS.
>> My Automount Works and can mount shares very reliably with /dev and
>> /Hipster
>> (newest 2015)
>> Yours seems to work as well, atleast with solaris.
>>
>> Just for fun I had a little look around google to see if there are some
>> fun
>> FreeNAS Bugs. Was not disapointed http://vtricks.com/?p=2031
>> It Looks like FreeNas wants its shares to be commented :)
>>
>> Greetings Till
>>
>>
>> On Friday 20 February 2015 16.15:05 Jonathan Adams wrote:
>> > On 20 February 2015 at 15:56, Till Wegmüller 
>> wrote:
>> > > no problem :)
>> > >
>> > > ...
>> > >
>> > > The No such file or directory Error Happens when automount can't find
>> a
>> > > directory on the Server and thus does not create and mount the
>> Directory.
>> >
>> > jadams@jadlaptop:~$ dfshares mansalnfs01
>> > RESOURCE  SERVER ACCESSTRANSPORT
>> > mansalnfs01:/mnt/datapool mansalnfs01  - -
>> > mansalnfs01:/mnt/datapool/accountsmansalnfs01  - -
>> > mansalnfs01:/mnt/datapool/analystsmansalnfs01  - -
>> > mansalnfs01:/mnt/datapool/inorganics  mansalnfs01  - -
>> > mansalnfs01:/mnt/datapool/organicsmansalnfs01  - -
>> > mansalnfs01:/mnt/datapool/technician  mansalnfs01  - -
>> > mansalnfs01:/mnt/datapool1/PM mansalnfs01  - -
>> > mansalnfs01:/mnt/datapool1/bdmmansalnfs01  - -
>> > mansalnfs01:/mnt/datapool1/qualitymansalnfs01  - -
>> > mansalnfs01:/mnt/datapool1/reception  mansalnfs01  - -
>> > mansalnfs01:/mnt/datapool2/IT mansalnfs01  - -
>> > mansalnfs01:/mnt/datapool2/airmansalnfs01  - -
>> > mansalnfs01:/mnt/datapool2/health mansalnfs01  - -
>> > mansalnfs01:/mnt/datapool2/metals mansalnfs01  - -
>> > mansalnfs01:/mnt/datapool2/sr mansalnfs01  - -
>> >
>> > in this case all the directories I'm trying to access are on
>> datapool2/IT
>> > ... it's a ZFS share.
>> >
>> > > My Question is from where does the truss output of the successful
>> > > automount come from?
>> >
>> > root@jadlaptop:~# ps -ef | grep automount
>> > root  3599  3597   0 10:00:09 ?   0:00
>> > /usr/lib/autofs/automountd
>> > root  3597 1   0 10:00:09 ?   0:00
>> > /usr/lib/autofs/automountd
>> > root  4441  4387   0 16:14:15 pts/16  0:00 grep automount
>> > root@jadlaptop:~# truss -f -p 3599
>> >
>> > Is it from the same Computer as the failed one? Also are you running
>> >
>> > > /hipster or /dev on this Computer?
>> >
>> > Hipster last updated  2015-01-15 (problems with Intel driver if I
>> update at
>> > the moment)
>> >
>> > > Other Tests you could do.
>> > > What happens if you manually create the home?
>> >
>> > ?
>> >
>> > What happens if you replace the * and & in auto_home with some real
>> >
>> > > usernames?
>> >
>> > no difference.
>> >
>> > > What gets logged in syslog when Automount gets its config from LDAP?
>> >
>> > nothing.
>> >
>> > As I said, I can still access all the LDAP automounted shares from the
>> > Solaris 10 servers, and the Solaris 10 machines can access all the
>> shares
>> > automounted from the FreeNAS box
>> > ___
>> > openindiana-discuss mailing list
>> > openindiana-discuss@openindiana.org
>> > http://openindiana.org/mailman/listinfo/openindiana-discuss
>>
>>
>> ___
>> openindiana-discuss mailing list
>> openindiana-discuss@openindiana.org
>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>
>
>
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss