Dell PowerStore 3000X EMC PowerStore Service Scripts Guide - Page 47

<full_domain_nam, p_name>, domain

Page 47 highlights

-setspn -smbhash -import -file -report Import Secure Mapping database from the specified file. Display Secure Mapping database health and content. NOTE: Modifying SID/UID mapping can potentially affect security. Use these options with caution. Manage Windows security principals (SPNs) of the specified computer that is joined to AD. NOTE: SPNs are required for domain configurations in which the DNS domain is different than authentication domain (Kerberos realm). For example, if the DNS server zone includes a DNS CNAME record that maps compname. to compname.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74

-import -file
<filename>
Import Secure Mapping database from the specified file.
-report
Display Secure Mapping database health and content.
NOTE:
Modifying SID/UID mapping can potentially affect security. Use these options with
caution.
-setspn
Manage Windows security principals (SPNs) of the specified computer that is joined to AD.
NOTE:
SPNs are required for domain configurations in which the DNS domain is different than
authentication domain (Kerberos realm). For example, if the DNS server zone includes a DNS
CNAME record that maps
compname.<domain1 FQDN>
to
compname.<server's domain
FQDN>
, then the SPN host
compname.<domain1 FQDN>
must be added for the compname.
Usage:
svc_nas_cifssupport --server
SERVERNAME
| ALL -args="-setspn
-list compname=<comp_name>
| -add <SPN>
compname=<comp_name>,domain=<full_domain_name>,admin=<admin_name>
| -delete <SPN>"
-list
compname=<com
p_name>
Display all SPNs for the specified FQDN server, both for the SMB server and for the
KDC Windows AD entry.
-add <SPN>
compname=<com
p_name>,domain=
<full_domain_nam
e>,admin=<admin
_name>
Add the specified SPN to both the NAS server and AD.
-delete <SPN>
Delete the specified SPN for both the NAS server and AD.
-smbhash
Troubleshoot issues with the Microsoft Windows Branch caching mechanism. BranchCache V1 and
BranchCache V2 are supported.
Usage:
svc_nas_cifssupport --server
SERVERNAME
| ALL -args="-smbhash
-hashgen <path> [-recursive] [-minsize <size>]
| -hashdel <path> [-recursive]
| -abort <id>
| -info
| -fsusage <fs_name>
| -exclusionfilter <filter>
| -audit {enable | disable} [-task] [-service] [-access]
| -cleanup <fs_name> [-all | -unusedfor <days> | -unusedsince <date>]"
-hashgen <path>
[-recursive] [-
minsize <size>]
Generate all SMB hash files for the specified path. If
-recursive
is used, the SMB
hash is recursively generated for the subdirectories.
-hashdel <path> [-
recursive]
Delete all SMB hash files for the specified path.
-abort <id>
Cancel the specified pending or ongoing request (hash file generation or deletion). The
ID for the request is in the output of
-info
.
-info
Show detailed information for the hash generation service.
-fsusage
<fs_name>
Display the SMB hash file disk usage for the specified file system.
Service Commands
47