How to grow vxfs directory but the server is in Veritas Cluster environment?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users How to grow vxfs directory but the server is in Veritas Cluster environment?
# 1  
Old 07-27-2012
How to grow vxfs directory but the server is in Veritas Cluster environment?

Hello,

Usually I use "vxresize" to grow vxfs directory in a stand-alone server without any problems, but I am just told to grow vxfs directorys in Veritas Cluster nodes.

Since I never done it before, would like to ask all the experts here to make sure the concept and steps will be fine before I pursue.

Example-1:

2 nodes cluster ( server-a and server-b ) in VCS control

Request: grow /opt/oracle with additional 10GB

What I notice is: the cluster is not using Veritas Cluster File System to mange its file systems =>

Which means, I can't grow file system in master node, then expect slave node will grow too .... I need to grow file systems separately on both cluster nodes --> is this concept correct?

server-a# df -h | grep /opt/oracle
/dev/vx/dsk/serveradg/optoracle 20G 13G 6.7G 66% /opt/oracle

server-b# df -h | grep /opt/oracle
/dev/vx/dsk/serverbdg/optoracle 20G 13G 6.8G 66% /opt/oracle

The reason I want to make sure is that I don't have clear Veritas Cluster knowledge, so I always thought that to grow filesystem in one node, the other nodes in the cluster should see the same change automatically, but while reasing online, I noticed this seems only works if file systems are under Veritas Cluster Filesystem control, so I would like to be careful before I go to run "vxresize" ... to prevent I am not going to mess up the cluster.

Can anyone help to share/confirm that I should still go to each node in the cluster to grow file systems even though those nodes are in the same cluster, but not in Veritas Cluster Filesystem control?

Thank you very much,

SC
# 2  
Old 07-30-2012
Hello,

Although I haven't received any feedback, but I would like to share what I have just completed on the server.

Request from DBA: to grow /opt/oracle in a 4-node Veritas Cluster.

My question: how do I grow vxfs file system in a VCS environment since it's not using Veritas Cluster Filesystem, I can't grow the file system in master node and see it grow in all 4 nodes.

What I was thinking:

(1) is /opt/oracle under VCS control?

=> I went to check Veritas Cluster configuration file in /etc/VRTSvcs/conf/config/main.cf , noticed there has no mount point /opt/oracle defined, which means this file system is not under VCS control.

(2) To make sure, I login to all 4 nodes and noticed /opt/oracle is created in different disk groups

(3) Try to make sure again, I checked the size of /opt/oracle on all 4 nodes, noticed they are in different size

Therefore, I concluded serverb:/opt/oracle is "stand-alone" in serverb, I should be able just use simple "vxresize" to grow the file system.

Note:

1. vxdiskadm -> to initiate the 2 new SAN disks into serverbdg on serverb
2. vxresize -F vxfs -g serverbdg optoracle +XXg newdisk1 newdisk2
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

How to extend a disk in veritas volume manager in veritas cluster?

Hi Experts, I wanted to extend a veritas file system which is running on veritas cluster and mounted on node2 system. #hastatus -sum -- System State Frozen A node1 running 0 A node2 running 0 -- Group State -- Group System Probed ... (1 Reply)
Discussion started by: Skmanojkum
1 Replies

2. Solaris

Using ZFS with Veritas Cluster Server

Until I really began to explore the practical implications of using ZFS with VCS, I would not have necessarily realised the obstacles that would be put in my path. Data integrity is a must-have for storage in a shared host environment, so it surprised me to learn as I opened this particular... (0 Replies)
Discussion started by: cambridge
0 Replies

3. Solaris

Veritas VxVM & Vxfs to SVM and UFS

Hi, I have 2 hosts with Veritas VxVM and VxFS (5.0 MP3_RP2). I need to use the application filesystem's luns from these 2 hosts and mount it on another 2 hosts that are running Solaris 9 09/05 and SVM. Is there resources online or has someone tried this? (4 Replies)
Discussion started by: xor
4 Replies

4. UNIX for Advanced & Expert Users

Veritas VxVM & Vxfs to SVM and UFS

Hi, I have 2 hosts with Veritas VxVM and VxFS (5.0 MP3_RP2). I need to use the application filesystem's luns from these 2 hosts and mount it on another 2 hosts that are running Solaris 9 09/05 and SVM. Is there resources online or has someone tried this? (0 Replies)
Discussion started by: xor
0 Replies

5. Solaris

Sun cluster and Veritas cluster question.

Yesterday my customer told me to expect a vcs upgrade to happen in the future. He also plans to stop using HDS and move to EMC. Am thinking how to migrate to sun cluster setup instead. My plan as follows leave the existing vcs intact as a fallback plan. Then install and build suncluster on... (5 Replies)
Discussion started by: sparcguy
5 Replies

6. Solaris

Veritas Cluster Server Question

Is it possible to configure veritas cluster server using 2 Ldoms on same host? I just want to test and learn VCS. We can do a cluster (sun cluster3.2 ) in a box using 2 Ldoms but i 'm not sure if thats possible with veritas cluster or not ? (1 Reply)
Discussion started by: fugitive
1 Replies

7. High Performance Computing

Veritas Cluster Server Management Console IP Failover

I have just completed a first RTFM of "Veritas Cluster Server Management Console Implementation Guide" 5.1, with a view to assessing it to possibly make our working lives easier. Unfortunately, at my organisation, getting a test installation would be worse than pulling teeth, so I can't just go... (2 Replies)
Discussion started by: Beast Of Bodmin
2 Replies

8. High Performance Computing

SUN Cluster Vs Veritas Cluster

Dear All, Can anyone explain about Pros and Cons of SUN and Veritas Cluster ? Any comparison chart is highly appreciated. Regards, RAA (4 Replies)
Discussion started by: RAA
4 Replies

9. High Performance Computing

newbie in veritas cluster server

Hello, This might not be the right place to post my questions. - I installed VCS 5.0 on the 2 nodes. What's next? I want to test the HA of NFS: i.e. the shared disk always accessible if one node goes down. How to do that? - The management console was not installed. This is the GUI to manage... (2 Replies)
Discussion started by: melanie_pfefer
2 Replies

10. Solaris

veritas vxfs and ufsdump

hi guys, I am studying for the solaris scsa and i want to practice with ufsdump and restores, fssnaps etc... my question is, i finally found a server with a tape drive attached that i can mess arouund with because its not a critical box. its running solaris 8, and i want to do a ufsdump, but... (2 Replies)
Discussion started by: BG_JrAdmin
2 Replies
Login or Register to Ask a Question