You are on page 1of 65

To Oracle Cloud and Beyond

Backup to Oracle Cloud

Charles Kim,Viscosity North America, Oracle ACE Director


NZAOUG – July 2017
Cloud Experience Agenda
09:30 – 10:00 – Check-in and Registration and cloud account setup for each student
10:00 – 10:30 – Introduction to Oracle Cloud and SSH Security
10:30 – 11:00 – Hands on Lab Workshop
11:00 – 11:30 – Oracle Storage Cloud and Database Backup Cloud Lecture
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

11:30 – 12:00 – Hands on Workshop


12:00 – 13:00 – Provided lunch and work through lunch as needed
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

13:00 – 14:30 – Upgrade to Oracle Database 12c Release 2: How and when to upgrade or migrate
databases or workloads to the Oracle Cloud, How to migrate databases to Oracle Cloud with
zero-downtime, Achieve hybrid cloud with the latest Oracle hardware on-premise platform
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

14:30 – 15:00 – Database Cloud Lecture


15:00 – 16:00 – Hands on Lab Workshop
16:00 – 16:30 – Oracle Storage Cloud Storage Appliance Lecture, ZFS Storage Integration with Oracle
Cloud
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

16:30 – 17:00 – Final Questions and Answers

2
Agenda
• Review of Oracle Cloud Storage Offereings

• Why Oracle Database Backup as a Service

• Backup & Restore On-Premise to Oracle Public Cloud (OPC)


• RMAN Configuration
• RMAN Backups / Restore from OPC

• Storage Cloud
• Object Storage
• Archive Storage

• Storage Cloud Software Appliance


• Architecture
• Setup/Configuration and lessons learned
Oracle Cloud Leadership
IaaS 2.0

• 20 Data Centers World Wide


• 33 Billion Daily Transactions
• 70 Million Users with Triple Digit Growth
• 19 of 20 Top Cloud Providers run Oracle
• 15 Years Managing Enterprise Clouds
Oracle IaaS Storage: Highest Performance and Durability

File & Storage Cloud


Local NVMe Block Object Archive Database Software
Backup Appliance

POSIX NFS
SMB, NAS
WebDav
Hardware – Physical Servers & Storage
Core Data Center & Access Network
Data Center Regions & Availability Domains
Oracle Cloud Database Backup Service

Instant Off-Site Protection with RMAN

Direct Database Backup to the Cloud


Backup to Disk & Cloud
Disaster Recovery Copy in the Cloud
Backup to Tape & Cloud
Database as a Service Backup in the Cloud
Database Backup Service
On Premise to Cloud, Cloud to Cloud, Both

Platform as a Service
Instant Offsite Storage

Cost-Effective

On-demand Scalability

End-to-End Security

Encryption
On-Premises Databases 10.2
and above Compression

Oracle Database 3-Way Protection


Backup Cloud Service
24x7 Data Availability

Database RMAN Used


Oracle DBaaS /
Exadata Cloud Service
Introduction -Oracle Database Backup Cloud Service

• ODBS complements your existing backup strategy


• Use familiar RMAN interface to perform backup & restore operations
• Provides an off-site storage location

• No up-front capital costs or hardware expenses.


• Storage management & data transfer complexities are handled by the
service
• Pay-as-you-go, elastic self-provisioning mode - Scale capacity on demand

• Create secure, encrypted backups in an off-premises location


• Oracle ONLY accepts secured encrypted backups

17
Backup/Recovery General Guidelines

Following are general guidelines customers typically follow to address RTO and
RPO requirements:

• Local - Fast Recovery Area (FRA): Typically stores backups for up to 7


days
• External Storage (NAS): up to 30 days

• Tape media (if available): 1 to 6 months

• Tape vaulting (offsite storage): months to years

18
RMAN Step By Step Configuration

19
Database Cloud Backup Service – Easy as 1-2-3 (4 and 5)

1. Subscribing to the Backup service

2. Download the Oracle Database Cloud Backup Module

3. Install the Oracle Database Cloud Backup Module

4. Configure RMAN Backup Channel

5. Backup the database

Oracle Cloud Downloads:


http://www.oracle.com/technetwork/topics/cloud/downloads/index.html

20
Recovery Manager (RMAN) as tool of choice
• Oracle database integrated backup & recovery tool
• No new learning curve for the DBAs

• ASO and Compression bundled w/ Oracle Database Backup Cloud with no additional cost
• Perform SET, CONFIGURE, BACKUP, RESTORE & RECOVER operations at various levels
• Database, data file, tablespace, table, block

• Options:
• Backs up to disk then to the cloud
• Backup directly to the cloud
• Requires Media Management Layer (MML) knowledge to backup to cloud

• Simple commands
RMAN> BACKUP DATABASE;
RMAN> RESTORE DATABASE;
Backup & Recovery to OPC

What: Some Best Practices:


• Create secure, encrypted backup off site
• Oracle only accepts encrypted backups
• Weekly Full
• Daily Incremental
• Archive to Oracle Storage Cloud
Benefits: • Use multiple RMAN channels for
• Create secure, encrypted backups in an off- higher parallelism
premises location • Use multi-section backups
• Store backups using reliable 3-way mirroring • Example: BACKUP DEVICE TYPE SBT
DATABASE SECTION SIZE 1g;
• Familiar using simple standard RMAN • Oracle recommends using MEDIUM
commands compression for cloud backups
• Scale capacity on demand • Use the RMAN Fast Incremental
Backup feature (based on Block
Change Tracking)
Additional Best Practices
Increase PARALLELISM (until you reach acceptable network throughput or hit max
throughput capable with the existing network)
RMAN> CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 4 BACKUP TYPE TO
BACKUPSET;

To determine network throughput for a specific time period, use RMAN network analyzer,
see MOS note 2022086.1
To diagnose Oracle Cloud Backup Performance, see MOS note 2078576.1.

» Consider scheduling additional archived log backups to reduce RPO

» Download and run Installer at least once every two months to pick up latest RMAN
SBT module
» Configure CONTROLFILE AUTOBACKUP ON

23
Database Backup Cloud Pricing – As of April 2017
https://cloud.oracle.com/en_US/database_backup?tabID=1406491822522

Cloud Product Non-Metered Pricing


Database Backup Cloud Pricing $33.00 / TB / Month
* ASO Encrypted Backups
* RMAN Compression

Metered Pricing
$0.0264 GB per Month (1TB = $26.40/Month) Up to 1TB
$0.0242 GB per Month ($24.20 / Month) >5000 TB

Data Transfer Rates


< 1GB Free
1 GB to 9.99 TB .12 per GB per month

1TB = $120 per month


Next 40TB .09 per GB / month
Next 100TB .07 per GB / month
Next 350 TB … .05 per GB / month

24
Oracle Database Backup Service Support Matrix

Oracle Database 10gR2 (10.2.0.5), 11g, 12c(EE, SE, SE1)


Operations Systems Linux, Solaris x86 64, SPARC, Windows, AIX, HP UX, zLinux
(64bit only)
RMAN Compression HIGH, MEDIUM, BASIC, LOW
RMAN Encryption Password, TDE, Dual mode

Oracle Database Backup Service - FAQ (Doc ID 1640149.1)

* Standard Editions require a patch for the bug 18339044

25
RMAN Operations Supported on Oracle Database Backup Cloud Service

26
Configure Database Cloud Backup Module
Download the OPC Install Jar File -- http://www.oracle.com/technetwork/database/availability/oracle-cloud-
backup-2162729.html
-- Unzip the installer. It contains opc_install.jar and a README file
$ java -jar opc_install.jar - Oracle Database Cloud Backup Module Install Tool, build 2014-09-04
serviceName Storage - Oracle Database Cloud Backup Module credentials are valid.
identityDomain ViscTech - Oracle Database Cloud Backup Module wallet created in directory
opcId /u01/app/oracle/product/12.1.0/dbhome_1/dbs/opc_wallet.
charles.kim@viscosityna.com - Oracle Database Cloud Backup Module initialization file
opcPass 'mypass*%' -walletDir /u01/app/oracle/product/12.1.0/dbhome_1/dbs/opcorcl.ora created.
$ORACLE_HOME/dbs/opc_wallet - Downloading Oracle Database Cloud Backup Module Software Library from file opc_linux64.zip.
libDir $ORACLE_HOME/lib - Downloaded 23169388 bytes in 16 seconds. Transfer rate was 1448086 bytes/second.
libPlatform linux64 Download complete.

orcl > cat OPC_HOST=https://storage.us2.oraclecloud.com/v1/Storage-viscosityna


/u01/app/oracle/product/12.1. OPC_WALLET='LOCATION=file:/u01/app/oracle/product/12.1.0/dbhome_1/dbs/opc_wallet
0/dbhome_1/dbs/opcorcl.ora CREDENTIAL_ALIAS=storage_opc'

$ ls -ltr -rw-rw-r-- 1 oracle oracle 9068 Oct 18 06:17


$ORACLE_HOME/dbs/opc_wallet/* /u01/app/oracle/product/12.1.0/dbhome_1/dbs/opc_wallet/cwallet.sso
$ORACLE_HOME/lib/libopc.so -rw-rw-r-- 1 oracle oracle 72062283 Oct 18 06:17
/u01/app/oracle/product/12.1.0/dbhome_1/lib/libopc.so

27
Configure RMAN

High Level Steps


1. Configure RMAN Channels
run {
configure retention policy to recovery window of 30 days;
configure channel device type 'sbt_tape' MAXPIECESIZE 2G FORMAT 'VCE_%d_%U' PARMS
'SBT_LIBRARY=libopc.so,
ENV=(OPC_PFILE=/u01/app/oracle/product/12.1.0/dbhome_1/dbs/opcVCE.ora)';

configure encryption for database on;


configure device type 'sbt_tape' parallelism 2 backup type to backupset;
configure backup optimization on;
configure compression algorithm ’medium' as of release 'default' optimize for load true;
configure default device type to sbt_tape;
}
RMAN Backup to OPC
$ cat rman_backup.ksh
rman target / <<EOF
set encryption on identified by oracle only;
run
{
backup as compressed backupset incremental level 0 tag 'onprem DB'
filesperset 1 (database);
backup as compressed backupset skip inaccessible tag 'onprem ARC'
(archivelog all not backed up 2 times);
backup tag 'onprem CTL' (current controlfile);
}
EOF

29
Restore Controlfile
set decryption identified by oracle;
Run
{
allocate channel t1 type 'sbt_tape' PARMS 'SBT_LIBRARY=libopc.so,
ENV=(OPC_PFILE=/u01/app/oracle/product/12.1.0/dbhome_1/dbs/opcorcl
.ora)';
set dbid=1404255397;
restore controlfile from autobackup;
release channel t1;
}

30
Restore Database
set decryption identified by oracle;
run
{
allocate channel t1 type 'sbt_tape' PARMS 'SBT_LIBRARY=libopc.so,
ENV=(OPC_PFILE=/u01/app/oracle/product/12.1.0/dbhome_1/dbs/opcorcl.ora)';
allocate channel t2 type 'sbt_tape' PARMS 'SBT_LIBRARY=libopc.so,
ENV=(OPC_PFILE=/u01/app/oracle/product/12.1.0/dbhome_1/dbs/opcorcl.ora)';
allocate channel t3 type 'sbt_tape' PARMS 'SBT_LIBRARY=libopc.so,
ENV=(OPC_PFILE=/u01/app/oracle/product/12.1.0/dbhome_1/dbs/opcorcl.ora)';
restore database;
recover database;
release channel t1;
release channel t2;
release channel t3;
}

31
RMAN> list backup summary;

using target database control file instead of recovery catalog

List of Backups
===============
Key TY LV S Device Type Completion Time #Pieces #Copies Compressed Tag
------- -- -- - ----------- --------------- ------- ------- ---------- ---
1 B 0 A SBT_TAPE 05-SEP-16 1 1 YES ONPREM DB TO CLOUD
2 B 0 A SBT_TAPE 05-SEP-16 1 1 YES ONPREM DB TO CLOUD
3 B 0 A SBT_TAPE 05-SEP-16 1 1 YES ONPREM DB TO CLOUD
4 B 0 A SBT_TAPE 05-SEP-16 1 1 YES ONPREM DB TO CLOUD
5 B 0 A SBT_TAPE 05-SEP-16 1 1 YES ONPREM DB TO CLOUD
6 B 0 A SBT_TAPE 05-SEP-16 1 1 YES ONPREM DB TO CLOUD
7 B A A SBT_TAPE 05-SEP-16 1 1 YES ONPREM ARC TO CLOUD
8 B F A SBT_TAPE 05-SEP-16 1 1 NO ONPREM CTL TO CLOUD
9 B 1 A DISK 17-SEP-16 1 1 YES LOCALDISK ONPREM DB
10 B 1 A DISK 17-SEP-16 1 1 YES LOCALDISK ONPREM DB
11 B 1 A DISK 17-SEP-16 1 1 YES LOCALDISK ONPREM DB
12 B 1 A DISK 17-SEP-16 1 1 YES LOCALDISK ONPREM DB
13 B 1 A DISK 17-SEP-16 1 1 YES LOCALDISK ONPREM DB
14 B 1 A DISK 17-SEP-16 1 1 YES LOCALDISK ONPREM DB
15 B A A DISK 17-SEP-16 1 1 YES TAG20160917T103058
16 B A A DISK 17-SEP-16 1 1 YES TAG20160917T103058
17 B A A DISK 17-SEP-16 1 1 YES TAG20160917T103058
18 B F A DISK 17-SEP-16 1 1 NO LOCALDISK ONPREM CTL
19 B 1 A SBT_TAPE 17-SEP-16 1 1 YES ONPREM DB TO CLOUD
20 B 1 A SBT_TAPE 17-SEP-16 1 1 YES ONPREM DB TO CLOUD
21 B 1 A SBT_TAPE 17-SEP-16 1 1 YES ONPREM DB TO CLOUD 32
22 B 1 A SBT_TAPE 17-SEP-16 1 1 YES ONPREM DB TO CLOUD
Oracle Database Cloud

33
Oracle Database Cloud Service

34
Create Service

35
Oracle Database Cloud Service
Cloud Storage Container

Cloud Storage Container:


https://em2.storage.oraclecloud.com/v1/Storage-gse00002193/bkups

36
SSH Public Key for VM Access

$ chmod 600 privateKey publicKey


cat ssh.ksh
ssh opc@140.86.40.127 -i privateKey 37
Oracle Database Cloud Service
Confirmation

38
Additional Storage for DBaaS & IaaS

39
40
Oracle Cloud – Home Page

41
Storage Containers – As of April 2017
https://cloud.oracle.com/en_US/storage/archive-storage/pricing

Cloud Product Non-Metered Pricing


Storage Cloud Service $30.00 / TB / Month
Storage Cloud Software Appliance Free

Metered Pricing
$0.024 GB per Month (1TB = $24/Month) Up to 1TB
$0.022 GB per Month >5000 TB

OOW 16 Screens: Show New Screens Later

42
Oracle Cloud – Archive Storage

1 TB / Month = $1

+Need to look at Outbound traffic pricing

43
Bulk Data Transfer Services

44
Amazon Storage Pricing

45
Storage Cloud Service Initial Screen

46
Creating a Container

47
Upload Objects

48
Large Object Load

49
Create Archive Storage
Check Status –> Restore File

51

51
Restore File Details

52
Restore File Details – Up to 4 Hrs Later

53
Oracle Storage Cloud Upload CLI
Demo later

Support for both object storage and


archive storage
Optimized uploads through segmentation
and parallelization
Automatic checksum verification on upload

Upload individual files, groups of files, and


entire directories
Automatic retry on failures

Resume interrupted uploads of large files

54
Oracle Cloud Storage - Archive
• Customers can use Archive containers to store data that won't be accessed for
a while or that will be accessed infrequently.

• It is ideally suited for data sets such as corporate financial records, medical and
pharmaceutical archives, cultural preservation content, insurance records and
digital film masters.

• CloudBerry Explorer provides a sleak user interface to Cloud Archive Storage,


allowing easy movement of data from local folder to Cloud Archive

• An Archive container is a container for which the X-Storage-Class metadata field


is set to Archive.
curl -v -X PUT -H 'X-Auth-Token: token’ -H 'X-Storage-Class: Archive'
https://storage.us2.oraclecloud.com/v1/Storage-IdentityDomain/Container_Name

55
Archive Storage

Create curl -v -X PUT -H "X-Auth-Token: AUTH_tk23be53ac28c3e443de38367f87643eb9" -H "X-Storage-Class: Archive"


https://foo.storage.oraclecloud.com/v1/Storage-myIdentityDomain/myFirstArchiveContainer
Upload curl -v -X PUT -H "X-Auth-Token: AUTH_tk23be53ac28c3e443de38367f87643eb9" -T myfile https://
foo.storage.oraclecloud.com/v1/Storage-myIdentityDomain/myFirstArchiveContainer/myObject

Status curl -v -X HEAD -H "X-Auth-Token: AUTH_tk23be53ac28c3e443de38367f87643eb9" https://


foo.storage.oraclecloud.com /v1/Storage-myIdentityDomain/myFirstArchiveContainer/myObject

Restore curl -v -X POST -H "X-Auth-Token: AUTH_tk23be53ac28c3e443de38367f87643eb9" https://


foo.storage.oraclecloud.com /v0/Storage-
myIdentityDomain/myFirstArchiveContainer/myObject?restore

Status / curl -v -X GET -H "X-Auth-Token: AUTH_tk23be53ac28c3e443de38367f87643eb9" https://


Tracking foo.storage.oraclecloud.com /v0/Storage-
myIdentityDomain/myFirstArchiveContainer?jobs&jobid=a75c8bbf53224a88738e68d6628acd83a4b30
0e4
Download curl -v -X GET -H "X-Auth-Token: AUTH_tk23be53ac28c3e443de38367f87643eb9" -o myObject1
https://foo.storage.oraclecloud.com/v1/Storage-myIdentityDomain /myFirstArchiveContainer/myObject

56
Back-up to the Cloud
Scalable, Redundant, High Available Backup Storage Solution

On Premise Backup Oracle Database Backup Service


Writing to tape $5,700 (tape library) $0
Storage of tapes $2,400 (1 TB / month) $0
Storage $50,000 (ZFS SA) $ 1,584 (4TB @ $33/TB for 12 months)
Hardware $7,000 (tape library) $0
Maintenance $15,000 (HW patches/updates) $0
DBA $15,600 (3 hours/week @ $100/hr) $ 100 (download Backup Client)
Total for year 1: $95,700 $1,684

Customer 1. Customer must purchase additional storage on premise and offsite to maintain data archive compliance
Profile: 2. New to Oracle database and has not acquired skill set to implement best practices for database backup and recovery
Scenarios 3. Failed recovery due to incomplete backups

Confidential – 57
Oracle Storage Cloud Software Appliance
Instant On Ramp to Oracle Storage Cloud Services

Simple to Install and Use


Secure with Encryption and TLS/SSL
Scalable
Open Standards
OSCSA
Working on a step-by-step blog on Oracle Storage Cloud Software Appliance
http://www.dbaexpert.com/blog/oracle-cloud-backup-software-appliance/

From Oracle Linux Installation to setting up Docker to logging into the Management Console

Download the OSCSA


http://www.oracle.com/technetwork/topics/cloud/downloads/oscsa-download-2704532.html

As of July 30, 2017: Oracle Storage Cloud Software Appliance (Release 16.3.1.2.1)
Supports Standard and Archive Storage

59
Oracle Storage Cloud Software Appliance

60
OCSCA Contents for On-Premise
$ gunzip oscsa-OnPrem-16.3.1.2.1.tar.gz
-rw-r--r-- 1 Dobby staff 941342720 Jul 30 07:56 oscsa-OnPrem-16.3.1.2.1.tar

$ tar -tvf oscsa-OnPrem-16.3.1.2.1.tar


drwxrwxr-x 0 paasusr paasusr 0 Jun 27 16:07 ./
-rw-rw-r-- 0 paasusr paasusr 941245952 Jun 27 16:07 ./oscsa_gw:1.2.1.tar
-rwxrwxr-x 0 paasusr paasusr 11404 Jun 27 16:07 ./oscsa
-rwxrwxr-x 0 paasusr paasusr 15155 Jun 27 16:07 ./oscsa-install.sh
-rwxrwxr-x 0 paasusr paasusr 19011 Jun 27 16:07 ./oscsa-config.sh
-rwxrwxr-x 0 paasusr paasusr 1905 Jun 27 16:07 ./helper-install-oscsa.sh
-rwxrwxr-x 0 paasusr paasusr 20094 Jun 27 16:07 ./oscsa-control.sh
-rw-rw-r-- 0 paasusr paasusr 14802 Jun 27 16:07 ./OSCSA_GATEWAY_README.txt
-rw-rw-r-- 0 paasusr paasusr 2057 Jun 27 16:07 ./OSCSA_RELEASE_NOTES.txt

61
Storage Cloud Software Appliance

62
OSCSA Installation Installing to destination /opt/oscsa_gateway/
Previous install detected, checking version
OSCSA version 1.0.11 is already installed. Are you sure you want reinstall? (Y | N)
Y
root@orabkups oscsa]# ./oscsa-install.sh -h Stopping OSCSA
Copied install scripts
[root@orabkups oscsa]# ./oscsa-install.sh -a Copied OSCSA image
Checking that docker is installed and using the correct version Starting configuration script
Pass found docker version Docker version 1.10.3, build 57bf6fd Enter the mount location for data cache
WARNING: Usage of loopback devices is strongly discouraged for production
/OPCcache/data
use. Either use `--storage-opt dm.thinpooldev` or use `--storage-opt
dm.no_warn_on_loop_devices=true` to suppress this warning. Enter the mount location for meta data
/OPCcache/meta
************************************* Enter the mount location for log file information
Checking host prerequisites /OPCcache/log
************************************* Enter the docker network mode (host or bridge), Hit <Enter> for the default bridge mode.

Detected linux operating system Enter the host port to use for the Administrative Web Interface. Hit <Enter> to use dynamic por
Checking kernel version
Pass kernel version 4.1.12-37.6.2.el7uek.x86_64 found
Checking NFS version Enter the host port to use for NFS access. Hit <Enter> to use dynamic port mapping
Pass found NFS version 4
Enter the host port to use for the optional HTTP REST service. Hit <Enter> to use dynamic port
*************************************
All prerequisites have been met Writing configuration
************************************* Importing image
Please run 'oscsa up' to start the software appliance
*************************************
Begin install
************************************* *************************************
For additional details, please see (/opt/oscsa_gateway/OSCSA_GATEWAY_README.txt) file

63
Oracle Storage Cloud Software Appliance
Tips for 1st timers

Oracle Linux ships with UEK 3.8 Storage Cloud Software Appliance has a UEL 4+ requirement
rpm -e kernel-uek-3.8.13-98.7.1.el7uek.x86_64 Must upgrade to UEK 4.1
rpm -e kernel-uek-firmware-3.8.13-98.7.1.el7uek.noarch
yum install kernel-uek
* Will pull in the kernel UEK firmware RPM
Requires Oracle Linux 7 New learning curve for old timers
Not Red Hat 7 but OL 7 with UEK
Requires Docker New technology for old timers
* It is one of the hottest technologies now
Do not modify or maintain OSCSA container with curl REST API
Will cause inconsistency --> not recoverable
Some Best Practices (Min 16GB RAM) 1. Start with a read cache setting that is 50% of the size of the local storage volume
For filesystems with the number of files up to 5 million, 2. Provision a volume that can accommodate the local cache and ingest new files
the required amount of memory is 32 GB. (upload buffer) without ever becoming more than 80% full
3. Multiple disks (hard disk drives or solid state drives) in a RAID10
For large filesystems with the number of files up to 10 4. Enable read-ahead on the volume.
million, the required amount of memory is 64 GB 5. Ensure that the number of objects stored in an appliance filesystem doesn’t exceed
one million (10,000,000)
6. bin-pack or zip small files before writing them to the appliance.
7. However, for optimal performance, ensure that each filesystem is hosted on a
dedicated appliance

64
Oracle Storage Cloud Software Appliance

Backing Up Data Using Oracle Storage Cloud Software Appliance


http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/objectstorage/backing-up-
data-using-appliance/backing-up-data-using-appliance.html

System Requirements for the appliance


http://docs.oracle.com/cloud/latest/storagecs_common/CSSGU/GUID-678DFE1B-B37C-
4A65-8454-6ECA14BDFD3A.htm#CSSGU-GUID-678DFE1B-B37C-4A65-8454-
6ECA14BDFD3A

Best Practices for Oracle Storage Cloud Software Appliance


http://docs.oracle.com/cloud/latest/storagecs_common/CSSGU/GUID-00ADC51A-19FC-
44C3-9C1C-3D4722730561.htm#CSSGU-GUID-00ADC51A-19FC-44C3-9C1C-
3D4722730561

65
Login to the Storage Cloud Software Appliance
https://orabkups:32769/login

1 3

66
Create a File System to Sync to OPC

67
Create a File System to Sync to OPC
4

68
NFS Mount the OPC Software Appliance File System on Client Server

# mount -t nfs -o vers=4,port=32770 orabkups:/docs /docs

69
Managing the Appliance

Start Oracle Storage Cloud Software Appliance oscsa up


Stop Oracle Storage Cloud Software Appli oscsa down
View the latest logs oscsa log

View details and how to access the management console oscsa info

Configure Oracle Storage Cloud Software Appliance to oscsa configure proxy [http_proxy_server
use a proxy server to connect to OPC https_proxy_server]
Configure Oracle Storage Cloud Software Appliance to oscsa configure ssl true
use SSL to access the management console
Determine the version of Oracle Storage Cloud Software oscsa version
Appliance
Allocate memory for Oracle Storage Cloud Software oscsa configure memory memory_in_GB
Appliance in the appliance host
View help for the available commands: oscsa help

70
ZFS Storage Appliance:
Converged Cloud
Storage for Modern IT

• Handles consolidation with high


performance, efficiency, security and
management ease
• Optimizes for demanding applications
and databases that run your business
• Integrates public cloud extensions for all
applications and users

71
Cloud Converged
Storage Puts the
Cloud to Work Today
• Increases IT agility with data and
application mobility
Public Cloud • Extends on-premises storage with
Storage On-Premises unlimited, on-demand cloud
Seamless High-Performance
experience capacity
Storage Appliances
• Improves storage resilience with
geographical dispersion
End-to-end Test/dev cloning Backup &
Diagnostics Support visibility Recovery Archive • Simplifies IT infrastructure by
eliminating stand-alone gateways
ZFS and cloud exit taxes
Storage
Appliance
Follow Us Online!

Facebook.com/ViscosityNA

Linkedin.com/company/Viscosity-North-America

@ViscosityNA

Viscosity North America

Facebook.com/ViscosityNA

@Viscosity_NA

73

You might also like