SRVCTL,服务控制实用工具(Service Control Utility),可用于对oracle Restart和Oracle RAC
SRVCTL,服务控制实用工具(Service Control Utility),可用于对oracle Restart和Oracle RAC的配置和管理,本篇主要介绍SRVCTL命令在Oracle Restart中的应用,其中,详细介绍config、status命令,并列出其它命令的用法。
Usage: srvctl
commands: enable|disable|start|stop|status|add|remove|modify|update|getenv|setenv|unsetenv|config|upgrade|downgrade
objects: database|service|asm|diskgroup|listener|home|ons
srvctl config命令可以展示特定组件或一组组件的Oracle Restart配置信息。
展示asm实例的Oracle Restart配置信息。
1)语法结构
Usage: srvctl config asm [-all]
2)示例
[grid@sz ~]$ srvctl config asm
ASM home:
PassWord file: +DATA/orapwasm
ASM listener: LISTENER
Spfile: +DATA/ASM/ASMPARAMETERFILE/reGIStry.253.1037659875
ASM diskgroup discovery string: /dev/oracleasm/disks/*
展示数据库相关信息。
1)语法结构
Usage: srvctl config database [-db
2)示例
[grid@sz ~]$ srvctl config database -db orcl -all
Database unique name: orcl
Database name: orcl
Oracle home: /u01/app/oracle/product/12.1.0/dbhome_1
Oracle user: oracle
Spfile: +DATA/ORCL/PARAMETERFILE/spfile.267.1037831659
Password file:
Domain:
Start options: open
Stop options: immediate
Database role: PRIMARY
Management policy: AUTOMATIC
Disk Groups: FRA,DATA
Services:
Database is enabled
OSDBA group:
OSOPER group:
Database instance: orcl
展示监听器相关信息。
1)语法结构
Usage: srvctl config listener [-listener
2)示例
[grid@sz ~]$ srvctl config listener
Name: LISTENER
Type: Database Listener
Home: /u01/app/grid/product/12.1.0/grid
End points: tcp:1521
Listener is enabled.
展示Oracle通知服务信息。
1)语法结构
Usage: srvctl config ons
2)示例
[grid@sz ~]$ srvctl config ons
ONS exists: Local port 6100, remote port 6200, EM port 2016, Uses SSL: false
展示服务信息。
1)语法结构
Usage: srvctl config service -db
2)示例
[grid@sz ~]$ srvctl config service -db orcl
srvctl status命令用于展示组件对应的运行状态信息。
1)语法结构
Usage: srvctl status asm [-all] [-verbose]
2)示例
[grid@sz ~]$ srvctl status asm -detail
ASM is running on sz
ASM is enabled.
1)语法结构
Usage: srvctl status database {-db
2)示例
[grid@sz ~]$ srvctl status database -db orcl -verbose
Database orcl is running. Instance status: Open.
1)语法结构
Usage: srvctl status diskgroup -diskgroup
2)示例
[grid@sz ~]$ srvctl status diskgroup -diskgroup DATA -detail
Disk Group DATA is running on sz
Disk Group DATA is enabled
展示特定的ORACLE HOME下的所有组件的运行状态。
1)语法结构
Usage: srvctl status home -oraclehome
2)示例
[grid@sz ~]$ srvctl status home -oraclehome /u01/app/grid/product/12.1.0/grid -statefile /home/grid/grid.txt
Disk Group ora.DATA.dg is running on sz
Disk Group ora.FRA.dg is running on sz
ASM is running on sz
Listener LISTENER is running on node sz
[grid@sz ~]$ cat grid.txt
diskgroup-ora.DATA.dg
diskgroup-ora.FRA.dg
asm-ora.asm
lsnr-LISTENER
1)语法结构
Usage: srvctl status listener [-listener
2)示例
[grid@sz ~]$ srvctl status listener
Listener LISTENER is enabled
Listener LISTENER is running on node(s): sz
1)语法结构
Usage: srvctl status ons [-verbose]
2)示例
[grid@sz ~]$ srvctl status ons
ONS is disabled
ONS daemon is not running
1)语法结构
Usage: srvctl status service -db
2)示例
[grid@sz ~]$ srvctl status service -db orcl
srvctl stop用于停止特定的组件或组件集。
[grid@sz ~]$ srvctl stop -help
The SRVCTL stop command stops, Oracle Restart enabled, starting or running objects.
Usage: srvctl stop database -db
Usage: srvctl stop service -db
Usage: srvctl stop asm [-stopoption
Usage: srvctl stop listener [-listener
Usage: srvctl stop diskgroup -diskgroup
Usage: srvctl stop ons [-verbose]
Usage: srvctl stop home -oraclehome
For detailed help on each command and object and its options use:
srvctl
srvctl start用于启动组件及其服务。
[grid@sz ~]$ srvctl start -help
The SRVCTL start command starts, Oracle Restart enabled, non-running objects.
Usage: srvctl start database -db
Usage: srvctl start service -db
Usage: srvctl start asm [-startoption
Usage: srvctl start listener [-listener
Usage: srvctl start diskgroup -diskgroup
Usage: srvctl start ons [-verbose]
Usage: srvctl start home -oraclehome
For detailed help on each command and object and its options use:
srvctl
[grid@sz ~]$ srvctl remove -help
The SRVCTL remove command removes the configuration, for the object from the Oracle Restart. Environment settings for the object are also removed.
Usage: srvctl remove database -db
Usage: srvctl remove service -db
Usage: srvctl remove asm [-force]
Usage: srvctl remove listener [-listener
Usage: srvctl remove diskgroup -diskgroup
Usage: srvctl remove ons [-force] [-verbose]
For detailed help on each command and object and its options use:
srvctl
[grid@sz ~]$ srvctl add -help
The SRVCTL add command adds the configuration and the Oracle Restart application to the OCR for the cluster database, named instances, named services, or for the named nodes.
Usage: srvctl add database -db
Usage: srvctl add service -db
Usage: srvctl add asm [-listener
Usage: srvctl add listener [-listener
Usage: srvctl add ons [-emport
For detailed help on each command and object and its options use:
srvctl
[grid@sz ~]$ srvctl modify -help
The SRVCTL modify command enables user to modify configuration of the object without removing and adding Oracle Restart resources. The changes takes effect when the application is restarted.
Usage: srvctl modify database -db
Usage: srvctl modify service -db
Usage: srvctl modify asm [-listener
Usage: srvctl modify listener [-listener
Usage: srvctl modify ons [-emport
For detailed help on each command and object and its options use:
srvctl
[grid@sz ~]$ srvctl disable -help
The SRVCTL disable command disables the named object so that it is unavailable to run under Oracle Restart for automatic startup, failover, or restart.
Usage: srvctl disable database -db
Usage: srvctl disable service -db
Usage: srvctl disable asm
Usage: srvctl disable listener [-listener
Usage: srvctl disable diskgroup -diskgroup
Usage: srvctl disable ons [-verbose]
For detailed help on each command and object and its options use:
srvctl
[grid@sz ~]$ srvctl enable -help
The SRVCTL enable command enables the named object so that it can run under Oracle Restart for automatic startup, failover, or restart.
Usage: srvctl enable database -db
Usage: srvctl enable service -db
Usage: srvctl enable asm
Usage: srvctl enable listener [-listener
Usage: srvctl enable diskgroup -diskgroup
Usage: srvctl enable ons [-verbose]
For detailed help on each command and object and its options use:
srvctl
[grid@sz ~]$ srvctl getenv -help
The SRVCTL getenv command Gets and displays values for the environment from the configuration file. It allows users to administer environment configuration for the objects.
Usage: srvctl getenv database -db
Usage: srvctl getenv asm [-envs "
Usage: srvctl getenv listener [-listener
For detailed help on each command and object and its options use:
srvctl
[grid@sz ~]$ srvctl setenv -help
The SRVCTL setenv command sets values for the environment in the configuration file. It allows users to administer environment configuration for the objects.
Usage: srvctl setenv database -db
Usage: srvctl setenv asm {-envs "
Usage: srvctl setenv listener [-listener
For detailed help on each command and object and its options use:
srvctl
[grid@sz ~]$ srvctl update -help
The SRVCTL update command requests specified running object to use the new configuration infORMation stored in the OCR.
Usage: srvctl update database -db
For detailed help on each command and object and its options use:
srvctl
[grid@sz ~]$ srvctl upgrade -help
Upgrades the resources types and resources from an older version to a newer version.
Usage: srvctl upgrade database -db
srvctl
[grid@sz ~]$ srvctl downgrade -help
The SRVCTL downgrade command enables the user to downgrade resources from their current software version to an older version.
Usage: srvctl downgrade database -db
srvctl
--结束END--
本文标题: 【12c】Oracle Restart中的SRVCTL命令详解
本文链接: https://lsjlt.com/news/6324.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-10-23
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0