I have a output file from one of our scripts which I am trying to read using the property relevance. Here are the contents of the file
Server test1 Rootvg is not Mirrored
LOGICAL VOLUME: hd4 VOLUME GROUP: rootvg
LV IDENTIFIER: 00c9450700004c000000015873847734470.4 PERMISSION: read/write
VG STATE: active/complete LV STATE: opened/syncd
TYPE: jfs2 WRITE VERIFY: off
MAX LPs: 512 PP SIZE: 128 megabyte(s)
COPIES: 1 SCHED POLICY: parallel
LPs: 16 PPs: 16
STALE PPs: 0 BB POLICY: relocatable
INTER-POLICY: minimum RELOCATABLE: yes
INTRA-POLICY: center UPPER BOUND: 32
MOUNT POINT: / LABEL: /
MIRROR WRITE CONSISTENCY: on/ACTIVE
EACH LP COPY ON A SEPARATE PV ?: yes
Serialize IO ?: NO
INFINITE RETRY: no
Below is the relevance I am using
concatenation “|” of lines of file “/tmp/rootvgmirror.log”
here is what fixlet debugger shows
Q: concatenation “|” of lines of file "/tmp/rootvgmirror.log"
A: Server test1 Rootvg is not Mirrored|| LOGICAL VOLUME: hd4 VOLUME GROUP: rootvg|LV IDENTIFIER: 00c9450700004c000000015873847734470.4 PERMISSION: read/write|VG STATE: active/complete LV STATE: opened/syncd|TYPE: jfs2 WRITE VERIFY: off|MAX LPs: 512 PP SIZE: 128 megabyte(s)|COPIES: 1 SCHED POLICY: parallel|LPs: 16 PPs: 16|STALE PPs: 0 BB POLICY: relocatable|INTER-POLICY: minimum RELOCATABLE: yes|INTRA-POLICY: center UPPER BOUND: 32|MOUNT POINT: / LABEL: /|MIRROR WRITE CONSISTENCY: on/ACTIVE |EACH LP COPY ON A SEPARATE PV ?: yes |Serialize IO ?: NO |INFINITE RETRY: no
T: 305
All i get on console for this property is “…”. Just 3 dots. Is there any thing that I am missing?