Re: limit of ip_mnic resources ???
So, you have 14 x 2 niterfaces on your machine ?
I doubt !!!
Heard of proxy resources ???
The biggest problem is that if you use a NIC (or MultiNIC) resource, the
agent will start a monitor thread for each one. Look for resources that
have the same interface(s) and start using Proxy resources
Raquel wrote:[color=blue]
> Hi,
>
> we have a VCS with 14 groups. With 13 groups it worked correctly. Ever
> since we have added a group, ips does not work well. In the last package
> that starts, the virtual IP gives timeout...
>
> Somebody knows if there are some limits of ipmultinic resources?
>
> Thanks ![/color]
Re: limit of ip_mnic resources ???
Sounds like misconfiguration - post the main.cf so we can see
Raquel wrote:[color=blue]
> Firts, we had multinicA with Ipmultinic. We have changed it to proxy with
> Ipmultinic, but it still starts with problems. Proxy has the interfaces
> hme0 and qfe3, and now, all ip's are like virtual ip's in hme0...
>
> Me <me@hotmail.com> wrote:
>[color=green]
>>So, you have 14 x 2 niterfaces on your machine ?
>>
>>I doubt !!!
>>
>>
>>Heard of proxy resources ???
>>
>>
>>The biggest problem is that if you use a NIC (or MultiNIC) resource, the[/color]
>
>[color=green]
>>agent will start a monitor thread for each one. Look for resources that[/color]
>
>[color=green]
>>have the same interface(s) and start using Proxy resources
>>
>>
>>
>>
>>Raquel wrote:
>>[color=darkred]
>>>Hi,
>>>
>>> we have a VCS with 14 groups. With 13 groups it worked correctly. Ever
>>>since we have added a group, ips does not work well. In the last package
>>>that starts, the virtual IP gives timeout...
>>>
>>> Somebody knows if there are some limits of ipmultinic resources?
>>>
>>> Thanks ![/color][/color]
>
>[/color]
limit of ip_mnic resources ???
Hi,
we have a VCS with 14 groups. With 13 groups it worked correctly. Ever
since we have added a group, ips does not work well. In the last package
that starts, the virtual IP gives timeout...
Somebody knows if there are some limits of ipmultinic resources?
Thanks !
Re: limit of ip_mnic resources ???
Firts, we had multinicA with Ipmultinic. We have changed it to proxy with
Ipmultinic, but it still starts with problems. Proxy has the interfaces
hme0 and qfe3, and now, all ip's are like virtual ip's in hme0...
Me <me@hotmail.com> wrote:[color=blue]
>So, you have 14 x 2 niterfaces on your machine ?
>
>I doubt !!!
>
>
>Heard of proxy resources ???
>
>
>The biggest problem is that if you use a NIC (or MultiNIC) resource, the[/color]
[color=blue]
>agent will start a monitor thread for each one. Look for resources that[/color]
[color=blue]
>have the same interface(s) and start using Proxy resources
>
>
>
>
>Raquel wrote:[color=green]
>> Hi,
>>
>> we have a VCS with 14 groups. With 13 groups it worked correctly. Ever
>> since we have added a group, ips does not work well. In the last package
>> that starts, the virtual IP gives timeout...
>>
>> Somebody knows if there are some limits of ipmultinic resources?
>>
>> Thanks ![/color][/color]
Re: limit of ip_mnic resources ???
Hi..
this is the file of the cluster configuration.
Thank you !!
---------------------------------------------
include "types.cf"
include "OracleTypes.cf"
cluster CL_PIOVERA2 (
UserNames = { admin = "44L1sDQcX6EHE" }
EngineClass = TS
Administrators = { admin }
CounterInterval = 5
)
system pio19 (
)
system pio20 (
)
group ARA2 (
SystemList = { pio20 = 1, pio19 = 2 }
)
DiskGroup vg14 (
DiskGroup = vg14
)
IPMultiNIC ipmnic_ara2 (
Address = "89.1.2.116"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount filesystem_home140 (
MountPoint = "/home140"
BlockDevice = "/dev/vx/dsk/vg14/home140"
FSType = ufs
FsckOpt = "\\-y"
)
Oracle ara2 (
Sid = ARA2
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initARA2.ora"
User = "system"
Pword = sysara2
)
Proxy proxyara2-fjqe3-hme0 (
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet lsn_ARA2 (
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_ara2
)
Volume home140 (
Volume = home140
DiskGroup = vg14
)
ara2 requires filesystem_home140
filesystem_home140 requires home140
home140 requires vg14
ipmnic_ara2 requires proxyara2-fjqe3-hme0
lsn_ARA2 requires ara2
lsn_ARA2 requires ipmnic_ara2
// resource dependency tree
//
// group ARA2
// {
// Sqlnet lsn_ARA2
// {
// Oracle ara2
// {
// Mount filesystem_home140
// {
// Volume home140
// {
// DiskGroup vg14
// }
// }
// }
// IPMultiNIC ipmnic_ara2
// {
// Proxy proxyara2-fjqe3-hme0
// }
// }
// }
group BAM (
SystemList = { pio20 = 1, pio19 = 2 }
)
DiskGroup vg07 (
Critical = 0
DiskGroup = vg07
)
IPMultiNIC ipmnic_bam (
Critical = 0
Address = "89.1.2.32"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount filesystem_home70 (
Critical = 0
MountPoint = "/home70"
BlockDevice = "/dev/vx/dsk/vg07/home70"
FSType = ufs
FsckOpt = "-y"
)
Mount filesystem_home71 (
Critical = 0
MountPoint = "/home71"
BlockDevice = "/dev/vx/dsk/vg07/home71"
FSType = ufs
FsckOpt = "-y"
)
Oracle bam (
Critical = 0
Sid = BAM
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initBAM.ora"
User = "system"
Pword = sysbam
)
Proxy proxybam-fjqe3-hme0 (
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet LISTENER_BAM (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_bam
)
Volume home70 (
Critical = 0
Volume = home70
DiskGroup = vg07
)
Volume home71 (
Critical = 0
Volume = home71
DiskGroup = vg07
)
LISTENER_BAM requires bam
LISTENER_BAM requires ipmnic_bam
bam requires filesystem_home70
bam requires filesystem_home71
filesystem_home70 requires home70
filesystem_home71 requires home71
home70 requires vg07
home71 requires vg07
ipmnic_bam requires proxybam-fjqe3-hme0
// resource dependency tree
//
// group BAM
// {
// Sqlnet LISTENER_BAM
// {
// Oracle bam
// {
// Mount filesystem_home70
// {
// Volume home70
// {
// DiskGroup vg07
// }
// }
// Mount filesystem_home71
// {
// Volume home71
// {
// DiskGroup vg07
// }
// }
// }
// IPMultiNIC ipmnic_bam
// {
// Proxy proxybam-fjqe3-hme0
// }
// }
// }
group CATALOGO (
SystemList = { pio20 = 1, pio19 = 2 }
)
DiskGroup vg08 (
Critical = 0
DiskGroup = vg08
)
IPMultiNIC ipmnic_catalogo (
Critical = 0
Address = "89.1.2.29"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount filesystem_home80 (
Critical = 0
MountPoint = "/home80"
BlockDevice = "/dev/vx/dsk/vg08/home80"
FSType = ufs
FsckOpt = "-y"
)
Mount filesystem_home81 (
Critical = 0
MountPoint = "/home81"
BlockDevice = "/dev/vx/dsk/vg08/home81"
FSType = ufs
FsckOpt = "-y"
)
Oracle catalogo (
Critical = 0
Sid = CATALOGO
Owner = oracle9
Home = "/home9/oracle"
Pfile = "/home9/oracle/dbs/initCATALOGO.ora"
User = "system"
Pword = syscatalogo
)
Proxy proxycatalogo-fjqe3-hme0 (
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet LISTENER_CATALOGO (
Critical = 0
Owner = oracle9
Home = "/home9/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_catalogo
)
Volume home80 (
Critical = 0
Volume = home80
DiskGroup = vg08
)
Volume home80p (
Critical = 0
Volume = home80p
DiskGroup = vg08
)
Volume home81 (
Critical = 0
Volume = home81
DiskGroup = vg08
)
LISTENER_CATALOGO requires catalogo
LISTENER_CATALOGO requires ipmnic_catalogo
catalogo requires filesystem_home80
catalogo requires filesystem_home81
filesystem_home80 requires home80
filesystem_home81 requires home81
home80 requires vg08
home80p requires vg08
home81 requires vg08
ipmnic_catalogo requires proxycatalogo-fjqe3-hme0
// resource dependency tree
//
// group CATALOGO
// {
// Sqlnet LISTENER_CATALOGO
// {
// Oracle catalogo
// {
// Mount filesystem_home80
// {
// Volume home80
// {
// DiskGroup vg08
// }
// }
// Mount filesystem_home81
// {
// Volume home81
// {
// DiskGroup vg08
// }
// }
// }
// IPMultiNIC ipmnic_catalogo
// {
// Proxy proxycatalogo-fjqe3-hme0
// }
// }
// Volume home80p
// {
// DiskGroup vg08
// }
// }
group ClusterService (
SystemList = { pio19 = 0, pio20 = 1 }
AutoStartList = { pio19, pio20 }
OnlineRetryLimit = 3
)
IP webip (
Device = hme0
Address = "89.1.2.33"
NetMask = "255.0.0.0"
)
MultiNICA fjqe3-hme0 (
Device @pio19 = { fjqe3 = "89.1.2.13", hme0 = "89.1.2.13" }
Device @pio20 = { fjqe3 = "89.1.2.14", hme0 = "89.1.2.14" }
)
NotifierMngr ntfr (
SnmpConsoles = { ovcgs = Information, pio1 = Information }
SmtpServer = "smtp.aena.es"
SmtpRecipients = { "rootunix12@aena.es" = Warning }
)
VRTSWebApp VCSweb (
Critical = 0
AppName = vcs
InstallDir = "/opt/VRTSweb/VERITAS"
TimeForOnline = 5
)
VCSweb requires webip
ntfr requires fjqe3-hme0
webip requires fjqe3-hme0
// resource dependency tree
//
// group ClusterService
// {
// VRTSWebApp VCSweb
// {
// IP webip
// {
// MultiNICA fjqe3-hme0
// }
// }
// NotifierMngr ntfr
// {
// MultiNICA fjqe3-hme0
// }
// }
group DES (
SystemList = { pio19 = 1, pio20 = 2 }
)
DiskGroup vgdes (
DiskGroup = vg04
)
IPMultiNIC ipmnic_des (
Critical = 0
Address = "89.1.1.13"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount filesystem_home40 (
MountPoint = "/home40"
BlockDevice = "/dev/vx/dsk/vg04/home40"
FSType = ufs
FsckOpt = "-y"
)
Mount filesystem_home41 (
Critical = 0
MountPoint = "/home41"
BlockDevice = "/dev/vx/dsk/vg04/home41"
FSType = ufs
FsckOpt = "-y"
)
Oracle adades (
Critical = 0
Sid = ADADES
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initADADES.ora"
User = "system"
Pword = sysadades
)
Oracle bamdes (
Critical = 0
Sid = BAMDES
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initBAMDES.ora"
User = "system"
Pword = sysbamdes
)
Oracle cocali (
Critical = 0
Sid = COCALI
Owner = oracle7
Home = "/home7/oracle"
Pfile = "/home7/oracle/dbs/initCOCALI.ora"
User = "system"
Pword = syscocali
)
Oracle desalma (
Critical = 0
Sid = DESALMA
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initDESALMA.ora"
User = "system"
Pword = sysdesalma
)
Oracle destpv (
Critical = 0
Sid = DESTPV
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initDESTPV.ora"
User = "system"
Pword = sysdestpv
)
Oracle fare (
Critical = 0
Sid = FARE
Owner = oracle7
Home = "/home7/oracle"
Pfile = "/home7/oracle/dbs/initFARE.ora"
User = "system"
Pword = sysfare
)
Oracle maxdev (
Critical = 0
Sid = MAXDEV
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initMAXDEV.ora"
User = "system"
Pword = sysmaxdev
)
Oracle maxpru (
Critical = 0
Sid = MAXPRU
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initMAXPRU.ora"
User = "system"
Pword = sysmaxpru
)
Oracle maxpru3 (
Critical = 0
Sid = MAXPRU3
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initMAXPRU3.ora"
User = "system"
Pword = sysmaxpru3
)
Oracle prueback (
Critical = 0
Sid = PRUEBACK
Owner = oracle9
Home = "/home9/oracle"
Pfile = "/home9/oracle/dbs/initPRUEBACK.ora"
User = "system"
Pword = sysprueback
)
Oracle sgddes (
Critical = 0
Sid = SGDDES
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initSGDDES.ora"
User = "system"
Pword = syssgddes
)
Oracle sgddes2 (
Critical = 0
Sid = SGDDES2
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initSGDDES2.ora"
User = "system"
Pword = syssgddes2
)
Oracle sirhum (
Critical = 0
Sid = SIRHUM
Owner = oracle7
Home = "/home7/oracle"
Pfile = "/home7/oracle/dbs/initSIRHUM.ora"
User = "system"
Pword = syssirhum
)
Oracle tpvdw (
Critical = 0
Sid = TPVDW
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initTPVDW.ora"
User = "system"
Pword = systpvdw
)
Proxy proxydes-fjqe3-hme0 (
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet LISTENER_ADADES (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_adades
)
Sqlnet LISTENER_BAMDES (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_bamdes
)
Sqlnet LISTENER_COCALI (
Critical = 0
Owner = oracle7
Home = "/home7/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_cocali
)
Sqlnet LISTENER_DES (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_sgddes2
)
Sqlnet LISTENER_DESALMA (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_desalma
)
Sqlnet LISTENER_DESTPV (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_destpv
)
Sqlnet LISTENER_FARE (
Critical = 0
Owner = oracle7
Home = "/home7/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_fare
)
Sqlnet LISTENER_MAXDEV (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_maxdev
)
Sqlnet LISTENER_PRUEBACK (
Critical = 0
Owner = oracle9
Home = "/home9/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_prueback
)
Sqlnet LISTENER_SGDDES (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_sgddes
)
Sqlnet LISTENER_SIRHUM (
Critical = 0
Owner = oracle7
Home = "/home7/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_sirhum
)
Sqlnet LISTENER_TPVDW (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_tpvdw
)
Volume home40 (
Volume = home40
DiskGroup = vg04
)
Volume home41 (
Critical = 0
Volume = home41
DiskGroup = vg04
)
LISTENER_ADADES requires adades
LISTENER_ADADES requires ipmnic_des
LISTENER_BAMDES requires bamdes
LISTENER_BAMDES requires ipmnic_des
LISTENER_COCALI requires cocali
LISTENER_COCALI requires ipmnic_des
LISTENER_DES requires ipmnic_des
LISTENER_DES requires sgddes2
LISTENER_DESALMA requires desalma
LISTENER_DESALMA requires ipmnic_des
LISTENER_DESTPV requires destpv
LISTENER_DESTPV requires ipmnic_des
LISTENER_FARE requires fare
LISTENER_FARE requires ipmnic_des
LISTENER_MAXDEV requires ipmnic_des
LISTENER_MAXDEV requires maxdev
LISTENER_MAXDEV requires maxpru
LISTENER_MAXDEV requires maxpru3
LISTENER_PRUEBACK requires prueback
LISTENER_SGDDES requires ipmnic_des
LISTENER_SGDDES requires sgddes
LISTENER_SIRHUM requires ipmnic_des
LISTENER_SIRHUM requires sirhum
LISTENER_TPVDW requires ipmnic_des
LISTENER_TPVDW requires tpvdw
adades requires filesystem_home40
bamdes requires filesystem_home40
desalma requires filesystem_home40
destpv requires filesystem_home40
fare requires filesystem_home40
filesystem_home40 requires home40
filesystem_home41 requires home41
home40 requires vgdes
home41 requires vgdes
ipmnic_des requires proxydes-fjqe3-hme0
maxdev requires filesystem_home40
maxpru requires filesystem_home40
maxpru3 requires filesystem_home40
maxpru3 requires filesystem_home41
prueback requires filesystem_home40
sgddes requires filesystem_home40
sgddes2 requires filesystem_home40
sirhum requires filesystem_home40
tpvdw requires filesystem_home40
// resource dependency tree
//
// group DES
// {
// Sqlnet LISTENER_ADADES
// {
// Oracle adades
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// }
// Sqlnet LISTENER_BAMDES
// {
// Oracle bamdes
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// }
// Sqlnet LISTENER_COCALI
// {
// Oracle cocali
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// }
// Sqlnet LISTENER_DES
// {
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// Oracle sgddes2
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// }
// Sqlnet LISTENER_DESALMA
// {
// Oracle desalma
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// }
// Sqlnet LISTENER_DESTPV
// {
// Oracle destpv
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// }
// Sqlnet LISTENER_FARE
// {
// Oracle fare
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// }
// Sqlnet LISTENER_MAXDEV
// {
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// Oracle maxdev
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// Oracle maxpru
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// Oracle maxpru3
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// Mount filesystem_home41
// {
// Volume home41
// {
// DiskGroup vgdes
// }
// }
// }
// }
// Sqlnet LISTENER_PRUEBACK
// {
// Oracle prueback
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// }
// Sqlnet LISTENER_SGDDES
// {
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// Oracle sgddes
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// }
// Sqlnet LISTENER_SIRHUM
// {
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// Oracle sirhum
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// }
// Sqlnet LISTENER_TPVDW
// {
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// Oracle tpvdw
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// }
// }
group DES2 (
SystemList = { pio19 = 1, pio20 = 2 }
)
DiskGroup vg100 (
Critical = 0
DiskGroup = vg100
)
DiskGroup vg15 (
Critical = 0
DiskGroup = vg15
)
IPMultiNIC ipmnic_planeods (
Critical = 0
Address = "89.1.2.42"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount filesystem_home100 (
Critical = 0
MountPoint = "/home100"
BlockDevice = "/dev/vx/dsk/vg100/home100"
FSType = ufs
FsckOpt = "-y"
)
Mount filesystem_home150 (
Critical = 0
MountPoint = "/home150"
BlockDevice = "/dev/vx/dsk/vg15/home150"
FSType = ufs
FsckOpt = "-y"
)
Oracle pcpdes (
Critical = 0
Sid = PCPDES
Owner = oracle9
Home = "/home9/oracle"
Pfile = "/home9/oracle/dbs/initPCPDES.ora"
User = "system"
Pword = syspcpdes
)
Oracle planeods (
Critical = 0
Sid = PLANEODS
Owner = oracle9
Home = "/home9/oracle"
Pfile = "/home9/oracle/dbs/initPLANEODS.ora"
User = "system"
Pword = sysplaneods
)
Proxy proxydes2-fjqe3-hme0 (
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet LISTENER_PCPDES (
Critical = 0
Owner = oracle9
Home = "/home9/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_pcpdes
)
Sqlnet LISTENER_PLANEODS (
Critical = 0
Owner = oracle9
Home = "/home9/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_planeods
)
Volume home100 (
Critical = 0
Volume = home100
DiskGroup = vg100
)
Volume home150 (
Critical = 0
Volume = home150
DiskGroup = vg15
)
LISTENER_PCPDES requires ipmnic_planeods
LISTENER_PCPDES requires pcpdes
LISTENER_PLANEODS requires ipmnic_planeods
LISTENER_PLANEODS requires planeods
filesystem_home100 requires home100
filesystem_home150 requires home150
home100 requires vg100
home150 requires vg15
ipmnic_planeods requires proxydes2-fjqe3-hme0
pcpdes requires filesystem_home150
planeods requires filesystem_home100
// resource dependency tree
//
// group DES2
// {
// Sqlnet LISTENER_PCPDES
// {
// IPMultiNIC ipmnic_planeods
// {
// Proxy proxydes2-fjqe3-hme0
// }
// Oracle pcpdes
// {
// Mount filesystem_home150
// {
// Volume home150
// {
// DiskGroup vg15
// }
// }
// }
// }
// Sqlnet LISTENER_PLANEODS
// {
// IPMultiNIC ipmnic_planeods
// {
// Proxy proxydes2-fjqe3-hme0
// }
// Oracle planeods
// {
// Mount filesystem_home100
// {
// Volume home100
// {
// DiskGroup vg100
// }
// }
// }
// }
// }
group NCP (
SystemList = { pio19 = 1, pio20 = 2 }
AutoStartList = { pio19 }
)
DiskGroup vg11 (
Critical = 0
DiskGroup = vg11
)
IPMultiNIC ipmnic_ncp (
Critical = 0
Address = "89.1.2.35"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount Filesystem_home110 (
Critical = 0
MountPoint = "/home110"
BlockDevice = "/dev/vx/dsk/vg11/home110"
FSType = ufs
FsckOpt = "-y"
)
Oracle NCP (
Critical = 0
Sid = NCP
Owner = oracle9
Home = "/home9/oracle"
Pfile = "/home9/oracle/dbs/initNCP.ora"
User = "system"
Pword = sysncp
)
Proxy proxyncp-fjqe3-hme0 (
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet lsn_ncp (
Critical = 0
Owner = oracle9
Home = "/home9/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_ncp
)
Volume home110 (
Critical = 0
Volume = home110
DiskGroup = vg11
)
Filesystem_home110 requires vg11
NCP requires home110
home110 requires Filesystem_home110
ipmnic_ncp requires proxyncp-fjqe3-hme0
lsn_ncp requires NCP
lsn_ncp requires ipmnic_ncp
// resource dependency tree
//
// group NCP
// {
// Sqlnet lsn_ncp
// {
// Oracle NCP
// {
// Volume home110
// {
// Mount Filesystem_home110
// {
// DiskGroup vg11
// }
// }
// }
// IPMultiNIC ipmnic_ncp
// {
// Proxy proxyncp-fjqe3-hme0
// }
// }
// }
group PCP (
SystemList = { pio19 = 1, pio20 = 2 }
)
DiskGroup vg05 (
DiskGroup = vg05
)
IPMultiNIC ipmnic_pcp (
Critical = 0
Address = "89.1.2.30"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount filesystem_home50 (
Critical = 0
MountPoint = "/home50"
BlockDevice = "/dev/vx/dsk/vg05/home50"
FSType = ufs
FsckOpt = "-y"
)
Mount filesystem_home51 (
Critical = 0
MountPoint = "/home51"
BlockDevice = "/dev/vx/dsk/vg05/home51"
FSType = ufs
FsckOpt = "-y"
)
Oracle pcp (
Critical = 0
Sid = PCP
Owner = oracle9
Home = "/home9/oracle"
Pfile = "/home9/oracle/dbs/initPCP.ora"
Pword = syspcp
)
Proxy proxypcp-fjqe3-hme0 (
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet LISTENER_PCP (
Owner = oracle9
Home = "/home9/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_pcp
)
Volume home50 (
Critical = 0
Volume = home50
DiskGroup = vg05
)
Volume home51 (
Critical = 0
Volume = home51
DiskGroup = vg05
)
LISTENER_PCP requires ipmnic_pcp
LISTENER_PCP requires pcp
filesystem_home50 requires home50
filesystem_home51 requires home51
home50 requires vg05
home51 requires vg05
ipmnic_pcp requires proxypcp-fjqe3-hme0
pcp requires filesystem_home50
pcp requires filesystem_home51
// resource dependency tree
//
// group PCP
// {
// Sqlnet LISTENER_PCP
// {
// IPMultiNIC ipmnic_pcp
// {
// Proxy proxypcp-fjqe3-hme0
// }
// Oracle pcp
// {
// Mount filesystem_home50
// {
// Volume home50
// {
// DiskGroup vg05
// }
// }
// Mount filesystem_home51
// {
// Volume home51
// {
// DiskGroup vg05
// }
// }
// }
// }
// }
group PLANEO (
SystemList = { pio20 = 1, pio19 = 2 }
AutoStartList = { pio20, pio19 }
)
DiskGroup vg12 (
Critical = 0
DiskGroup = vg12
)
IPMultiNIC ipmnic_planeo (
Critical = 0
Address = "89.1.2.38"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount filesystem_home120 (
Critical = 0
MountPoint = "/home120"
BlockDevice = "/dev/vx/dsk/vg12/home120"
FSType = ufs
FsckOpt = "-y"
)
Mount filesystem_home121 (
Critical = 0
MountPoint = "/home121"
BlockDevice = "/dev/vx/dsk/vg12/home121"
FSType = ufs
FsckOpt = "-y"
)
Oracle planeo (
Critical = 0
Sid = PLANEO
Owner = oracle9
Home = "/home9/oracle"
Pfile = "/home9/oracle/dbs/initPLANEO.ora"
Pword = sysplaneo
)
Proxy proxyplaneo-fjqe3-hme0 (
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet LISTENER_PLANEO (
Critical = 0
Owner = oracle9
Home = "/home9/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_planeo
)
Volume home120 (
Critical = 0
Volume = home120
DiskGroup = vg12
)
Volume home121 (
Critical = 0
Volume = home121
DiskGroup = vg12
)
LISTENER_PLANEO requires ipmnic_planeo
LISTENER_PLANEO requires planeo
filesystem_home120 requires home120
filesystem_home121 requires home121
home120 requires vg12
home121 requires vg12
ipmnic_planeo requires proxyplaneo-fjqe3-hme0
planeo requires filesystem_home120
planeo requires filesystem_home121
// resource dependency tree
//
// group PLANEO
// {
// Sqlnet LISTENER_PLANEO
// {
// IPMultiNIC ipmnic_planeo
// {
// Proxy proxyplaneo-fjqe3-hme0
// }
// Oracle planeo
// {
// Mount filesystem_home120
// {
// Volume home120
// {
// DiskGroup vg12
// }
// }
// Mount filesystem_home121
// {
// Volume home121
// {
// DiskGroup vg12
// }
// }
// }
// }
// }
group RENTACAR (
SystemList = { pio20 = 1, pio19 = 2 }
)
DiskGroup vg13 (
Critical = 0
DiskGroup = vg13
)
IPMultiNIC ipmnic_rentacar (
Critical = 0
Address = "89.1.2.8"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount filesystem_home130 (
Critical = 0
MountPoint = "/home130"
BlockDevice = "/dev/vx/dsk/vg13/home130"
FSType = ufs
FsckOpt = "-y"
)
Oracle rentacar (
Critical = 0
Sid = RENTACAR
Owner = oracle9
Home = "/home9/oracle"
Pfile = "/home9/oracle/dbs/initRENTACAR.ora"
User = "system"
Pword = sysrentacar
)
Proxy proxyrentacar-fjqe3-hme0 (
Enabled = 0
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet LISTENER_RENTACAR (
Critical = 0
Owner = oracle9
Home = "/home9/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_rentacar
)
LISTENER_RENTACAR requires ipmnic_rentacar
LISTENER_RENTACAR requires rentacar
filesystem_home130 requires vg13
ipmnic_rentacar requires proxyrentacar-fjqe3-hme0
rentacar requires filesystem_home130
// resource dependency tree
//
// group RENTACAR
// {
// Sqlnet LISTENER_RENTACAR
// {
// IPMultiNIC ipmnic_rentacar
// {
// Proxy proxyrentacar-fjqe3-hme0
// }
// Oracle rentacar
// {
// Mount filesystem_home130
// {
// DiskGroup vg13
// }
// }
// }
// }
group SGD (
SystemList = { pio20 = 1, pio19 = 2 }
)
DiskGroup vg09 (
Critical = 0
DiskGroup = vg09
)
IPMultiNIC ipmnic_sgd (
Critical = 0
Address = "89.1.2.34"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount filesystem_home90 (
Critical = 0
MountPoint = "/home90"
BlockDevice = "/dev/vx/dsk/vg09/home90"
FSType = ufs
FsckOpt = "-y"
)
Mount filesystem_home91 (
Critical = 0
MountPoint = "/home91"
BlockDevice = "/dev/vx/dsk/vg09/home91"
FSType = ufs
FsckOpt = "-y"
)
Oracle sgd (
Critical = 0
Sid = SGD
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initSGD.ora"
User = "system"
Pword = syssgd
)
Proxy proxysgd-fjqe3-hme0 (
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet LISTENER_SGD (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_sgd
)
Volume home90 (
Critical = 0
Volume = home90
DiskGroup = vg09
)
Volume home91 (
Critical = 0
Volume = home91
DiskGroup = vg09
)
LISTENER_SGD requires ipmnic_sgd
LISTENER_SGD requires sgd
filesystem_home90 requires home90
filesystem_home91 requires home91
home90 requires vg09
home91 requires vg09
ipmnic_sgd requires proxysgd-fjqe3-hme0
sgd requires filesystem_home90
sgd requires filesystem_home91
// resource dependency tree
//
// group SGD
// {
// Sqlnet LISTENER_SGD
// {
// IPMultiNIC ipmnic_sgd
// {
// Proxy proxysgd-fjqe3-hme0
// }
// Oracle sgd
// {
// Mount filesystem_home90
// {
// Volume home90
// {
// DiskGroup vg09
// }
// }
// Mount filesystem_home91
// {
// Volume home91
// {
// DiskGroup vg09
// }
// }
// }
// }
// }
group SIGLO (
SystemList = { pio19 = 2, pio20 = 1 }
)
DiskGroup vg06 (
Critical = 0
DiskGroup = vg06
)
IPMultiNIC ipmnic_siglo (
Critical = 0
Address = "89.1.2.31"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount filesystem_home60 (
Critical = 0
MountPoint = "/home60"
BlockDevice = "/dev/vx/dsk/vg06/home60"
FSType = ufs
FsckOpt = "-y"
)
Mount filesystem_home61 (
Critical = 0
MountPoint = "/home61"
BlockDevice = "/dev/vx/dsk/vg06/home61"
FSType = ufs
FsckOpt = "-y"
)
Oracle siglo (
Critical = 0
Sid = SIGLO
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initSIGLO.ora"
User = "system"
Pword = syssiglo
)
Proxy proxysiglo-fjqe3-hme0 (
Enabled = 0
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet LISTENER_SIGLO (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_siglo
)
Volume home60 (
Critical = 0
Volume = home60
DiskGroup = vg06
)
Volume home61 (
Critical = 0
Volume = home61
DiskGroup = vg06
)
LISTENER_SIGLO requires ipmnic_siglo
LISTENER_SIGLO requires siglo
filesystem_home60 requires home60
filesystem_home61 requires home61
home60 requires vg06
home61 requires vg06
ipmnic_siglo requires proxysiglo-fjqe3-hme0
siglo requires filesystem_home60
siglo requires filesystem_home61
// resource dependency tree
//
// group SIGLO
// {
// Sqlnet LISTENER_SIGLO
// {
// IPMultiNIC ipmnic_siglo
// {
// Proxy proxysiglo-fjqe3-hme0
// }
// Oracle siglo
// {
// Mount filesystem_home60
// {
// Volume home60
// {
// DiskGroup vg06
// }
// }
// Mount filesystem_home61
// {
// Volume home61
// {
// DiskGroup vg06
// }
// }
// }
// }
// }
Me <me@hotmail.com> wrote:[color=blue]
>Sounds like misconfiguration - post the main.cf so we can see
>
>
>Raquel wrote:[color=green]
>> Firts, we had multinicA with Ipmultinic. We have changed it to proxy with
>> Ipmultinic, but it still starts with problems. Proxy has the interfaces
>> hme0 and qfe3, and now, all ip's are like virtual ip's in hme0...
>>
>> Me <me@hotmail.com> wrote:
>>[color=darkred]
>>>So, you have 14 x 2 niterfaces on your machine ?
>>>
>>>I doubt !!!
>>>
>>>
>>>Heard of proxy resources ???
>>>
>>>
>>>The biggest problem is that if you use a NIC (or MultiNIC) resource, the[/color]
>>
>>[color=darkred]
>>>agent will start a monitor thread for each one. Look for resources that[/color]
>>
>>[color=darkred]
>>>have the same interface(s) and start using Proxy resources
>>>
>>>
>>>
>>>
>>>Raquel wrote:
>>>
>>>>Hi,
>>>>
>>>> we have a VCS with 14 groups. With 13 groups it worked correctly.[/color][/color][/color]
Ever[color=blue][color=green][color=darkred]
>>>>since we have added a group, ips does not work well. In the last package
>>>>that starts, the virtual IP gives timeout...
>>>>
>>>> Somebody knows if there are some limits of ipmultinic resources?
>>>>
>>>> Thanks ![/color]
>>
>>[/color][/color]
Re: limit of ip_mnic resources ???
Hi..
this is the file of the cluster configuration.
Thank you !!
---------------------------------------------
include "types.cf"
include "OracleTypes.cf"
cluster CL_PIOVERA2 (
UserNames = { admin = "44L1sDQcX6EHE" }
EngineClass = TS
Administrators = { admin }
CounterInterval = 5
)
system pio19 (
)
system pio20 (
)
group ARA2 (
SystemList = { pio20 = 1, pio19 = 2 }
)
DiskGroup vg14 (
DiskGroup = vg14
)
IPMultiNIC ipmnic_ara2 (
Address = "89.1.2.116"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount filesystem_home140 (
MountPoint = "/home140"
BlockDevice = "/dev/vx/dsk/vg14/home140"
FSType = ufs
FsckOpt = "\\-y"
)
Oracle ara2 (
Sid = ARA2
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initARA2.ora"
User = "system"
Pword = sysara2
)
Proxy proxyara2-fjqe3-hme0 (
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet lsn_ARA2 (
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_ara2
)
Volume home140 (
Volume = home140
DiskGroup = vg14
)
ara2 requires filesystem_home140
filesystem_home140 requires home140
home140 requires vg14
ipmnic_ara2 requires proxyara2-fjqe3-hme0
lsn_ARA2 requires ara2
lsn_ARA2 requires ipmnic_ara2
// resource dependency tree
//
// group ARA2
// {
// Sqlnet lsn_ARA2
// {
// Oracle ara2
// {
// Mount filesystem_home140
// {
// Volume home140
// {
// DiskGroup vg14
// }
// }
// }
// IPMultiNIC ipmnic_ara2
// {
// Proxy proxyara2-fjqe3-hme0
// }
// }
// }
group BAM (
SystemList = { pio20 = 1, pio19 = 2 }
)
DiskGroup vg07 (
Critical = 0
DiskGroup = vg07
)
IPMultiNIC ipmnic_bam (
Critical = 0
Address = "89.1.2.32"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount filesystem_home70 (
Critical = 0
MountPoint = "/home70"
BlockDevice = "/dev/vx/dsk/vg07/home70"
FSType = ufs
FsckOpt = "-y"
)
Mount filesystem_home71 (
Critical = 0
MountPoint = "/home71"
BlockDevice = "/dev/vx/dsk/vg07/home71"
FSType = ufs
FsckOpt = "-y"
)
Oracle bam (
Critical = 0
Sid = BAM
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initBAM.ora"
User = "system"
Pword = sysbam
)
Proxy proxybam-fjqe3-hme0 (
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet LISTENER_BAM (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_bam
)
Volume home70 (
Critical = 0
Volume = home70
DiskGroup = vg07
)
Volume home71 (
Critical = 0
Volume = home71
DiskGroup = vg07
)
LISTENER_BAM requires bam
LISTENER_BAM requires ipmnic_bam
bam requires filesystem_home70
bam requires filesystem_home71
filesystem_home70 requires home70
filesystem_home71 requires home71
home70 requires vg07
home71 requires vg07
ipmnic_bam requires proxybam-fjqe3-hme0
// resource dependency tree
//
// group BAM
// {
// Sqlnet LISTENER_BAM
// {
// Oracle bam
// {
// Mount filesystem_home70
// {
// Volume home70
// {
// DiskGroup vg07
// }
// }
// Mount filesystem_home71
// {
// Volume home71
// {
// DiskGroup vg07
// }
// }
// }
// IPMultiNIC ipmnic_bam
// {
// Proxy proxybam-fjqe3-hme0
// }
// }
// }
group CATALOGO (
SystemList = { pio20 = 1, pio19 = 2 }
)
DiskGroup vg08 (
Critical = 0
DiskGroup = vg08
)
IPMultiNIC ipmnic_catalogo (
Critical = 0
Address = "89.1.2.29"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount filesystem_home80 (
Critical = 0
MountPoint = "/home80"
BlockDevice = "/dev/vx/dsk/vg08/home80"
FSType = ufs
FsckOpt = "-y"
)
Mount filesystem_home81 (
Critical = 0
MountPoint = "/home81"
BlockDevice = "/dev/vx/dsk/vg08/home81"
FSType = ufs
FsckOpt = "-y"
)
Oracle catalogo (
Critical = 0
Sid = CATALOGO
Owner = oracle9
Home = "/home9/oracle"
Pfile = "/home9/oracle/dbs/initCATALOGO.ora"
User = "system"
Pword = syscatalogo
)
Proxy proxycatalogo-fjqe3-hme0 (
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet LISTENER_CATALOGO (
Critical = 0
Owner = oracle9
Home = "/home9/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_catalogo
)
Volume home80 (
Critical = 0
Volume = home80
DiskGroup = vg08
)
Volume home80p (
Critical = 0
Volume = home80p
DiskGroup = vg08
)
Volume home81 (
Critical = 0
Volume = home81
DiskGroup = vg08
)
LISTENER_CATALOGO requires catalogo
LISTENER_CATALOGO requires ipmnic_catalogo
catalogo requires filesystem_home80
catalogo requires filesystem_home81
filesystem_home80 requires home80
filesystem_home81 requires home81
home80 requires vg08
home80p requires vg08
home81 requires vg08
ipmnic_catalogo requires proxycatalogo-fjqe3-hme0
// resource dependency tree
//
// group CATALOGO
// {
// Sqlnet LISTENER_CATALOGO
// {
// Oracle catalogo
// {
// Mount filesystem_home80
// {
// Volume home80
// {
// DiskGroup vg08
// }
// }
// Mount filesystem_home81
// {
// Volume home81
// {
// DiskGroup vg08
// }
// }
// }
// IPMultiNIC ipmnic_catalogo
// {
// Proxy proxycatalogo-fjqe3-hme0
// }
// }
// Volume home80p
// {
// DiskGroup vg08
// }
// }
group ClusterService (
SystemList = { pio19 = 0, pio20 = 1 }
AutoStartList = { pio19, pio20 }
OnlineRetryLimit = 3
)
IP webip (
Device = hme0
Address = "89.1.2.33"
NetMask = "255.0.0.0"
)
MultiNICA fjqe3-hme0 (
Device @pio19 = { fjqe3 = "89.1.2.13", hme0 = "89.1.2.13" }
Device @pio20 = { fjqe3 = "89.1.2.14", hme0 = "89.1.2.14" }
)
NotifierMngr ntfr (
SnmpConsoles = { ovcgs = Information, pio1 = Information }
SmtpServer = "smtp.aena.es"
SmtpRecipients = { "rootunix12@aena.es" = Warning }
)
VRTSWebApp VCSweb (
Critical = 0
AppName = vcs
InstallDir = "/opt/VRTSweb/VERITAS"
TimeForOnline = 5
)
VCSweb requires webip
ntfr requires fjqe3-hme0
webip requires fjqe3-hme0
// resource dependency tree
//
// group ClusterService
// {
// VRTSWebApp VCSweb
// {
// IP webip
// {
// MultiNICA fjqe3-hme0
// }
// }
// NotifierMngr ntfr
// {
// MultiNICA fjqe3-hme0
// }
// }
group DES (
SystemList = { pio19 = 1, pio20 = 2 }
)
DiskGroup vgdes (
DiskGroup = vg04
)
IPMultiNIC ipmnic_des (
Critical = 0
Address = "89.1.1.13"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount filesystem_home40 (
MountPoint = "/home40"
BlockDevice = "/dev/vx/dsk/vg04/home40"
FSType = ufs
FsckOpt = "-y"
)
Mount filesystem_home41 (
Critical = 0
MountPoint = "/home41"
BlockDevice = "/dev/vx/dsk/vg04/home41"
FSType = ufs
FsckOpt = "-y"
)
Oracle adades (
Critical = 0
Sid = ADADES
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initADADES.ora"
User = "system"
Pword = sysadades
)
Oracle bamdes (
Critical = 0
Sid = BAMDES
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initBAMDES.ora"
User = "system"
Pword = sysbamdes
)
Oracle cocali (
Critical = 0
Sid = COCALI
Owner = oracle7
Home = "/home7/oracle"
Pfile = "/home7/oracle/dbs/initCOCALI.ora"
User = "system"
Pword = syscocali
)
Oracle desalma (
Critical = 0
Sid = DESALMA
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initDESALMA.ora"
User = "system"
Pword = sysdesalma
)
Oracle destpv (
Critical = 0
Sid = DESTPV
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initDESTPV.ora"
User = "system"
Pword = sysdestpv
)
Oracle fare (
Critical = 0
Sid = FARE
Owner = oracle7
Home = "/home7/oracle"
Pfile = "/home7/oracle/dbs/initFARE.ora"
User = "system"
Pword = sysfare
)
Oracle maxdev (
Critical = 0
Sid = MAXDEV
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initMAXDEV.ora"
User = "system"
Pword = sysmaxdev
)
Oracle maxpru (
Critical = 0
Sid = MAXPRU
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initMAXPRU.ora"
User = "system"
Pword = sysmaxpru
)
Oracle maxpru3 (
Critical = 0
Sid = MAXPRU3
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initMAXPRU3.ora"
User = "system"
Pword = sysmaxpru3
)
Oracle prueback (
Critical = 0
Sid = PRUEBACK
Owner = oracle9
Home = "/home9/oracle"
Pfile = "/home9/oracle/dbs/initPRUEBACK.ora"
User = "system"
Pword = sysprueback
)
Oracle sgddes (
Critical = 0
Sid = SGDDES
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initSGDDES.ora"
User = "system"
Pword = syssgddes
)
Oracle sgddes2 (
Critical = 0
Sid = SGDDES2
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initSGDDES2.ora"
User = "system"
Pword = syssgddes2
)
Oracle sirhum (
Critical = 0
Sid = SIRHUM
Owner = oracle7
Home = "/home7/oracle"
Pfile = "/home7/oracle/dbs/initSIRHUM.ora"
User = "system"
Pword = syssirhum
)
Oracle tpvdw (
Critical = 0
Sid = TPVDW
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initTPVDW.ora"
User = "system"
Pword = systpvdw
)
Proxy proxydes-fjqe3-hme0 (
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet LISTENER_ADADES (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_adades
)
Sqlnet LISTENER_BAMDES (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_bamdes
)
Sqlnet LISTENER_COCALI (
Critical = 0
Owner = oracle7
Home = "/home7/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_cocali
)
Sqlnet LISTENER_DES (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_sgddes2
)
Sqlnet LISTENER_DESALMA (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_desalma
)
Sqlnet LISTENER_DESTPV (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_destpv
)
Sqlnet LISTENER_FARE (
Critical = 0
Owner = oracle7
Home = "/home7/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_fare
)
Sqlnet LISTENER_MAXDEV (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_maxdev
)
Sqlnet LISTENER_PRUEBACK (
Critical = 0
Owner = oracle9
Home = "/home9/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_prueback
)
Sqlnet LISTENER_SGDDES (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_sgddes
)
Sqlnet LISTENER_SIRHUM (
Critical = 0
Owner = oracle7
Home = "/home7/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_sirhum
)
Sqlnet LISTENER_TPVDW (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_tpvdw
)
Volume home40 (
Volume = home40
DiskGroup = vg04
)
Volume home41 (
Critical = 0
Volume = home41
DiskGroup = vg04
)
LISTENER_ADADES requires adades
LISTENER_ADADES requires ipmnic_des
LISTENER_BAMDES requires bamdes
LISTENER_BAMDES requires ipmnic_des
LISTENER_COCALI requires cocali
LISTENER_COCALI requires ipmnic_des
LISTENER_DES requires ipmnic_des
LISTENER_DES requires sgddes2
LISTENER_DESALMA requires desalma
LISTENER_DESALMA requires ipmnic_des
LISTENER_DESTPV requires destpv
LISTENER_DESTPV requires ipmnic_des
LISTENER_FARE requires fare
LISTENER_FARE requires ipmnic_des
LISTENER_MAXDEV requires ipmnic_des
LISTENER_MAXDEV requires maxdev
LISTENER_MAXDEV requires maxpru
LISTENER_MAXDEV requires maxpru3
LISTENER_PRUEBACK requires prueback
LISTENER_SGDDES requires ipmnic_des
LISTENER_SGDDES requires sgddes
LISTENER_SIRHUM requires ipmnic_des
LISTENER_SIRHUM requires sirhum
LISTENER_TPVDW requires ipmnic_des
LISTENER_TPVDW requires tpvdw
adades requires filesystem_home40
bamdes requires filesystem_home40
desalma requires filesystem_home40
destpv requires filesystem_home40
fare requires filesystem_home40
filesystem_home40 requires home40
filesystem_home41 requires home41
home40 requires vgdes
home41 requires vgdes
ipmnic_des requires proxydes-fjqe3-hme0
maxdev requires filesystem_home40
maxpru requires filesystem_home40
maxpru3 requires filesystem_home40
maxpru3 requires filesystem_home41
prueback requires filesystem_home40
sgddes requires filesystem_home40
sgddes2 requires filesystem_home40
sirhum requires filesystem_home40
tpvdw requires filesystem_home40
// resource dependency tree
//
// group DES
// {
// Sqlnet LISTENER_ADADES
// {
// Oracle adades
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// }
// Sqlnet LISTENER_BAMDES
// {
// Oracle bamdes
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// }
// Sqlnet LISTENER_COCALI
// {
// Oracle cocali
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// }
// Sqlnet LISTENER_DES
// {
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// Oracle sgddes2
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// }
// Sqlnet LISTENER_DESALMA
// {
// Oracle desalma
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// }
// Sqlnet LISTENER_DESTPV
// {
// Oracle destpv
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// }
// Sqlnet LISTENER_FARE
// {
// Oracle fare
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// }
// Sqlnet LISTENER_MAXDEV
// {
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// Oracle maxdev
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// Oracle maxpru
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// Oracle maxpru3
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// Mount filesystem_home41
// {
// Volume home41
// {
// DiskGroup vgdes
// }
// }
// }
// }
// Sqlnet LISTENER_PRUEBACK
// {
// Oracle prueback
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// }
// Sqlnet LISTENER_SGDDES
// {
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// Oracle sgddes
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// }
// Sqlnet LISTENER_SIRHUM
// {
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// Oracle sirhum
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// }
// Sqlnet LISTENER_TPVDW
// {
// IPMultiNIC ipmnic_des
// {
// Proxy proxydes-fjqe3-hme0
// }
// Oracle tpvdw
// {
// Mount filesystem_home40
// {
// Volume home40
// {
// DiskGroup vgdes
// }
// }
// }
// }
// }
group DES2 (
SystemList = { pio19 = 1, pio20 = 2 }
)
DiskGroup vg100 (
Critical = 0
DiskGroup = vg100
)
DiskGroup vg15 (
Critical = 0
DiskGroup = vg15
)
IPMultiNIC ipmnic_planeods (
Critical = 0
Address = "89.1.2.42"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount filesystem_home100 (
Critical = 0
MountPoint = "/home100"
BlockDevice = "/dev/vx/dsk/vg100/home100"
FSType = ufs
FsckOpt = "-y"
)
Mount filesystem_home150 (
Critical = 0
MountPoint = "/home150"
BlockDevice = "/dev/vx/dsk/vg15/home150"
FSType = ufs
FsckOpt = "-y"
)
Oracle pcpdes (
Critical = 0
Sid = PCPDES
Owner = oracle9
Home = "/home9/oracle"
Pfile = "/home9/oracle/dbs/initPCPDES.ora"
User = "system"
Pword = syspcpdes
)
Oracle planeods (
Critical = 0
Sid = PLANEODS
Owner = oracle9
Home = "/home9/oracle"
Pfile = "/home9/oracle/dbs/initPLANEODS.ora"
User = "system"
Pword = sysplaneods
)
Proxy proxydes2-fjqe3-hme0 (
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet LISTENER_PCPDES (
Critical = 0
Owner = oracle9
Home = "/home9/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_pcpdes
)
Sqlnet LISTENER_PLANEODS (
Critical = 0
Owner = oracle9
Home = "/home9/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_planeods
)
Volume home100 (
Critical = 0
Volume = home100
DiskGroup = vg100
)
Volume home150 (
Critical = 0
Volume = home150
DiskGroup = vg15
)
LISTENER_PCPDES requires ipmnic_planeods
LISTENER_PCPDES requires pcpdes
LISTENER_PLANEODS requires ipmnic_planeods
LISTENER_PLANEODS requires planeods
filesystem_home100 requires home100
filesystem_home150 requires home150
home100 requires vg100
home150 requires vg15
ipmnic_planeods requires proxydes2-fjqe3-hme0
pcpdes requires filesystem_home150
planeods requires filesystem_home100
// resource dependency tree
//
// group DES2
// {
// Sqlnet LISTENER_PCPDES
// {
// IPMultiNIC ipmnic_planeods
// {
// Proxy proxydes2-fjqe3-hme0
// }
// Oracle pcpdes
// {
// Mount filesystem_home150
// {
// Volume home150
// {
// DiskGroup vg15
// }
// }
// }
// }
// Sqlnet LISTENER_PLANEODS
// {
// IPMultiNIC ipmnic_planeods
// {
// Proxy proxydes2-fjqe3-hme0
// }
// Oracle planeods
// {
// Mount filesystem_home100
// {
// Volume home100
// {
// DiskGroup vg100
// }
// }
// }
// }
// }
group NCP (
SystemList = { pio19 = 1, pio20 = 2 }
AutoStartList = { pio19 }
)
DiskGroup vg11 (
Critical = 0
DiskGroup = vg11
)
IPMultiNIC ipmnic_ncp (
Critical = 0
Address = "89.1.2.35"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount Filesystem_home110 (
Critical = 0
MountPoint = "/home110"
BlockDevice = "/dev/vx/dsk/vg11/home110"
FSType = ufs
FsckOpt = "-y"
)
Oracle NCP (
Critical = 0
Sid = NCP
Owner = oracle9
Home = "/home9/oracle"
Pfile = "/home9/oracle/dbs/initNCP.ora"
User = "system"
Pword = sysncp
)
Proxy proxyncp-fjqe3-hme0 (
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet lsn_ncp (
Critical = 0
Owner = oracle9
Home = "/home9/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_ncp
)
Volume home110 (
Critical = 0
Volume = home110
DiskGroup = vg11
)
Filesystem_home110 requires vg11
NCP requires home110
home110 requires Filesystem_home110
ipmnic_ncp requires proxyncp-fjqe3-hme0
lsn_ncp requires NCP
lsn_ncp requires ipmnic_ncp
// resource dependency tree
//
// group NCP
// {
// Sqlnet lsn_ncp
// {
// Oracle NCP
// {
// Volume home110
// {
// Mount Filesystem_home110
// {
// DiskGroup vg11
// }
// }
// }
// IPMultiNIC ipmnic_ncp
// {
// Proxy proxyncp-fjqe3-hme0
// }
// }
// }
group PCP (
SystemList = { pio19 = 1, pio20 = 2 }
)
DiskGroup vg05 (
DiskGroup = vg05
)
IPMultiNIC ipmnic_pcp (
Critical = 0
Address = "89.1.2.30"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount filesystem_home50 (
Critical = 0
MountPoint = "/home50"
BlockDevice = "/dev/vx/dsk/vg05/home50"
FSType = ufs
FsckOpt = "-y"
)
Mount filesystem_home51 (
Critical = 0
MountPoint = "/home51"
BlockDevice = "/dev/vx/dsk/vg05/home51"
FSType = ufs
FsckOpt = "-y"
)
Oracle pcp (
Critical = 0
Sid = PCP
Owner = oracle9
Home = "/home9/oracle"
Pfile = "/home9/oracle/dbs/initPCP.ora"
Pword = syspcp
)
Proxy proxypcp-fjqe3-hme0 (
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet LISTENER_PCP (
Owner = oracle9
Home = "/home9/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_pcp
)
Volume home50 (
Critical = 0
Volume = home50
DiskGroup = vg05
)
Volume home51 (
Critical = 0
Volume = home51
DiskGroup = vg05
)
LISTENER_PCP requires ipmnic_pcp
LISTENER_PCP requires pcp
filesystem_home50 requires home50
filesystem_home51 requires home51
home50 requires vg05
home51 requires vg05
ipmnic_pcp requires proxypcp-fjqe3-hme0
pcp requires filesystem_home50
pcp requires filesystem_home51
// resource dependency tree
//
// group PCP
// {
// Sqlnet LISTENER_PCP
// {
// IPMultiNIC ipmnic_pcp
// {
// Proxy proxypcp-fjqe3-hme0
// }
// Oracle pcp
// {
// Mount filesystem_home50
// {
// Volume home50
// {
// DiskGroup vg05
// }
// }
// Mount filesystem_home51
// {
// Volume home51
// {
// DiskGroup vg05
// }
// }
// }
// }
// }
group PLANEO (
SystemList = { pio20 = 1, pio19 = 2 }
AutoStartList = { pio20, pio19 }
)
DiskGroup vg12 (
Critical = 0
DiskGroup = vg12
)
IPMultiNIC ipmnic_planeo (
Critical = 0
Address = "89.1.2.38"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount filesystem_home120 (
Critical = 0
MountPoint = "/home120"
BlockDevice = "/dev/vx/dsk/vg12/home120"
FSType = ufs
FsckOpt = "-y"
)
Mount filesystem_home121 (
Critical = 0
MountPoint = "/home121"
BlockDevice = "/dev/vx/dsk/vg12/home121"
FSType = ufs
FsckOpt = "-y"
)
Oracle planeo (
Critical = 0
Sid = PLANEO
Owner = oracle9
Home = "/home9/oracle"
Pfile = "/home9/oracle/dbs/initPLANEO.ora"
Pword = sysplaneo
)
Proxy proxyplaneo-fjqe3-hme0 (
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet LISTENER_PLANEO (
Critical = 0
Owner = oracle9
Home = "/home9/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_planeo
)
Volume home120 (
Critical = 0
Volume = home120
DiskGroup = vg12
)
Volume home121 (
Critical = 0
Volume = home121
DiskGroup = vg12
)
LISTENER_PLANEO requires ipmnic_planeo
LISTENER_PLANEO requires planeo
filesystem_home120 requires home120
filesystem_home121 requires home121
home120 requires vg12
home121 requires vg12
ipmnic_planeo requires proxyplaneo-fjqe3-hme0
planeo requires filesystem_home120
planeo requires filesystem_home121
// resource dependency tree
//
// group PLANEO
// {
// Sqlnet LISTENER_PLANEO
// {
// IPMultiNIC ipmnic_planeo
// {
// Proxy proxyplaneo-fjqe3-hme0
// }
// Oracle planeo
// {
// Mount filesystem_home120
// {
// Volume home120
// {
// DiskGroup vg12
// }
// }
// Mount filesystem_home121
// {
// Volume home121
// {
// DiskGroup vg12
// }
// }
// }
// }
// }
group RENTACAR (
SystemList = { pio20 = 1, pio19 = 2 }
)
DiskGroup vg13 (
Critical = 0
DiskGroup = vg13
)
IPMultiNIC ipmnic_rentacar (
Critical = 0
Address = "89.1.2.8"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount filesystem_home130 (
Critical = 0
MountPoint = "/home130"
BlockDevice = "/dev/vx/dsk/vg13/home130"
FSType = ufs
FsckOpt = "-y"
)
Oracle rentacar (
Critical = 0
Sid = RENTACAR
Owner = oracle9
Home = "/home9/oracle"
Pfile = "/home9/oracle/dbs/initRENTACAR.ora"
User = "system"
Pword = sysrentacar
)
Proxy proxyrentacar-fjqe3-hme0 (
Enabled = 0
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet LISTENER_RENTACAR (
Critical = 0
Owner = oracle9
Home = "/home9/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_rentacar
)
LISTENER_RENTACAR requires ipmnic_rentacar
LISTENER_RENTACAR requires rentacar
filesystem_home130 requires vg13
ipmnic_rentacar requires proxyrentacar-fjqe3-hme0
rentacar requires filesystem_home130
// resource dependency tree
//
// group RENTACAR
// {
// Sqlnet LISTENER_RENTACAR
// {
// IPMultiNIC ipmnic_rentacar
// {
// Proxy proxyrentacar-fjqe3-hme0
// }
// Oracle rentacar
// {
// Mount filesystem_home130
// {
// DiskGroup vg13
// }
// }
// }
// }
group SGD (
SystemList = { pio20 = 1, pio19 = 2 }
)
DiskGroup vg09 (
Critical = 0
DiskGroup = vg09
)
IPMultiNIC ipmnic_sgd (
Critical = 0
Address = "89.1.2.34"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount filesystem_home90 (
Critical = 0
MountPoint = "/home90"
BlockDevice = "/dev/vx/dsk/vg09/home90"
FSType = ufs
FsckOpt = "-y"
)
Mount filesystem_home91 (
Critical = 0
MountPoint = "/home91"
BlockDevice = "/dev/vx/dsk/vg09/home91"
FSType = ufs
FsckOpt = "-y"
)
Oracle sgd (
Critical = 0
Sid = SGD
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initSGD.ora"
User = "system"
Pword = syssgd
)
Proxy proxysgd-fjqe3-hme0 (
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet LISTENER_SGD (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_sgd
)
Volume home90 (
Critical = 0
Volume = home90
DiskGroup = vg09
)
Volume home91 (
Critical = 0
Volume = home91
DiskGroup = vg09
)
LISTENER_SGD requires ipmnic_sgd
LISTENER_SGD requires sgd
filesystem_home90 requires home90
filesystem_home91 requires home91
home90 requires vg09
home91 requires vg09
ipmnic_sgd requires proxysgd-fjqe3-hme0
sgd requires filesystem_home90
sgd requires filesystem_home91
// resource dependency tree
//
// group SGD
// {
// Sqlnet LISTENER_SGD
// {
// IPMultiNIC ipmnic_sgd
// {
// Proxy proxysgd-fjqe3-hme0
// }
// Oracle sgd
// {
// Mount filesystem_home90
// {
// Volume home90
// {
// DiskGroup vg09
// }
// }
// Mount filesystem_home91
// {
// Volume home91
// {
// DiskGroup vg09
// }
// }
// }
// }
// }
group SIGLO (
SystemList = { pio19 = 2, pio20 = 1 }
)
DiskGroup vg06 (
Critical = 0
DiskGroup = vg06
)
IPMultiNIC ipmnic_siglo (
Critical = 0
Address = "89.1.2.31"
NetMask = "255.0.0.0"
MultiNICResName = fjqe3-hme0
)
Mount filesystem_home60 (
Critical = 0
MountPoint = "/home60"
BlockDevice = "/dev/vx/dsk/vg06/home60"
FSType = ufs
FsckOpt = "-y"
)
Mount filesystem_home61 (
Critical = 0
MountPoint = "/home61"
BlockDevice = "/dev/vx/dsk/vg06/home61"
FSType = ufs
FsckOpt = "-y"
)
Oracle siglo (
Critical = 0
Sid = SIGLO
Owner = oracle8
Home = "/home8/oracle"
Pfile = "/home8/oracle/dbs/initSIGLO.ora"
User = "system"
Pword = syssiglo
)
Proxy proxysiglo-fjqe3-hme0 (
Enabled = 0
Critical = 0
TargetResName = fjqe3-hme0
)
Sqlnet LISTENER_SIGLO (
Critical = 0
Owner = oracle8
Home = "/home8/oracle"
TnsAdmin = "/var/opt/oracle"
Listener = lsn_siglo
)
Volume home60 (
Critical = 0
Volume = home60
DiskGroup = vg06
)
Volume home61 (
Critical = 0
Volume = home61
DiskGroup = vg06
)
LISTENER_SIGLO requires ipmnic_siglo
LISTENER_SIGLO requires siglo
filesystem_home60 requires home60
filesystem_home61 requires home61
home60 requires vg06
home61 requires vg06
ipmnic_siglo requires proxysiglo-fjqe3-hme0
siglo requires filesystem_home60
siglo requires filesystem_home61
// resource dependency tree
//
// group SIGLO
// {
// Sqlnet LISTENER_SIGLO
// {
// IPMultiNIC ipmnic_siglo
// {
// Proxy proxysiglo-fjqe3-hme0
// }
// Oracle siglo
// {
// Mount filesystem_home60
// {
// Volume home60
// {
// DiskGroup vg06
// }
// }
// Mount filesystem_home61
// {
// Volume home61
// {
// DiskGroup vg06
// }
// }
// }
// }
// }
Me <me@hotmail.com> wrote:[color=blue]
>Sounds like misconfiguration - post the main.cf so we can see
>
>
>Raquel wrote:[color=green]
>> Firts, we had multinicA with Ipmultinic. We have changed it to proxy with
>> Ipmultinic, but it still starts with problems. Proxy has the interfaces
>> hme0 and qfe3, and now, all ip's are like virtual ip's in hme0...
>>
>> Me <me@hotmail.com> wrote:
>>[color=darkred]
>>>So, you have 14 x 2 niterfaces on your machine ?
>>>
>>>I doubt !!!
>>>
>>>
>>>Heard of proxy resources ???
>>>
>>>
>>>The biggest problem is that if you use a NIC (or MultiNIC) resource, the[/color]
>>
>>[color=darkred]
>>>agent will start a monitor thread for each one. Look for resources that[/color]
>>
>>[color=darkred]
>>>have the same interface(s) and start using Proxy resources
>>>
>>>
>>>
>>>
>>>Raquel wrote:
>>>
>>>>Hi,
>>>>
>>>> we have a VCS with 14 groups. With 13 groups it worked correctly.[/color][/color][/color]
Ever[color=blue][color=green][color=darkred]
>>>>since we have added a group, ips does not work well. In the last package
>>>>that starts, the virtual IP gives timeout...
>>>>
>>>> Somebody knows if there are some limits of ipmultinic resources?
>>>>
>>>> Thanks ![/color]
>>
>>[/color][/color]
Re: limit of ip_mnic resources ???
All seems cool
Only thing I see that could be wrong with this, is the fact that
ClusterService is a fail-over SG, which means that ALL your service
groups will run on a singe machine !!!
Another way to do this is to put the fjqe3-hme0 resource (together with
a phantom) in a parallel service group.
That way you can spread the load.
Raquel wrote:[color=blue]
> Hi..
>
> this is the file of the cluster configuration.
>
> Thank you !!
> ---------------------------------------------
> include "types.cf"
> include "OracleTypes.cf"
>
> cluster CL_PIOVERA2 (
> UserNames = { admin = "44L1sDQcX6EHE" }
> EngineClass = TS
> Administrators = { admin }
> CounterInterval = 5
> )
>
> system pio19 (
> )
>
> system pio20 (
> )
>
> group ARA2 (
> SystemList = { pio20 = 1, pio19 = 2 }
> )
>
> DiskGroup vg14 (
> DiskGroup = vg14
> )
>
> IPMultiNIC ipmnic_ara2 (
> Address = "89.1.2.116"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount filesystem_home140 (
> MountPoint = "/home140"
> BlockDevice = "/dev/vx/dsk/vg14/home140"
> FSType = ufs
> FsckOpt = "\\-y"
> )
>
> Oracle ara2 (
> Sid = ARA2
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initARA2.ora"
> User = "system"
> Pword = sysara2
> )
>
> Proxy proxyara2-fjqe3-hme0 (
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet lsn_ARA2 (
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_ara2
> )
>
> Volume home140 (
> Volume = home140
> DiskGroup = vg14
> )
>
> ara2 requires filesystem_home140
> filesystem_home140 requires home140
> home140 requires vg14
> ipmnic_ara2 requires proxyara2-fjqe3-hme0
> lsn_ARA2 requires ara2
> lsn_ARA2 requires ipmnic_ara2
>
>
> // resource dependency tree
> //
> // group ARA2
> // {
> // Sqlnet lsn_ARA2
> // {
> // Oracle ara2
> // {
> // Mount filesystem_home140
> // {
> // Volume home140
> // {
> // DiskGroup vg14
> // }
> // }
> // }
> // IPMultiNIC ipmnic_ara2
> // {
> // Proxy proxyara2-fjqe3-hme0
> // }
> // }
> // }
>
>
> group BAM (
> SystemList = { pio20 = 1, pio19 = 2 }
> )
>
> DiskGroup vg07 (
> Critical = 0
> DiskGroup = vg07
> )
>
> IPMultiNIC ipmnic_bam (
> Critical = 0
> Address = "89.1.2.32"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount filesystem_home70 (
> Critical = 0
> MountPoint = "/home70"
> BlockDevice = "/dev/vx/dsk/vg07/home70"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Mount filesystem_home71 (
> Critical = 0
> MountPoint = "/home71"
> BlockDevice = "/dev/vx/dsk/vg07/home71"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Oracle bam (
> Critical = 0
> Sid = BAM
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initBAM.ora"
> User = "system"
> Pword = sysbam
> )
>
> Proxy proxybam-fjqe3-hme0 (
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet LISTENER_BAM (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_bam
> )
>
> Volume home70 (
> Critical = 0
> Volume = home70
> DiskGroup = vg07
> )
>
> Volume home71 (
> Critical = 0
> Volume = home71
> DiskGroup = vg07
> )
>
> LISTENER_BAM requires bam
> LISTENER_BAM requires ipmnic_bam
> bam requires filesystem_home70
> bam requires filesystem_home71
> filesystem_home70 requires home70
> filesystem_home71 requires home71
> home70 requires vg07
> home71 requires vg07
> ipmnic_bam requires proxybam-fjqe3-hme0
>
>
> // resource dependency tree
> //
> // group BAM
> // {
> // Sqlnet LISTENER_BAM
> // {
> // Oracle bam
> // {
> // Mount filesystem_home70
> // {
> // Volume home70
> // {
> // DiskGroup vg07
> // }
> // }
> // Mount filesystem_home71
> // {
> // Volume home71
> // {
> // DiskGroup vg07
> // }
> // }
> // }
> // IPMultiNIC ipmnic_bam
> // {
> // Proxy proxybam-fjqe3-hme0
> // }
> // }
> // }
>
>
> group CATALOGO (
> SystemList = { pio20 = 1, pio19 = 2 }
> )
>
> DiskGroup vg08 (
> Critical = 0
> DiskGroup = vg08
> )
>
> IPMultiNIC ipmnic_catalogo (
> Critical = 0
> Address = "89.1.2.29"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount filesystem_home80 (
> Critical = 0
> MountPoint = "/home80"
> BlockDevice = "/dev/vx/dsk/vg08/home80"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Mount filesystem_home81 (
> Critical = 0
> MountPoint = "/home81"
> BlockDevice = "/dev/vx/dsk/vg08/home81"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Oracle catalogo (
> Critical = 0
> Sid = CATALOGO
> Owner = oracle9
> Home = "/home9/oracle"
> Pfile = "/home9/oracle/dbs/initCATALOGO.ora"
> User = "system"
> Pword = syscatalogo
> )
>
> Proxy proxycatalogo-fjqe3-hme0 (
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet LISTENER_CATALOGO (
> Critical = 0
> Owner = oracle9
> Home = "/home9/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_catalogo
> )
>
> Volume home80 (
> Critical = 0
> Volume = home80
> DiskGroup = vg08
> )
>
> Volume home80p (
> Critical = 0
> Volume = home80p
> DiskGroup = vg08
> )
>
> Volume home81 (
> Critical = 0
> Volume = home81
> DiskGroup = vg08
> )
>
> LISTENER_CATALOGO requires catalogo
> LISTENER_CATALOGO requires ipmnic_catalogo
> catalogo requires filesystem_home80
> catalogo requires filesystem_home81
> filesystem_home80 requires home80
> filesystem_home81 requires home81
> home80 requires vg08
> home80p requires vg08
> home81 requires vg08
> ipmnic_catalogo requires proxycatalogo-fjqe3-hme0
>
>
> // resource dependency tree
> //
> // group CATALOGO
> // {
> // Sqlnet LISTENER_CATALOGO
> // {
> // Oracle catalogo
> // {
> // Mount filesystem_home80
> // {
> // Volume home80
> // {
> // DiskGroup vg08
> // }
> // }
> // Mount filesystem_home81
> // {
> // Volume home81
> // {
> // DiskGroup vg08
> // }
> // }
> // }
> // IPMultiNIC ipmnic_catalogo
> // {
> // Proxy proxycatalogo-fjqe3-hme0
> // }
> // }
> // Volume home80p
> // {
> // DiskGroup vg08
> // }
> // }
>
>
> group ClusterService (
> SystemList = { pio19 = 0, pio20 = 1 }
> AutoStartList = { pio19, pio20 }
> OnlineRetryLimit = 3
> )
>
> IP webip (
> Device = hme0
> Address = "89.1.2.33"
> NetMask = "255.0.0.0"
> )
>
> MultiNICA fjqe3-hme0 (
> Device @pio19 = { fjqe3 = "89.1.2.13", hme0 = "89.1.2.13" }
> Device @pio20 = { fjqe3 = "89.1.2.14", hme0 = "89.1.2.14" }
> )
>
> NotifierMngr ntfr (
> SnmpConsoles = { ovcgs = Information, pio1 = Information }
> SmtpServer = "smtp.aena.es"
> SmtpRecipients = { "rootunix12@aena.es" = Warning }
> )
>
> VRTSWebApp VCSweb (
> Critical = 0
> AppName = vcs
> InstallDir = "/opt/VRTSweb/VERITAS"
> TimeForOnline = 5
> )
>
> VCSweb requires webip
> ntfr requires fjqe3-hme0
> webip requires fjqe3-hme0
>
>
> // resource dependency tree
> //
> // group ClusterService
> // {
> // VRTSWebApp VCSweb
> // {
> // IP webip
> // {
> // MultiNICA fjqe3-hme0
> // }
> // }
> // NotifierMngr ntfr
> // {
> // MultiNICA fjqe3-hme0
> // }
> // }
>
>
> group DES (
> SystemList = { pio19 = 1, pio20 = 2 }
> )
>
> DiskGroup vgdes (
> DiskGroup = vg04
> )
>
> IPMultiNIC ipmnic_des (
> Critical = 0
> Address = "89.1.1.13"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount filesystem_home40 (
> MountPoint = "/home40"
> BlockDevice = "/dev/vx/dsk/vg04/home40"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Mount filesystem_home41 (
> Critical = 0
> MountPoint = "/home41"
> BlockDevice = "/dev/vx/dsk/vg04/home41"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Oracle adades (
> Critical = 0
> Sid = ADADES
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initADADES.ora"
> User = "system"
> Pword = sysadades
> )
>
> Oracle bamdes (
> Critical = 0
> Sid = BAMDES
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initBAMDES.ora"
> User = "system"
> Pword = sysbamdes
> )
>
> Oracle cocali (
> Critical = 0
> Sid = COCALI
> Owner = oracle7
> Home = "/home7/oracle"
> Pfile = "/home7/oracle/dbs/initCOCALI.ora"
> User = "system"
> Pword = syscocali
> )
>
> Oracle desalma (
> Critical = 0
> Sid = DESALMA
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initDESALMA.ora"
> User = "system"
> Pword = sysdesalma
> )
>
> Oracle destpv (
> Critical = 0
> Sid = DESTPV
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initDESTPV.ora"
> User = "system"
> Pword = sysdestpv
> )
>
> Oracle fare (
> Critical = 0
> Sid = FARE
> Owner = oracle7
> Home = "/home7/oracle"
> Pfile = "/home7/oracle/dbs/initFARE.ora"
> User = "system"
> Pword = sysfare
> )
>
> Oracle maxdev (
> Critical = 0
> Sid = MAXDEV
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initMAXDEV.ora"
> User = "system"
> Pword = sysmaxdev
> )
>
> Oracle maxpru (
> Critical = 0
> Sid = MAXPRU
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initMAXPRU.ora"
> User = "system"
> Pword = sysmaxpru
> )
>
> Oracle maxpru3 (
> Critical = 0
> Sid = MAXPRU3
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initMAXPRU3.ora"
> User = "system"
> Pword = sysmaxpru3
> )
>
> Oracle prueback (
> Critical = 0
> Sid = PRUEBACK
> Owner = oracle9
> Home = "/home9/oracle"
> Pfile = "/home9/oracle/dbs/initPRUEBACK.ora"
> User = "system"
> Pword = sysprueback
> )
>
> Oracle sgddes (
> Critical = 0
> Sid = SGDDES
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initSGDDES.ora"
> User = "system"
> Pword = syssgddes
> )
>
> Oracle sgddes2 (
> Critical = 0
> Sid = SGDDES2
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initSGDDES2.ora"
> User = "system"
> Pword = syssgddes2
> )
>
> Oracle sirhum (
> Critical = 0
> Sid = SIRHUM
> Owner = oracle7
> Home = "/home7/oracle"
> Pfile = "/home7/oracle/dbs/initSIRHUM.ora"
> User = "system"
> Pword = syssirhum
> )
>
> Oracle tpvdw (
> Critical = 0
> Sid = TPVDW
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initTPVDW.ora"
> User = "system"
> Pword = systpvdw
> )
>
> Proxy proxydes-fjqe3-hme0 (
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet LISTENER_ADADES (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_adades
> )
>
> Sqlnet LISTENER_BAMDES (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_bamdes
> )
>
> Sqlnet LISTENER_COCALI (
> Critical = 0
> Owner = oracle7
> Home = "/home7/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_cocali
> )
>
> Sqlnet LISTENER_DES (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_sgddes2
> )
>
> Sqlnet LISTENER_DESALMA (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_desalma
> )
>
> Sqlnet LISTENER_DESTPV (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_destpv
> )
>
> Sqlnet LISTENER_FARE (
> Critical = 0
> Owner = oracle7
> Home = "/home7/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_fare
> )
>
> Sqlnet LISTENER_MAXDEV (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_maxdev
> )
>
> Sqlnet LISTENER_PRUEBACK (
> Critical = 0
> Owner = oracle9
> Home = "/home9/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_prueback
> )
>
> Sqlnet LISTENER_SGDDES (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_sgddes
> )
>
> Sqlnet LISTENER_SIRHUM (
> Critical = 0
> Owner = oracle7
> Home = "/home7/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_sirhum
> )
>
> Sqlnet LISTENER_TPVDW (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_tpvdw
> )
>
> Volume home40 (
> Volume = home40
> DiskGroup = vg04
> )
>
> Volume home41 (
> Critical = 0
> Volume = home41
> DiskGroup = vg04
> )
>
> LISTENER_ADADES requires adades
> LISTENER_ADADES requires ipmnic_des
> LISTENER_BAMDES requires bamdes
> LISTENER_BAMDES requires ipmnic_des
> LISTENER_COCALI requires cocali
> LISTENER_COCALI requires ipmnic_des
> LISTENER_DES requires ipmnic_des
> LISTENER_DES requires sgddes2
> LISTENER_DESALMA requires desalma
> LISTENER_DESALMA requires ipmnic_des
> LISTENER_DESTPV requires destpv
> LISTENER_DESTPV requires ipmnic_des
> LISTENER_FARE requires fare
> LISTENER_FARE requires ipmnic_des
> LISTENER_MAXDEV requires ipmnic_des
> LISTENER_MAXDEV requires maxdev
> LISTENER_MAXDEV requires maxpru
> LISTENER_MAXDEV requires maxpru3
> LISTENER_PRUEBACK requires prueback
> LISTENER_SGDDES requires ipmnic_des
> LISTENER_SGDDES requires sgddes
> LISTENER_SIRHUM requires ipmnic_des
> LISTENER_SIRHUM requires sirhum
> LISTENER_TPVDW requires ipmnic_des
> LISTENER_TPVDW requires tpvdw
> adades requires filesystem_home40
> bamdes requires filesystem_home40
> desalma requires filesystem_home40
> destpv requires filesystem_home40
> fare requires filesystem_home40
> filesystem_home40 requires home40
> filesystem_home41 requires home41
> home40 requires vgdes
> home41 requires vgdes
> ipmnic_des requires proxydes-fjqe3-hme0
> maxdev requires filesystem_home40
> maxpru requires filesystem_home40
> maxpru3 requires filesystem_home40
> maxpru3 requires filesystem_home41
> prueback requires filesystem_home40
> sgddes requires filesystem_home40
> sgddes2 requires filesystem_home40
> sirhum requires filesystem_home40
> tpvdw requires filesystem_home40
>
>
> // resource dependency tree
> //
> // group DES
> // {
> // Sqlnet LISTENER_ADADES
> // {
> // Oracle adades
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // }
> // Sqlnet LISTENER_BAMDES
> // {
> // Oracle bamdes
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // }
> // Sqlnet LISTENER_COCALI
> // {
> // Oracle cocali
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // }
> // Sqlnet LISTENER_DES
> // {
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // Oracle sgddes2
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // }
> // Sqlnet LISTENER_DESALMA
> // {
> // Oracle desalma
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // }
> // Sqlnet LISTENER_DESTPV
> // {
> // Oracle destpv
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // }
> // Sqlnet LISTENER_FARE
> // {
> // Oracle fare
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // }
> // Sqlnet LISTENER_MAXDEV
> // {
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // Oracle maxdev
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // Oracle maxpru
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // Oracle maxpru3
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // Mount filesystem_home41
> // {
> // Volume home41
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // }
> // Sqlnet LISTENER_PRUEBACK
> // {
> // Oracle prueback
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // }
> // Sqlnet LISTENER_SGDDES
> // {
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // Oracle sgddes
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // }
> // Sqlnet LISTENER_SIRHUM
> // {
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // Oracle sirhum
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // }
> // Sqlnet LISTENER_TPVDW
> // {
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // Oracle tpvdw
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // }
> // }
>
>
> group DES2 (
> SystemList = { pio19 = 1, pio20 = 2 }
> )
>
> DiskGroup vg100 (
> Critical = 0
> DiskGroup = vg100
> )
>
> DiskGroup vg15 (
> Critical = 0
> DiskGroup = vg15
> )
>
> IPMultiNIC ipmnic_planeods (
> Critical = 0
> Address = "89.1.2.42"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount filesystem_home100 (
> Critical = 0
> MountPoint = "/home100"
> BlockDevice = "/dev/vx/dsk/vg100/home100"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Mount filesystem_home150 (
> Critical = 0
> MountPoint = "/home150"
> BlockDevice = "/dev/vx/dsk/vg15/home150"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Oracle pcpdes (
> Critical = 0
> Sid = PCPDES
> Owner = oracle9
> Home = "/home9/oracle"
> Pfile = "/home9/oracle/dbs/initPCPDES.ora"
> User = "system"
> Pword = syspcpdes
> )
>
> Oracle planeods (
> Critical = 0
> Sid = PLANEODS
> Owner = oracle9
> Home = "/home9/oracle"
> Pfile = "/home9/oracle/dbs/initPLANEODS.ora"
> User = "system"
> Pword = sysplaneods
> )
>
> Proxy proxydes2-fjqe3-hme0 (
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet LISTENER_PCPDES (
> Critical = 0
> Owner = oracle9
> Home = "/home9/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_pcpdes
> )
>
> Sqlnet LISTENER_PLANEODS (
> Critical = 0
> Owner = oracle9
> Home = "/home9/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_planeods
> )
>
> Volume home100 (
> Critical = 0
> Volume = home100
> DiskGroup = vg100
> )
>
> Volume home150 (
> Critical = 0
> Volume = home150
> DiskGroup = vg15
> )
>
> LISTENER_PCPDES requires ipmnic_planeods
> LISTENER_PCPDES requires pcpdes
> LISTENER_PLANEODS requires ipmnic_planeods
> LISTENER_PLANEODS requires planeods
> filesystem_home100 requires home100
> filesystem_home150 requires home150
> home100 requires vg100
> home150 requires vg15
> ipmnic_planeods requires proxydes2-fjqe3-hme0
> pcpdes requires filesystem_home150
> planeods requires filesystem_home100
>
>
> // resource dependency tree
> //
> // group DES2
> // {
> // Sqlnet LISTENER_PCPDES
> // {
> // IPMultiNIC ipmnic_planeods
> // {
> // Proxy proxydes2-fjqe3-hme0
> // }
> // Oracle pcpdes
> // {
> // Mount filesystem_home150
> // {
> // Volume home150
> // {
> // DiskGroup vg15
> // }
> // }
> // }
> // }
> // Sqlnet LISTENER_PLANEODS
> // {
> // IPMultiNIC ipmnic_planeods
> // {
> // Proxy proxydes2-fjqe3-hme0
> // }
> // Oracle planeods
> // {
> // Mount filesystem_home100
> // {
> // Volume home100
> // {
> // DiskGroup vg100
> // }
> // }
> // }
> // }
> // }
>
>
> group NCP (
> SystemList = { pio19 = 1, pio20 = 2 }
> AutoStartList = { pio19 }
> )
>
> DiskGroup vg11 (
> Critical = 0
> DiskGroup = vg11
> )
>
> IPMultiNIC ipmnic_ncp (
> Critical = 0
> Address = "89.1.2.35"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount Filesystem_home110 (
> Critical = 0
> MountPoint = "/home110"
> BlockDevice = "/dev/vx/dsk/vg11/home110"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Oracle NCP (
> Critical = 0
> Sid = NCP
> Owner = oracle9
> Home = "/home9/oracle"
> Pfile = "/home9/oracle/dbs/initNCP.ora"
> User = "system"
> Pword = sysncp
> )
>
> Proxy proxyncp-fjqe3-hme0 (
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet lsn_ncp (
> Critical = 0
> Owner = oracle9
> Home = "/home9/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_ncp
> )
>
> Volume home110 (
> Critical = 0
> Volume = home110
> DiskGroup = vg11
> )
>
> Filesystem_home110 requires vg11
> NCP requires home110
> home110 requires Filesystem_home110
> ipmnic_ncp requires proxyncp-fjqe3-hme0
> lsn_ncp requires NCP
> lsn_ncp requires ipmnic_ncp
>
>
> // resource dependency tree
> //
> // group NCP
> // {
> // Sqlnet lsn_ncp
> // {
> // Oracle NCP
> // {
> // Volume home110
> // {
> // Mount Filesystem_home110
> // {
> // DiskGroup vg11
> // }
> // }
> // }
> // IPMultiNIC ipmnic_ncp
> // {
> // Proxy proxyncp-fjqe3-hme0
> // }
> // }
> // }
>
>
> group PCP (
> SystemList = { pio19 = 1, pio20 = 2 }
> )
>
> DiskGroup vg05 (
> DiskGroup = vg05
> )
>
> IPMultiNIC ipmnic_pcp (
> Critical = 0
> Address = "89.1.2.30"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount filesystem_home50 (
> Critical = 0
> MountPoint = "/home50"
> BlockDevice = "/dev/vx/dsk/vg05/home50"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Mount filesystem_home51 (
> Critical = 0
> MountPoint = "/home51"
> BlockDevice = "/dev/vx/dsk/vg05/home51"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Oracle pcp (
> Critical = 0
> Sid = PCP
> Owner = oracle9
> Home = "/home9/oracle"
> Pfile = "/home9/oracle/dbs/initPCP.ora"
> Pword = syspcp
> )
>
> Proxy proxypcp-fjqe3-hme0 (
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet LISTENER_PCP (
> Owner = oracle9
> Home = "/home9/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_pcp
> )
>
> Volume home50 (
> Critical = 0
> Volume = home50
> DiskGroup = vg05
> )
>
> Volume home51 (
> Critical = 0
> Volume = home51
> DiskGroup = vg05
> )
>
> LISTENER_PCP requires ipmnic_pcp
> LISTENER_PCP requires pcp
> filesystem_home50 requires home50
> filesystem_home51 requires home51
> home50 requires vg05
> home51 requires vg05
> ipmnic_pcp requires proxypcp-fjqe3-hme0
> pcp requires filesystem_home50
> pcp requires filesystem_home51
>
>
> // resource dependency tree
> //
> // group PCP
> // {
> // Sqlnet LISTENER_PCP
> // {
> // IPMultiNIC ipmnic_pcp
> // {
> // Proxy proxypcp-fjqe3-hme0
> // }
> // Oracle pcp
> // {
> // Mount filesystem_home50
> // {
> // Volume home50
> // {
> // DiskGroup vg05
> // }
> // }
> // Mount filesystem_home51
> // {
> // Volume home51
> // {
> // DiskGroup vg05
> // }
> // }
> // }
> // }
> // }
>
>
> group PLANEO (
> SystemList = { pio20 = 1, pio19 = 2 }
> AutoStartList = { pio20, pio19 }
> )
>
> DiskGroup vg12 (
> Critical = 0
> DiskGroup = vg12
> )
>
> IPMultiNIC ipmnic_planeo (
> Critical = 0
> Address = "89.1.2.38"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount filesystem_home120 (
> Critical = 0
> MountPoint = "/home120"
> BlockDevice = "/dev/vx/dsk/vg12/home120"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Mount filesystem_home121 (
> Critical = 0
> MountPoint = "/home121"
> BlockDevice = "/dev/vx/dsk/vg12/home121"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Oracle planeo (
> Critical = 0
> Sid = PLANEO
> Owner = oracle9
> Home = "/home9/oracle"
> Pfile = "/home9/oracle/dbs/initPLANEO.ora"
> Pword = sysplaneo
> )
>
> Proxy proxyplaneo-fjqe3-hme0 (
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet LISTENER_PLANEO (
> Critical = 0
> Owner = oracle9
> Home = "/home9/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_planeo
> )
>
> Volume home120 (
> Critical = 0
> Volume = home120
> DiskGroup = vg12
> )
>
> Volume home121 (
> Critical = 0
> Volume = home121
> DiskGroup = vg12
> )
>
> LISTENER_PLANEO requires ipmnic_planeo
> LISTENER_PLANEO requires planeo
> filesystem_home120 requires home120
> filesystem_home121 requires home121
> home120 requires vg12
> home121 requires vg12
> ipmnic_planeo requires proxyplaneo-fjqe3-hme0
> planeo requires filesystem_home120
> planeo requires filesystem_home121
>
>
> // resource dependency tree
> //
> // group PLANEO
> // {
> // Sqlnet LISTENER_PLANEO
> // {
> // IPMultiNIC ipmnic_planeo
> // {
> // Proxy proxyplaneo-fjqe3-hme0
> // }
> // Oracle planeo
> // {
> // Mount filesystem_home120
> // {
> // Volume home120
> // {
> // DiskGroup vg12
> // }
> // }
> // Mount filesystem_home121
> // {
> // Volume home121
> // {
> // DiskGroup vg12
> // }
> // }
> // }
> // }
> // }
>
>
> group RENTACAR (
> SystemList = { pio20 = 1, pio19 = 2 }
> )
>
> DiskGroup vg13 (
> Critical = 0
> DiskGroup = vg13
> )
>
> IPMultiNIC ipmnic_rentacar (
> Critical = 0
> Address = "89.1.2.8"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount filesystem_home130 (
> Critical = 0
> MountPoint = "/home130"
> BlockDevice = "/dev/vx/dsk/vg13/home130"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Oracle rentacar (
> Critical = 0
> Sid = RENTACAR
> Owner = oracle9
> Home = "/home9/oracle"
> Pfile = "/home9/oracle/dbs/initRENTACAR.ora"
> User = "system"
> Pword = sysrentacar
> )
>
> Proxy proxyrentacar-fjqe3-hme0 (
> Enabled = 0
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet LISTENER_RENTACAR (
> Critical = 0
> Owner = oracle9
> Home = "/home9/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_rentacar
> )
>
> LISTENER_RENTACAR requires ipmnic_rentacar
> LISTENER_RENTACAR requires rentacar
> filesystem_home130 requires vg13
> ipmnic_rentacar requires proxyrentacar-fjqe3-hme0
> rentacar requires filesystem_home130
>
>
> // resource dependency tree
> //
> // group RENTACAR
> // {
> // Sqlnet LISTENER_RENTACAR
> // {
> // IPMultiNIC ipmnic_rentacar
> // {
> // Proxy proxyrentacar-fjqe3-hme0
> // }
> // Oracle rentacar
> // {
> // Mount filesystem_home130
> // {
> // DiskGroup vg13
> // }
> // }
> // }
> // }
>
>
> group SGD (
> SystemList = { pio20 = 1, pio19 = 2 }
> )
>
> DiskGroup vg09 (
> Critical = 0
> DiskGroup = vg09
> )
>
> IPMultiNIC ipmnic_sgd (
> Critical = 0
> Address = "89.1.2.34"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount filesystem_home90 (
> Critical = 0
> MountPoint = "/home90"
> BlockDevice = "/dev/vx/dsk/vg09/home90"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Mount filesystem_home91 (
> Critical = 0
> MountPoint = "/home91"
> BlockDevice = "/dev/vx/dsk/vg09/home91"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Oracle sgd (
> Critical = 0
> Sid = SGD
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initSGD.ora"
> User = "system"
> Pword = syssgd
> )
>
> Proxy proxysgd-fjqe3-hme0 (
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet LISTENER_SGD (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_sgd
> )
>
> Volume home90 (
> Critical = 0
> Volume = home90
> DiskGroup = vg09
> )
>
> Volume home91 (
> Critical = 0
> Volume = home91
> DiskGroup = vg09
> )
>
> LISTENER_SGD requires ipmnic_sgd
> LISTENER_SGD requires sgd
> filesystem_home90 requires home90
> filesystem_home91 requires home91
> home90 requires vg09
> home91 requires vg09
> ipmnic_sgd requires proxysgd-fjqe3-hme0
> sgd requires filesystem_home90
> sgd requires filesystem_home91
>
>
> // resource dependency tree
> //
> // group SGD
> // {
> // Sqlnet LISTENER_SGD
> // {
> // IPMultiNIC ipmnic_sgd
> // {
> // Proxy proxysgd-fjqe3-hme0
> // }
> // Oracle sgd
> // {
> // Mount filesystem_home90
> // {
> // Volume home90
> // {
> // DiskGroup vg09
> // }
> // }
> // Mount filesystem_home91
> // {
> // Volume home91
> // {
> // DiskGroup vg09
> // }
> // }
> // }
> // }
> // }
>
>
> group SIGLO (
> SystemList = { pio19 = 2, pio20 = 1 }
> )
>
> DiskGroup vg06 (
> Critical = 0
> DiskGroup = vg06
> )
>
> IPMultiNIC ipmnic_siglo (
> Critical = 0
> Address = "89.1.2.31"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount filesystem_home60 (
> Critical = 0
> MountPoint = "/home60"
> BlockDevice = "/dev/vx/dsk/vg06/home60"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Mount filesystem_home61 (
> Critical = 0
> MountPoint = "/home61"
> BlockDevice = "/dev/vx/dsk/vg06/home61"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Oracle siglo (
> Critical = 0
> Sid = SIGLO
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initSIGLO.ora"
> User = "system"
> Pword = syssiglo
> )
>
> Proxy proxysiglo-fjqe3-hme0 (
> Enabled = 0
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet LISTENER_SIGLO (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_siglo
> )
>
> Volume home60 (
> Critical = 0
> Volume = home60
> DiskGroup = vg06
> )
>
> Volume home61 (
> Critical = 0
> Volume = home61
> DiskGroup = vg06
> )
>
> LISTENER_SIGLO requires ipmnic_siglo
> LISTENER_SIGLO requires siglo
> filesystem_home60 requires home60
> filesystem_home61 requires home61
> home60 requires vg06
> home61 requires vg06
> ipmnic_siglo requires proxysiglo-fjqe3-hme0
> siglo requires filesystem_home60
> siglo requires filesystem_home61
>
>
> // resource dependency tree
> //
> // group SIGLO
> // {
> // Sqlnet LISTENER_SIGLO
> // {
> // IPMultiNIC ipmnic_siglo
> // {
> // Proxy proxysiglo-fjqe3-hme0
> // }
> // Oracle siglo
> // {
> // Mount filesystem_home60
> // {
> // Volume home60
> // {
> // DiskGroup vg06
> // }
> // }
> // Mount filesystem_home61
> // {
> // Volume home61
> // {
> // DiskGroup vg06
> // }
> // }
> // }
> // }
> // }
>
>
>
> Me <me@hotmail.com> wrote:
>[color=green]
>>Sounds like misconfiguration - post the main.cf so we can see
>>
>>
>>Raquel wrote:
>>[color=darkred]
>>>Firts, we had multinicA with Ipmultinic. We have changed it to proxy with
>>>Ipmultinic, but it still starts with problems. Proxy has the interfaces
>>>hme0 and qfe3, and now, all ip's are like virtual ip's in hme0...
>>>
>>>Me <me@hotmail.com> wrote:
>>>
>>>
>>>>So, you have 14 x 2 niterfaces on your machine ?
>>>>
>>>>I doubt !!!
>>>>
>>>>
>>>>Heard of proxy resources ???
>>>>
>>>>
>>>>The biggest problem is that if you use a NIC (or MultiNIC) resource, the
>>>
>>>
>>>>agent will start a monitor thread for each one. Look for resources that
>>>
>>>
>>>>have the same interface(s) and start using Proxy resources
>>>>
>>>>
>>>>
>>>>
>>>>Raquel wrote:
>>>>
>>>>
>>>>>Hi,
>>>>>
>>>>> we have a VCS with 14 groups. With 13 groups it worked correctly.[/color][/color]
>
> Ever
>[color=green][color=darkred]
>>>>>since we have added a group, ips does not work well. In the last package
>>>>>that starts, the virtual IP gives timeout...
>>>>>
>>>>> Somebody knows if there are some limits of ipmultinic resources?
>>>>>
>>>>> Thanks !
>>>
>>>[/color][/color]
>[/color]
Re: limit of ip_mnic resources ???
The groups are separated half in each machine, to distribute the load....
But when I take the last group, ipmnic fails.. I will continue reviewing
resources.
Thank you very much again. A greeting,
"Raquel" <rrcobos@aena.es> wrote:[color=blue]
>
>Hi..
>
> this is the file of the cluster configuration.
>
>Thank you !!
>---------------------------------------------
>include "types.cf"
>include "OracleTypes.cf"
>
>cluster CL_PIOVERA2 (
> UserNames = { admin = "44L1sDQcX6EHE" }
> EngineClass = TS
> Administrators = { admin }
> CounterInterval = 5
> )
>
>system pio19 (
> )
>
>system pio20 (
> )
>
>group ARA2 (
> SystemList = { pio20 = 1, pio19 = 2 }
> )
>
> DiskGroup vg14 (
> DiskGroup = vg14
> )
>
> IPMultiNIC ipmnic_ara2 (
> Address = "89.1.2.116"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount filesystem_home140 (
> MountPoint = "/home140"
> BlockDevice = "/dev/vx/dsk/vg14/home140"
> FSType = ufs
> FsckOpt = "\\-y"
> )
>
> Oracle ara2 (
> Sid = ARA2
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initARA2.ora"
> User = "system"
> Pword = sysara2
> )
>
> Proxy proxyara2-fjqe3-hme0 (
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet lsn_ARA2 (
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_ara2
> )
>
> Volume home140 (
> Volume = home140
> DiskGroup = vg14
> )
>
> ara2 requires filesystem_home140
> filesystem_home140 requires home140
> home140 requires vg14
> ipmnic_ara2 requires proxyara2-fjqe3-hme0
> lsn_ARA2 requires ara2
> lsn_ARA2 requires ipmnic_ara2
>
>
> // resource dependency tree
> //
> // group ARA2
> // {
> // Sqlnet lsn_ARA2
> // {
> // Oracle ara2
> // {
> // Mount filesystem_home140
> // {
> // Volume home140
> // {
> // DiskGroup vg14
> // }
> // }
> // }
> // IPMultiNIC ipmnic_ara2
> // {
> // Proxy proxyara2-fjqe3-hme0
> // }
> // }
> // }
>
>
>group BAM (
> SystemList = { pio20 = 1, pio19 = 2 }
> )
>
> DiskGroup vg07 (
> Critical = 0
> DiskGroup = vg07
> )
>
> IPMultiNIC ipmnic_bam (
> Critical = 0
> Address = "89.1.2.32"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount filesystem_home70 (
> Critical = 0
> MountPoint = "/home70"
> BlockDevice = "/dev/vx/dsk/vg07/home70"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Mount filesystem_home71 (
> Critical = 0
> MountPoint = "/home71"
> BlockDevice = "/dev/vx/dsk/vg07/home71"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Oracle bam (
> Critical = 0
> Sid = BAM
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initBAM.ora"
> User = "system"
> Pword = sysbam
> )
>
> Proxy proxybam-fjqe3-hme0 (
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet LISTENER_BAM (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_bam
> )
>
> Volume home70 (
> Critical = 0
> Volume = home70
> DiskGroup = vg07
> )
>
> Volume home71 (
> Critical = 0
> Volume = home71
> DiskGroup = vg07
> )
>
> LISTENER_BAM requires bam
> LISTENER_BAM requires ipmnic_bam
> bam requires filesystem_home70
> bam requires filesystem_home71
> filesystem_home70 requires home70
> filesystem_home71 requires home71
> home70 requires vg07
> home71 requires vg07
> ipmnic_bam requires proxybam-fjqe3-hme0
>
>
> // resource dependency tree
> //
> // group BAM
> // {
> // Sqlnet LISTENER_BAM
> // {
> // Oracle bam
> // {
> // Mount filesystem_home70
> // {
> // Volume home70
> // {
> // DiskGroup vg07
> // }
> // }
> // Mount filesystem_home71
> // {
> // Volume home71
> // {
> // DiskGroup vg07
> // }
> // }
> // }
> // IPMultiNIC ipmnic_bam
> // {
> // Proxy proxybam-fjqe3-hme0
> // }
> // }
> // }
>
>
>group CATALOGO (
> SystemList = { pio20 = 1, pio19 = 2 }
> )
>
> DiskGroup vg08 (
> Critical = 0
> DiskGroup = vg08
> )
>
> IPMultiNIC ipmnic_catalogo (
> Critical = 0
> Address = "89.1.2.29"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount filesystem_home80 (
> Critical = 0
> MountPoint = "/home80"
> BlockDevice = "/dev/vx/dsk/vg08/home80"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Mount filesystem_home81 (
> Critical = 0
> MountPoint = "/home81"
> BlockDevice = "/dev/vx/dsk/vg08/home81"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Oracle catalogo (
> Critical = 0
> Sid = CATALOGO
> Owner = oracle9
> Home = "/home9/oracle"
> Pfile = "/home9/oracle/dbs/initCATALOGO.ora"
> User = "system"
> Pword = syscatalogo
> )
>
> Proxy proxycatalogo-fjqe3-hme0 (
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet LISTENER_CATALOGO (
> Critical = 0
> Owner = oracle9
> Home = "/home9/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_catalogo
> )
>
> Volume home80 (
> Critical = 0
> Volume = home80
> DiskGroup = vg08
> )
>
> Volume home80p (
> Critical = 0
> Volume = home80p
> DiskGroup = vg08
> )
>
> Volume home81 (
> Critical = 0
> Volume = home81
> DiskGroup = vg08
> )
>
> LISTENER_CATALOGO requires catalogo
> LISTENER_CATALOGO requires ipmnic_catalogo
> catalogo requires filesystem_home80
> catalogo requires filesystem_home81
> filesystem_home80 requires home80
> filesystem_home81 requires home81
> home80 requires vg08
> home80p requires vg08
> home81 requires vg08
> ipmnic_catalogo requires proxycatalogo-fjqe3-hme0
>
>
> // resource dependency tree
> //
> // group CATALOGO
> // {
> // Sqlnet LISTENER_CATALOGO
> // {
> // Oracle catalogo
> // {
> // Mount filesystem_home80
> // {
> // Volume home80
> // {
> // DiskGroup vg08
> // }
> // }
> // Mount filesystem_home81
> // {
> // Volume home81
> // {
> // DiskGroup vg08
> // }
> // }
> // }
> // IPMultiNIC ipmnic_catalogo
> // {
> // Proxy proxycatalogo-fjqe3-hme0
> // }
> // }
> // Volume home80p
> // {
> // DiskGroup vg08
> // }
> // }
>
>
>group ClusterService (
> SystemList = { pio19 = 0, pio20 = 1 }
> AutoStartList = { pio19, pio20 }
> OnlineRetryLimit = 3
> )
>
> IP webip (
> Device = hme0
> Address = "89.1.2.33"
> NetMask = "255.0.0.0"
> )
>
> MultiNICA fjqe3-hme0 (
> Device @pio19 = { fjqe3 = "89.1.2.13", hme0 = "89.1.2.13" }
> Device @pio20 = { fjqe3 = "89.1.2.14", hme0 = "89.1.2.14" }
> )
>
> NotifierMngr ntfr (
> SnmpConsoles = { ovcgs = Information, pio1 = Information }
> SmtpServer = "smtp.aena.es"
> SmtpRecipients = { "rootunix12@aena.es" = Warning }
> )
>
> VRTSWebApp VCSweb (
> Critical = 0
> AppName = vcs
> InstallDir = "/opt/VRTSweb/VERITAS"
> TimeForOnline = 5
> )
>
> VCSweb requires webip
> ntfr requires fjqe3-hme0
> webip requires fjqe3-hme0
>
>
> // resource dependency tree
> //
> // group ClusterService
> // {
> // VRTSWebApp VCSweb
> // {
> // IP webip
> // {
> // MultiNICA fjqe3-hme0
> // }
> // }
> // NotifierMngr ntfr
> // {
> // MultiNICA fjqe3-hme0
> // }
> // }
>
>
>group DES (
> SystemList = { pio19 = 1, pio20 = 2 }
> )
>
> DiskGroup vgdes (
> DiskGroup = vg04
> )
>
> IPMultiNIC ipmnic_des (
> Critical = 0
> Address = "89.1.1.13"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount filesystem_home40 (
> MountPoint = "/home40"
> BlockDevice = "/dev/vx/dsk/vg04/home40"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Mount filesystem_home41 (
> Critical = 0
> MountPoint = "/home41"
> BlockDevice = "/dev/vx/dsk/vg04/home41"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Oracle adades (
> Critical = 0
> Sid = ADADES
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initADADES.ora"
> User = "system"
> Pword = sysadades
> )
>
> Oracle bamdes (
> Critical = 0
> Sid = BAMDES
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initBAMDES.ora"
> User = "system"
> Pword = sysbamdes
> )
>
> Oracle cocali (
> Critical = 0
> Sid = COCALI
> Owner = oracle7
> Home = "/home7/oracle"
> Pfile = "/home7/oracle/dbs/initCOCALI.ora"
> User = "system"
> Pword = syscocali
> )
>
> Oracle desalma (
> Critical = 0
> Sid = DESALMA
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initDESALMA.ora"
> User = "system"
> Pword = sysdesalma
> )
>
> Oracle destpv (
> Critical = 0
> Sid = DESTPV
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initDESTPV.ora"
> User = "system"
> Pword = sysdestpv
> )
>
> Oracle fare (
> Critical = 0
> Sid = FARE
> Owner = oracle7
> Home = "/home7/oracle"
> Pfile = "/home7/oracle/dbs/initFARE.ora"
> User = "system"
> Pword = sysfare
> )
>
> Oracle maxdev (
> Critical = 0
> Sid = MAXDEV
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initMAXDEV.ora"
> User = "system"
> Pword = sysmaxdev
> )
>
> Oracle maxpru (
> Critical = 0
> Sid = MAXPRU
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initMAXPRU.ora"
> User = "system"
> Pword = sysmaxpru
> )
>
> Oracle maxpru3 (
> Critical = 0
> Sid = MAXPRU3
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initMAXPRU3.ora"
> User = "system"
> Pword = sysmaxpru3
> )
>
> Oracle prueback (
> Critical = 0
> Sid = PRUEBACK
> Owner = oracle9
> Home = "/home9/oracle"
> Pfile = "/home9/oracle/dbs/initPRUEBACK.ora"
> User = "system"
> Pword = sysprueback
> )
>
> Oracle sgddes (
> Critical = 0
> Sid = SGDDES
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initSGDDES.ora"
> User = "system"
> Pword = syssgddes
> )
>
> Oracle sgddes2 (
> Critical = 0
> Sid = SGDDES2
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initSGDDES2.ora"
> User = "system"
> Pword = syssgddes2
> )
>
> Oracle sirhum (
> Critical = 0
> Sid = SIRHUM
> Owner = oracle7
> Home = "/home7/oracle"
> Pfile = "/home7/oracle/dbs/initSIRHUM.ora"
> User = "system"
> Pword = syssirhum
> )
>
> Oracle tpvdw (
> Critical = 0
> Sid = TPVDW
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initTPVDW.ora"
> User = "system"
> Pword = systpvdw
> )
>
> Proxy proxydes-fjqe3-hme0 (
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet LISTENER_ADADES (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_adades
> )
>
> Sqlnet LISTENER_BAMDES (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_bamdes
> )
>
> Sqlnet LISTENER_COCALI (
> Critical = 0
> Owner = oracle7
> Home = "/home7/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_cocali
> )
>
> Sqlnet LISTENER_DES (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_sgddes2
> )
>
> Sqlnet LISTENER_DESALMA (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_desalma
> )
>
> Sqlnet LISTENER_DESTPV (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_destpv
> )
>
> Sqlnet LISTENER_FARE (
> Critical = 0
> Owner = oracle7
> Home = "/home7/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_fare
> )
>
> Sqlnet LISTENER_MAXDEV (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_maxdev
> )
>
> Sqlnet LISTENER_PRUEBACK (
> Critical = 0
> Owner = oracle9
> Home = "/home9/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_prueback
> )
>
> Sqlnet LISTENER_SGDDES (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_sgddes
> )
>
> Sqlnet LISTENER_SIRHUM (
> Critical = 0
> Owner = oracle7
> Home = "/home7/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_sirhum
> )
>
> Sqlnet LISTENER_TPVDW (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_tpvdw
> )
>
> Volume home40 (
> Volume = home40
> DiskGroup = vg04
> )
>
> Volume home41 (
> Critical = 0
> Volume = home41
> DiskGroup = vg04
> )
>
> LISTENER_ADADES requires adades
> LISTENER_ADADES requires ipmnic_des
> LISTENER_BAMDES requires bamdes
> LISTENER_BAMDES requires ipmnic_des
> LISTENER_COCALI requires cocali
> LISTENER_COCALI requires ipmnic_des
> LISTENER_DES requires ipmnic_des
> LISTENER_DES requires sgddes2
> LISTENER_DESALMA requires desalma
> LISTENER_DESALMA requires ipmnic_des
> LISTENER_DESTPV requires destpv
> LISTENER_DESTPV requires ipmnic_des
> LISTENER_FARE requires fare
> LISTENER_FARE requires ipmnic_des
> LISTENER_MAXDEV requires ipmnic_des
> LISTENER_MAXDEV requires maxdev
> LISTENER_MAXDEV requires maxpru
> LISTENER_MAXDEV requires maxpru3
> LISTENER_PRUEBACK requires prueback
> LISTENER_SGDDES requires ipmnic_des
> LISTENER_SGDDES requires sgddes
> LISTENER_SIRHUM requires ipmnic_des
> LISTENER_SIRHUM requires sirhum
> LISTENER_TPVDW requires ipmnic_des
> LISTENER_TPVDW requires tpvdw
> adades requires filesystem_home40
> bamdes requires filesystem_home40
> desalma requires filesystem_home40
> destpv requires filesystem_home40
> fare requires filesystem_home40
> filesystem_home40 requires home40
> filesystem_home41 requires home41
> home40 requires vgdes
> home41 requires vgdes
> ipmnic_des requires proxydes-fjqe3-hme0
> maxdev requires filesystem_home40
> maxpru requires filesystem_home40
> maxpru3 requires filesystem_home40
> maxpru3 requires filesystem_home41
> prueback requires filesystem_home40
> sgddes requires filesystem_home40
> sgddes2 requires filesystem_home40
> sirhum requires filesystem_home40
> tpvdw requires filesystem_home40
>
>
> // resource dependency tree
> //
> // group DES
> // {
> // Sqlnet LISTENER_ADADES
> // {
> // Oracle adades
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // }
> // Sqlnet LISTENER_BAMDES
> // {
> // Oracle bamdes
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // }
> // Sqlnet LISTENER_COCALI
> // {
> // Oracle cocali
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // }
> // Sqlnet LISTENER_DES
> // {
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // Oracle sgddes2
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // }
> // Sqlnet LISTENER_DESALMA
> // {
> // Oracle desalma
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // }
> // Sqlnet LISTENER_DESTPV
> // {
> // Oracle destpv
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // }
> // Sqlnet LISTENER_FARE
> // {
> // Oracle fare
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // }
> // Sqlnet LISTENER_MAXDEV
> // {
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // Oracle maxdev
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // Oracle maxpru
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // Oracle maxpru3
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // Mount filesystem_home41
> // {
> // Volume home41
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // }
> // Sqlnet LISTENER_PRUEBACK
> // {
> // Oracle prueback
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // }
> // Sqlnet LISTENER_SGDDES
> // {
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // Oracle sgddes
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // }
> // Sqlnet LISTENER_SIRHUM
> // {
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // Oracle sirhum
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // }
> // Sqlnet LISTENER_TPVDW
> // {
> // IPMultiNIC ipmnic_des
> // {
> // Proxy proxydes-fjqe3-hme0
> // }
> // Oracle tpvdw
> // {
> // Mount filesystem_home40
> // {
> // Volume home40
> // {
> // DiskGroup vgdes
> // }
> // }
> // }
> // }
> // }
>
>
>group DES2 (
> SystemList = { pio19 = 1, pio20 = 2 }
> )
>
> DiskGroup vg100 (
> Critical = 0
> DiskGroup = vg100
> )
>
> DiskGroup vg15 (
> Critical = 0
> DiskGroup = vg15
> )
>
> IPMultiNIC ipmnic_planeods (
> Critical = 0
> Address = "89.1.2.42"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount filesystem_home100 (
> Critical = 0
> MountPoint = "/home100"
> BlockDevice = "/dev/vx/dsk/vg100/home100"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Mount filesystem_home150 (
> Critical = 0
> MountPoint = "/home150"
> BlockDevice = "/dev/vx/dsk/vg15/home150"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Oracle pcpdes (
> Critical = 0
> Sid = PCPDES
> Owner = oracle9
> Home = "/home9/oracle"
> Pfile = "/home9/oracle/dbs/initPCPDES.ora"
> User = "system"
> Pword = syspcpdes
> )
>
> Oracle planeods (
> Critical = 0
> Sid = PLANEODS
> Owner = oracle9
> Home = "/home9/oracle"
> Pfile = "/home9/oracle/dbs/initPLANEODS.ora"
> User = "system"
> Pword = sysplaneods
> )
>
> Proxy proxydes2-fjqe3-hme0 (
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet LISTENER_PCPDES (
> Critical = 0
> Owner = oracle9
> Home = "/home9/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_pcpdes
> )
>
> Sqlnet LISTENER_PLANEODS (
> Critical = 0
> Owner = oracle9
> Home = "/home9/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_planeods
> )
>
> Volume home100 (
> Critical = 0
> Volume = home100
> DiskGroup = vg100
> )
>
> Volume home150 (
> Critical = 0
> Volume = home150
> DiskGroup = vg15
> )
>
> LISTENER_PCPDES requires ipmnic_planeods
> LISTENER_PCPDES requires pcpdes
> LISTENER_PLANEODS requires ipmnic_planeods
> LISTENER_PLANEODS requires planeods
> filesystem_home100 requires home100
> filesystem_home150 requires home150
> home100 requires vg100
> home150 requires vg15
> ipmnic_planeods requires proxydes2-fjqe3-hme0
> pcpdes requires filesystem_home150
> planeods requires filesystem_home100
>
>
> // resource dependency tree
> //
> // group DES2
> // {
> // Sqlnet LISTENER_PCPDES
> // {
> // IPMultiNIC ipmnic_planeods
> // {
> // Proxy proxydes2-fjqe3-hme0
> // }
> // Oracle pcpdes
> // {
> // Mount filesystem_home150
> // {
> // Volume home150
> // {
> // DiskGroup vg15
> // }
> // }
> // }
> // }
> // Sqlnet LISTENER_PLANEODS
> // {
> // IPMultiNIC ipmnic_planeods
> // {
> // Proxy proxydes2-fjqe3-hme0
> // }
> // Oracle planeods
> // {
> // Mount filesystem_home100
> // {
> // Volume home100
> // {
> // DiskGroup vg100
> // }
> // }
> // }
> // }
> // }
>
>
>group NCP (
> SystemList = { pio19 = 1, pio20 = 2 }
> AutoStartList = { pio19 }
> )
>
> DiskGroup vg11 (
> Critical = 0
> DiskGroup = vg11
> )
>
> IPMultiNIC ipmnic_ncp (
> Critical = 0
> Address = "89.1.2.35"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount Filesystem_home110 (
> Critical = 0
> MountPoint = "/home110"
> BlockDevice = "/dev/vx/dsk/vg11/home110"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Oracle NCP (
> Critical = 0
> Sid = NCP
> Owner = oracle9
> Home = "/home9/oracle"
> Pfile = "/home9/oracle/dbs/initNCP.ora"
> User = "system"
> Pword = sysncp
> )
>
> Proxy proxyncp-fjqe3-hme0 (
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet lsn_ncp (
> Critical = 0
> Owner = oracle9
> Home = "/home9/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_ncp
> )
>
> Volume home110 (
> Critical = 0
> Volume = home110
> DiskGroup = vg11
> )
>
> Filesystem_home110 requires vg11
> NCP requires home110
> home110 requires Filesystem_home110
> ipmnic_ncp requires proxyncp-fjqe3-hme0
> lsn_ncp requires NCP
> lsn_ncp requires ipmnic_ncp
>
>
> // resource dependency tree
> //
> // group NCP
> // {
> // Sqlnet lsn_ncp
> // {
> // Oracle NCP
> // {
> // Volume home110
> // {
> // Mount Filesystem_home110
> // {
> // DiskGroup vg11
> // }
> // }
> // }
> // IPMultiNIC ipmnic_ncp
> // {
> // Proxy proxyncp-fjqe3-hme0
> // }
> // }
> // }
>
>
>group PCP (
> SystemList = { pio19 = 1, pio20 = 2 }
> )
>
> DiskGroup vg05 (
> DiskGroup = vg05
> )
>
> IPMultiNIC ipmnic_pcp (
> Critical = 0
> Address = "89.1.2.30"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount filesystem_home50 (
> Critical = 0
> MountPoint = "/home50"
> BlockDevice = "/dev/vx/dsk/vg05/home50"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Mount filesystem_home51 (
> Critical = 0
> MountPoint = "/home51"
> BlockDevice = "/dev/vx/dsk/vg05/home51"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Oracle pcp (
> Critical = 0
> Sid = PCP
> Owner = oracle9
> Home = "/home9/oracle"
> Pfile = "/home9/oracle/dbs/initPCP.ora"
> Pword = syspcp
> )
>
> Proxy proxypcp-fjqe3-hme0 (
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet LISTENER_PCP (
> Owner = oracle9
> Home = "/home9/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_pcp
> )
>
> Volume home50 (
> Critical = 0
> Volume = home50
> DiskGroup = vg05
> )
>
> Volume home51 (
> Critical = 0
> Volume = home51
> DiskGroup = vg05
> )
>
> LISTENER_PCP requires ipmnic_pcp
> LISTENER_PCP requires pcp
> filesystem_home50 requires home50
> filesystem_home51 requires home51
> home50 requires vg05
> home51 requires vg05
> ipmnic_pcp requires proxypcp-fjqe3-hme0
> pcp requires filesystem_home50
> pcp requires filesystem_home51
>
>
> // resource dependency tree
> //
> // group PCP
> // {
> // Sqlnet LISTENER_PCP
> // {
> // IPMultiNIC ipmnic_pcp
> // {
> // Proxy proxypcp-fjqe3-hme0
> // }
> // Oracle pcp
> // {
> // Mount filesystem_home50
> // {
> // Volume home50
> // {
> // DiskGroup vg05
> // }
> // }
> // Mount filesystem_home51
> // {
> // Volume home51
> // {
> // DiskGroup vg05
> // }
> // }
> // }
> // }
> // }
>
>
>group PLANEO (
> SystemList = { pio20 = 1, pio19 = 2 }
> AutoStartList = { pio20, pio19 }
> )
>
> DiskGroup vg12 (
> Critical = 0
> DiskGroup = vg12
> )
>
> IPMultiNIC ipmnic_planeo (
> Critical = 0
> Address = "89.1.2.38"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount filesystem_home120 (
> Critical = 0
> MountPoint = "/home120"
> BlockDevice = "/dev/vx/dsk/vg12/home120"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Mount filesystem_home121 (
> Critical = 0
> MountPoint = "/home121"
> BlockDevice = "/dev/vx/dsk/vg12/home121"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Oracle planeo (
> Critical = 0
> Sid = PLANEO
> Owner = oracle9
> Home = "/home9/oracle"
> Pfile = "/home9/oracle/dbs/initPLANEO.ora"
> Pword = sysplaneo
> )
>
> Proxy proxyplaneo-fjqe3-hme0 (
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet LISTENER_PLANEO (
> Critical = 0
> Owner = oracle9
> Home = "/home9/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_planeo
> )
>
> Volume home120 (
> Critical = 0
> Volume = home120
> DiskGroup = vg12
> )
>
> Volume home121 (
> Critical = 0
> Volume = home121
> DiskGroup = vg12
> )
>
> LISTENER_PLANEO requires ipmnic_planeo
> LISTENER_PLANEO requires planeo
> filesystem_home120 requires home120
> filesystem_home121 requires home121
> home120 requires vg12
> home121 requires vg12
> ipmnic_planeo requires proxyplaneo-fjqe3-hme0
> planeo requires filesystem_home120
> planeo requires filesystem_home121
>
>
> // resource dependency tree
> //
> // group PLANEO
> // {
> // Sqlnet LISTENER_PLANEO
> // {
> // IPMultiNIC ipmnic_planeo
> // {
> // Proxy proxyplaneo-fjqe3-hme0
> // }
> // Oracle planeo
> // {
> // Mount filesystem_home120
> // {
> // Volume home120
> // {
> // DiskGroup vg12
> // }
> // }
> // Mount filesystem_home121
> // {
> // Volume home121
> // {
> // DiskGroup vg12
> // }
> // }
> // }
> // }
> // }
>
>
>group RENTACAR (
> SystemList = { pio20 = 1, pio19 = 2 }
> )
>
> DiskGroup vg13 (
> Critical = 0
> DiskGroup = vg13
> )
>
> IPMultiNIC ipmnic_rentacar (
> Critical = 0
> Address = "89.1.2.8"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount filesystem_home130 (
> Critical = 0
> MountPoint = "/home130"
> BlockDevice = "/dev/vx/dsk/vg13/home130"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Oracle rentacar (
> Critical = 0
> Sid = RENTACAR
> Owner = oracle9
> Home = "/home9/oracle"
> Pfile = "/home9/oracle/dbs/initRENTACAR.ora"
> User = "system"
> Pword = sysrentacar
> )
>
> Proxy proxyrentacar-fjqe3-hme0 (
> Enabled = 0
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet LISTENER_RENTACAR (
> Critical = 0
> Owner = oracle9
> Home = "/home9/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_rentacar
> )
>
> LISTENER_RENTACAR requires ipmnic_rentacar
> LISTENER_RENTACAR requires rentacar
> filesystem_home130 requires vg13
> ipmnic_rentacar requires proxyrentacar-fjqe3-hme0
> rentacar requires filesystem_home130
>
>
> // resource dependency tree
> //
> // group RENTACAR
> // {
> // Sqlnet LISTENER_RENTACAR
> // {
> // IPMultiNIC ipmnic_rentacar
> // {
> // Proxy proxyrentacar-fjqe3-hme0
> // }
> // Oracle rentacar
> // {
> // Mount filesystem_home130
> // {
> // DiskGroup vg13
> // }
> // }
> // }
> // }
>
>
>group SGD (
> SystemList = { pio20 = 1, pio19 = 2 }
> )
>
> DiskGroup vg09 (
> Critical = 0
> DiskGroup = vg09
> )
>
> IPMultiNIC ipmnic_sgd (
> Critical = 0
> Address = "89.1.2.34"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount filesystem_home90 (
> Critical = 0
> MountPoint = "/home90"
> BlockDevice = "/dev/vx/dsk/vg09/home90"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Mount filesystem_home91 (
> Critical = 0
> MountPoint = "/home91"
> BlockDevice = "/dev/vx/dsk/vg09/home91"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Oracle sgd (
> Critical = 0
> Sid = SGD
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initSGD.ora"
> User = "system"
> Pword = syssgd
> )
>
> Proxy proxysgd-fjqe3-hme0 (
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet LISTENER_SGD (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_sgd
> )
>
> Volume home90 (
> Critical = 0
> Volume = home90
> DiskGroup = vg09
> )
>
> Volume home91 (
> Critical = 0
> Volume = home91
> DiskGroup = vg09
> )
>
> LISTENER_SGD requires ipmnic_sgd
> LISTENER_SGD requires sgd
> filesystem_home90 requires home90
> filesystem_home91 requires home91
> home90 requires vg09
> home91 requires vg09
> ipmnic_sgd requires proxysgd-fjqe3-hme0
> sgd requires filesystem_home90
> sgd requires filesystem_home91
>
>
> // resource dependency tree
> //
> // group SGD
> // {
> // Sqlnet LISTENER_SGD
> // {
> // IPMultiNIC ipmnic_sgd
> // {
> // Proxy proxysgd-fjqe3-hme0
> // }
> // Oracle sgd
> // {
> // Mount filesystem_home90
> // {
> // Volume home90
> // {
> // DiskGroup vg09
> // }
> // }
> // Mount filesystem_home91
> // {
> // Volume home91
> // {
> // DiskGroup vg09
> // }
> // }
> // }
> // }
> // }
>
>
>group SIGLO (
> SystemList = { pio19 = 2, pio20 = 1 }
> )
>
> DiskGroup vg06 (
> Critical = 0
> DiskGroup = vg06
> )
>
> IPMultiNIC ipmnic_siglo (
> Critical = 0
> Address = "89.1.2.31"
> NetMask = "255.0.0.0"
> MultiNICResName = fjqe3-hme0
> )
>
> Mount filesystem_home60 (
> Critical = 0
> MountPoint = "/home60"
> BlockDevice = "/dev/vx/dsk/vg06/home60"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Mount filesystem_home61 (
> Critical = 0
> MountPoint = "/home61"
> BlockDevice = "/dev/vx/dsk/vg06/home61"
> FSType = ufs
> FsckOpt = "-y"
> )
>
> Oracle siglo (
> Critical = 0
> Sid = SIGLO
> Owner = oracle8
> Home = "/home8/oracle"
> Pfile = "/home8/oracle/dbs/initSIGLO.ora"
> User = "system"
> Pword = syssiglo
> )
>
> Proxy proxysiglo-fjqe3-hme0 (
> Enabled = 0
> Critical = 0
> TargetResName = fjqe3-hme0
> )
>
> Sqlnet LISTENER_SIGLO (
> Critical = 0
> Owner = oracle8
> Home = "/home8/oracle"
> TnsAdmin = "/var/opt/oracle"
> Listener = lsn_siglo
> )
>
> Volume home60 (
> Critical = 0
> Volume = home60
> DiskGroup = vg06
> )
>
> Volume home61 (
> Critical = 0
> Volume = home61
> DiskGroup = vg06
> )
>
> LISTENER_SIGLO requires ipmnic_siglo
> LISTENER_SIGLO requires siglo
> filesystem_home60 requires home60
> filesystem_home61 requires home61
> home60 requires vg06
> home61 requires vg06
> ipmnic_siglo requires proxysiglo-fjqe3-hme0
> siglo requires filesystem_home60
> siglo requires filesystem_home61
>
>
> // resource dependency tree
> //
> // group SIGLO
> // {
> // Sqlnet LISTENER_SIGLO
> // {
> // IPMultiNIC ipmnic_siglo
> // {
> // Proxy proxysiglo-fjqe3-hme0
> // }
> // Oracle siglo
> // {
> // Mount filesystem_home60
> // {
> // Volume home60
> // {
> // DiskGroup vg06
> // }
> // }
> // Mount filesystem_home61
> // {
> // Volume home61
> // {
> // DiskGroup vg06
> // }
> // }
> // }
> // }
> // }
>
>
>
>Me <me@hotmail.com> wrote:[color=green]
>>Sounds like misconfiguration - post the main.cf so we can see
>>
>>
>>Raquel wrote:[color=darkred]
>>> Firts, we had multinicA with Ipmultinic. We have changed it to proxy[/color][/color][/color]
with[color=blue][color=green][color=darkred]
>>> Ipmultinic, but it still starts with problems. Proxy has the interfaces
>>> hme0 and qfe3, and now, all ip's are like virtual ip's in hme0...
>>>
>>> Me <me@hotmail.com> wrote:
>>>
>>>>So, you have 14 x 2 niterfaces on your machine ?
>>>>
>>>>I doubt !!!
>>>>
>>>>
>>>>Heard of proxy resources ???
>>>>
>>>>
>>>>The biggest problem is that if you use a NIC (or MultiNIC) resource,[/color][/color][/color]
the[color=blue][color=green][color=darkred]
>>>
>>>
>>>>agent will start a monitor thread for each one. Look for resources that
>>>
>>>
>>>>have the same interface(s) and start using Proxy resources
>>>>
>>>>
>>>>
>>>>
>>>>Raquel wrote:
>>>>
>>>>>Hi,
>>>>>
>>>>> we have a VCS with 14 groups. With 13 groups it worked correctly.[/color][/color]
>Ever[color=green][color=darkred]
>>>>>since we have added a group, ips does not work well. In the last package
>>>>>that starts, the virtual IP gives timeout...
>>>>>
>>>>> Somebody knows if there are some limits of ipmultinic resources?
>>>>>
>>>>> Thanks !
>>>
>>>[/color][/color]
>[/color]