6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
ibrix_objectstoremonitor
Description
The ibrix_objectstoremonitor command lets you enable and disable the Object Store
service, which includes the monitoring of the following components:
Keystone service
Account server
Container server
Objects server
Proxy server
Memcache service, a distributed memory object caching system
Rsync service, responsible for maintaining object replicas.
The Object Store service is also responsible for uploading or downloading objects to and from the
Object Store share by using VIF’s. The Object Store service internally communicate with the Keystone
service (for obtaining authentication), while performing operations on objects and containers.
Synopsis
Enable Object Store service monitoring:
ibrix_objectstoremonitor -m [-h FMLIST]
Disable Object Store service monitoring:
ibrix_objectstoremonitor -u [-h FMLIST]
Restart Object Store service monitoring on hosts in a cluster:
ibrix_objectstoremonitor -c [-h FMLIST]
List the health of the Object Store service on the hosts in compact mode:
This command provides an overall status of the Object Store monitoring on each node.
ibrix_objectstoremonitor -l
Sample output:
SERVICE : OBJECTSTORE
=====================
NAME STATUS
-------- ------
dev-sys4 UP
dev-sys3 UP
dev-sys2 UP
List health of the Object Store service on hosts in detailed mode:
This command gives a status of the components the Object Store service monitors, which are the
following components:
Keystone service
Account server
Container server
Objects server
Proxy server
Memcache service, a distributed memory object caching system
Rsync service, responsible for maintaining object replicas.
ibrix_objectstoremonitor -i
156 StoreAll commands