Operating System - HP-UX
1825770 Members
2002 Online
109687 Solutions
New Discussion

Errors backup save_config[2]: 1500: not found.

 
shabash
Frequent Advisor

Errors backup save_config[2]: 1500: not found.

* /opt/ignite/bin/save_config -f /var/opt/ignite/recovery/client_mnt/0x001A4B096418/recovery/2010-10-14,16:59/system_cfg vg00
/opt/ignite/bin/save_config[2]: 1500: not found.
/opt/ignite/bin/save_config[2]: 1500: not found.
/opt/ignite/bin/save_config[2]: 1500: not found.
/opt/ignite/bin/save_config[2]: 1500: not found.
/opt/ignite/bin/save_config[2]: 1500: not found.
/opt/ignite/bin/save_config[2]: 1500: not found.
4 REPLIES 4
Dennis Handly
Acclaimed Contributor

Re: Errors backup save_config[2]: 1500: not found.

What's on line 2 of that script?
vishnu.khandare
Respected Contributor

Re: Errors backup save_config[2]: 1500: not found.

Hi,


Please check the 2nd in script, that command or file is not getting tagged thats y ur getting this error.


Regards
Vishnu Khandare
You should deserve before U desire!!!!
shabash
Frequent Advisor

Re: Errors backup save_config[2]: 1500: not found.

The backup will completed but with above lines showing in session.

i have attached the save_config file.

Message catalog can't be opened/accessed for language en_US.iso88591.
Language C will used.
* Recovery Archive Name = 2010-10-14,16:59

* Lanic Id = 0x001A4B096418

* Ignite-UX Server = prfin530


======= 10/14/10 16:59:38 PST Started make_net_recovery. (Thu Oct 14 16:59:38 PST 2010)
@(#)Ignite-UX Revision C.7.9.254
@(#)ignite/net_recovery (opt) Revision: /branches/IUX_RA0909/ignite/src@78594 Last Modified: 2009-07-15 15:20:38 -0600 (Wed, 15 Jul 2009)

* Recovery Archive Description = Recovery Archive

* Recovery Archive Location = prfin530:/var/opt/ignite/recovery/archives/nnm751

* Number of Archives to Save = 2

* Pax type = tar


In? dsk/vg name minor# Associated disks/mountpoints
1 v /dev/vg00 0x00 /dev/disk/disk1_p2
/dev/vg00/lvol1 /stand 2
/dev/vg00/lvol2 2
/dev/vg00/lvol3 / 2
/dev/vg00/lvol4 /home 2
/dev/vg00/lvol5 /opt 2
/dev/vg00/lvol6 /tmp 2
/dev/vg00/lvol7 /usr 2
/dev/vg00/lvol8 /var 2
0 v /dev/vg01 0x01 /dev/dsk/c0t0d1
/dev/vg01/lvoldata /lvoldata 0
0 v /dev/vg02 0x02 /dev/dsk/c0t0d2
/dev/vg02/lvoldata01 /lvoldata01 0

** 0 - The Volume Group or Filesystem is Not included in the
System Recovery Archive
** 1 - The Volume Group or Filesystem is Partially included in the
System Recovery Archive
** 2 - The Volume Group or Filesystem is Fully included in the
System Recovery Archive

* Checking Versions of Recovery Tools
* Scanning system for IO devices...
* Boot device is: 0/6/0/0/0/0/4/0/0/0.0x0.0x4000000000000000
* Creating System Configuration.
WARNING: The volume group /dev/vg00 will be only partially included in the System Recovery Archive. This means that not all files and directories on this volume group
will be restored when the archive is installed. This message can be suppressed using the "-P s" option for make_net_recovery. See make_net_recovery(1M) for
more details.

* /opt/ignite/bin/save_config -f /var/opt/ignite/recovery/client_mnt/0x001A4B096418/recovery/2010-10-18,15:56/system_cfg vg00
/opt/ignite/bin/save_config[2]: 1500: not found.
/opt/ignite/bin/save_config[2]: 1500: not found.
/opt/ignite/bin/save_config[2]: 1500: not found.
/opt/ignite/bin/save_config[2]: 1500: not found.
/opt/ignite/bin/save_config[2]: 1500: not found.
/opt/ignite/bin/save_config[2]: 1500: not found.
* Backing Up Volume Group /dev/vg00
* /usr/sbin/vgcfgbackup /dev/vg00
* Creating Map Files for Volume Group /dev/vg00
* /usr/sbin/vgexport -s -p -m /etc/lvmconf/vg00.mapfile /dev/vg00

* Backing Up Volume Group /dev/vg01
* /usr/sbin/vgcfgbackup /dev/vg01
* Creating Map Files for Volume Group /dev/vg01
* /usr/sbin/vgexport -s -p -m /etc/lvmconf/vg01.mapfile /dev/vg01

* Backing Up Volume Group /dev/vg02
* /usr/sbin/vgcfgbackup /dev/vg02
* Creating Map Files for Volume Group /dev/vg02
* /usr/sbin/vgexport -s -p -m /etc/lvmconf/vg02.mapfile /dev/vg02
Dennis Handly
Acclaimed Contributor

Re: Errors backup save_config[2]: 1500: not found.

>I have attached the save_config file.

It could be these fragments:
process_namesvrs_file() {
. /etc/rc.config.d/namesvrs
. /etc/rc.config.d/netdaemons
. /etc/TIMEZONE

You have junk in that script fragment you source?

If that doesn't help, you may have to add "set -x" to trace execution.