- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Upgrading Hard Disk in itanium HP-UX Server
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
08-19-2007 11:20 PM
08-19-2007 11:20 PM
Upgrading Hard Disk in itanium HP-UX Server
I need to upgrade two hard disks (from 73GB to 300GB)in one of my HP-UX Itanium box. Please tell me the steps for the same. I have a tape device connected to that server to take backup.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2007 11:27 PM
08-19-2007 11:27 PM
Re: Upgrading Hard Disk in itanium HP-UX Server
We'll assume there is data on them.
Best bet is to do an Ignite make_tape_recovery backup followed by recovering using the same tape. make_net_recovery is also good should you lack a tape drive.
You make the backup, pull both hard disks and recover. There is a prompt early in the recovery process that lets you make changes should you need it to the size of logical volumes and filesystems.
This is the supported and safest methodology for doing the upgrade.
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
08-19-2007 11:28 PM
08-19-2007 11:28 PM
Re: Upgrading Hard Disk in itanium HP-UX Server
backup the OS using ignite
shutdown
swap the disk(s)
restore the image from tape
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2007 11:28 PM
08-19-2007 11:28 PM
Re: Upgrading Hard Disk in itanium HP-UX Server
You will need to create a make_tape_recovery with the Ignite software.
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUXB
Title: How to boot/recover from tape on Itanium
Document ID: emr_na-c01002006-2
Europe
http://www8.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c01002006-2
US
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c01002006-2
Reagrds,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2007 11:28 PM
08-19-2007 11:28 PM
Re: Upgrading Hard Disk in itanium HP-UX Server
What is your current model of server?
Is it the boot disk that you want to replace?
Are the two disks mirrored?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2007 11:31 PM
08-19-2007 11:31 PM
Re: Upgrading Hard Disk in itanium HP-UX Server
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2007 11:44 PM
08-19-2007 11:44 PM
Re: Upgrading Hard Disk in itanium HP-UX Server
- Is it the boot disk that you want to replace?
Both the disks are data disk and there are total three disks, third disk is the boot disk
Are the two disks mirrored?
Not mirrored
Pls tell me the best possible way.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2007 11:50 PM
08-19-2007 11:50 PM
Re: Upgrading Hard Disk in itanium HP-UX Server
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2007 12:17 AM
08-20-2007 12:17 AM
Re: Upgrading Hard Disk in itanium HP-UX Server
In that case, create a backup of the two data disks (data volume groups), umount filesystems, remove the volume group(s), remove the device files, remove the disks, install the new disks, insf -e, recreate the volume group(s), recreate the logical volumes, restore the data from tape.
The steps to recreate the volume groups are described in the When Good disk go bad document in the previous thread.
Keep the output of below commands in a safe place.
# ll /dev/*/group
# vgdisplay -v vgxx
# ioscan -fnCdisk
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2007 12:27 AM
08-20-2007 12:27 AM
Re: Upgrading Hard Disk in itanium HP-UX Server
2) umount the filesystems
3) vgchange -a n vgxx
4) vgexport vgxx
6) replace the disk
7) rescan the disks (ioscan -fnC disk ; insf -e)
8) Create a new VG and logical volumes (through sam)
9) Restore the data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2007 01:21 AM
08-20-2007 01:21 AM
Re: Upgrading Hard Disk in itanium HP-UX Server
May we assume they are logical volumes (LV) under LSM? What is the LSM setup (if any) for those data disks?
Use bdf; vgdisplay; strings /etc/lvmtab to check stuff out.
If they are seperate disks, not members of the same volume group, then by far the best method is to just copy them one at a time, making new volume groups (VG), pointing to the new physical volumes (PV) as you go.
When all copying is done, mount the new LV in the new VGs on the old mountpoints and the applition should be none the wiser.
hth,
Hein.