Oracle ZFS Storage Appliance Administration Manual page 620

Hide thumbs Also See for ZFS Storage Appliance:
Table of Contents

Advertisement

Setting the Ownership of the Mounted Shares
Setting the Ownership of the Mounted Shares
Change the permission settings of the mounted shares to match the permission settings of
ORACLE_HOME. In this example, the user and group ownerships are set to oracle:dba.
If you used the Oracle Exadata Backup Configuration Utility, you may optionally perform step
2; step 1 has already been performed for you.
1.
Enter one of the following two options:<br /># chown oracle:dba /zfssa/dbname/
*<br />or<br/># dcli -l root -g /home/oracle/dbs_group chown oracle:dba/zfssa/
dbname/*
2.
Restart the Oracle Database instance to pick up the changes that were made to
the oranfstab file using one of the following options:
3.
Restart one instance at a time (rolling upgrade).
Restarting One Instance at a Time
Example 32
$ srvctl stop instance -d dbname -i dbname1
$ srvctl stop instance -d dbname -i dbname1
$ srvctl start instance -d dbname -i dbname1
$ srvctl stop instance -d dbname -i dbname2
$ srvctl start instance -d dbname -i dbname2
$ srvctl stop instance -d dbname -i dbname3
$ srvctl start instance -d dbname -i dbname3
$ srvctl stop instance -d dbname -i dbname4
$ srvctl start instance -d dbname -i dbname4
$ srvctl stop instance -d dbname -i dbname5
$ srvctl start instance -d dbname -i dbname5
$ srvctl stop instance -d dbname -i dbname6
$ srvctl start instance -d dbname -i dbname6
$ srvctl stop instance -d dbname -i dbname7
$ srvctl start instance -d dbname -i dbname7
$ srvctl stop instance -d dbname -i dbname8
$ srvctl start instance -d dbname -i dbname8
Restart the entire database, for example:
$ srvctl stop database -d dbname
$ srvctl start database -d dbname
620
Oracle ZFS Storage Appliance Administration Guide, Release OS8.6.x • September 2016

Advertisement

Table of Contents
loading

Table of Contents