Hitachi Content Platform​

 View Only

 HCP command(MAPI or CLI) line to check the replication stratus with object counts

  • Object Storage
  • Hitachi Content Platform HCP
  • Object Storage
Gogul Natarajan's profile image
Gogul Natarajan posted 04-11-2019 02:57

Hi All,

I would like to collect the information for HCP replication status with object pending count through command like (MAPI or from Nodes ). Kindly some one help me on this.


#ObjectStorage
#HitachiContentPlatformHCP
Vinish Ravindran's profile image
Vinish Ravindran

Gogul Natarajan

Using mapi

curl -i -k -H "Authorization: HCP dGVuMQ==:a93f93f2936fa7bd709a9cf121846165" "https://admin.hcp1.mydomain.com:9090/mapi/services/replication/links/myreplicationlink"

myreplication link is the name of the replication link configured for the replication

In the output look for the below values under <statistics>

   <bytesPending>

   <bytesPendingRemote>

   <bytesReplicated>

   <bytesPerSecond>

   <objectsPending>

   <objectsPendingRemote>

   <objectsReplicated>

 

If the command works , comeback and post the output you received