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

Service Commands, <group_id> ]

Page 46 highlights

-samr -secmap Check the network connectivity of the CIFS server that is specified by the NetBIOS name or computer name with a domain controller. Once connectivity is established, the command verifies that a CIFS server can access and use the domain controller services. This command only applies to servers that are joined to a Windows domain. Usage: svc_nas_cifssupport --server SERVERNAME | ALL -args="-pingdc -compname [-dc ] [-verbose]" Query the groups a user belongs to using either the user name or SID. NOTE: The SID must be provided in hexadecimal format. This command only applies to servers that are joined to a Windows domain. Usage: svc_nas_cifssupport --server SERVERNAME | ALL -args="-samr -nb {-sid | -user }" Access the Secure Mapping database that acts as a cache mechanism to relate Windows SIDs to UNIX UIDs. NOTE: Modifying a SID to UID mapping can impact security. Use with caution. Usage: svc_nas_cifssupport --server SERVERNAME | ALL -args="-secmap -list [ -user -domain | -domain | -sid | -uid | -gid ] | -create {-name -domain | -sid } | -update {-name -domain | -sid } | -delete {-name -domain | -sid } | -export [-file ] | -import -file | -report" -list [ -user domain | -domain | -sid | -uid | -gid ] -create {-name -domain | -sid } -update {-name -domain | -sid } -delete {-name -domain | -sid } -export [-file ] List the Secure Mapping entries, filtered by the specified options. Add a new mapping entry in the Secure Mapping database. Update a mapping entry from the Secure Mapping database. Delete a mapping entry from the Secure Mapping database. Export Secure Mapping database to the specified file. 46 Service Commands

  • 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

Check the network connectivity of the CIFS server that is specified by the NetBIOS name or computer name
with a domain controller. Once connectivity is established, the command verifies that a CIFS server can access
and use the domain controller services. This command only applies to servers that are joined to a Windows
domain.
Usage:
svc_nas_cifssupport --server
SERVERNAME
| ALL -args="-pingdc -compname
<comp_name> [-dc <netbios_DC_name>] [-verbose]"
-samr
Query the groups a user belongs to using either the user name or SID.
NOTE:
The SID must be provided in hexadecimal format. This command only applies to servers
that are joined to a Windows domain.
Usage:
svc_nas_cifssupport --server
SERVERNAME
| ALL -args="-samr -nb <comp_name>
{-sid <SID> | -user <user_name>}"
-secmap
Access the Secure Mapping database that acts as a cache mechanism to relate Windows SIDs to UNIX UIDs.
NOTE:
Modifying a SID to UID mapping can impact security. Use with caution.
Usage:
svc_nas_cifssupport --server
SERVERNAME
| ALL -args="-secmap
-list
[ -user <user_name> -domain <domain_name>
| -domain <domain_name>
| -sid <SID>
| -uid <user_id>
| -gid <group_id> ]
| -create {-name <name> -domain <domain_name> | -sid <SID> }
| -update {-name <name> -domain <domain_name> | -sid <SID> }
| -delete {-name <name> -domain <domain_name> | -sid <SID> }
| -export [-file <filename>]
| -import -file <filename>
| -report"
-list [ -user
<user_name> -
domain
<domain_name> |
-domain
<domain_name> |
-sid <SID> | -uid
<user_id> | -gid
<group_id> ]
List the Secure Mapping entries, filtered by the specified options.
-create {-name
<name> -domain
<domain_name> |
-sid <SID> }
Add a new mapping entry in the Secure Mapping database.
-update {-name
<name> -domain
<domain_name> |
-sid <SID> }
Update a mapping entry from the Secure Mapping database.
-delete {-name
<name> -domain
<domain_name> |
-sid <SID> }
Delete a mapping entry from the Secure Mapping database.
-export [-file
<filename>]
Export Secure Mapping database to the specified file.
46
Service Commands