6.1 HP IBRIX X9000 Network Storage System CLI Reference (TA768-96057, June 2012)

2 X9000 File Serving Software commands
This chapter lists commands used to configure and manage X9000 File Serving Software. The
commands must be run on the Fusion Manager host.
ibrix_activedirectory
Configures and lists Active Directory settings.
Description
Active Directory settings must be configured on the Fusion Manager to allow Windows X9000
clients to query the Active Directory server when reading or writing on a file serving node. Windows
X9000 clients use the proxy user to query the Active Directory server to resolve UID/GID-to-Windows
SID mappings. If mappings cannot be resolved, the user named by the -W WIN_USER_NAME
option is displayed as the owner of the file.
Execute this command on every Fusion Manager that Windows X9000 clients will need to access.
Synopsis
All references to domains are to Active Directory domains.
Configure Active Directory for static user mapping:
ibrix_activedirectory -S [-d DOMAIN_NAME] [-i DOMAIN_CONTROLLER_IPs]
[-u PROXY_USER] [-p PROXY_PASSWORD] [-E UID_FIELD_NAME] [-F
GID_FIELD_NAME] [-W DEFAULT_WIN_USER_NAME]
For the -u option, enter the proxy user name in the format "domainname\username" where
domainname is the name of the NIS domain in Active Directory. The double quotes are required,
as shown below.
ibrix_activedirectory -S -d fm1.hp.com -i 192.168.1.1
-u "mydomain\fusion_proxy" -p mypass -W hp_winuser
If Active Directory is running on Windows Server 2003 R2, the -E and -F options are required.
Configure Active Directory for automatic user mapping:
ibrix_activedirectory -A [-d DOMAIN_NAMES] [-L] [-W
DEFAULT_WIN_USER_NAME]
The -L option allows mapping of local users.
List Active Directory settings in effect on the Fusion Manager:
ibrix_activedirectory -l
The output includes the domain name, domain server IP, proxy user name, default Windows user
name, and the UID and GID field names.
Options
DescriptionOption
Configures automatic user mapping.-A
A UID field name. On Windows Server 2003 SP2, this is Read
msSFU30UidNumber. On Windows Server 2003 R2, it is Read UidNumber.
-E UID_FIELD_NAME
A GID field name. On Windows Server 2003 SP2 this is Read
msSFU30GidNumber. On Windows Server 2003 R2, it is Read gidNumber.
-F GID_FIELD_NAME
Allows local user mapping.-L
6 X9000 File Serving Software commands