Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error: 0516-822 mklv 1

Status
Not open for further replies.

gatetec

MIS
Mar 22, 2007
420
US
I am getting this error. What is the cause of this and the fix?

thx much

# mklv -y prod_4096_254 -t raw prod6vg 32 hdisk148
The distribution of this command (111) failed on one or more passive nodes.
0516-822 mklv: Unable to create logical volume.

# lspv|grep prod6vg
hdisk148 00cdcbdcbfb6ed5a prod6vg concurrent

# lspv hdisk148
PHYSICAL VOLUME: hdisk148 VOLUME GROUP: prod6vg
PV IDENTIFIER: 00cdcbdcbfb6ed5a VG IDENTIFIER 0052300a00004c0000000108a08c956b
PV STATE: active
STALE PARTITIONS: 0 ALLOCATABLE: yes
PP SIZE: 128 megabyte(s) LOGICAL VOLUMES: 3
TOTAL PPs: 287 (36736 megabytes) VG DESCRIPTORS: 1
FREE PPs: 247 (31616 megabytes) HOT SPARE: no
USED PPs: 40 (5120 megabytes)
FREE DISTRIBUTION: 58..17..57..57..58
USED DISTRIBUTION: 00..40..00..00..00

# lsvg prod6vg
VOLUME GROUP: prod6vg VG IDENTIFIER: 0052300a00004c000000010
8a08c956b
VG STATE: active PP SIZE: 128 megabyte(s)
VG PERMISSION: read/write TOTAL PPs: 4954 (634112 megabytes)
MAX LVs: 256 FREE PPs: 965 (123520 megabytes)
LVs: 171 USED PPs: 3989 (510592 megabytes)
OPEN LVs: 171 QUORUM: 12
TOTAL PVs: 22 VG DESCRIPTORS: 22
STALE PVs: 0 STALE PPs: 0
ACTIVE PVs: 22 AUTO ON: no
Concurrent: Enhanced-Capable Auto-Concurrent: Disabled
VG Mode: Concurrent
Node ID: 1 Active Nodes: 2
MAX PPs per PV: 1016 MAX PVs: 32
LTG size: 128 kilobyte(s) AUTO SYNC: no
HOT SPARE: no BB POLICY: relocatable
 
You need to apply the APAR - IY91953 to fix this issue.

But prerequisite to install this APAR is to apply TL05 (If you are in AIX5.3)

As a work around to this is to restart the Cluster!

Regards,
Khalid
 
I have been trying to resolve this issue in many ways, but no success as you indicated.
Pls let me revisit the issues I have.

PDC1>
mklv -y prod_4096_254 -t raw prod6vg 32 hdisk148
The distribution of this command (111) failed on one or more passive nodes.
0516-822 mklv: Unable to create logical volume.

To fix this, on the failover node, I tried:

- vary off prod6vg
- ps -aef | grep 8c956b | grep gsclvmd
the <pid> removed
- vary on prod6vg

but, I am getting this error below:

PDC2>
varyonvg -cn prod6vg
srcsrqt failed errno : SRC_NORPLY
tellclvmd: request failed rc = -9056 [SRC_NORPLY]
0516-1334 varyonvg: The command /usr/sbin/tellclvmd returned an error.

I am on AIX 5.2.8, and HA version is:

PDC # lslpp -L 'cl*'
Fileset Level State Type Description (Uninstaller)
----------------------------------------------------------------------------
cluster.adt.es.client.demos
5.1.0.0 C F ES Client Demos
cluster.adt.es.client.include
5.1.0.7 C F ES Client Include Files
cluster.adt.es.client.samples.clinfo
5.1.0.7 C F ES Client CLINFO Samples
cluster.adt.es.client.samples.clstat
5.1.0.4 C F ES Client Clstat Samples
cluster.adt.es.client.samples.demos
5.1.0.0 C F ES Client Demos Samples
cluster.adt.es.client.samples.libcl
5.1.0.4 C F ES Client LIBCL Samples
cluster.adt.es.java.demo.monitor
5.1.0.0 C F ES Web Based Monitor Demo
cluster.adt.es.server.demos
5.1.0.0 C F ES Server Demos
cluster.adt.es.server.samples.demos
5.1.0.0 C F ES Server Sample Demos
cluster.adt.es.server.samples.images
5.1.0.0 C F ES Server Sample Images
cluster.doc.en_US.es.html 5.1.0.3 C F HAES Web-based HTML
Documentation - U.S. English
cluster.doc.en_US.es.pdf 5.1.0.3 C F HAES PDF Documentation - U.S.
English
cluster.es.client.lib 5.1.0.9 C F ES Client Libraries
cluster.es.client.rte 5.1.0.7 C F ES Client Runtime
cluster.es.client.utils 5.1.0.7 C F ES Client Utilities
cluster.es.clvm.rte 5.1.0.0 C F ES for AIX Concurrent Access
cluster.es.cspoc.cmds 5.1.0.10 C F ES CSPOC Commands
cluster.es.cspoc.dsh 5.1.0.0 C F ES CSPOC dsh
cluster.es.cspoc.rte 5.1.0.10 C F ES CSPOC Runtime Commands
cluster.es.server.diag 5.1.0.10 C F ES Server Diags
cluster.es.server.events 5.1.0.11 C F ES Server Events
cluster.es.server.rte 5.1.0.11 C F ES Base Server Runtime
cluster.es.server.utils 5.1.0.11 C F ES Server Utilities
cluster.license 5.1.0.0 C F HACMP Electronic License
cluster.man.en_US.es.data 5.1.0.6 C F ES Man Pages - U.S. English
cluster.msg.en_US.cspoc 5.1.0.0 C F HACMP CSPOC Messages - U.S.
English
cluster.msg.en_US.es.client
5.1.0.0 C F ES Client Messages - U.S.
English
cluster.msg.en_US.es.server
5.1.0.0 C F ES Recovery Driver Messages -
U.S. English


Having said these...

Is APAR - IY91953 the one I need to install still as to I am AIX 5.2.8?

After the APAR install, do I need a downtime anyways?

thx much
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top