- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- service guard Cluster steps
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
04-17-2007 09:42 PM
04-17-2007 09:42 PM
Does anybody have the step by step procedure for configuiring a two node serviceguard cluster.I waiting for your valuable replies on this.
Thanks and regards
Aneez
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2007 10:47 PM
04-17-2007 10:47 PM
Re: service guard Cluster steps
2 Configuring /etc/hosts
3 Create VG,logical volume and file systems,
and then export the configuration on other node.
4 Create Cluster ascii file ...
cmquerycl -v -n nodo1 -n nodo2 -C ./cmclconf.ascii
and modify in vi mode with your variable
5 Create Package ascii file
mkdir pkg_dir; cd pkg_dir
cmmakepkg -p miopkg.ascii
and modify in vi mode with your variable
6 Create Package ctrl file
cmmakepkg -s mypkg.ctrl
and modify in vi mode with your variable
7 Copy the package directory to other node
rcp -rp .....
8 Check the configuration and apply
cmcheckconf -v -C /etc/cmcluster/cmclconf.ascii -P ./pkg_dir/mypkg.ascii
cmapplyconf -v -C /etc/cmcluster/cmclconf.ascii -P ./pkg_dir/mypkg.ascii
9 Start cluster
cmruncl
10 Start package
cmrunpkg -v pkg_name
11 edit /etc/rc.config.d/cmcluster and set flag at 1 to start cmcld at system boot
I need point :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2007 11:12 PM
04-17-2007 11:12 PM
Re: service guard Cluster steps
TITLE: Serviceguard cluster implementation summary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 01:01 AM
04-18-2007 01:01 AM
Re: service guard Cluster steps
http://docs.hp.com/en/ha
and/or take a training course
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2007 12:51 AM