Operating System - HP-UX
1832269 Members
3372 Online
110041 Solutions
New Discussion

Re: how to know cluster version and swap

 
Shrikant_4
Advisor

how to know cluster version and swap

dear all

i want to know what version of cluster is intatlled and what is the name of the cluster

pl. tell me what is the command or how to know the same

how to increase the swap memeory? pl send the details. server is 2 node cluster mode

regds
shrikant
5 REPLIES 5
Slawomir Gora
Honored Contributor

Re: how to know cluster version and swap

Hi,

1.cluster version:
swlist | grep -i ServiceGuard
2. cluster name:
cmviewcl
3. adding swap:
a). cerate new lvol: lvcreate
b). mirror lvol: lvextend
b). use sam to add swap
(Disk and File systems -> Swap
Menu Actions -> Add Device Swap - Using the Logical Volume Manager)



melvyn burnard
Honored Contributor

Re: how to know cluster version and swap

for cluster version you can do:
what /usr/lbin/cmcld
This will tell you what version of Serviceguard as well as what patch is installed for it.

My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Slawomir Gora
Honored Contributor

Re: how to know cluster version and swap

Hi,
on my server:
what /usr/lbin/cmcld
Ravi_8
Honored Contributor

Re: how to know cluster version and swap

Hi,

#what /usr/lbin/cmcld
will show version of Cluster

#cmviewcl
will show cluster name

to increase swap, sam-->file system and logival volumes, from action menu choose new, In the file system creation window, choose swap as file system type (machine will reboot after adding swap)
never give up
Shrikant_4
Advisor

Re: how to know cluster version and swap

Thank you for your assitance.