HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cluster CFS - Disks
Operating System - HP-UX
1833903
Members
2031
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2008 07:03 AM
03-25-2008 07:03 AM
Hi,
i am installing HP-UX Service Guard extension for RAC
CFS
The disks in the nodes in the cluster need the same cXtXdX ?
Wait.
i am installing HP-UX Service Guard extension for RAC
CFS
The disks in the nodes in the cluster need the same cXtXdX ?
Wait.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2008 08:48 AM
03-25-2008 08:48 AM
Re: Cluster CFS - Disks
no they do not.
read the configuration and installation manual for Serviceguard and SGeRAC at
http://docs.hp.com./en/ha
read the configuration and installation manual for Serviceguard and SGeRAC at
http://docs.hp.com./en/ha
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2008 08:59 PM
03-25-2008 08:59 PM
Re: Cluster CFS - Disks
Hi,
if it is 11.31 i can tell some solution. Other wise you have try out your luck to get them same.
Let me know which OS flavour you have, based on that i will tell the procedure.
if it is 11.31 i can tell some solution. Other wise you have try out your luck to get them same.
Let me know which OS flavour you have, based on that i will tell the procedure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2008 12:03 AM
03-26-2008 12:03 AM
Solution
It is not mandatory,
You can use the following steps
1. Configure the Cluster Volume manager(CVM)
Configure the system multi-node package,SG-CFS-pkg, to configure and start the
CVM/CFS stack using the following command.
# cfscluster config â s -t 900
1.1 When CVM starts up. It selects mater node from where all the disk group configuration commands has to be issued. Issue the following command on each node to find out the master node.
# vxdctl â c mode
Or
# cfscluster status
Node : jebtap01
Cluster Manager : up
CVM state : up (MASTER)
MOUNT POINT TYPE SHARED VOLUME DISK GROUP STATUS
Node : jebuso02
Cluster Manager : up
CVM state : up
MOUNT POINT TYPE SHARED VOLUME DISK GROUP STATUS
#
All CFS related commands (VxVM) has to executed on Master and will be reflected on slave as well.
#vxdisk scandisks
1.2 Initializing disk for CFS
# /etc/vx/bin/vxdisksetup â i
1.3 Create the disk group for RAC
# vxdg â s init cfsdg1 c0t0d0 : -s stand for sharable mode
1.4 Create the disk group multimode package
# cfsdgadm add cfsdg1 all=sw : this creates the package â SG-CFS-DG-1â to control
the resource shared disk group cfsdg1.
1.5 Activate the disk group
# cfsdgadm activate cfsdg1
1.6 Creating volume and adding a cluster filesystem
# vxassist â g cfsdg1 make size (volume name like vol1, Size < Disk size)
# newfs â F vxfs â o largefiles /dev/vx/rdsk/cfsdg1/
1.7 Configure mount point
# cfsmntadm add cfsdg1 all=rw
:this creates package name â SG-CFS-MP-1â to control the resource.
1.8 Mount cluster filesystem
# cfsmount
2.0 Check CFS mount points and configuration.
# bdf
# cmviewcl
You can use the following steps
1. Configure the Cluster Volume manager(CVM)
Configure the system multi-node package,SG-CFS-pkg, to configure and start the
CVM/CFS stack using the following command.
# cfscluster config â s -t 900
1.1 When CVM starts up. It selects mater node from where all the disk group configuration commands has to be issued. Issue the following command on each node to find out the master node.
# vxdctl â c mode
Or
# cfscluster status
Node : jebtap01
Cluster Manager : up
CVM state : up (MASTER)
MOUNT POINT TYPE SHARED VOLUME DISK GROUP STATUS
Node : jebuso02
Cluster Manager : up
CVM state : up
MOUNT POINT TYPE SHARED VOLUME DISK GROUP STATUS
#
All CFS related commands (VxVM) has to executed on Master and will be reflected on slave as well.
#vxdisk scandisks
1.2 Initializing disk for CFS
# /etc/vx/bin/vxdisksetup â i
1.3 Create the disk group for RAC
# vxdg â s init cfsdg1 c0t0d0 : -s stand for sharable mode
1.4 Create the disk group multimode package
# cfsdgadm add cfsdg1 all=sw : this creates the package â SG-CFS-DG-1â to control
the resource shared disk group cfsdg1.
1.5 Activate the disk group
# cfsdgadm activate cfsdg1
1.6 Creating volume and adding a cluster filesystem
# vxassist â g cfsdg1 make
# newfs â F vxfs â o largefiles /dev/vx/rdsk/cfsdg1/
1.7 Configure mount point
# cfsmntadm add cfsdg1
:this creates package name â SG-CFS-MP-1â to control the resource.
1.8 Mount cluster filesystem
# cfsmount
2.0 Check CFS mount points and configuration.
# bdf
# cmviewcl
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP