Adding shared network resource : scrgadm –a –S –g
adding a failover apache application and attaching the network resource
scrgadm –a –j apache_res -g
adding a shared apache application and attaching the network resource
scrgadm –a –j apache_res -g
Create a HAStoragePlus failover resource
scrgadm -a -g rg_oracle -j hasp_data01 -t SUNW.HAStoragePlus \> -x FileSystemMountPoints=/oracle/data01 \> -x Affinityon=true
Removing
scrgadm –r –j res-ip
Note: must disable the resource first
changing properties
scrgadm -c -j
List : scstat -g
Detailed List : scrgadm –pv –j res-ipscrgadm –pvv –j res-ip
Disable resoure monitor: scrgadm –n –M –j res-ip
Enable resource monitor: scrgadm –e –M –j res-ip
Disabling : scswitch –n –j res-ip
Enabling : scswitch –e –j res-ip
Clearing a failed resource
scswitch –c –h
Find the network of a resource
# scrgadm –pvv –j
Removing a resource and resource group
offline the group
# scswitch –F –g rgroup-1
remove the resource
# scrgadm –r –j res-ip
remove the resource group
# scrgadm –r –g rgroup-1
Resource Types:
Adding : scrgadm –a –t
Deleting : scrgadm –r –t
Listing : scrgadm –pv grep ‘Res Type name’
No comments:
Post a Comment