7.7.12.4 LIST CELL

Purpose

The LIST CELL command displays specified attributes of the cell.

Syntax

LIST CELL [ ATTRIBUTES attribute_list ] [ DETAIL ]

Usage Notes

  • You can use the DESCRIBE CELL command to view the complete list of CELL attributes.

  • LIST CELL only displays information about the local cell.

  • To monitor the status of cell components, use the LIST command to verify the value of status, fanStatus, temperatureStatus, and powerStatus.

Examples

Example 7-159 shows the LIST command with the CELL object, and the corresponding output.

Example 7-160 shows how to display the status of cell components.

Example 7-161 shows how to display the values of the snmpSubscriber attribute.

Example 7-162 shows how to display the value of the emailFormat attribute.

Example 7-163 shows how to display the value of the locatorLEDStatus attribute.

Example 7-164 shows how to display the value of the doNotServiceLEDStatus attribute.

Example 7-165 shows how to display the value of the bbuLearnCycleTime attribute.

Example 7-166 shows how to display the value of the rescuePlan attribute.

Example 7-167 shows how to retrieve the value of the httpsAccess attribute.

Example 7-159 Listing Cell Information

CellCLI> LIST CELL

         cell01        online

Example 7-160 Displaying the Status of Cell Components

CellCLI> LIST CELL ATTRIBUTES name, status, location, -
         fanStatus, temperatureStatus, powerStatus

         cell01      online  rack5:shelf1     normal  normal  normal

Example 7-161 Displaying the snmpSubscriber Attribute

CellCLI> LIST CELL ATTRIBUTES snmpSubscriber

((host=server1.example.com,port=3873,community=public, type=asr))

Example 7-162 Displaying E-mail Format

CellCLI> LIST CELL ATTRIBUTES emailFormat
         html

Example 7-163 Displaying locatorLEDStatus

CellCLI> LIST CELL ATTRIBUTES locatorLEDStatus
         off

Example 7-164 Displaying doNotServiceLEDStatus

CellCLI> LIST CELL ATTRIBUTES doNotServiceLEDStatus
         on

Example 7-165 Listing the bbuLearnCycleTime Attribute

CellCLI> LIST CELL ATTRIBUTES bbuLearnCycleTime

Example 7-166 Displaying rescuePlan

CellCLI> LIST CELL ATTRIBUTES rescuePlan

CREATE ROLE "admin"

GRANT PRIVILEGE all actions ON diagpack all attributes WITH all options TO ROLE "admin"

CREATE ROLE "diagRole"

GRANT PRIVILEGE download ON diagpack all attributes WITH all options TO ROLE "diagRole"

GRANT PRIVILEGE create ON diagpack all attributes WITH all options TO ROLE "diagRole"

GRANT PRIVILEGE list ON diagpack all attributes WITH all options TO ROLE "diagRole"

ALTER CELL accessLevelPerm="remoteLoginEnabled", diagHistoryDays="7", metricHistoryDays="7", notificationMethod="mail,snmp", notificationPolicy="warning,critical,clear", snmpSubscriber=((host="localhost", port=162, community="public", type=asr)), bbuLearnCycleTime="2016-10-17T02:00:00-07:00", bbuLearnSchedule="MONTH 1 DATE 17 HOUR 2 MINUTE 0", alertSummaryStartTime="2016-09-21T17:00:00-07:00", alertSummaryInterval=weekly, hardDiskScrubInterval=biweekly, hardDiskScrubFollowupIntervalInDays="14"

ALTER IORMPLAN objective=basic

Example 7-167 Displaying the HTTPs Access Control List

This example shows how to view the HTTPs access control list for the Exadata RESTful service.

CellCLI> LIST CELL ATTRIBUTES httpsAccesss
         ALL

The value of ALL is the default value and allows access to all hosts.