Oracle ZFS Storage Appliance Administration Manual page 617

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

Advertisement

mkdir -p /zfssa/dbname/backup1
mkdir -p /zfssa/dbname/backup2
mkdir -p /zfssa/dbname/backup3
mkdir -p /zfssa/dbname/backup4
Updating the /etc/fstab File
The UNIX new-line escape character (\) indicates a single line of code has been wrapped to
a second line in the listing below. When entering a wrapped line into fstab, remove the \
character and combine the two line segments, separated by a space, into a single line.
1.
To update the /etc/fstab file, use one of the following options.
For a one-pool configuration:
192.168.36.200:/export/dbname/backup1 /zfssa/dbname/backup1 nfs \<br/>
rw,bg,hard,nointr,rsize=1048576,wsize=1048576,tcp,nfsvers= \<br/>
192.168.36.200:/export/dbname/backup2 /zfssa/dbname/backup2 nfs \<br/>
rw,bg,hard,nointr,rsize=1048576,wsize=1048576,tcp,nfsvers= \<br/>
192.168.36.200:/export/dbname/backup3 /zfssa/dbname/backup3 nfs \<br/>
rw,bg,hard,nointr,rsize=1048576,wsize=1048576,tcp,nfsvers= \<br/>
192.168.36.200:/export/dbname/backup4 /zfssa/dbname/backup4 nfs \<br/>
rw,bg,hard,nointr,rsize=1048576,wsize=1048576,tcp,nfsvers= \<br/>
2.
For a two-pool configuration:
192.168.36.200:/export/dbname/backup1 /zfssa/dbname/backup1 nfs \<br/>
rw,bg,hard,nointr,rsize=1048576,wsize=1048576,tcp,nfsvers= \<br/>
192.168.36.201:/export/dbname/backup2 /zfssa/dbname/backup2 nfs \<br/>
rw,bg,hard,nointr,rsize=1048576,wsize=1048576,tcp,nfsvers= \<br/>
192.168.36.200:/export/dbname/backup3 /zfssa/dbname/backup3 nfs \<br/>
rw,bg,hard,nointr,rsize=1048576,wsize=1048576,tcp,nfsvers= \<br/>
192.168.36.201:/export/dbname/backup4 /zfssa/dbname/backup4 nfs \<br/>
rw,bg,hard,nointr,rsize=1048576,wsize=1048576,tcp,nfsvers= \<br/>
Creating an init.d Service
1.
Create an init.d service using the appropriate following option.
# !/bin/sh
#
# zfssa_dbname: Mount ZFSSA project dbname for database dbname
Updating the /etc/fstab File
3,timeo=600 0 0
3,timeo=600 0 0
3,timeo=600 0 0
3,timeo=600 0 0
3,timeo=600 0 0
3,timeo=600 0 0
3,timeo=600 0 0
3,timeo=600 0 0
Integration
617

Advertisement

Table of Contents
loading

Table of Contents