- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: I want to export a disk from a server to other...
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
02-14-2010 06:06 AM
02-14-2010 06:06 AM
I want to export a disk from a server to other server.
Hello everody,
A vg has two pv and lv are not spaneed in more than one disk. I want to know what is the correct proceedure so that data may not loss?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2010 07:03 AM
02-14-2010 07:03 AM
Re: I want to export a disk from a server to other server.
let me more clear on this issue.
Both the server are on different location. And disk is already taken out from the VG of the remote server and disk available with me.
Now i want this disk to be add with all data available inside the server.one more worst information is this,i dont have map available with me for the VG from which disk was taken out to remote server.
Is this possible?
If yes please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2010 07:31 AM
02-14-2010 07:31 AM
Re: I want to export a disk from a server to other server.
# mkdir /somedir
# mknode /somedir/node
# vgimport /somedir /dev/dsk/disk
# vgchange -a y /somedir
then use SAM to mount the logical volume.
In my case SAM reported a corrupt disk error, so I also ran:
# fsck -F vxfs -o full -y /somedir/rlvol#
Then went back to SAM and it mounted fine. Recovered data, felt lucky, had a good day! .. :)
HTH,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2010 07:34 AM
02-14-2010 07:34 AM
Re: I want to export a disk from a server to other server.
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1266161582212+28353475&threadId=1143215
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2010 08:49 PM
02-15-2010 08:49 PM
Re: I want to export a disk from a server to other server.
Can somebody give me more solution?
should i send back the data disk in server again and reattach it as it was earlier before taken out. And then can do something if yes please let me know proper steps.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2010 08:59 PM
02-15-2010 08:59 PM
Re: I want to export a disk from a server to other server.
Namasteji.
If it worked last time, it should work for you as well , refer the below thread ;-)
http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1406051
so just do it.
cheers!!