- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: make_recovery
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
04-09-2001 11:01 AM
04-09-2001 11:01 AM
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.
I just got back from sunny Detroit where I attended Networking and Admin II. My instructor was going to ask around, but I thought I'd give you guys equal billing. The race is on. BIG points for a solution.
ron Irving
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2001 11:12 AM
04-09-2001 11:12 AM
Re: make_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2001 11:20 AM
04-09-2001 11:20 AM
SolutionHere's a possible sollution for you. It was from a problem similar to yours:
Johan Carlsson came up with this solution
Hi Brent,
Just saw your question, I agree to what Patrick is saying and just want to add something to that. There is a document in the Knowledge tree here in the ITRC called 1100290244. This addresses this problem, it could depend on other things but might be worth a look. Another document is A5263022.
From document 1100290244:
*************
Perform the following steps to resolve the error:
1. Execute the save_config command:
/opt/ignite/bin/save_config
*****
see man page, you might need to use -f to specify filename if other than default is used.
*****
Note: This command gives more detailed error information:
save_config: error - unknown disk type for /dev/vg00/lvol3, not SCSI or HPFL
save_config: error - cannot determine primary swap size
You see the same error for lvol4.
2. Execute the bdf command to identify the lvol3 and lvol4 mount points.
Note: Root ( / ) is normally mounted at /dev/vg00/lvol3, and /opt is mounted at /dev/vg00/lvol4.
Perform the following steps if / and /opt are not properly mounted:
- mv /etc/mnttab /etc/mnttab.old
- mount -a
3. Execute the bdf command.
Note: bdf should now show the lvols mounted as /etc/fstab has them, and the make_recovery should work as expected.
*************
Hope that this is of help to you.
Best Regards
Johan Carlsson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2001 11:40 AM
04-09-2001 11:40 AM
Re: make_recovery
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2001 12:23 AM
04-10-2001 12:23 AM
Re: make_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2001 02:12 AM
04-10-2001 02:12 AM
Re: make_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2001 04:15 AM
04-10-2001 04:15 AM
Re: make_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2001 10:52 AM
04-10-2001 10:52 AM
Re: make_recovery
ron