- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: best practice on increasing VG00 volume group ...
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
01-12-2010 09:08 PM
01-12-2010 09:08 PM
Re: best practice on increasing VG00 volume group and file systems
You can try this command. it can help you.
# cd /oracle
# find . -xdev -print -depth| cpio -pvmd
Repeat it for all the FS you want to copy.
Note:- you should assign points to all who are helping you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2010 09:26 PM
01-12-2010 09:26 PM
Re: best practice on increasing VG00 volume group and file systems
Gee, you just navigate to the starting point.
cd /oracle/c
cp -p -r /oracle/c /new_oracle/c
Question: Are /oracle/a, /oracle/b, /oracle/c mount points?
(* A mount point is the start of a file system *)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2010 04:57 AM
01-13-2010 04:57 AM
Re: best practice on increasing VG00 volume group and file systems
Do we have any other way to copy just /oracle
file system without any of the data in /oracle/a, /oracle/b, /oracle/c ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2010 05:04 AM
01-13-2010 05:04 AM
Re: best practice on increasing VG00 volume group and file systems
umount the /oracle/a and /oracle/b --> this way only the files in that filesystem will be copied.
or, see the -xdev option of find.
man find(1m)
"A position-independent term that causes find to avoid crossing any file system mount points that exist below starting points enumerated in pathname_list. The mount point itself is visited, but entries below the mount point are not. Always true."
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2010 06:29 AM
01-13-2010 06:29 AM
Re: best practice on increasing VG00 volume group and file systems
cd /oracle
cp -p -r /new_oracle
Stop freaking out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2010 07:02 AM
01-13-2010 07:02 AM
SolutionUnix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2010 03:44 PM
01-13-2010 03:44 PM
Re: best practice on increasing VG00 volume group and file systems
Sorry I didn't mean to confuse or irritate anybody here. I am sure I didn't communicate well this matter.
Viktor understood my copy requirement.
/oracle/a , /oracle/b .../oracel/n etc are filesystems mounted on its own logical vloumes and they are on the SAN disk. Those folders contains the actual database data ( near tearbyte).
/oracle has the oracle software . I just want to move the oracle software out of VG00 to save 15gig there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2010 06:31 PM
01-13-2010 06:31 PM
Re: best practice on increasing VG00 volume group and file systems
Did you had a look over rsync there is a option with which you can copy only /oracle filesystem data to other folder.
After copying you will have to shutdown oracle, umount other file systems(inside oracle) if they still mounted, rename and reboot.
Nothing else required because new directories would be created by rsync.
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2010 06:38 PM
01-13-2010 06:38 PM
Re: best practice on increasing VG00 volume group and file systems
-x is the option.
BR,
Kapil+
- « Previous
-
- 1
- 2
- Next »