Files Flashcards
How many vgs each fsvm will host if a home share is created
5 vgs per fsvm
what are the DNS records created for files and the reasons for creating then
- fsname fqdn - contains all the client side ips of the fsvms
- ntnx-fsvm-x.fqdn - one for each fsvm for dfs referrals
- ptr records for each fsvm name for nfs
what happens when fsname dns record is missing
unable to browse share by name
what happens when individual fs VM DNS records go missing
fs root will be accessible but trying to open a share will be stuck for some time and will eventually fail
why does share work with ip but not fqdn sometimes
fqdn will invoke Kerberos and ip method will use ntlm as the with method. issues with ad can cause Kerberos auth to fail
which daemon speaks to ad in a fsvm
winbind this daemon is used to join a Linux computer to ad and interact with ad
which daemon shares a zfs filesystem as SMB share
smbd
How to do you list all the users and groups from AD from FSVM
wbinfo -u
wbinfo -g
How do you check if an AD user password is correct using FSVM command line
wbinfo -a
How to list the forest realm that current fsvm is joined to
sudo net ads info
How do you flush winbind cache after you have modified for example preferred dc
sudo net cache flush
Why would you use wbinfo -m –online-status command and what will you check in it
Use this command to fine which domains are online as per winbind, you can also see all the domains we have trust with
What will you do if a domain is showing offline in wbinfo -m –online-status but the DC is healthy
If the DC is healthy then kill winbind which will re-query the domains and update the status
How do you find out the DC we are currently talking to for a domain
sudo wbinfo –getdcname
What is the difference between a share that is NFS protocol primary and share that has SMB protocol as primary
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