6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
2 StoreAll commands
This chapter lists commands used to configure and manage StoreAll software. Unless otherwise
noted, the CLI command must be run from the Fusion Manager host and requires root privileges.
Some commands can be executed from either a node or a client (any user can run them) and are
indicated as such. All commands are run from the working directory (/usr/local/ibrix/bin).
ibrix_activedirectory
Configures and lists Active Directory settings.
Description
Active Directory settings must be configured on the Fusion Manager to allow Windows StoreAll
clients to query the Active Directory server when reading or writing on a file serving node. Windows
StoreAll 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 StoreAll 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
8 StoreAll commands