- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Replacement HD - what actions required
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-04-2005 12:49 AM
05-04-2005 12:49 AM
Replacement HD - what actions required
We run an L1000 with hp-ux 11.11 and are having a hard disk replaced under warranty. We do not use Mirrorring and have no tape device. The failing HD is related to vg01 and I have backed up "most" of what I can using a combination of "tar cvf xxx.tar xxx" and FTP to another box. This box is used only for porting work, but I would like to limit the work required to get everything restored to a minimum... we are getting the replacement HD to fit ourselves.
Here's what I would like to do
1) install new HD in a spare hot-plug bay
2) create a new VG (vg02) and lvol1, lvol2 to match existing ones
3) change the mount point of vg01/lvol1 and vg01/lvol2 from xxx to xxx.o and yyy to yyy.o respectively
4) create mount point xxx and yyy for vg02/lvol1 and vg02/lvol2 respectively and add to fstab
5) cp -pR /xxx.o /xxx (and same for yyy)
6) then remove vg01, failing HD etc
7) remove vg01 from fstab
So, that's my plan... now, firstly any tips on fine tuning that process. Secondly, as I am a novice with System Admin on hp-ux, could anyone give me detailed command examples on how I would do all of the above (including any missing steps)
Thanks in advance for detailed, clear responses...
Regards
Kevin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2005 12:55 AM
05-04-2005 12:55 AM
Re: Replacement HD - what actions required
vxdump -0 -f - -s 1000000 -b 16 /xxx.0 | (cd /xxx ; vxrestore rf -)
So no tape device - do you backup over the network to another server?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2005 01:15 AM
05-04-2005 01:15 AM
Re: Replacement HD - what actions required
Could you give me more details on your proposal for getting the data transfered? Would this need a lot of swap/tmp space to run or will it do it in "real time".
Space is at a premium, so that might cause problems...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2005 01:23 AM
05-04-2005 01:23 AM
Re: Replacement HD - what actions required
export the volume group
replace the drive
import the volume group
restore the data
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
05-04-2005 01:33 AM
05-04-2005 01:33 AM
Re: Replacement HD - what actions required
Thanks for the reply. While this might be the way to go, it leaves me with more questions than the answers I was looking for...
e.g. how does one export a vg, and, are you referring to the backups I already have?
As I said... detailed answers for a novice System Admin would be greatly appreciated.
Regards
Kevin