Sponsored Content
Operating Systems Solaris Process to add mount point in Sun Cluster existing HAplus resource Post 302917683 by gull04 on Thursday 18th of September 2014 07:22:02 AM
Old 09-18-2014
Hi,
Should this be a scalable resource or a failover resource in the cluster, also you'll have to give us some more information.

But in general just creating the mount point with;

Code:
mkdir /xxx

Then you would configure the resource with;

Code:
clresource create -g <resource_group> -t SUNW.HAStoragePlus -p FilesystemMountPoints=/xxx -p Affinityon=true <resource-name>

Edit the /etc/vfstab to add the mount point, make sure to newfs the file systems before mounting the filesystem on all or each of the cluster nodes.Then run;

Code:
/usr/cluster/bin/cluster export -o backup.xml

But I would say if you are not experienced with Cluster 3.2, invoulve your sysadmin and count on his cluster experience - the guidance is invaluable.

Clusters are generally there for a reason and breaking one will make you extremely unpopular.

Regards

Dave
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Fibre connection Point to Point SUN

Anyone know of a guide or instructions for Solaris I got to configure a SBUS HBA to talk to a tape robot. I have done this on a switch but not point to point. just going HBA >>>>> TAPE Fibre simple two nodes Kie (6 Replies)
Discussion started by: kie
6 Replies

2. High Performance Computing

sun Cluster resource group cant failover

I have rcently setup a 4 node cluster running sun cluster 3.2 and I have installed 4 zones on each node. when installing the zones I had to install the zone on all nodes the on the last node do a zlogin -C <zonename> this worked ok. theni I tried to siwitch the zone to node a thei work... (14 Replies)
Discussion started by: lesliek
14 Replies

3. 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

4. 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

5. Solaris

suncluster co-existing with Veritas Cluster

have a pair of sun servers, wanting to test drive a 2-node cluster using both software.. would like disable one of these cluster software while the othe is running.. Is it feasible at all ?? (2 Replies)
Discussion started by: ppchu99
2 Replies

6. AIX

Adding existing VG to powerHA Resource group

Hello. I am Running AIX 6.1 and PowerHA 6.1 I have an active/active cluster (Prod/Dev) cluster. Each side will failover to the other. I have on my prod side an active volume group with a file system. The VG is imported on both nodes and active (varried on, file system mounted) on the prod... (3 Replies)
Discussion started by: mhenryj
3 Replies

7. Solaris

Sun cluster 4.0 - zone cluster failover doubt

Hello experts - I am planning to install a Sun cluster 4.0 zone cluster fail-over. few basic doubts. (1) Where should i install the cluster s/w binaries ?. ( global zone or the container zone where i am planning to install the zone fail-over) (2) Or should i perform the installation on... (0 Replies)
Discussion started by: NVA
0 Replies

8. Red Hat

Add the luns to the mount point

Hi, What is the procedure require to add the luns to the mount point in linux server. say for example due to lack of space in the mount point /u03,i want to add some extra 20gb space to mount point, how to add that ? What does luns means ? Regards, Maddy (5 Replies)
Discussion started by: Maddy123
5 Replies

9. Red Hat

Web server cluster at some point ?

What's the best way clusters for Storage at some point? (The way that data is the same in all parts) To set up a Web server cluster is the logical way?! Cluster database and Storage and then by keepalived + HA cluster will be communicated? Or, there a better solution? (For about 4 points) Thank... (0 Replies)
Discussion started by: mnnn
0 Replies

10. UNIX for Beginners Questions & Answers

How to create a new mount point with 600GB and add 350 GBexisting mount point? IN AIX

How to create a new mount point with 600GB and add 350 GBexisting mount point Best if there step that i can follow or execute before i mount or add diskspace IN AIX Thanks (2 Replies)
Discussion started by: Thilagarajan
2 Replies
scds_free_net_list(3HA) 				 Sun Cluster HA and Data Services				   scds_free_net_list(3HA)

NAME
scds_free_net_list - free the network resource memory SYNOPSIS
cc [flags...] -I /usr/cluster/include file -L /usr/cluster/lib -l dsdev #include <rgm/libdsdev.h> void scds_free_net_list(scds_net_resource_list_t *net_resource_list DESCRIPTION
The scds_free_net_list() function reclaims memory allocated during calls to scds_get_rg_hostnames(3HA) or scds_get_rs_hostnames(3HA). It deallocates the memory pointed to by netresource_list. PARAMETERS
The following parameters are supported: netresource_list Pointer to a list of network resources used by the resource group FILES
/usr/cluster/include/rgm/libdsdev.h Include file /usr/cluster/lib/libdsdev.so Library ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWscdev | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
scds_get_rg_hostnames(3HA), scds_get_rs_hostnames(3HA), attributes(5) Sun Cluster 3.2 7 Sep 2007 scds_free_net_list(3HA)
All times are GMT -4. The time now is 06:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy