- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cluster in hp-ux
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
05-31-2009 11:57 AM
05-31-2009 11:57 AM
cluster in hp-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2009 12:19 PM
05-31-2009 12:19 PM
Re: cluster in hp-ux
That's a pretty broad request. You might start by looking at:
http://www.docs.hp.com/en/B3936-90140/index.html
http://www.docs.hp.com/en/T1906-90024/index.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2009 08:56 PM
05-31-2009 08:56 PM
Re: cluster in hp-ux
Assuming you have carved the SAN LUNS.
Node 1
1) pvcreate -f /dev/rdks/c1t1d0 ( Assume this is a SAN LUN vdisk)
2) mkdir /vg01
3) mknod /dev/vg01/group c 64 0x010000
4) vgcreate /dev/vg01 /dev/dsk/c1t1d0
5) lvcreate -L 2048 -n mcsg /dev/vg01
6) newfs -F vxfs /dev/vg01/mcsg
7) mkdir /mcsg
8) mount -F vxfs /dev/vg01/mcsg /mcsg
9) vgexport -v -s -p -m /tmp/vg01.map /dev/vg01
10) scp /tmp/vg01.map node2:/tmp
Node 2
1) mkdir /dev/vg01
2) mknod /dev/vg01/group c 64 0x010000
3) vgimport -v -s -m /tmp/vg01.map /dev/vg01
4) vgchange -a r /dev/vg01
5) vgcfgbackup /dev/vg01
6) vgchange -a n /dev/vg01
in node 1 and node 2
vi /etc/lvmrc
VG_AUTO_ACTIVATE=0
customer_vgactivation
{
/usr/sbin/vgchange -a y /dev/vglocal-not-cluster-vg
}
vi /etc/rc.config.d/cmcluster
AUTOSTART_CMCLD=1
node1
lan0 heartbeat 192.168.1.2
lan1 primary A.B.C.101
lan2 standby
node2
lan0 heartbeat 192.168.1.2
lan1 primary A.B.C.102
lan2 standby
add lan0 and lan1 to /etc/hosts
cmquerycl -v -C /etc/cmcluster/cmclconfig.ascii -n node1 -n node2
this will create /etc/cmcluster/cmclconfig.ascii
edit this file and change
CLUSTER_NAME psoft
and other parameters
cmcheckconf -v -C /etc/cmcluster/cmclconfig.ascii
cmapplyconf -v -C /etc/cmcluster/cmclconfig
cmruncl -v
now a basic cluster is up.
now start creating the packages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2009 08:58 PM
05-31-2009 08:58 PM
Re: cluster in hp-ux
Download the latest pdf file of Managing Serviceguard Sixteenth Edition
http://www.docs.hp.com/en/B3936-90140/B3936-90140.pdf
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2009 10:47 PM
06-01-2009 10:47 PM
Re: cluster in hp-ux
hf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2009 06:48 AM
06-02-2009 06:48 AM
Re: cluster in hp-ux
Dear Friend
u can see the all manuals of service guard
here
http://docs.hp.com/en/ha.html#Serviceguard
thanks and regards
Sajjad sahir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2009 09:09 PM
06-13-2009 09:09 PM
Re: cluster in hp-ux
sgmgr
its gui.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2009 10:03 PM
06-13-2009 10:03 PM
Re: cluster in hp-ux
basic cluster creation example as in 11iv3 Service guard.
This is a good document.
http://thomasvogt.wordpress.com/2008/08/26/mcserviceguard-cluster-installation-on-hp-ux-1131/
regards
sujit