- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Changing cluster lock disk in service guard ver 11...
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
11-11-2008 07:36 AM
11-11-2008 07:36 AM
Changing cluster lock disk in service guard ver 11.15, HPUX11.11
extract from cluster ascii file
FIRST_CLUSTER_LOCK_VG /dev/vg_atlas_oracle
margay:/etc/cmcluster# vgdisplay -v /dev/vg_atlas_oracle
--- Volume groups ---
VG Name /dev/vg_atlas_oracle
VG Write Access read/write
VG Status available, exclusive
Max LV 255
Cur LV 5
Open LV 5
Max PV 16
Cur PV 1
Act PV 1
Max PE per PV 23017
VGDA 2
PE Size (Mbytes) 4
Total PE 23013
Alloc PE 20532
Free PE 2481
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
--- Logical volumes ---
LV Name /dev/vg_atlas_oracle/oracle
LV Status available/syncd
LV Size (Mbytes) 8192
Current LE 2048
Allocated PE 2048
Used PV 1
LV Name /dev/vg_atlas_oracle/archive
LV Status available/syncd
LV Size (Mbytes) 40960
Current LE 10240
Allocated PE 10240
Used PV 1
LV Name /dev/vg_atlas_oracle/export
LV Status available/syncd
LV Size (Mbytes) 31440
Current LE 7860
Allocated PE 7860
Used PV 1
LV Name /dev/vg_atlas_oracle/redo_01
LV Status available/syncd
LV Size (Mbytes) 1024
Current LE 256
Allocated PE 256
Used PV 1
LV Name /dev/vg_atlas_oracle/Tivoli
LV Status available/syncd
LV Size (Mbytes) 512
Current LE 128
Allocated PE 128
Used PV 1
--- Physical volumes ---
PV Name /dev/dsk/c19t4d2
PV Name /dev/dsk/c15t4d2 Alternate Link
PV Status available
Total PE 23013
Free PE 2481
Autoswitch On
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2008 07:45 AM
11-11-2008 07:45 AM
Re: Changing cluster lock disk in service guard ver 11.15, HPUX11.11
1) cd /etc/cmcluster
2) cmgetconf CLS.ASC
3) edit CLS.ASC and locate:
FIRST_CLUSTER_LOCK_VG
and in each node section:
FIRST_CLUSTER_LOCK_PV
4) identify a new VG that will remain under cluster control after the SAN migration has completed
5) identify a PV in that VG (in /etc/lvmtab)
6) edit the CLS.ASC file, with the new lock VG reference and for each node, lock PV reference.
7) cmcheckconf -C CLS.ASC
8) If step 7 succeeds, halt the cluster and apply the configuration change
9) cmapplyconf -C CLS.ASC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2008 09:48 PM
11-11-2008 09:48 PM
Re: Changing cluster lock disk in service guard ver 11.15, HPUX11.11
one question
will cmcheckconf succeed if the cluster has an existing cluster lock configured and if the cluster is up?
I was doing the same thing on A11.14 version of MCSG but it was unable to verify the config.
regs
WCI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2008 09:04 AM
11-13-2008 09:04 AM
Re: Changing cluster lock disk in service guard ver 11.15, HPUX11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2008 03:13 PM
11-18-2008 03:13 PM
Re: Changing cluster lock disk in service guard ver 11.15, HPUX11.11
halt cluster
edit cluster config file
apply cluster config file
start cluster