- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: software restoration ..
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
05-09-2007 04:54 AM
05-09-2007 04:54 AM
software restoration ..
Assumei have software "ABC".I will be removing it and install new version software "XYZ".in case if it dont work,i want to revert back to "ABC".I can restore the old version files from backup,but how can i update products database so that i can use old software.
points will be alotted.
thx-shankar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 04:59 AM
05-09-2007 04:59 AM
Re: software restoration ..
If you restore the product and actually the prodcut is shown in /var/adm/sw/product you can rebuild the index file by running the followoing command .:
swmodify -a state=configured OS-Core.q4
After that the product will appears in the swlist ..
be sure that you have not corrupt product in your database first.
Hope this helps,
Marco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 05:02 AM
05-09-2007 05:02 AM
Re: software restoration ..
An easier way would be to take an Ignite make_tape_recovery backup of your root VG. Then if XYZ doesn't work out, you simply rebuild your root VG as it was before, with ABC.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 05:08 AM
05-09-2007 05:08 AM
Re: software restoration ..
http://docs.hp.com/en/B2355-90754/B2355-90754.pdf
Explain in detail to how resolve a lot of software issues, and the normal procedures.
Best regards,
Marco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 06:09 AM
05-09-2007 06:09 AM
Re: software restoration ..
I do not think software products works the same way than patches.
First thing to check would be to see if this application can be upgraded or it needs to have a new installation.
If it can be upgrade like ignite or onlinejfs then if something goes wrong just uninstall the later one and you are done.
But the swremove and swinstall option would be the safest way to go.
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 07:00 PM
05-09-2007 07:00 PM
Re: software restoration ..
Thanks for all ur valuable reply.Issue now here is this software upgradation is on production box and also dont have old software version installation files.Since its a production i cant think of restoring from ignite etc..(time consuming..!?)
Let me know any options to get the old software version.
Shankar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 12:29 AM
05-10-2007 12:29 AM
Re: software restoration ..
swmodify -a state=configured OS-Core.q4
Is this just an example? Or using q4 doesn't matter?
>Jaime: I do not think software products works the same way than patches.
Right. If you install a new version, you can't get the old one back. While you could back up the files, you can't get the IPD to agree with the old files.
>also dont have old software version installation files.
>Let me know any options to get the old software version.
What software is it? You might install the new software to an alternate root, test it there, then remove that alternate root.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 11:49 PM
05-10-2007 11:49 PM
Re: software restoration ..
This is the command that do that! ...
# swmodify -a state=configured OS-Core.Q4
Regards,
MArco