EasyManuals Logo

Oracle ZFS Storage Appliance User Manual

Oracle ZFS Storage Appliance
650 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #618 background imageLoading...
Page #618 background image
Creating an init.d Service
#
# chkconfig: 345 61 19
# description: mounts ZFS Storage Appliance shares
#
start()
{
mount /zfssa/dbname/backup1
mount /zfssa/dbname/backup2
mount /zfssa/dbname/backup3
mount /zfssa/dbname/backup4
echo "Starting $prog: "
}
stop()
{
umount /zfssa/dbname/backup1
umount /zfssa/dbname/backup2
umount /zfssa/dbname/backup3
umount /zfssa/dbname/backup4
echo "Stopping $prog: "
}
case "$1" in
start)
start
;;
stop)
stop
;;
restart)
stop
start
;;
status)
mount
;;
*)
echo "Usage: $0 {start|stop|restart|status}"
exit 1
esac
2.
(Optional) Enable the init.d service for start-on-boot by entering:
# chkconfig zfssa_dbname on
3.
(Optional) Start and stop the service manually using the service commands:
618 Oracle ZFS Storage Appliance Administration Guide, Release OS8.6.x • September 2016

Table of Contents

Other manuals for Oracle ZFS Storage Appliance

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Oracle ZFS Storage Appliance and is the answer not in the manual?

Oracle ZFS Storage Appliance Specifications

General IconGeneral
Connectivity10GbE, 40GbE, InfiniBand, Fibre Channel
ProtocolsNFS, SMB, iSCSI, Fibre Channel, HTTP
Operating SystemOracle Solaris
Data Protectionsnapshots, clones, remote replication
Data ReductionInline compression, deduplication
High AvailabilityRedundant hardware components (controllers, power supplies, fans). Automatic failover between controllers. Hot-swappable drives and components. Cluster configurations for increased availability and scalability.
Management InterfaceWeb-based GUI, CLI, REST API
Storage TypeHybrid (SSD + HDD), All-Flash
Storage CapacityUp to several petabytes
EncryptionAES-256 encryption at rest

Related product manuals