Registry Name Service Cache Options

Each host has a Registry Name Service Cache that holds the Service Group information that is applicable to them.

These options allow the retrieval of information and options to re-initialize the Registry Name Service Cache database.

Usage

pbdbutil --scache [<options>] [ <file> <file> ...]
--cn Retrieve Common Name from the Registry Name Service.
-w Retrieve my Registry Name Service information.
-l List all the locally cached Registry Name Service entries.
-s <[-|+]attribute> Sort the list of records by attribute name (asc/desc).
-R Refresh the local Registry Name Service cache.
    --all Refresh all hosts registered to Registry Name service using REST services.
    --host(s) <hostname1>   [<hostname2>... <hostnameN>] Refresh on listed hosts using REST services.
-N { param }

Create and initialize the Primary Registry Name cache database

where the { param } argument is formatted JSON with parameters:

  • "hostname" : "host1": hostname of the Registry Manager REST service
  • "port" : 24351: port of the Registry Manager REST service
  • "appid" : "appid": appid of the Registry Manager REST service
  • "appkey" : "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx": appkey of the Registry Manager REST service
-m <msg> Specify message. Required when change management enabled.