Namespace access with CIFS
You access a namespace through CIFS by mapping the namespace to a network drive or by adding the namespace as a network place on a CIFS client. You can map or add the namespace as a whole, either root directory (data or metadata), or any specific data directory or metadirectory. Additionally, you can have multiple directories mapped or added at the same time.
Once mapped or added, the namespace appears to be part of the local file system, and you can perform any of the operations HCP supports for CIFS. On a Windows client, this includes dragging and dropping files and directories to the namespace and, likewise, objects and directories from the namespace.
When mapping or adding the namespace, you can use either the domain name of the HCP system or the IP address of a node in the system. Here are the supported formats:
\\cifs.hcp-domain-name\tenant-name_namespace-name[\data|metadata] \\namespace-name.tenant-name.hcp-domain-name \tenant-name_namespace-name[\data|metadata] \\node-ip-address\tenant-name_namespace-name[\data|metadata]
Examples:
\\cifs.hcp.example.com\europe_finance \\cifs.hcp.example.com\europe_finance\data\presentations \\cifs.hcp.example.com\europe_finance\metadata \\finance.europe.hcp.example.com\europe_finance\data \\192.168.210.16\europe_finance\data\presentations\images