- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: importing files system
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
03-22-2005 08:06 AM
03-22-2005 08:06 AM
importing files system
thnx for ur help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 08:09 AM
03-22-2005 08:09 AM
Re: importing files system
Are you talking about nfs (Network File System) or LVM (logical volume manager), import a filesystem or a volume group ?
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 08:09 AM
03-22-2005 08:09 AM
Re: importing files system
If you are looking for something else, please elaborate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 08:10 AM
03-22-2005 08:10 AM
Re: importing files system
Restoring from backup.
The pvmove command.
What is it you are trying to accomplish?
Are you moving disks around?
Just moving the data from 1 server to another?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 08:12 AM
03-22-2005 08:12 AM
Re: importing files system
I want to import all the volume groups en file systems in one server HP9000 to other. i want to lost my data... is that possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 08:13 AM
03-22-2005 08:13 AM
Re: importing files system
If both machines have a path to he disk, you can vgexport on one machine deactivate the volume group and vgimport on the second machine.
No data would be lost.
A lot however depends on your current configuration. You will need to bring down apps and databases that are using 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
03-22-2005 08:15 AM
03-22-2005 08:15 AM
Re: importing files system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 08:19 AM
03-22-2005 08:19 AM
Re: importing files system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 08:22 AM
03-22-2005 08:22 AM
Re: importing files system
1. umount FS
2. Vgchange VG's
3. Vgimport VG's
4. vgchange VG's
5. mount /FS
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 05:17 PM
03-22-2005 05:17 PM
Re: importing files system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 05:35 PM
03-22-2005 05:35 PM
Re: importing files system
If both system have acces to the system then follow this.
In systemA
1) Umount all FS,
2) vgchange -a n
3) vgexport -m /tmp/map.file
4) rcp /tmp/map.file systemB:/tmp (or ftp)
In systemB
5) create vg folder and group file
(Refer to LVM guide)
6) vgimport -m /tmp/map.file
7) vgchange -a y
8) Create mount points and try mounting.
If only one system can access the disk, after exportingVG you need to move the disk aswell to another system. Make sure your disk is compatible, in terms of interface, SCSI -id...etc.
regds
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 05:36 PM
03-22-2005 05:36 PM
Re: importing files system
The first line in my prvious post to be read as
"If both system have acces to the disk then follow this"