Files Flashcards

1
Q

How many vgs each fsvm will host if a home share is created

A

5 vgs per fsvm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what are the DNS records created for files and the reasons for creating then

A
  1. fsname fqdn - contains all the client side ips of the fsvms
  2. ntnx-fsvm-x.fqdn - one for each fsvm for dfs referrals
  3. ptr records for each fsvm name for nfs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what happens when fsname dns record is missing

A

unable to browse share by name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what happens when individual fs VM DNS records go missing

A

fs root will be accessible but trying to open a share will be stuck for some time and will eventually fail

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

why does share work with ip but not fqdn sometimes

A

fqdn will invoke Kerberos and ip method will use ntlm as the with method. issues with ad can cause Kerberos auth to fail

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

which daemon speaks to ad in a fsvm

A

winbind this daemon is used to join a Linux computer to ad and interact with ad

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

which daemon shares a zfs filesystem as SMB share

A

smbd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How to do you list all the users and groups from AD from FSVM

A

wbinfo -u
wbinfo -g

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do you check if an AD user password is correct using FSVM command line

A

wbinfo -a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How to list the forest realm that current fsvm is joined to

A

sudo net ads info

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do you flush winbind cache after you have modified for example preferred dc

A

sudo net cache flush

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Why would you use wbinfo -m –online-status command and what will you check in it

A

Use this command to fine which domains are online as per winbind, you can also see all the domains we have trust with

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What will you do if a domain is showing offline in wbinfo -m –online-status but the DC is healthy

A

If the DC is healthy then kill winbind which will re-query the domains and update the status

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How do you find out the DC we are currently talking to for a domain

A

sudo wbinfo –getdcname

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the difference between a share that is NFS protocol primary and share that has SMB protocol as primary

A

SMB primary protocol will have all the files with Windows access control list, NFS primary share will have Linux access control list basically the ACLs change based on the primary protocol of the share

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How Files translates a Kerberos user to NFS user id

A

There are two types RFC2307 or Auto RID, RFC2307 is an extension to regular AD and the ID mapping is done by AD server. With Auto RID the files server will do the id mapping