- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with Ignite
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 02:21 AM
08-10-2000 02:21 AM
I have the same problem with 2 machines (HP-UX 10.20, D330, D230)
I want to make a system recovery with Ignite ( make_recovery -A -d /dev/rmt/0mn ) and an error occurs :
make_recovery(390): Call to /opt/ignite/bin/save_config failed.
Check the /var/opt/ignite/logs/makrec.log1 file.
Cleanup
When I edit the makrec.log1 file, I can read :
********
Started - Thu Aug 10 11:47:05 2000
********
make_recovery -A -d /dev/rmt/0mn
/usr/sbin/vgdisplay -v "vg00"
/usr/sbin/vgdisplay -v "vg00"
/usr/sbin/vgdisplay -v "vg01"
"/opt/ignite/bin/save_config" -f "/var/opt/ignite/recovery/config.recover" "vg00
" >> "/var/opt/ignite/logs/makrec.log1" 2>&1
save_config: error - unknown disk type for /dev/vg00/lvol3, not SCSI or HPFL
grep: can't open /var/tmp/swapinfo.tmp
grep: can't open /var/tmp/lvlnboot.tmp
save_config: error - cannot determine primary swap size
********
Ended Unsuccessfully - Thu Aug 10 11:48:02 2000
And in every command, there's nothing about /dev/vg00/lvol3. There's info for /dev/root.
And this is the same problem on 2 machines (I have 8 HP-UX 10.20).
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 02:32 AM
08-10-2000 02:32 AM
Re: Problem with Ignite
Maybe you have some strange disks on your system. Give us the output from;
ioscan -fknCdisk and vgdisplay -v vg00 | grep "PV N"
and we can see what types of disks you have and if theyre supported HP ones.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 02:39 AM
08-10-2000 02:39 AM
Re: Problem with Ignite
possibly you see for the root filesystem (/)
in bdf not the logical volume (/dev/vg00/lvol3) but the disk device (/dev/dsk/c0t6d0)
To correct this situation make the following:
cd /etc
mv mnttab mnttab.old
bdf
The bdf command takes a little time and rebuilds the /etc/mnttab file.
Now the device for / should be correct.
Hope this helps
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 02:40 AM
08-10-2000 02:40 AM
Re: Problem with Ignite
vgdisplay -v vg00 | grep "PV N"
PV Name /dev/dsk/c0t5d0
ioscan -fknCdisk
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
disk 0 8/0.5.0 sdisk CLAIMED DEVICE SEAGATE ST34572WC
/dev/dsk/c0t5d0 /dev/rdsk/c0t5d0
disk 2 8/0.8.0 sdisk CLAIMED DEVICE SEAGATE ST32171W
/dev/dsk/c0t8d0 /dev/rdsk/c0t8d0
disk 1 8/16/5.2.0 sdisk CLAIMED DEVICE TOSHIBA CD-ROM XM-5701T
A
/dev/dsk/c1t2d0 /dev/rdsk/c1t2d0
Thanks for your help ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 02:51 AM
08-10-2000 02:51 AM
Re: Problem with Ignite
nothing wrong with your disks, theyre fine. So the error is a bit misleading. Next thing to check is the version of Ignite and the patch level you are running;
swlist -l bundle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 02:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 03:23 AM
08-10-2000 03:23 AM
Re: Problem with Ignite
now i see:
/dev/root 122880 17330 98988 15% /
That's the thing to correct !
Have you tried to rename /etc/mnttab and then run bdf ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 03:24 AM
08-10-2000 03:24 AM
Re: Problem with Ignite
File System layout
LVM Device file mount point size fs type
/dev/vg00:
/dev/vg00/lvol3 120 unused
/dev/vg00/lvol2 swap 512
/dev/vg00/lvol1 /stand 48 hfs
/dev/vg00/lvol8 /usr 332 vxfs
/dev/vg00/lvol6 /opt 368 vxfs
/dev/vg00/lvol9 /var 400 vxfs
/dev/vg00/lvol7 /tmp 32 vxfs
/dev/vg00/lvol5 /home 20 vxfs
/dev/vg00/lvol4 /applis/list 1200 vxfs
/dev/vg00/lvol10 /tools/list 500 vxfs
/dev/vg00 unallocated 560
/dev/vg01:
/dev/vg01/lvol1 /archives 1000 vxfs
/dev/vg01 unallocated 1032
Device file mount point size fs type
/dev/dsk/c1t2d0 /tmp_mnt cdfs
and the outputs for bdf is
Filesystem kbytes used avail %used Mounted on
/dev/root 122880 17330 98988 15% /
/dev/vg00/lvol1 47829 22015 21031 51% /stand
/dev/vg00/lvol9 409600 202524 194183 51% /var
/dev/vg00/lvol8 339968 275411 60535 82% /usr
...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 03:31 AM
08-10-2000 03:31 AM
Re: Problem with Ignite
Now, everything is right and my system baskup is now running.
But I don't understand why the /etc/mnttab was wrong on 2 machines and correct on the others...
But the more important is that my backup is ok!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 05:25 AM
08-10-2000 05:25 AM
Re: Problem with Ignite
Ruediger