Quantcast
Channel: Symantec Connect - Storage and Clustering
Viewing all 2014 articles
Browse latest View live

Can we make a cluster filesystem available in both nodes at a time

$
0
0
I need a solution

Hello,

We have a Veritas cluster file system in 2 nodes. Now application team has requested to mount the cluster file system in both nodes at same time.

Current status of filesystem  is Active/Passive and customer request is to make that file system as Active/Active.

Is it possible to make Active/Active. If yes, please let me know the procoess...

 

Regards,

Chaitanya Bezawada. 


service groups

$
0
0
I need a solution

[root@cu:~]# /opt/VRTSvcs/bin/hares -modify VolGroup Critical 1
[root@cu ]# /opt/VRTSvcs/bin/hares -modify VolGroup Volume volname
[root@cu:~]# /opt/VRTSvcs/bin/hares -modify VolGroup DiskGroup appsdg
[root@cu:~]# /opt/VRTSvcs/bin/hares -modify VolGroup Enabled 1
[root@cu:~]#

i did mess up on the configuration how do i modify.# opt/VRTSvcs/bin/hares -modify VolGroup Volume volname
to # opt/VRTSvcs/bin/hares -modify VolGroup Volume sgproddata.

mig31

verification

$
0
0
I need a solution

HAllo fellas I am i on the right direction and if you guys can advice on the next step fron here i will really appreciate, am i  formatting the filesystems and create mount points  using vxfs .and when shouls i link them

THANKS,

IN ADVANCE

 

root@system:scripts]# cd
[root@system:~]# /opt/VRTSvcs/bin/haconf -makerw
[root@system:~]# /opt/VRTSvcs/bin/hagrp-add appsGroup
bash: /opt/VRTSvcs/bin/hagrp-add: No such file or directory
[root@system:~]# /opt/VRTSvcs/bin/hagrp -add appsGroup
VCS NOTICE V-16-1-10136 Group added; populating SystemList and setting the Parallel attribute recommended before adding resources
[root@system:~]# /opt/VRTSvcs/bin/hagrp -modify appsGroup  systemlist system 1 system 2

[root@system:~]# /opt/VRTSvcs/bin/hagrp -autoenable appsGroup -sys system
[root@system:~]# /opt/VRTSvcs/bin/hares -add appsDG DiskGroup appsGroup
VCS NOTICE V-16-1-10242 Resource added. Enabled attribute must be set before agent monitors
[root@int013:~]# /opt/VRTSvcs/bin/hares -modify appsDG Enabled 1
[root@int013:~]# /opt/VRTSvcs/bin/hares -modify appsDG DiskGroup appsdg
[root@system:~]# /opt/VRTSvcs/bin/hares -modify appsDG StartVolumes 0
[root@system:~]# /opt/VRTSvcs/bin/haconf -dump -makero
[root@system:~]# /opt/VRTSvcs/bin/hares -add SysIP IP appsGroup
VCS WARNING V-16-1-11335 Configuration must be ReadWrite : Use haconf -makerw
[root@system:~]# /opt/VRTSvcs/bin/haconf -makerw
[root@system:~]# /opt/VRTSvcs/bin/hares -add SysIP IP appsGroup
VCS NOTICE V-16-1-10242 Resource added. Enabled attribute must be set before agent monitors
[root@system:~]# /opt/VRTSvcs/bin/hares -modify SysIP Device bond0:0
[root@system:~]# /opt/VRTSvcs/bin/hares -modify SysIP Address 10.152.179.8
[root@system:~]# /opt/VRTSvcs/bin/hares -modify SysIP Netmask 255.255.255.0
VCS WARNING V-16-1-10575 Attribute Netmask not defined
[root@system:~]# /opt/VRTSvcs/bin/hares -modify SysIP Critical 1
[root@system:~]# /opt/VRTSvcs/bin/hares -modify SysIP Enabled 1
[root@system:~]# /opt/VRTSvcs/bin/haconf -dump -makero
[root@system:~]# /opt/VRTSvcs/bin/hares -add SysNIC NIC appsGroup
VCS WARNING V-16-1-11335 Configuration must be ReadWrite : Use haconf -makerw
[root@system:~]# /opt/VRTSvcs/bin/haconf -makerw
[root@system:~]# /opt/VRTSvcs/bin/hares -add SysNIC NIC appsGroup
VCS NOTICE V-16-1-10242 Resource added. Enabled attribute must be set before agent monitors
[root@system:~]# /opt/VRTSvcs/bin/hares -modify SysNIC device bond0:0
VCS WARNING V-16-1-10575 Attribute device not defined
[root@system:~]# /opt/VRTSvcs/bin/hares -modify SysNIC Enabled 1
[root@system:~]# /opt/VRTSvcs/bin/hares -add VolGroup Volume appGroup
VCS WARNING V-16-1-10133 Group does not exist: appGroup
[root@system:~]# /opt/VRTSvcs/bin/hares -add VolGroup Volume appsGroup
VCS NOTICE V-16-1-10242 Resource added. Enabled attribute must be set before agent monitors
[root@system:~]# /opt/VRTSvcs/bin/hares -modify VolGroup Critical 1
[root@system:~]# /opt/VRTSvcs/bin/hares -modify VolGroup Volume volname
[root@system:~]# /opt/VRTSvcs/bin/hares -modify VolGroup DiskGroup appsdg
[root@system:~]# /opt/VRTSvcs/bin/hares -modify VolGroup Enabled 1
[root@system:~]#

[root@system:~]# /opt/VRTSvcs/bin/hares -modify VolGroup Critical 1
[root@system:~]# /opt/VRTSvcs/bin/hares -modify VolGroup Volume volname
[root@system:~]# /opt/VRTSvcs/bin/hares -modify VolGroup DiskGroup appsdg
[root@system:~]# /opt/VRTSvcs/bin/hares -modify VolGroup Enabled 1
[root@system:~]# /opt/VRTSvcs/bin/hares -add mntGroup Mount appsGroup
VCS NOTICE V-16-1-10242 Resource added. Enabled attribute must be set before agent monitors
[root@system:~]# /opt/VRTSvcs/bin/hares -modify mntGroup BlockDevice /dev/vx/dsk/appsdg/Volname
[root@system:~]# /opt/VRTSvcs/bin/hares -modify mntGroup MountPoint /mntpoint
VCS WARNING V-16-1-10575 Attribute Mountpoint not defined
[root@system:~]# /opt/VRTSvcs/bin/hares -modify mntGroup FSType vxfs
[root@system:~]# /opt/VRTSvcs/bin/hares -modify mntGroup Critical 1
[root@system:~]# /opt/VRTSvcs/bin/hares -modify mntGroup Enabled

 

mig31

Why Virtual Machines Are Like Rabbits

$
0
0
Location: 
Webcast: At your own desk
Time: 
Tue, 21 May, 2013 - 10:00 - 11:00 PDT

 

Virtualization, cloud and other new technologies are making the IT environment more complex to ensure continuity of services. And with disruption coming in many forms—from security threats and configuration errors to power outages and natural disasters—how do you protect your sprawling data, meet Service Level Agreements, stop malware and other threats or manage those virtual machines that seem to multiply like rabbits? Attend our webcast on May 21st at 10am PDT to learn best practices and get technology tips to protect your data wherever it resides, keep your critical applications highly available, and implement the right business continuity strategy for your virtual environment. If your only choice is, “Up” and “Running,” register for our webcast today. http://bit.ly/12vIzZ4

 

system status

$
0
0
I need a solution

Why is the state of the second system showing uknown

[root@system1:log]# /opt/VRTSvcs/bin/hastatus -summary

-- SYSTEM STATE
-- System               State                Frozen

A  system1       RUNNING              0
A  system2       UNKNOWN              0

-- GROUP STATE
-- Group           System               Probed     AutoDisabled    State        

B  ClusterService  system1       Y          N               ONLINE       
B  ClusterService  system2       Y          N               OFFLINE      
B  appsGroup       system1       N          Y               OFFLINE      
B  appsGroup       system2       Y          Y               OFFLINE      
B  vxfen           system1       Y          N               OFFLINE      
B  vxfen           system2       Y          Y               OFFLINE      

-- RESOURCES NOT PROBED
-- Group           Type                 Resource             System             

E  ClusterService  IP                   webip                system2     
E  ClusterService  NIC                  csgnic               system2     
E  appsGroup       DiskGroup            appsDG               system2     
E  appsGroup       IP                   SysIP                system1     
E  appsGroup       IP                   SysIP                system2     
E  appsGroup       Mount                mntGroup             system1     
E  appsGroup       Mount                mntGroup             system2     
E  appsGroup       NIC                  SysNIC               system1     
E  appsGroup       NIC                  SysNIC               system2     
E  appsGroup       Volume               VolGroup             system2     
E  vxfen           CoordPoint           coordpoint           system2     
[root@system1:log]#

How to migrate from Storage Foundation DMP to EMC Power Path DMP?

$
0
0
I need a solution

Hello,

 

Could anyone please advise what is a proper way to migrate from existing Storage Foundation (for Windows) DMP support - to EMC PowerPath DMP?

I haven't seen any decent Tech Notes, White papers or other articles for this.

There is also Veritas Cluster Server and VVR Replication on top of existing SF DMP.

 

Any help would be very appreciated!

 

 

pre-offline trigger in VCS

$
0
0

Would like to have the ability to issue a "notification blackout" for Oracle's OEM product, prior to database resources going down.  The use of a "pre-offline type trigger" would be very beneficial, as this is needed per DB resource.

 

VMOM Add Linux SFHA errors !!!

$
0
0
I need a solution

 

Started [05/21/2013 09:52:47]
 
[05/21/2013 09:52:47] type  rh 203.135.129.60 cms 
[05/21/2013 09:52:47] ADD_HOST_PRECONFIG_CHK
[05/21/2013 09:52:47] {"JOB":{"RETURNCODE":0,"ERROR":"Success","NAME":"add_host","OUTPUT":"ADD_HOST_PRECONFIG_CHK","STATE":"SUCCESS","PROGRESS":1}}
[05/21/2013 09:52:47] Executing: "C:\Program Files\Veritas\VRTSsfmh\bin\xdbadm.exe" -g -u HABDBSYNC -o "C:\ProgramData\Symantec\VRTSsfmcs\.odbc.ini" --database SFMdb3 --conf "C:\ProgramData\Symantec\VRTSsfmcs\conf"
[05/21/2013 09:52:47] Executing: "C:\Program Files\Veritas\VRTSsfmh\bin\xdbadm.exe" -g -u HABDBSYNC -o "C:\ProgramData\Symantec\VRTSsfmcs\.odbc.ini" --database SFMdb3 --conf "C:\ProgramData\Symantec\VRTSsfmcs\conf"
[05/21/2013 09:52:47] ADD_HOST_INPUT_PARAM_CHK
[05/21/2013 09:52:47] {"JOB":{"RETURNCODE":0,"ERROR":"Success","NAME":"add_host","OUTPUT":"ADD_HOST_INPUT_PARAM_CHK","STATE":"SUCCESS","PROGRESS":6}}
[05/21/2013 09:52:47] user name is "root"
[05/21/2013 09:52:47] ADD_HOST_CONTACTING_MH
[05/21/2013 09:52:47] {"JOB":{"RETURNCODE":0,"ERROR":"Success","NAME":"add_host","OUTPUT":"ADD_HOST_CONTACTING_MH","STATE":"SUCCESS","PROGRESS":20}}
[05/21/2013 09:52:47] Executing: "C:\Program Files\Veritas\VRTSsfmh\bin\xprtlc.exe" -u nobody -l https://203.135.129.60:5634/world/getvitals
[05/21/2013 09:52:47] Output: {
"XPRTLD_VERSION" :  "5.0.196.0",
"LOCAL_NAME" : "linux1-vm.lc.wz.zj",
"LOCAL_ADDR" : "203.135.129.60",
"PEER_NAME" : "vom-vm.lc.wz.zj",
"PEER_ADDR" : "203.135.129.35",
"LOCAL_TIME" : "1369100978",
"LOCALE" : "en_US.UTF-8",
"DOMAIN_MODE" : "FALSE",
"QUIESCE_MODE" : "RUNNING",
"OSNAME" : "Linux",
"OSRELEASE" : "2.6.32-220.el6.x86_64",
"CPUTYPE" : "x86_64",
"OSUUID" : "{00010050-5689-5a4c-0000-000000000000}",
"DOMAINS" : {
    }
}
 
[05/21/2013 09:52:47] Return code: 0
[05/21/2013 09:52:47] Executing: "C:\Program Files\Veritas\VRTSsfmh\bin\xprtlc.exe" -u "root" -l https://203.135.129.60:5634/
[05/21/2013 09:52:47] Output: HTTP/1.1 302 OK
Status: 307 Moved
Location: /admin/htdocs/cs_config.htm 
 
 
[05/21/2013 09:52:47] Return code: 768
[05/21/2013 09:52:47] Checking to see if CS is reachable from MH
[05/21/2013 09:52:47] Executing: "C:\Program Files\Veritas\VRTSsfmh\bin\xprtlc.exe" -u "root" -l https://203.135.129.60:5634/https://VOM-VM:5634/world/getvitals
[05/21/2013 09:52:48] Output: {
"XPRTLD_VERSION" :  "5.0.196.0",
"LOCAL_NAME" : "VOM-VM.lc.wz.zj",
"LOCAL_ADDR" : "203.135.129.35",
"PEER_NAME" : "linux1-vm.lc.wz.zj",
"PEER_ADDR" : "203.135.129.60",
"LOCAL_TIME" : "1369101168",
"LOCALE" : "UNKNOWN",
"DOMAIN_MODE" : "TRUE",
"QUIESCE_MODE" : "RUNNING",
"OSNAME" : "Windows",
"OSRELEASE" : "Microsoft Windows Server 2008-Enterprise Edition",
"CPUTYPE" : "x64",
"OSUUID" : "{00120050-5689-67c4-0000-00001a459235}",
"DOMAINS" : {
    "sfm://VOM-VM:5634/" : {
        "admin_url" : "vxss://VOM-VM:14545/sfm_admin/sfm_domain/vx",
        "primary_broker" : "vxss://VOM-VM:14545/sfm_agent/sfm_domain/vx"
        }
    }
}
 
[05/21/2013 09:52:48] Return code: 0
[05/21/2013 09:52:48] CS host (VOM-VM) is resolvable
[05/21/2013 09:52:48] Trying to figure out if host is already part of the domain
[05/21/2013 09:52:48] Executing: "C:\Program Files\Veritas\VRTSsfmh\bin\xprtlc.exe" -u nobody -l https://localhost:5634/agent/domain/enum
[05/21/2013 09:52:48] ADD_HOST_SEND_CRED_MH
[05/21/2013 09:52:48] {"JOB":{"RETURNCODE":0,"ERROR":"Success","NAME":"add_host","OUTPUT":"ADD_HOST_SEND_CRED_MH","STATE":"SUCCESS","PROGRESS":30}}
[05/21/2013 09:52:48] Executing: "C:\Program Files\Veritas\VRTSsfmh\bin\xprtlc.exe" -u "root" -d username=sfm_agent -f "C:\ProgramData\Symantec\VRTSsfmcs\\mh_cred.xml" -l https://203.135.129.60:5634/admin/cgi-bin/push_cred.pl
[05/21/2013 09:52:49] Output: SUCCESS
 
[05/21/2013 09:52:49] Return code: 0
[05/21/2013 09:52:49] ADD_HOST_INIT_DISCOVERY
[05/21/2013 09:52:49] {"JOB":{"RETURNCODE":0,"ERROR":"Success","NAME":"add_host","OUTPUT":"ADD_HOST_INIT_DISCOVERY","STATE":"SUCCESS","PROGRESS":75}}
[05/21/2013 09:52:49] Executing "C:\Program Files\Veritas\VRTSsfmh\bin\xprtlc.exe" -u "root" -l "https://203.135.129.60:5634/admin/cgi-bin/sfme.pl?operation=configure_mh&cs-hostname=VOM-VM&cs-ip=203.135.129.35&mh-hostname=203.135.129.60&agent-password=******
[05/21/2013 09:52:49] Waiting for output from configure_mh----
[05/21/2013 09:52:49] ADD_HOST_INIT_DISCOVERY
[05/21/2013 09:52:49] {"JOB":{"RETURNCODE":0,"ERROR":"Success","NAME":"add_host","OUTPUT":"ADD_HOST_INIT_DISCOVERY","STATE":"SUCCESS","PROGRESS":80}}
[05/21/2013 09:52:49] Waiting for output from configure_mh----
[05/21/2013 09:52:49] ADD_HOST_INIT_DISCOVERY
[05/21/2013 09:52:49] {"JOB":{"RETURNCODE":0,"ERROR":"Success","NAME":"add_host","OUTPUT":"ADD_HOST_INIT_DISCOVERY","STATE":"SUCCESS","PROGRESS":80}}
[05/21/2013 09:52:49] Waiting for output from configure_mh----
[05/21/2013 09:52:49] ADD_HOST_INIT_DISCOVERY
[05/21/2013 09:52:49] {"JOB":{"RETURNCODE":0,"ERROR":"Success","NAME":"add_host","OUTPUT":"ADD_HOST_INIT_DISCOVERY","STATE":"SUCCESS","PROGRESS":80}}
[05/21/2013 09:52:49] fancy_die
[05/21/2013 09:52:49] -1
[05/21/2013 09:52:49] fancy_dead
 
    
 
 

two disks' one path disable, dmp event log no io error report.

$
0
0
I need a solution

5.0mp3rp2  on aix6106,

two disks' one primary path disabled, has changed dmp log level to 9, still no more logs, any tips?

 

==============

 

hdisk70                     hdisk70              hdisk70      dg12   ENABLED
hdisk20                     hdisk70              hdisk70      dg12   ENABLED
hdisk40                     hdisk70              hdisk70      dg12   ENABLED
hdisk30                     hdisk70              hdisk70      dg12   DISABLED  <<<<
hdisk71                     hdisk71              hdisk71      dg22    ENABLED
hdisk21                     hdisk71              hdisk71      dg22    ENABLED
hdisk41                     hdisk71              hdisk71      dg22    ENABLED
hdisk31                     hdisk71              hdisk71      dg22    DISABLED <<<

===========dmp event log

 

Wed May 15 10:38:38.000: Reconfiguration is in progress
Wed May 15 10:38:38.000: Reconfiguration has finished
Wed May 15 10:38:37.781: Enabled Path hdisk31 belonging to Dmpnode hdisk71
Wed May 15 10:38:37.782: Enabled Path hdisk30 belonging to Dmpnode hdisk70
Wed May 15 10:41:46.788: Disabled Path hdisk31 belonging to Dmpnode hdisk71
Wed May 15 10:41:46.790: Disabled Path hdisk30 belonging to Dmpnode hdisk70
Fri May 17 11:06:49.030: Disabled Path hdisk31 belonging to Dmpnode hdisk71
Fri May 17 11:06:49.031: Disabled Path hdisk30 belonging to Dmpnode hdisk70
Fri May 17 11:10:17.000: Reconfiguration is in progress
Fri May 17 11:10:17.000: Reconfiguration has finished
Fri May 17 11:09:56.466: Enabled Path hdisk31 belonging to Dmpnode hdisk71
Fri May 17 11:09:56.467: Enabled Path hdisk30 belonging to Dmpnode hdisk70
Fri May 17 11:11:49.034: Disabled Path hdisk31 belonging to Dmpnode hdisk71
Fri May 17 11:11:49.036: Disabled Path hdisk30 belonging to Dmpnode hdisk70
Fri May 17 11:16:49.038: Disabled Path hdisk31 belonging to Dmpnode hdisk71
Fri May 17 11:16:49.040: Disabled Path hdisk30 belonging to Dmpnode hdisk70
Fri May 17 18:06:07.000: Reconfiguration is in progress
Fri May 17 18:06:07.000: Reconfiguration has finished
Fri May 17 18:06:06.690: Enabled Path hdisk31 belonging to Dmpnode hdisk71
Fri May 17 18:06:06.691: Enabled Path hdisk30 belonging to Dmpnode hdisk70
Fri May 17 18:06:49.366: Disabled Path hdisk31 belonging to Dmpnode hdisk71
Fri May 17 18:06:49.367: Disabled Path hdisk30 belonging to Dmpnode hdisk70
 
===============
 
# more vxdisk_list_hdisk70
Device:    hdisk70
devicetag: hdisk70
type:      auto
hostid:    hostXXX
disk:      name=hdisk70 id=1256284769.31.hostXX1
group:     name=oradatadg2 id=1256284878.39.hostXX1
info:      format=cdsdisk,privoffset=256
flags:     online ready private autoconfig noautoimport imported
pubpaths:  block=/dev/vx/dmp/hdisk70 char=/dev/vx/rdmp/hdisk70
guid:      {fd78acd4-1dd1-11b2-84a4-2095fd4e2d52}
udid:      DGC%5FRAID%205%5FCKM00093100229%5F600601600FE025004BFFD39D1EBEDE11
site:      -
version:   3.1
iosize:    min=512 (bytes) max=2048 (blocks)
public:    slice=0 offset=65792 len=419348224 disk_offset=0
private:   slice=0 offset=256 len=65536 disk_offset=0
update:    time=1368760547 seqno=0.185
ssb:       actual_seqno=0.0
headers:   0 240
configs:   count=1 len=48144
logs:      count=1 len=7296
Defined regions:
 config   priv 000048-000239[000192]: copy=01 offset=000000 enabled
 config   priv 000256-048207[047952]: copy=01 offset=000192 enabled
 log      priv 048208-055503[007296]: copy=01 offset=000000 enabled
 lockrgn  priv 055504-055647[000144]: part=00 offset=000000
Annotations:
 tag      udid_asl=DGC%5FRAID%205%5FCKM00093100229%5F600601600FE025004BFFD39D1EBEDE11
Multipathing information:
numpaths:   4
hdisk70 state=enabled   type=primary
hdisk20 state=enabled   type=secondary
hdisk40 state=enabled   type=secondary
hdisk30 state=disabled  type=primary
# more  vxdisk_list_hdisk71 
Device:    hdisk71
devicetag: hdisk71
type:      auto
hostid:    hostXXX
disk:      name=hdisk71 id=1256284769.33.hostXX1
group:     name=sapsysdg2 id=1256284893.41.hostXX1
info:      format=cdsdisk,privoffset=256
flags:     online ready private autoconfig noautoimport imported
pubpaths:  block=/dev/vx/dmp/hdisk71 char=/dev/vx/rdmp/hdisk71
guid:      {fdd8c5e2-1dd1-11b2-823d-1ca8f8812734}
udid:      DGC%5FRAID%205%5FCKM00093100229%5F600601600FE025004DFFD39D1EBEDE11
site:      -
version:   3.1
iosize:    min=512 (bytes) max=2048 (blocks)
public:    slice=0 offset=65792 len=419348224 disk_offset=0
private:   slice=0 offset=256 len=65536 disk_offset=0
update:    time=1368760547 seqno=0.171
ssb:       actual_seqno=0.0
headers:   0 240
configs:   count=1 len=48144
logs:      count=1 len=7296
Defined regions:
 config   priv 000048-000239[000192]: copy=01 offset=000000 enabled
 config   priv 000256-048207[047952]: copy=01 offset=000192 enabled
 log      priv 048208-055503[007296]: copy=01 offset=000000 enabled
 lockrgn  priv 055504-055647[000144]: part=00 offset=000000
Annotations:
 tag      udid_asl=DGC%5FRAID%205%5FCKM00093100229%5F600601600FE025004DFFD39D1EBEDE11
Multipathing information:
numpaths:   4
hdisk71 state=enabled   type=primary
hdisk21 state=enabled   type=secondary
hdisk41 state=enabled   type=secondary
hdisk31 state=disabled  type=primary

 

Cluster Network Architectures – Time to Share Nothing?

$
0
0

Having worked with Clustering for nearly fifteen years I believe this still qualifies me as  a total novice. It’s a bit like saying I work with cars, if I drive formula one car I won’t have much knowledge about stock car racing.  When we talk about cluster computing it normally refers to a number of computers working in some coordinated fashion. These will typically fall into two types,  shared disk and shared nothing.

Shared disk is the most recognized architecture and as the name would suggest simply means that all storage is available to all nodes in the cluster. Examples of this could be Oracle RAC or Storage Foundation Cluster Filesystem.  In both these instances a lock manager is required to manage to the coordinated access to the data. Shared disk architecture offers the highest levels of availability. Depending on the application it can often scale very badly in true parallel shared clusters. I often see this in Oracle RAC environments where due to the cache kept on each node the database is constantly chasing memory segments from other cluster nodes severely impacting database performance. Shared disk is normally the most costly and widely used of the architectures.

Shared nothing is another cluster mechanism which exists. Shared nothing does not involve concurrent access to disks, so no lock manager is required. Some would suggest that VERITAS Cluster Server could be considered a shared nothing technology since only one node in the cluster can access the data at a time. This is true unless you are using Veritas ClusterFilesystem. Ultimately though you are using shared storage which is presented to all hosts in the cluster. True shared nothing eliminates the need for expensive SAN shared storage and acts as an enabler for leveraging non shared storage. For example if I bought an X86 server with two internal drives, I could have my Operating system on one and an application on the other.  This however offers no resiliency in the face of hardware failures of either  server or storage. Using a shared nothing approach we could mirror our application data  to one or many servers in our cluster. Those  servers do not need to see the application data disk (not shared) the data will simply be replicated over the cluster interconnects and a synchronous copy will appear on the passive servers. Thus removing the need for expensive shared SAN storage. If you then consider a solution like VERITAS Cluster Server now you are able to monitor the application and if there was a failure of disk/server or application then control could be passed to one of the passive servers to restart the application with a consistent up to date copy of the data.  

Storage Foundation High Availability 6.1 is due out in October 2013 will make shared nothing clustering as described here a reality. There is already the building blocks in place which enable “data shipping” across the cluster interconnects. So for example in the event of loss of storage connectivity of a node, that node could continue to process requests and write the data over the interconnects on another server. This is the underlying technology that the shared nothing implementation uses. VERITAS Cluster Server today offers a standardized approach to application availability with the traditional active passive approach.  Storage Foundation HA will offer enterprises a very cost effective simple design to making their application highly available without any of the associated storage costs. As with all forms Business Continuity it is important to understand the service levels you need to maintain and map the solution accordingly. I would anticipate that the shared nothing approach may not fit the 99999 applications but will certainly be a good fit for less critical applications. The shared nothing implementation is branded Shared Storage Sharing and will available in October this year.

Manually handl DHC and DHC MAPs in VOM

$
0
0

In case # 04360304 we had a problem with DHC and DHC MAPS which not could be solved and there is no workaround.

 

We would like to be able to administer /switch off DHC/DHC MAP

 

SFHA 6.0.2 installation on RHEL 6.4

$
0
0
I need a solution

Environment:

OS = Linux (RHEL 6.4)

SFHA version 6.0.2

Kernel version = Linux secphoenix 2.6.32-358.el6.x86_64

 

I am trying to install SFHA version 6.0.2 on RHEL 6.4

All required package dependencies were resolved.

Checking system communication ..................................... Done
    Checking release compatibility .................................... Done
    Checking installed product ........................................ Done
    Checking prerequisite patches and rpms ............................ Done
    Checking platform version ......................................... Done
    Checking file system free space ................................... Done
    Checking product licensing ........................................ Done
    Performing product prechecks ...................................... Done

System verification checks completed successfully

 

 

While installing rpms, VRTSvxfs ended up with error but all other rpms installed successfully.

Veritas Storage Foundation and High Availability Install did not complete successfully

VRTSvxfs rpm failed to install on priphoenix
VRTSvxfs rpm failed to install on secphoenix

 

What could be the possible causes of this issue?

Resource became OFFLINE unexpectedly on its own

$
0
0
I need a solution

Hi Experts,

 

I would like to know if there is any other way to check what is causing some resources to go down unexpectedly?

 

 

May 15 14:54:46 EMMDPD07 AgentFramework[7135]: [ID 702911 daemon.notice] VCS ERROR V-16-1-13067 Thread(9) Agent is calling clean for resource(Server1) because the resource became OFFLINE unexpectedly, on its own.
May 15 14:54:47 EMMDPD07 Had[6891]: [ID 702911 daemon.notice] VCS ERROR V-16-1-13067 (EMMDPD07) Agent is calling clean for resource(Server1) because the resource became OFFLINE unexpectedly, on its own.
May 15 14:54:48 EMMDPD07 AgentFramework[7135]: [ID 702911 daemon.notice] VCS ERROR V-16-1-13068 Thread(9) Resource(Server1) - clean completed successfully.
May 15 14:54:48 EMMDPD07 AgentFramework[7135]: [ID 702911 daemon.notice] VCS ERROR V-16-1-13073 Thread(9) Resource(Server1) became OFFLINE unexpectedly on its own. Agent is restarting (attempt number 1 of 1) the resource.
May 15 14:54:48 EMMDPD07 Had[6891]: [ID 702911 daemon.notice] VCS ERROR V-16-1-13073 (EMMDPD07) Resource(Server1) became OFFLINE unexpectedly on its own. Agent is restarting (attempt number 1 of 1) the resource.
 
 
Any comment or suggestion is appreciated :)
 

how to probe resources

$
0
0
I need a solution

[root@system1]# /opt/VRTSvcs/bin/hastatus -sum                  
-- SYSTEM STATE
-- System               State                Frozen

A  system1       RUNNING              0
A  system2       RUNNING              0

-- GROUP STATE
-- Group           System      Probed     AutoDisabled    State        

B  ClusterService  system1       Y          N               ONLINE       
B  ClusterService  system2       Y          N               OFFLINE      
B  appsGroup       system1       N          N               PARTIAL      
B  appsGroup       system2       N          N               OFFLINE      
B  vxfen           system1       Y          N               OFFLINE      
B  vxfen           system2       Y          N               OFFLINE      

-- RESOURCES NOT PROBED
-- Group           Type                 Resource             System             

E  appsGroup       IP                   SysIP                system1     
E  appsGroup       IP                   SysIP                system2     
E  appsGroup       Mount                mntGroup             system1     
E  appsGroup       Mount                mntGroup             system2     
E  appsGroup       NIC                  SysNIC               system1     
E  appsGroup       NIC                  SysNIC               system2     
 

cant get my SysIP online because the resource has not been probed how do you probe the appsgroups in bold

thanks

mig31

Does VCS low pri LLT support configure on a public bond NIC with public IP ?

$
0
0
I need a solution

I have a problem that to add a low pri LLT with a public bond NIC with public IP on it.

bond0 is a bond of 2 eth NICs and each NIC connecting to a different router, and there is connection between 2 routers. The 2 IPs are in the same subnet, so there is no route issue.

After configure the bond0 as low pri LLT, lltstat shows the link DOWN on the other node from each side:

 

# lltstat -nvv|head
LLT node information:
Node State Link Status Address
0 server1 OPEN
eth1 UP E4:1F:13:2D:92:3P
eth3 UP 00:10:18:8C:3U:4D
bond0 DOWN
* 1 server2 OPEN
eth1 UP E4:1F:13:62:39:49
eth3 UP 00:10:18:8C:0B:93
bond0 UP E4:1F:13:62:94:05

[root@cdceap1d ~]# lltstat -nvv|head
LLT node information:
Node State Link Status Address
* 0 server1 OPEN
eth1 UP E4:1F:13:2D:92:3P
eth3 UP 00:10:18:8C:3U:4D
bond0 UP E4:1F:13:2D:0E:6D
1 server2 OPEN
eth1 UP E4:1F:13:62:39:49
eth3 UP 00:10:18:8C:0B:93
bond0 DOWN

 

LLT work on 2nd layer "Data Link Layer",  /opt/VRTSllt/lltping test cannot get through to each other. But arping with broadcast package can get through.

 

So my question is if the low pri LLT support public bond NIC with public IP ?

I found some notes :

LLT supports NIC bonding
You can configure NIC bonds (aggregated interfaces) as private links under LLT.
LLT treats each aggregated interface as a single link. So, you must configure these NICs that form the bond in such a way that the NICs are connected to the same switch or hub.
Note: If the NICs are connected to different switches or hubs, you must establish connection between the switches or hubs.

 

So according to the note, LLT only support NIC bonding as private links? Not with public IP ?

 

Any one has the experience would be huge appreciate.


New License for SFHA is not working

$
0
0
I need a solution

Environment

OS = Windows 2008 SP2 (32bit)

SFHA = 5.1 SP2

Query

Few days ago my replication between two nodes was stopped and I saw the below message when I start replication. I ordered the License(VRTS STORAGE FOUNDATION HA 6.0 WIN NFR LIC) and applied the new License (and also removed the old License) from Control Panel=>Programs and Features=>SFHA 5.1SP2(Server components)=>Change=>License Management. But still I am seeing the below message when I start Replication.

 

Replication-Stopped_0.png

 

 

 

How I can add Virtual ip in a cluster service group

$
0
0
No
I need a solution

How i can add Virtual ip for the groups in cluster service .

Thanks 

Regards

8776801

after reboot server "VCS RAC INFO V-10-1-15047 mmpl_reconfig_ioctl: dev_ioctl failed, vxfen May not be configured "show in messages

$
0
0
I need a solution

Solaris 10 ,SFRAC 5.1sp1rp2

===========

 

 PKGINST:  VRTSdbac
      NAME:  Veritas Oracle Real Application Cluster Support Package by Symantec
  CATEGORY:  system
      ARCH:  sparc
   VERSION:  5.1
   BASEDIR:  /
    VENDOR:  Symantec Corporation
      DESC:  Veritas Oracle Real Application Cluster Support Package by Symantec
    PSTAMP:  5.1.102.100-5.1SP1RP2P1-2012-03-06_21:43:16
  INSTDATE:  Jul 31 2012 15:02
    STATUS:  completely installed
     FILES:      219 installed pathnames
                  33 shared pathnames
                   5 linked files
                  56 directories
                 135 executables
               10306 blocks used (approx)

 

after reboot:

 

 

Jan23 15:06:38 hostXX llt: [ID 860062 kern.notice] LLT INFO V-14-1-10024 link 1 (ethXXX) node 1 active
Jan23 15:06:42 hostXX gab: [ID 316943 kern.notice] GAB INFO V-15-1-20036 Port o gen   562e0e membership 01
Jan23 15:06:42 hostXX gab: [ID 316943 kern.notice] GAB INFO V-15-1-20036 Port a gen   562e0d membership 01
Jan23 15:06:42 hostXX vcsmm: [ID 357760 kern.notice] VCS RAC INFO V-10-1-15047 mmpl_reconfig_ioctl: dev_ioctl failed, vxfen May not be configured
...
 
 
=======
SFRAC start ok, just need check if it's a issue not fixed in this version.

Storage foundation for Windows bandwidth issue..

$
0
0
I need a solution

Hi,

We  have the following license:-

1.VRTS STORAGE FOUNDATION 6.0 WIN FOR OS TIER STANDARD EDITION PER SERVER STD LIC EXPRESS BAND S

2.VRTS STORAGE FOUNDATION OPTION VOLUME REPLICATOR 6.0 WIN FOR OS TIER STANDARD EDITION PER SERVER STD LIC EXPRESS BAND S

We the following infra:-

1. OS - Windows 2008 R2 Ent.

2. Application - Oracle database 11.2g.(Without RAC)

3. Hardware - RAM - 24GB; HDD - C:, D:, E:.

4. HDD - RAID configured in local system.

5. Oracle application is installed in C Driave and Database is in D Drive.

6. Bandwidth - 24mbps/18-20ms (Shared)

I am new in storage foundation.

Please, help me with my query.

1. Will the above license is enough to replicate the drives.

2. Oracle is in D drive will the software able to replicate the drive.

3. Is the shared bandwidth is enough to replicate in real time.

4. Is there any thing I need to check before installations.

5. Any por and corns ...(if any).

Please, provide the doc links for the same.

Thanks.

 

SFHA install in Solaris 10 with Solaris 9 Branded Zone

$
0
0
I need a solution

We have install SFHA 5.1SP1RP3 in Solaris 10 update 10.

When we configure the VCS zone agent to handle the Solaris 9 Branded Zone. It can online, offline the Solaris 9 Branded Zone in SFHA, but we see that Online the zone in agent, it show boot single user mode first, and then reboot to multi user mode. After boot in multi user mode, it is normal in VCS.

Is that any solution for boot multi user mode only?

Viewing all 2014 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>