HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to make a bootable partition on a 1GB hard dis...
Operating System - HP-UX
1834839
Members
2736
Online
110070
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
12-21-1999 11:17 PM
12-21-1999 11:17 PM
How to make a bootable partition on a 1GB hard disk
Hi,
We have a HP 400 series system with a 300MB root HDD running HPUX 9.0.
Now we want to upgrade this to HPUX 9.10 for Y2K compliance.
As we don't have enough space in the existing HDD we need to transfer the
entire root partition to a
1GB Hard disk and then do the upgrade.
As this is a cluster server for two other nodes and lot of custom
configurations are done on this,we don't want to risk a re-installation of OS
on this system.
Now, my question is, how to make the new 1GB hard disk bootable with 9.0 and
transfer the root partitition from the old 300MB hard disk.
Can anybody help us???
Thanks
Sajith
We have a HP 400 series system with a 300MB root HDD running HPUX 9.0.
Now we want to upgrade this to HPUX 9.10 for Y2K compliance.
As we don't have enough space in the existing HDD we need to transfer the
entire root partition to a
1GB Hard disk and then do the upgrade.
As this is a cluster server for two other nodes and lot of custom
configurations are done on this,we don't want to risk a re-installation of OS
on this system.
Now, my question is, how to make the new 1GB hard disk bootable with 9.0 and
transfer the root partitition from the old 300MB hard disk.
Can anybody help us???
Thanks
Sajith
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2000 09:47 PM
01-02-2000 09:47 PM
Re: How to make a bootable partition on a 1GB hard disk
Hi there
First off all connect the new disk to your system.
Make a bootable filesystem on the new disk with:
newfs -B "raw-device-file" "disk-type"
make sure the disk type is in /etc/disktab and chose one with the correct swap
space.
Check the man page of newfs for correct options, it is a long time ago i ran
9.x
Mount the new disk on a directory in your existing system.
Copy your system to the new disk with the command:
cd /
find . -hidden -xdev | cpio -pudvmx "mount point of new disk"
Now reboot your system manualy from the new disk, remember to correct the
boot-path in the boot-admin menu.
God luck
Jesper Sivertsen
First off all connect the new disk to your system.
Make a bootable filesystem on the new disk with:
newfs -B "raw-device-file" "disk-type"
make sure the disk type is in /etc/disktab and chose one with the correct swap
space.
Check the man page of newfs for correct options, it is a long time ago i ran
9.x
Mount the new disk on a directory in your existing system.
Copy your system to the new disk with the command:
cd /
find . -hidden -xdev | cpio -pudvmx "mount point of new disk"
Now reboot your system manualy from the new disk, remember to correct the
boot-path in the boot-admin menu.
God luck
Jesper Sivertsen
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP