Operating System - HP-UX
1748198 Members
2557 Online
108759 Solutions
New Discussion юеВ

Re: unsuccessful make_tape_recovery "system_cfg" cannot be parsed

 
John_912
Occasional Advisor

unsuccessful make_tape_recovery "system_cfg" cannot be parsed

Dear all,
Could someone please help me with the following error I get in the /var/opt/ignite/recovery/2006-01-20,13:34/recovery.log:
ERROR: "/var/opt/ignite/recovery/2006-01-20,13:34/system_cfg", line 52:
syntax error
ERROR: Problems were encountered while parsing config file:
"/var/opt/ignite/recovery/2006-01-20,13:34/system_cfg".
instl_adm: Config file: "/var/opt/ignite/recovery/2006-01-20,13:34/system_cfg" cannot be parsed.
ERROR: System error, /opt/ignite/bin/instl_adm failed checking
/var/opt/ignite/recovery/2006-01-20,13:34/system_cfg


======= 01/20/06 13:34:48 EET make_tape_recovery completed unsuccessfully

The command I used is:
make_tape_recovery тАУvI тАУx inc_entire=vg00 -a /dev/rmt/0mn

Thank you.
8 REPLIES 8
Stephen Keane
Honored Contributor

Re: unsuccessful make_tape_recovery "system_cfg" cannot be parsed

What is around line 52 of "/var/opt/ignite/recovery/2006-01-20,13:34/system_cfg ?

(10 lines either side should suffice)
Devender Khatana
Honored Contributor

Re: unsuccessful make_tape_recovery "system_cfg" cannot be parsed

Hi,

Was it a new installation or the running setup?

If it was new I suspect corruption in depot from which you installed.

HTH,
Devender
Impossible itself mentions "I m possible"
John_912
Occasional Advisor

Re: unsuccessful make_tape_recovery "system_cfg" cannot be parsed

Logical_volume "lvol1" {
usage=HFS
size=417792KB
mount_point="/stand"
minfree=10
file_length=LONG
blksize=65536
fragsize=8192
ncpg=32
nbpi=9444
rotational_delay=
(line 52) largefiles=FALSE
bad_block_relocate=false
contiguous_allocation=true
stripes=0
stripe_size=0KB
minor_number=0x01
disk[_hp_root_disk]
} # end logical_volume
logical_volume "lvol2" {
usage=SWAP_DUMP
size=12582912KB
mount_point="primary"
bad_block_relocate=false
contiguous_allocation=true
stripes=0
stripe_size=0KB
minor_number=0x02
disk[_hp_root_disk]
} # end logical_volume
Stephen Keane
Honored Contributor

Re: unsuccessful make_tape_recovery "system_cfg" cannot be parsed

That should read

rotational_delay=0

which is (I believe) a symptom of the problem, the real question is why is there no value after "rotational_delay" in your system_cfg file?


John_912
Occasional Advisor

Re: unsuccessful make_tape_recovery "system_cfg" cannot be parsed

It was not a new installation.
The version installed is B5725AA B.5.1.33 HP-UX Installation Utilities (Ignite-UX).

Is there a patch that corrects the situation?
John_912
Occasional Advisor

Re: unsuccessful make_tape_recovery "system_cfg" cannot be parsed

Hm, any ideas what rolational_delay is?
Should I check sth in the system?
Devender Khatana
Honored Contributor

Re: unsuccessful make_tape_recovery "system_cfg" cannot be parsed

Hi,

Instead of searching for a patch you can download the latest version and can reinstall this from here.

Allthough I can not see anything problematic in the file at line 52. It is same as on my server.

fragsize=8192

What happens if you repeat the backup procedure?

HTH,
Devender
Impossible itself mentions "I m possible"
Stephen Keane
Honored Contributor

Re: unsuccessful make_tape_recovery "system_cfg" cannot be parsed

Try

# tunefs -v /dev/vg00/lvol1

super block last mounted on: /stand
magic 95014 clean FS_OK time Tue Jan 3 11:24:43 2006
sblkno 16 cblkno 24 iblkno 32 dblkno 80
sbsize 2048 cgsize 2048 cgoffset 24 cgmask 0xfffffff8
ncg 47 size 114688 blocks 111637
bsize 8192 bshift 13 bmask 0xffffe000
fsize 1024 fshift 10 fmask 0xfffffc00
frag 8 fragshift 3 fsbtodb 0
minfree 10% maxbpg 77
maxcontig 1 rotdelay 0ms rps 60
csaddr 80 cssize 27648 csshift 9 csmask 0xfffffe00
ntrak 7 nsect 22 spc 154 ncyl 745
cpg 16 bpg 308 fpg 2464 ipg 384
nindir 2048 inopb 64 nspf 1
nbfree 9458 ndir 25 nifree 17959 nffree 173
cgrotor 7 fmod 0 ronly 0
fname fpack
featurebits 0x1 id 0x0,0x0
optimize FS_OPTTIME

Then look for something like

rotdelay 0ms