1833582 Members
4616 Online
110061 Solutions
New Discussion

Re: Ignite with warning

 
Jose_129
Regular Advisor

Ignite with warning

I execute make_tape_recovery but i get warning with WARNING: /stand/bootconf has no boot disk entries

# make_tape_recovery -A -I -a /dev/rmt/2mn
* Creating local directories for configuration files and archive.

======= 01/17/05 11:59:53 SAT Started make_tape_recovery. (Mon Jan 17
11:59:53 SAT 2005)
@(#) Ignite-UX Revision B.5.4.50
@(#) net_recovery (opt) $Revision: 10.637 $

* Testing pax for needed patch
* Passed pax tests.
* Checking Versions of Ignite-UX filesets
* Creating System Configuration.
* /opt/ignite/bin/save_config -f
/var/opt/ignite/recovery/2005-01-17,11:59/system_cfg vg00
* Backing Up Volume Group /dev/vg00
* /usr/sbin/vgcfgbackup /dev/vg00
Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf
* Creating Map Files for Volume Group /dev/vg00
* /usr/sbin/vgexport -p -m /etc/lvmconf/vg00.mapfile /dev/vg00
vgexport: Volume group "/dev/vg00" is still active.

* Creating Control Configuration.
* Creating Archive File List
* Creating Archive Configuration

* /opt/ignite/bin/make_arch_config -c
/var/opt/ignite/recovery/2005-01-17,11:59/archive_cfg -g
/var/opt/ignite/recovery/2005-01-17,11:59/flist -n 2005-01-17,11:59 -r
64 -d Recovery\ Archive -t -i 1 -m t
* Saving the information about archive to
/var/opt/ignite/recovery/previews
* Creating The Tape Archive
Adding /opt/ignite/Version file to LIF.
85617+0 records in
85617+0 records out
* /opt/ignite/data/scripts/make_sys_image -c n -d /dev/rmt/2mn -t n -s
local -n 2005-01-17,11:59 -m t -w
/var/opt/ignite/recovery/2005-01-17,11:59/recovery.log -u -R -g
/var/opt/ignite/recovery/2005-01-17,11:59/flist -a 6917820

* Preparing to create a system archive
WARNING: /stand/bootconf has no boot disk entries.
No LIF files on the boot disk will be archived.
Make sure that /stand/bootconf has at least one valid entry.
See /stand/bootconf and man bootconf(4) for more details.

* Archiving contents of hpcognos via tar image to local device/dev/rmt/2mn.
* Creation of system archive complete
NOTE: The following files are in the list of files that were on the
system, but they are no longer present. These files are not
included in the back-up:
/var/tmp/ign_configure/make_sys_image.log

* Cleaning up old configuration file directories

======= 01/17/05 12:09:46 SAT make_tape_recovery completed with warnings


# lifcp /dev/rdsk/c0t5d0:AUTO -
hpux lq(;0)/stand/vmunix

Change password in way single user, beginning in multiuser way console
4 REPLIES 4
harry d brown jr
Honored Contributor

Re: Ignite with warning

It should look something like this:

# more /stand/bootconf
l /dev/dsk/c1t6d0


live free or die
harry d brown jr
Live Free or Die
Jose_129
Regular Advisor

Re: Ignite with warning

Any News
Change password in way single user, beginning in multiuser way console
Jose_129
Regular Advisor

Re: Ignite with warning

Edit the file /stand/bootconf with 1 /dev/dsk/c0t5d0

All Good.

# make_tape_recovery -A -I -a /dev/rmt/2mn
* Creating local directories for configuration files and archive.

======= 01/17/05 15:55:55 SAT Started make_tape_recovery. (Mon Jan 17
15:55:55 SAT 2005)
@(#) Ignite-UX Revision B.5.4.50
@(#) net_recovery (opt) $Revision: 10.637 $

* Testing pax for needed patch
* Passed pax tests.
* Checking Versions of Ignite-UX filesets
* Creating System Configuration.
* /opt/ignite/bin/save_config -f
/var/opt/ignite/recovery/2005-01-17,15:55/system_cfg vg00
* Backing Up Volume Group /dev/vg00
* /usr/sbin/vgcfgbackup /dev/vg00
Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf
* Creating Map Files for Volume Group /dev/vg00
* /usr/sbin/vgexport -p -m /etc/lvmconf/vg00.mapfile /dev/vg00
vgexport: Volume group "/dev/vg00" is still active.

* Creating Control Configuration.
* Creating Archive File List
* Creating Archive Configuration

* /opt/ignite/bin/make_arch_config -c
/var/opt/ignite/recovery/2005-01-17,15:55/archive_cfg -g
/var/opt/ignite/recovery/2005-01-17,15:55/flist -n 2005-01-17,15:55 -r
64 -d Recovery\ Archive -t -i 1 -m t
* Saving the information about archive to
/var/opt/ignite/recovery/previews
* Creating The Tape Archive
Adding /opt/ignite/Version file to LIF.
85617+0 records in
85617+0 records out
* /opt/ignite/data/scripts/make_sys_image -c n -d /dev/rmt/2mn -t n -s
local -n 2005-01-17,15:55 -m t -w
/var/opt/ignite/recovery/2005-01-17,15:55/recovery.log -u -R -g
/var/opt/ignite/recovery/2005-01-17,15:55/flist -a 6920220

* Preparing to create a system archive

* Archiving contents of hpcognos via tar image to local device/dev/rmt/2mn.
* Creation of system archive complete
NOTE: The following files are in the list of files that were on the
system, but they are no longer present. These files are not
included in the back-up:
/var/tmp/ign_configure/make_sys_image.log
/var/sam/core

* Cleaning up old configuration file directories

======= 01/17/05 16:06:15 SAT make_tape_recovery completed successfully!
Change password in way single user, beginning in multiuser way console
Wim Rombauts
Honored Contributor

Re: Ignite with warning

/stand/bootconf is a textfile, you can read it's contents.
My /stand/bootconf contains one line :
l /dev/dsk/c1t2d0
The device file is /stand/bootconf points to my boot physical disk. (LVM is not involved here, do not use LVM device files)