- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- IPD is missing/incomplete
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
06-03-2004 03:33 AM
06-03-2004 03:33 AM
What is the safest way to rebuild the IPD? Is there a command (eg. some form of "swmodify") that will allow us to do this? I have read the man page, and it is unclear.
We have another system that is built *almost* identically which we use for disaster recovery. Is it safe to copy over certain files to recover our IPD? If so, how do we confirm which files to copy?
Any help would be greatly appreciated. It took me 5 hours last night to get my system stable after I attempted to install the DB-SPI, and I still didn't get it loaded!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 03:51 AM
06-03-2004 03:51 AM
SolutionHere's a process for building a new IPD:
# cd /var/adm/sw/products
# mv INDEX INDEX.bad
# cd /tmp
# vi void.psf
product
tag void
fileset
tag void
:wq!
# swpackage -s /tmp/void.psf
# swinstall void
# swremove void
# rm void.psf
# swremove -d void
You should be back in business. Let us know how it goes!
(I got this from a Response Center Engineer a couple of years ago and have seen it posted on the ITRC a few times since then...it's handy to keep around -- I've needed it!)
Best Regards,
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 04:11 AM
06-03-2004 04:11 AM
Re: IPD is missing/incomplete
Thanks again for your quick response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 05:58 AM
06-03-2004 05:58 AM
Re: IPD is missing/incomplete
It seems that the above procedure only recreates the INDEX file based on the directory/file structure that exists under /var/adm/sw/products/* ....
I tried it again on our test server, but this time I tar'd up all the files in /tmp, and did an "rm -rf /var/adm/sw/products/*". After I did the "swremove void", it actually removed the "products" directory, since there were no other product sets.
Is there any way to recreate the directory structure? If not, can I safely move directories from my D.R. box mentioned above?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 09:41 AM
06-03-2004 09:41 AM
Re: IPD is missing/incomplete
That's right -- SD-UX traverses the /var/adm/sw tree to build the IPD. I never tried building it from an "imported" tree, but I expect it would be OK if the two boxes were identical (including all patches).
My first inclination would be to restore everything in /var/adm/sw from the most recent backup of the subject system.
If you can't do this, you're navigating waters uncharted by me, I'm afraid.
Please let me know how it goes!
Best Regards,
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 11:11 AM
06-03-2004 11:11 AM
Re: IPD is missing/incomplete
It's not nearly as difficult as it would have been on an HP-UX server, since only the OpenView products are using SD on my Solaris server. All of the patches are installed using "pkgadd".
I will keep you posted, as I will be reinstalling the OpenView DBSPI Monday night.
I owe you big time!!! ITRC Rules!
djb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 12:17 PM
06-03-2004 12:17 PM