1752780 Members
6423 Online
108789 Solutions
New Discussion

Re: Ignite-backup error

 
Hpmyworld123
Occasional Contributor

Ignite-backup error

Hi Gurus,

 

While running ignite backup i am getting below error

 

 

 * Creating local directories for configuration files and archive.

=======  05/07/13 13:57:26 BST  Started /opt/ignite/bin/make_tape_recovery.          (Tue May 07 13:57:26 BST 2013)          @(#) Ignite-UX Revision C.6.2.241          @(#) net_recovery (opt) $Revision: 10.695 $

       * Testing for necessary pax patch.        * Passed pax tests.        * Checking Versions of Ignite-UX filesets        * Creating System Configuration.        * /opt/ignite/bin/save_config -f          /var/opt/ignite/recovery/2013-05-07,13:57/system_cfg vg00 datavg save_config: Error - cannot determine disk path, lssf /dev/dsk/c3t5d0 returned BRS bdf bin ctl dev dmb etc isv lib net nsr opt tmp usr var as hardware path save_config: Error - cannot determine disk path, lssf /dev/dsk/c15t5d0 returned BRS bdf bin ctl dev dmb etc isv lib net nsr opt tmp usr var as hardware path grep: can't open /var/tmp/vgdisplay.tmp grep: can't open /var/tmp/vgdisplay.tmp cp: cannot access /var/tmp/config.tmp: No such file or directory ERROR:   Cannot stat file: /var/opt/ignite/recovery/2013-05-07,13:57/system_cfg

=======  05/07/13 13:58:32 BST  make_tape_recovery completed unsuccessfully

 

 

 

Below is the command used running backup

 

/opt/ignite/bin/make_tape_recovery -I -B /usr03/tmp/uxinstlf.recovery -x inc_entire=vg00 -x include=/usr01/nsr -a /dev/rmt/c0t3d0BESTn -d "Recovery Archive for $(hostname) @ $(date)" -P s >> /var/backups/ignite_backup_`date +"%d%b%y"`.log 2>&1

 

 

i have attached following output

 

o/p of vgdisplay /dev/datavg

o/p of print_mainfest

o/p of ioscan –fnC disk

o/p of ignite error message

o/p of logical volumes of volume group “/dev/datavg”

 

3 REPLIES 3
Patrick Wallek
Honored Contributor

Re: Ignite-backup error

It almost looks like your 'lssf' command may be corrupted.

 

See if your output matches this:

(NOTE -- This is from an HP-UX 11.0 system as well)

 

# whence lssf
/usr/sbin/lssf

# ll /usr/sbin/lssf
lrwxr-xr-x   1 root       root            10 Mar  5  2010 /usr/sbin/lssf -> /sbin/mksf

# ll /sbin/mksf
-r-xr-xr-x   4 bin        bin         311296 Jul 10  2002 /sbin/mksf

# what /sbin/mksf
/sbin/mksf:
         $Revision: 82.15.1.29 PHCO_27370 $
         $ PATCH/11.00:PHCO_19491  Aug  9 1999 09:51:13 $

# file /sbin/mksf
/sbin/mksf:     PA-RISC1.1 shared executable

 

Here is information returned from one of the boot disks on an 11.0 server:

 

# lssf /dev/rdsk/c1t6d0
sdisk card instance 1 SCSI target 6 SCSI LUN 0 section 0 at address 0/0/2/0.6.0 /dev/rdsk/c1t6d0

 

Patrick Wallek
Honored Contributor

Re: Ignite-backup error

Another thought I had is that someone may have set up an alias for lssf.  

 

Try these:

 

# alias

Lists all aliases

 

# alias lssf

Will list an alias for lssf if one exists.

Dennis Handly
Acclaimed Contributor

Re: Ignite-backup error, lssf error

>someone may have set up an alias for lssf.

 

Your above whence would show that too.