- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Uninstall HP-UX 11.0 and Install HP-UX 10.20
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
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
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
тАО09-12-2004 04:24 PM
тАО09-12-2004 04:24 PM
Uninstall HP-UX 11.0 and Install HP-UX 10.20
I need to uninstall HP-UX 11.0 on my K-class server and reinstall 10.20. How do I go about doing it.
Regards,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2004 04:27 PM
тАО09-12-2004 04:27 PM
Re: Uninstall HP-UX 11.0 and Install HP-UX 10.20
1) Backup up your data.
2) Make sure 10.20 will run on your hardware
3) Stick the 10.20 cored media in the cd-rom
4) boot the box
interupt the boot at the 10 second prompt at the console
sea
boot p3
if p3 is the cd-rom
consult your latest hardware report so you know which random access device is the cd, usually its the last one.
Now your are installing.
One last piece of advice: Don't do it without a good reason. Downgrading to an unsupport3ed release is a bad idea.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2004 04:35 PM
тАО09-12-2004 04:35 PM
Re: Uninstall HP-UX 11.0 and Install HP-UX 10.20
1. backup your data, root vg using Ignite and data using any other utility like tar,fbackup etc
2. Reboot server using 10.20 core media and follow instructions.
K-Class support 10.20.
but 10.20 is no more supported from HP so be careful..
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2004 05:20 PM
тАО09-12-2004 05:20 PM
Re: Uninstall HP-UX 11.0 and Install HP-UX 10.20
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2004 05:28 PM
тАО09-12-2004 05:28 PM
Re: Uninstall HP-UX 11.0 and Install HP-UX 10.20
If the OS is mirrored, then reduce the mirrors on one disk and install 10.20 on the unmirrored disk. That way you will have 10.20 on one disk and 11.0 on the other and you can boot from wherever the disk you want. To find out the mirrors do
lvlnboot -v
You should see two boot disks. For each Logical volume in vg00, you should see a mirror on the other disk.
vgdisplay -v vg00 |grep "LV Name"|awk '{print $3}'
gives you all the lvols in vg00. For each lvol do
lvdisplay -v /dev/vg00/lvolx |more
To reduce the mirrors, do
lvreduce -m 0 /dev/vg00/lvolx /dev/dsk/cxtydz
Once it is done for all the LVs, do
vgreduce vg00 /dev/dsk/cxtydz
Note the path of /dev/dsk/cxtydz (lssf /dev/dsk/cxtydz) and install 10.20 on it.
Also, before attempting to do anythign make sure you have a good make_tape_recovery tape in hand.
I echo others that 10.20 is not supported anymore. So, you will have to do it at your own risk.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2004 05:28 PM
тАО09-12-2004 05:28 PM
Re: Uninstall HP-UX 11.0 and Install HP-UX 10.20
regards
SK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 01:16 AM
тАО09-13-2004 01:16 AM
Re: Uninstall HP-UX 11.0 and Install HP-UX 10.20
Something in your second post got me wondering about your reason for this exercise...are you doing this because you're selling the system and want to be sure you're not releasing any sensitive data?
If so, a reinstall will not ensure that *all* your data is overwritten. If you have drives that are not part of vg00, it would still be possible for somebody to access the data on them. You might want to make sure these are overwritten with mediainit or dd. Others here might have additional comments.
Best Regards,
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 02:56 AM
тАО09-13-2004 02:56 AM