- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Some question about logical volumes and acl's
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-19-2005 07:52 PM
05-19-2005 07:52 PM
Some question about logical volumes and acl's
I have to move some lv from our current file server (hpux 11.0) to a newer machine (also 11.0). For most file systems rsync is doing a nice job, but all acl settings are lost ... :(
All acl are from windows user (using samba).
1) Is there a way to transfer all acl's ?
(getacl -> setacl for each file ??)
2) A question more related to the VG.
Can I export a lv one a single pv from a vg and import everything on the other machine ?
Thanks for your help!
Bye, Peer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2005 12:16 AM
05-20-2005 12:16 AM
Re: Some question about logical volumes and acl's
i think this attachment will guide
what you need..
good luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2005 12:28 AM
05-20-2005 12:28 AM
Re: Some question about logical volumes and acl's
Section 2 of your question.
You can use vgexport on an entire volume group and then use vgimport and take the entire volume group to another machine if:
IF the volume group is on disk that can be accessed by both machines.
Otherwise your alternative is to back up the data, create the volume group from scratch on the new machine and 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-20-2005 12:58 AM
05-20-2005 12:58 AM
Re: Some question about logical volumes and acl's
well most part's of the LVM manual
do I know. I have a small file server
with ~20 pv and 40 lv with 10TB disk space :)
I wanted to move the whole VG, but my boss
wanted everything to be transfer in smaller
units and put together into a new order ....
So if a "lvsplit" is not possible I have
to use rsync. I'm currently trying to build
a rsync with +DA2.0W +DS2.0W -D_LARGEFILE64_SOURCE
to prevent the "out of memory" error for
large folders. (HP will not fix the wrong working function).
However, this is already working. Now I
have to look for ACL's ....
And I have a couple of large lv to transfer
(500G -> 1TB), but my disk pool is not sooo big.
Bye, Peer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2005 07:04 PM
05-21-2005 07:04 PM
Re: Some question about logical volumes and acl's
# fbackup -i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2005 08:23 PM
05-21-2005 08:23 PM
Re: Some question about logical volumes and acl's
Yes , a LV which is allocated on a single PV can be accessed on other host. This can be achived by importing that VG on the second host and then activating VG with "vgchange -a y -q n /dev/vgname". This shall give you access to all those lvols which were on that PV.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2005 06:45 AM
05-22-2005 06:45 AM
Re: Some question about logical volumes and acl's
You certainly DO NOT want to have the same volume group actie on two machines at the same time. You will corrupt teh data. You CAN move the disks, or disconeect them from one host but please do not try to create some form of clusered file system. If this is what you wnat use NFS.
Regards
Tim