Wednesday 2 August 2017

Install and Configure DBvisit Standby on Oracle Database Appliance (ODA X6-2S) Part 4

In this part, we will create Database storage for Standby Database.



1. List dbstorage on standby ODA.

[root@ORCLODA2 ~]# odacli list-dbstorages
No db storage found

2. create  dbstorage on standby ODA.

[root@ORCLODA2 ~]# odacli create-dbstorage -n ORCL -r ACFS
{
  "jobId" : "6e000677-cbc9-4849-a123-730a5ae5785d",
  "status" : "Created",
  "message" : null,
  "reports" : [ ],
  "createTimestamp" : "June 21, 2017 15:35:07 PM PHT",
  "resourceList" : [ ],
  "description" : "Database storage service creation with db name: ORCL",
  "updatedTime" : "June 21, 2017 15:35:07 PM PHT"
}

3. Describe the job to check the status.

[root@ORCLODA2 ~]# odacli describe-job -i 6e000677-cbc9-4849-a123-730a5ae5785d

Job details
----------------------------------------------------------------
                     ID:  6e000677-cbc9-4849-a123-730a5ae5785d
            Description:  Database storage service creation with db name: ORCL
                 Status:  Success
                Created:  June 21, 2017 3:35:07 PM PHT
                Message:

Task Name                                Start Time                          End Time                            Status
---------------------------------------- ----------------------------------- ----------------------------------- ----------
validating the required disk space for data June 21, 2017 3:35:07 PM PHT        June 21, 2017 3:35:07 PM PHT        Success
Creating   volume datORCL                 June 21, 2017 3:35:07 PM PHT        June 21, 2017 3:35:18 PM PHT        Success
Creating ACFS filesystem for DATA        June 21, 2017 3:35:18 PM PHT        June 21, 2017 3:35:27 PM PHT        Success
createTDEAndAuditDirLocations            June 21, 2017 3:35:27 PM PHT        June 21, 2017 3:35:27 PM PHT        Success

4. Check if storage has created.

[root@ORCLODA2 ~]# odacli list-dbstorages

ID                                       Type   DBUnique Name        Status
---------------------------------------- ------ -------------------- ----------
cbfcbc7d-0c2c-4675-82a7-54e101db6946     Acfs   ORCL                  Configured



No comments:

Post a Comment