JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Managing SMB File Sharing and Windows Interoperability in Oracle Solaris 11.1     Oracle Solaris 11.1 Information Library
search filter icon
search icon

Document Information

Preface

1.  Sharing Files Between Windows and Oracle Solaris Systems

2.  Setting Up Identity Mapping Between Windows and Oracle Solaris Systems

3.  Setting Up a Oracle Solaris SMB Server to Manage and Share Files

Disabling the Samba Service

How to Disable the Samba Service

Configuring the SMB Server Operation Mode (Task Map)

How to Configure the SMB Server in Domain Mode

How to Configure the SMB Server in Workgroup Mode

Managing SMB Shares

Managing SMB Shares in This Release

Managing SMB Shares (Task Map)

How to Enable Cross-Protocol Locking

How to Create an SMB Share (zfs)

How to Enable Guest Access to an SMB Share

How to Enable Access-Based Enumeration for a Share

How to Modify SMB Share Properties (zfs)

How to Remove an SMB Share (zfs)

How to Create a Specific Autohome Share Rule

How to Restrict Client Host Access to an SMB Share (zfs)

Managing SMB Groups (Task Map)

How to Create an SMB Group

How to Add a Member to an SMB Group

How to Remove a Member From an SMB Group

How to Modify SMB Group Properties

Configuring the WINS Service

How to Configure WINS

Enabling CATIA V4/V5 Character Translations

How to the Enable CATIA Interoperability Feature

Configuring SMB Printing (Task Map)

How to Enable the SMB Print Service

Troubleshooting the SMB Service

Cannot Join a Windows Domain

Checking the DNS Configuration

Ensuring That Kerberos Is Correctly Configured

Ensuring That You Specify the Correct Password for Your Domain User

Ensuring the Firewall Software Does Not Filter Out Required Ports

Viewing Oracle Solaris SMB Service Property Settings

Excluding IP Addresses From WINS Name Resolution

Changes to Windows Group Membership and to User Mapping Do Not Take Effect

Windows Clients Cannot Connect by NetBIOS Name or Are Missing From Browse List or Network Neighborhood

Cannot Set Share Security, All Shares Inherit the Security of the Directory Object

Older Versions of Windows Cannot Copy Files Larger Than Four Gbytes

Cannot Use SMB to Map Drives

Cannot See the Security Tab From Windows Clients

Microsoft Access or SQL Server Sessions Time Out After a Period of Inactivity

Cannot Add Windows Local Groups to Access Control List

SMB Browsing Fails When share.smb=on Is Set on a ZFS Pool

Samba or SMB Service Cannot Bind Various Ports

SMB Shares on a ZFS File System are Inaccessible After a Reboot

Invalid Password Errors Appear When Mapping a Drive or Browsing Computers in the Workgroup

Access Control List Inheritance Issues

Missing Security Tab on Windows XP Clients

4.  Using SMB File Sharing on Client Systems

A.  SMB DTrace Provider

Glossary

Index

Enabling CATIA V4/V5 Character Translations

The CATIA V4 product is only available for UNIX systems, but the CATIA V5 product is available for both UNIX and Windows systems. When creating files, the CATIA V4 product includes characters in file names that are invalid on Windows systems, which causes interoperability issues when files need to be shared between CATIA V4 on UNIX and CATIA V5 on Windows.

The following table lists the character translations that are available in order to support CATIA V4/V5 interoperability between UNIX and Windows clients. Note that this character translation is only required for interoperability between CATIA V4 on UNIX and CATIA V5 on Windows, and is disabled by default.

Table 3-1 CATIA Character Translation Table

CATIA V4 UNIX Character
CATIA V5 Windows Character
CATIA V5 Character Description
"
¨ (0x00a8)
Dieresis
*
¤ (0x00a4)
Currency sign
/
ø (0x00f8)
Latin small letter O with stroke
:
÷ (0x00f7)
Division sign
<
« (0x00ab)
Left-pointing double angle quotation mark
>
» (0x00bb)
Right-pointing double angle quotation mark
?
¿ (0x00bf)
Inverted question mark
\
ÿ (0x00ff)
Latin small letter Y with dieresis
|
¦ (0x00a6)
Broken bar

How to the Enable CATIA Interoperability Feature

You can use the zfs command to specify whether to perform CATIA translation on a per-share basis by setting the catia property to true. By default, the value is false, which means that CATIA translation is not performed.

  1. Become an administrator, obtain the solaris.smf.value.shares and solaris.smf.manage.shares RBAC authorizations, or use the SMB Management RBAC profile.

    For more information, see How to Use Your Assigned Administrative Rights in Oracle Solaris 11.1 Administration: Security Services.

  2. Enable CATIA translation for a share.
    # zfs set share.smb.catia=true pool/dataset

    The following example shows how to enable CATIA translation for the files/acme.sales.logs share:

    # zfs set share.smb.catia=true files/acme.sales.logs