vcs命令002

来源:互联网 发布:南京市行知实验幼儿园 编辑:程序博客网 时间:2024/05/21 06:42

1.1.1 添加Oracle资源

hares -add <res_name> Oracle <group name>

hares -modify <res_name> Enabled 1

hares -modify <res_name> Sid <ORACLE_SID>

hares -modify <res_name> Owner oracle

hares -modify <res_name> Home "<ORACLE_HOME>"

hares -modify <res_name> Pfile "<ORACLE_PFILE>"

hares -modify <res_name> User <VCS test user>

hares -modify <res_name> Pword <VCS test user’s password>

hares -modify <res_name> Table <VCS test table>

hares -modify <res_name> MonScript "./bin/Oracle/SqlTest.pl"

hares -modify <res_name> EnvFile "/opt/VRTSvcs/bin/Oracle/envfile"

hares -modify <res_name> AutoEndBkup 1

 

 

 

1.1.1 Link 资源之间的依赖关系

hares -link <parent res> <child res>

hares -unlink <parent res> <child res>

1.1.2 Link 资源组之间的依赖关系

hagrp -link <parent group> <child group> online local [soft|firm]

hagrp -link <parent group> <child group> online global [soft|firm]

hagrp -link <parent group> <child group> online remote [soft|firm]

hagrp -link <parent group> <child group> offline local

4种依赖关系的具体诠释请参见UserGuildThe Role of Service Group Dependencies章节。

 

原创粉丝点击