- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- learning to install
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-13-2002 11:59 AM
06-13-2002 11:59 AM
Processor: 1
Hardware: 9000/803/D220
Physical Memory: 128.1 MB
Swap Space: 256 MB
OS: HP-UX B.11.00 A
Current bdf:
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 143360 75520 63672 54% /
/dev/vg00/lvol1 251285 28094 198062 12% /stand
/dev/vg00/lvol8 770048 172758 560978 24% /var
/dev/vg00/lvol5 770048 347557 396113 47% /usr
/dev/vg00/lvol4 102400 1199 94946 1% /tmp
/dev/vg00/lvol7 856064 63739 742941 8% /opt
/dev/vg00/lvol6 20480 1138 18137 6% /home
I would like to clean up this machine, and learn how to install 10.20 back to this machine, and then do a cold install back to 11 again.
Any suggestions at all as to what steps to take in order to down grade to 10.20?
I am quite new to the UNIX world, and please be patient with me.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 12:06 PM
06-13-2002 12:06 PM
SolutionJust go ahead and do a destructive reinstallation of 10.20. When you want to reinstall 11.0, do a destructive reinstall of 11.0. Since you want to do a test, you don't have to preserve anything. A destructive install would be less time-consuming and more beneficial.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 12:09 PM
06-13-2002 12:09 PM
Re: learning to install
Cleanup is not required. Go ahead with the installation of 10.20 OS. You can do a cold install...there are no issues.
And again you can install 11.0.
downgrading is not possible ...you can always do an upgrade from 10.2 to 11.0 but there are lot of issues in it.
Fresh install is better.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 12:35 PM
06-13-2002 12:35 PM
Re: learning to install
Unless you have a very good reason to install 10.20, I wouldn't bother. The differences between an 11x install and a 10.20 install are trivial and the need to do new 10.20 installs decays exponentially with time. I think your time would be much better spent learning to recover systems with Ignite using make_tape_recovery - this does assume that you have a tape drive.
Food for thought, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 01:32 PM
06-13-2002 01:32 PM
Re: learning to install
I wholly agree with Clay. Download and install a copy of the current Ignite software. Create an 'make_tape_recovery' tape of your server. Then, to get you feet wet, recover your server from that tape as if something had gone badly wrong. Then, proceed to do a cold-installation. Part of the rationale is that you always want to have a current recovery tape to which you could fall back if your cold-installaton (or upgrade) failed.
Ignite software and documentation is availble here:
http://www.software.hp.com/products/IUX/download.html
The installation of ignite is simple, done with 'swinstall' and does not require a reboot. You can download and be making a recovery tape within 20-30 minutes.
To get you started down this road:
A standard tape archive of vg00 can be produced by using the following command:
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
Don't confuse the '-i' option of the old 'make_recovery' with the '-i' option of its replacement, 'make_tape_recovery'. The '-I' option of make_tape_recovery is the *same* as the '-i' option of make_recovery. '-I' means cause the Ignite process to be interactive when booting from tape.
Regards!
...JRF...