6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
ibrix_objectstore
Manages Object Store shares.
Description
The ibrix_objectstore command lets you manage your Object Store shares through the
command line interface.
Synopsis
Create an Object Store share on an HP StoreAll file system:
ibrix_objectstore -a -s OBJSTORENAME -f FSNAME -I
VIF:[ObjectPort:ContainerPort:AccountPort],... [-A
AuthPublicPort:AuthAdminPort][ -P ProxyPort][-S SSL Certificate Name]
IMPORTANT: Follow the required prerequisite steps in the “Prerequisite steps for creating an
Object Store share” section in the HP StoreAll Storage User Guide before you create an Object
Store share.
NOTE: VIF and Ports detail should be provided in pair with respect to a server HA pair. All ports
are optional. You do not need to change a default port unless the port is already in use by another
process. Make sure the new port you choose is not being used by another process. Default ports
are:
Object Store services (in the 6000 range)
Keystone authentication (35357:5000)
Proxy (8888)
See the HP StoreAll Storage User Guide for a definition of the ports.
Sample command:
ibrix_objectstore -a -s swiftshare -f ifs3 -I
172.16.3.241,172.16.3.242,172.16.3.243,172.16.3.244
Sample output:
Keystone Auth URLs:
Public: http://15.226.48.230:5000/v2.0
Admin: http://15.226.48.230:35357/v2.0
List of endpoints:
http://15.226.48.231:8888/v1/AUTH_%(tenant_id)s
http://15.226.48.232:8888/v1/AUTH_%(tenant_id)s
http://15.226.48.233:8888/v1/AUTH_%(tenant_id)s
http://15.226.48.234:8888/v1/AUTH_%(tenant_id)s
Object Store created successfully on x946s1, x946s2, x946s3, x946s4
Object Store services started successfully.
Command succeeded!
Extend the Object Store share to the newly added couplet (server pair):
Objects that have been added previously to the Object Store share are redistributed across the
two nodes that were recently added. You can continue to add objects to the expanded Object
Store share.
ibrix_objectstore -e -s OBJSTORENAME -I
VIF1:ObjectPort1:ContainerPort1:AccountPort1,VIF2:ObjectPort2:ContainerPort2:AccountPort2
152 StoreAll commands