psm bdcsce service

Display information about a single Oracle Big Data Cloud cluster in the identity domain.

Syntax

In the following syntax, line breaks have been added for clarity. Do not include them when entering the command.

psm bdcsce service -s|--service-name cluster-name
	[-of|--output-format short|json|html]

Parameters

Parameter Description

-s|--service-name cluster-name

Specifies the name of the Oracle Big Data Cloud cluster.

-of|--output-format short|json|html

(Optional) Specifies the output format of the command’s response:

  • short— output is formatted as a brief summary.

  • json— output is formatted as a JSON array.

  • html— output is formatted as HTML

The default output format is the one you specified when using the psm setup command to configure the psm CLI.

Examples

The following example displays information about the bdcsce-cluster Oracle Big Data Cloud cluster.

$ psm bdcsce service --service-name bdcsce-cluster
{
    "serviceId":118,
    "serviceName":"bdcsce-cluster",
    "serviceType":"BDCSCE",
    "domainName":"beta",
    "serviceVersion":"1.6",
    "releaseVersion":"1.6.0.0",
    "metaVersion":"17.1.1-1612051653",
    "serviceDescription":"This is a BDCSCE cluster.",
    "serviceLevel":"PAAS",
    "subscription":"HOURLY",
    "meteringFrequency":"HOURLY",
    "edition":"EE",
    "storageContainer":"Storage-Tenant/container",
    "state":"READY",
    "creator":"weblogic",
    "creationDate":"2017-01-05T11:00:04.029+0000",
    "keyComponentInstance":"bdcsce",
    "adminHostName":"bdcsce-cluster-bdcsce-1",
    "attributes":{
        "CLOUD_STORAGE_CONTAINER":{
            "displayName":"Cloud Storage Container",
            "type":"STRING",
            "value":"Storage-Tenant/container",
            "displayValue":"Storage-Tenant/container",
            "isKeyBinding":false
        },
        "BDCSCE_SERVICE_URL":{
            "displayName":"Big Data Cluster Console",
            "type":"URL",
            "value":"https://10.8...00:1080",
            "displayValue":"https://10.8...00:1080",
            "isKeyBinding":true
        }
    },
    "components":{
        "bdcsce":{
            "serviceId":118,
            "componentId":64,
            "state":"READY",
            "version":"1.6",
            "componentType":"bdcsce",
            "creationDate":"2017-01-05T11:00:04.000+0000",
            "instanceName":"bdcsce",
            "instanceRole":"NONE",
            "isKeyComponent":true,
            "attributes":{
                "adminUserName":{
                    "displayName":"User Name",
                    "type":"STRING",
                    "value":"bdcsce_admin",
                    "displayValue":"bdcsce_admin",
                    "isKeyBinding":false
                },
                "shape":{
                    "displayName":"Compute Shape",
                    "type":"SHAPE",
                    "value":"oc3m",
                    "displayValue":"oc3m",
                    "isKeyBinding":false
                },
                "AMBARI_SERVER_HOST":{
                    "displayName":"Ambari Server Host",
                    "type":"STRING",
                    "value":"10.8...00",
                    "displayValue":"10.8...00",
                    "isKeyBinding":false
                }
            },
            "vmInstances":{
                "bdcsce-cluster-bdcsce-2":{
                    "vmId":75,
                    "id":75,
                    "uuid":"B49A34D2CDDB4F2EB0BA5B76CF1C17DF",
                    "hostName":"bdcsce-cluster-bdcsce-2",
                    "label":"bdcsce-cluster bdcs-ce slave SLAVE_VM 2",
                    "ipAddress":"10.8...18",
                    "publicIpAddress":"10.8..18",
                    "usageType":"SLAVE_VM",
                    "role":"SLAVE_VM",
                    "componentType":"bdcsce",
                    "state":"READY",
                    "shapeId":"oc3m",
                    "totalStorage":81920,
                    "creationDate":"2017-01-05T11:00:04.000+0000",
                    "isAdminNode":false,
                    "servers":{
                        "SLAVE-2":{
                            "serverId":118,
                            "serverName":"SLAVE-2",
                            "serverType":"SLAVE",
                            "serverRole":"BDCSCE_ROLE",
                            "state":"READY",
                            "creationDate":"2017-01-05T11:00:04.000+0000",
                            "serverStateDisplayName":"Ready"
                        }
                    },
                    "storageVolumes":{
                        "data":{
                            "name":"data",
                            "size":"40GB",
                            "partitions":"1",
                            "isUserVisible":false
                        },
                        "tools":{
                            "name":"tools",
                            "size":"5GB",
                            "partitions":"1",
                            "isUserVisible":false
                        },
                        "boot":{
                            "name":"boot",
                            "size":"25GB",
                            "partitions":"1",
                            "isUserVisible":false
                        },
                        "bin":{
                            "name":"bin",
                            "size":"10GB",
                            "partitions":"1",
                            "isUserVisible":false
                        }
                    },
                    "vmStateDisplayName":"Ready"
                },
                "bdcsce-cluster-bdcsce-1":{
                    "vmId":78,
                    "id":78,
                    "uuid":"EACE287A754D4ACA8FDFAB74A53F4D24",
                    "hostName":"bdcsce-cluster-bdcsce-1",
                    "label":"bdcsce-cluster bdcs-ce master MASTER_VM 1",
                    "ipAddress":"10.8...00",
                    "publicIpAddress":"10.8...00",
                    "usageType":"MASTER_VM",
                    "role":"MASTER_VM",
                    "componentType":"bdcsce",
                    "state":"READY",
                    "shapeId":"oc3m",
                    "totalStorage":81920,
                    "creationDate":"2017-01-05T11:00:04.000+0000",
                    "isAdminNode":true,
                    "servers":{
                        "MASTER-1":{
                            "serverId":118,
                            "serverName":"MASTER-1",
                            "serverType":"MASTER",
                            "serverRole":"BDCSCE_ROLE",
                            "state":"READY",
                            "creationDate":"2017-01-05T11:00:04.000+0000",
                            "serverStateDisplayName":"Ready"
                        }
                    },
                    "storageVolumes":{
                        "data":{
                            "name":"data",
                            "size":"40GB",
                            "partitions":"1",
                            "isUserVisible":false
                        },
                        "tools":{
                            "name":"tools",
                            "size":"5GB",
                            "partitions":"1",
                            "isUserVisible":false
                        },
                        "boot":{
                            "name":"boot",
                            "size":"25GB",
                            "partitions":"1",
                            "isUserVisible":false
                        },
                        "bin":{
                            "name":"bin",
                            "size":"10GB",
                            "partitions":"1",
                            "isUserVisible":false
                        }
                    },
                    "vmStateDisplayName":"Ready"
                },
                "bdcsce-cluster-bdcsce-4":{
                    "vmId":77,
                    "id":77,
                    "uuid":"C6A3B6B295714C4C9498FFDF856E099A",
                    "hostName":"bdcsce-cluster-bdcsce-4",
                    "label":"bdcsce-cluster bdcs-ce slave COMPUTE_SLAVE_VM 4",
                    "ipAddress":"10.89.105.2",
                    "publicIpAddress":"10.89.105.2",
                    "usageType":"COMPUTE_SLAVE_VM",
                    "role":"COMPUTE_SLAVE_VM",
                    "componentType":"bdcsce",
                    "state":"READY",
                    "shapeId":"oc3m",
                    "totalStorage":40960,
                    "creationDate":"2017-01-05T11:00:04.000+0000",
                    "isAdminNode":false,
                    "servers":{
                        "COMPUTE-SLAVE-4":{
                            "serverId":118,
                            "serverName":"COMPUTE-SLAVE-4",
                            "serverType":"COMPUTE_SLAVE",
                            "serverRole":"BDCSCE_ROLE",
                            "state":"READY",
                            "creationDate":"2017-01-05T11:00:04.000+0000",
                            "serverStateDisplayName":"Ready"
                        }
                    },
                    "storageVolumes":{
                        "tools":{
                            "name":"tools",
                            "size":"5GB",
                            "partitions":"1",
                            "isUserVisible":false
                        },
                        "boot":{
                            "name":"boot",
                            "size":"25GB",
                            "partitions":"1",
                            "isUserVisible":false
                        },
                        "bin":{
                            "name":"bin",
                            "size":"10GB",
                            "partitions":"1",
                            "isUserVisible":false
                        }
                    },
                    "vmStateDisplayName":"Ready"
                },
                "bdcsce-cluster-bdcsce-3":{
                    "vmId":76,
                    "id":76,
                    "uuid":"68B7CFD207BC4020AF9DE9C40F62FF57",
                    "hostName":"bdcsce-cluster-bdcsce-3",
                    "label":"bdcsce-cluster bdcs-ce slave SLAVE_VM 3",
                    "ipAddress":"10.89.105.90",
                    "publicIpAddress":"10.89.105.90",
                    "usageType":"SLAVE_VM",
                    "role":"SLAVE_VM",
                    "componentType":"bdcsce",
                    "state":"READY",
                    "shapeId":"oc3m",
                    "totalStorage":81920,
                    "creationDate":"2017-01-05T11:00:04.000+0000",
                    "isAdminNode":false,
                    "servers":{
                        "SLAVE-3":{
                            "serverId":118,
                            "serverName":"SLAVE-3",
                            "serverType":"SLAVE",
                            "serverRole":"BDCSCE_ROLE",
                            "state":"READY",
                            "creationDate":"2017-01-05T11:00:04.000+0000",
                            "serverStateDisplayName":"Ready"
                        }
                    },
                    "storageVolumes":{
                        "data":{
                            "name":"data",
                            "size":"40GB",
                            "partitions":"1",
                            "isUserVisible":false
                        },
                        "tools":{
                            "name":"tools",
                            "size":"5GB",
                            "partitions":"1",
                            "isUserVisible":false
                        },
                        "boot":{
                            "name":"boot",
                            "size":"25GB",
                            "partitions":"1",
                            "isUserVisible":false
                        },
                        "bin":{
                            "name":"bin",
                            "size":"10GB",
                            "partitions":"1",
                            "isUserVisible":false
                        }
                    },
                    "vmStateDisplayName":"Ready"
                }
            },
            "adminHostName":"bdcsce-cluster-bdcsce-1",
            "storageVolumes":{
                "data":{
                    "name":"data",
                    "size":"40G",
                    "mount":"/data"
                },
                "tools":{
                    "name":"tools",
                    "size":"5G",
                    "mount":"/u01/app/oracle/tools"
                },
                "boot":{
                    "name":"boot",
                    "size":"25G",
                    "mount":"/"
                },
                "bin":{
                    "name":"bin",
                    "size":"10G",
                    "mount":"/u01/bdcsce"
                }
            },
            "hosts":{
                "userHosts":{
                    "bdcsce-cluster-bdcsce-2":{
                        "vmId":75,
                        "id":75,
                        "uuid":"B49A34D2CDDB4F2EB0BA5B76CF1C17DF",
                        "hostName":"bdcsce-cluster-bdcsce-2",
                        "label":"bdcsce-cluster bdcs-ce slave SLAVE_VM 2",
                        "ipAddress":"10.8...18",
                        "publicIpAddress":"10.8...18",
                        "usageType":"SLAVE_VM",
                        "role":"SLAVE_VM",
                        "componentType":"bdcsce",
                        "state":"READY",
                        "shapeId":"oc3m",
                        "totalStorage":81920,
                        "creationDate":"2017-01-05T11:00:04.000+0000",
                        "isAdminNode":false,
                        "servers":{
                            "SLAVE-2":{
                                "serverId":118,
                                "serverName":"SLAVE-2",
                                "serverType":"SLAVE",
                                "serverRole":"BDCSCE_ROLE",
                                "state":"READY",
                                "creationDate":"2017-01-05T11:00:04.000+0000"
                            }
                        },
                        "storageVolumes":{
                            "data":{
                                "name":"data",
                                "size":"40GB",
                                "partitions":"1"
                            },
                            "tools":{
                                "name":"tools",
                                "size":"5GB",
                                "partitions":"1"
                            },
                            "boot":{
                                "name":"boot",
                                "size":"25GB",
                                "partitions":"1"
                            },
                            "bin":{
                                "name":"bin",
                                "size":"10GB",
                                "partitions":"1"
                            }
                        }
                    },
                    "bdcsce-cluster-bdcsce-1":{
                        "vmId":78,
                        "id":78,
                        "uuid":"EACE287A754D4ACA8FDFAB74A53F4D24",
                        "hostName":"bdcsce-cluster-bdcsce-1",
                        "label":"bdcsce-cluster bdcs-ce master MASTER_VM 1",
                        "ipAddress":"10.8...00",
                        "publicIpAddress":"10.8...00",
                        "usageType":"MASTER_VM",
                        "role":"MASTER_VM",
                        "componentType":"bdcsce",
                        "state":"READY",
                        "shapeId":"oc3m",
                        "totalStorage":81920,
                        "creationDate":"2017-01-05T11:00:04.000+0000",
                        "isAdminNode":true,
                        "servers":{
                            "MASTER-1":{
                                "serverId":118,
                                "serverName":"MASTER-1",
                                "serverType":"MASTER",
                                "serverRole":"BDCSCE_ROLE",
                                "state":"READY",
                                "creationDate":"2017-01-05T11:00:04.000+0000"
                            }
                        },
                        "storageVolumes":{
                            "data":{
                                "name":"data",
                                "size":"40GB",
                                "partitions":"1"
                            },
                            "tools":{
                                "name":"tools",
                                "size":"5GB",
                                "partitions":"1"
                            },
                            "boot":{
                                "name":"boot",
                                "size":"25GB",
                                "partitions":"1"
                            },
                            "bin":{
                                "name":"bin",
                                "size":"10GB",
                                "partitions":"1"
                            }
                        }
                    },
                    "bdcsce-cluster-bdcsce-4":{
                        "vmId":77,
                        "id":77,
                        "uuid":"C6A3B6B295714C4C9498FFDF856E099A",
                        "hostName":"bdcsce-cluster-bdcsce-4",
                        "label":"bdcsce-cluster bdcs-ce slave COMPUTE_SLAVE_VM 4",
                        "ipAddress":"10.89.105.2",
                        "publicIpAddress":"10.89.105.2",
                        "usageType":"COMPUTE_SLAVE_VM",
                        "role":"COMPUTE_SLAVE_VM",
                        "componentType":"bdcsce",
                        "state":"READY",
                        "shapeId":"oc3m",
                        "totalStorage":40960,
                        "creationDate":"2017-01-05T11:00:04.000+0000",
                        "isAdminNode":false,
                        "servers":{
                            "COMPUTE-SLAVE-4":{
                                "serverId":118,
                                "serverName":"COMPUTE-SLAVE-4",
                                "serverType":"COMPUTE_SLAVE",
                                "serverRole":"BDCSCE_ROLE",
                                "state":"READY",
                                "creationDate":"2017-01-05T11:00:04.000+0000"
                            }
                        },
                        "storageVolumes":{
                            "tools":{
                                "name":"tools",
                                "size":"5GB",
                                "partitions":"1"
                            },
                            "boot":{
                                "name":"boot",
                                "size":"25GB",
                                "partitions":"1"
                            },
                            "bin":{
                                "name":"bin",
                                "size":"10GB",
                                "partitions":"1"
                            }
                        }
                    },
                    "bdcsce-cluster-bdcsce-3":{
                        "vmId":76,
                        "id":76,
                        "uuid":"68B7CFD207BC4020AF9DE9C40F62FF57",
                        "hostName":"bdcsce-cluster-bdcsce-3",
                        "label":"bdcsce-cluster bdcs-ce slave SLAVE_VM 3",
                        "ipAddress":"10.89.105.90",
                        "publicIpAddress":"10.89.105.90",
                        "usageType":"SLAVE_VM",
                        "role":"SLAVE_VM",
                        "componentType":"bdcsce",
                        "state":"READY",
                        "shapeId":"oc3m",
                        "totalStorage":81920,
                        "creationDate":"2017-01-05T11:00:04.000+0000",
                        "isAdminNode":false,
                        "servers":{
                            "SLAVE-3":{
                                "serverId":118,
                                "serverName":"SLAVE-3",
                                "serverType":"SLAVE",
                                "serverRole":"BDCSCE_ROLE",
                                "state":"READY",
                                "creationDate":"2017-01-05T11:00:04.000+0000"
                            }
                        },
                        "storageVolumes":{
                            "data":{
                                "name":"data",
                                "size":"40GB",
                                "partitions":"1"
                            },
                            "tools":{
                                "name":"tools",
                                "size":"5GB",
                                "partitions":"1"
                            },
                            "boot":{
                                "name":"boot",
                                "size":"25GB",
                                "partitions":"1"
                            },
                            "bin":{
                                "name":"bin",
                                "size":"10GB",
                                "partitions":"1"
                            }
                        }
                    }
                }
            },
            "displayName":"BDCS-CE",
            "componentStateDisplayName":"Ready"
        }
    },
    "activityLogs":[
        {
            "activityLogId":6049,
            "serviceName":"bdcsce-cluster",
            "serviceType":"bdcsce",
            "identityDomain":"beta",
            "serviceId":118,
            "jobId":5715,
            "startDate":"2017-01-05T11:00:04.753+0000",
            "endDate":"2017-01-05T11:14:04.830+0000",
            "status":"SUCCEED",
            "operationId":118,
            "operationType":"CREATE_SERVICE",
            "summaryMessage":"CREATE_SERVICE",
            "authDomain":"beta",
            "authUser":"weblogic",
            "initiatedBy":"USER",
            "messages":[
                {
                    "activityDate":"2017-01-05T11:00:04.753+0000",
                    "message":"Activity Submitted"
                },
                {
                    "activityDate":"2017-01-05T11:00:04.775+0000",
                    "message":"Activity Started"
                },
                {
                    "activityDate":"2017-01-05T11:00:04.788+0000",
                    "message":"Started operation to create service [bdcsce-cluster] in identity domain [beta]."
                },
                {
                    "activityDate":"2017-01-05T11:00:04.879+0000",
                    "message":"Creating service [bdcsce-cluster] resources [bdcsce-cluster-bdcsce-2,bdcsce-cluster-bdcsce-1,bdcsce-cluster-bdcsce-4,bdcsce-cluster-bdcsce-3]."
                },
                {
                    "activityDate":"2017-01-05T11:06:46.067+0000",
                    "message":"Completed creating service [bdcsce-cluster] in domain [beta]."
                },
                {
                    "activityDate":"2017-01-05T11:07:14.042+0000",
                    "message":"Completed operation to establish security on VMs for component [bdcsce]"
                },
                {
                    "activityDate":"2017-01-05T11:07:14.042+0000",
                    "message":"Started operation to establish security on VMs for component [bdcsce]."
                },
                {
                    "activityDate":"2017-01-05T11:07:14.244+0000",
                    "message":"Started operation to check provisioning status on the VMs for [bdcsce]"
                },
                {
                    "activityDate":"2017-01-05T11:13:23.431+0000",
                    "message":"Provisioning Succeeded on hosts: bdcsce-cluster-bdcsce-4,bdcsce-cluster-bdcsce-2,bdcsce-cluster-bdcsce-3,bdcsce-cluster-bdcsce-1"
                },
                {
                    "activityDate":"2017-01-05T11:13:36.631+0000",
                    "message":"Provisioning of [bdcsce] succeeded."
                },
                {
                    "activityDate":"2017-01-05T11:13:36.631+0000",
                    "message":"Provisioning of all components completed."
                },
                {
                    "activityDate":"2017-01-05T11:13:36.793+0000",
                    "message":"Started service reachability check operation for [bdcsce]."
                },
                {
                    "activityDate":"2017-01-05T11:13:41.638+0000",
                    "message":"Successfully completed service reachability check for [bdcsce]"
                },
                {
                    "activityDate":"2017-01-05T11:13:41.638+0000",
                    "message":"Successfully reached the CSM server "
                },
                {
                    "activityDate":"2017-01-05T11:13:41.798+0000",
                    "message":"Service reachability check of all components completed."
                },
                {
                    "activityDate":"2017-01-05T11:13:41.798+0000",
                    "message":"Service reachability check of [bdcsce] succeeded."
                },
                {
                    "activityDate":"2017-01-05T11:14:04.830+0000",
                    "message":"Activity Ended"
                }
            ]
        }
    ],
    "layeringMode":"None",
    "serviceLevelDisplayName":"Oracle Big Data Cloud Service - Compute Edition",
    "editionDisplayName":"Compute Edition",
    "meteringFrequencyDisplayName":"Hourly",
    "CLOUD_STORAGE_CONTAINER":"Storage-Tenant/container",
    "BDCSCE_SERVICE_URL":"https://10.8...00:1080",
    "totalSharedStorage":0,
    "serviceStateDisplayName":"Ready",
    "computeSiteName":"betaden13",
    "patching":{
        "currentOperation":{
            "operation":"NONE"
        },
        "totalAvailablePatches":0
    }
}