- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Files structure change based on the instance
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-02-2007 04:49 AM
05-02-2007 04:49 AM
Files structure change based on the instance
I need a favour from you , I have a dump of a instace which contain lots of directories and files , I would like to extract that dump for another instance , The dump will have the strucetue of the old instance Iw ould like to change it to new instance structure .
How to find what are the changes has to be made to get the new instance structure.
Searching and repalcing the strings in a houge file structure is not an easy thing so please suggest me to get optimised.
Thanks & Regards
Bruce.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2007 04:58 AM
05-02-2007 04:58 AM
Re: Files structure change based on the instance
your request is highly missing specific information:
- what dump you are talking about, what dump program was used, what are your basic data the dump was created from?
- what is the relation of (directory) structure to dump?
- do you want to change the structure or its contents or both?
- what do you search and what is the replacement you want to make? Examples?
MfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2007 05:01 AM
05-02-2007 05:01 AM
Re: Files structure change based on the instance
My approach (based upon your limited description of the problem) would be to sort the two files into two new files. The good news is that "/" collates before any alphanumerics so directories should sort together. I would then feed these two files to "sdiff -s" and that should at least be a starting point.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2007 05:55 AM
05-02-2007 05:55 AM
Re: Files structure change based on the instance
Actually Iam installatin the software ematrix and rmi for one instance , I would like to take the dump of it after installation and resue it in feature , so taht i can minimize the installation time , but it will differ for each instance , Thats why i wolud like to find the difference in path level and file level , If i find it i can replace them based on the new instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2007 06:29 AM
05-02-2007 06:29 AM