- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Save OS, Software Installed And Datas
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
10-18-2005 08:36 AM
10-18-2005 08:36 AM
Save OS, Software Installed And Datas
I have a server that contain 2 Hard Drive(Raid1) with Linux Redhat 3 As, and a database installed.
The technical service want to change some components in this server and i want to save OS, Software Installed And Datas
and restore all these in another same server.
Please, what are the steps to do (commands) ?
Thank's a lot.
Best regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 08:54 AM
10-18-2005 08:54 AM
Re: Save OS, Software Installed And Datas
www.mondorescue.org/
www.systemimager.org/
For simple backup with commands, use star with the -xdev option to save each filesytem, like:
star c -xdev -sparse -acl f=/dev/nst0 /
star c -xdev -sparse -acl f=/dev/nst0 /usr
star c -xdev -sparse -acl f=/dev/nst0 /var
star c -xdev -sparse -acl f=/dev/nst0 /home
star c -xdev -sparse -acl f=/dev/nst0 /oracle
star c -xdev -sparse -acl f=/dev/nst0 /oradata
The star command is not installed by default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 09:01 AM
10-18-2005 09:01 AM
Re: Save OS, Software Installed And Datas
1-For restoration, i must install OS and then restore these files ?
How can i restore them (commands) ?
2-Is "star" command a package that i must download or it exists in the redhat install cds ?
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 09:07 AM
10-18-2005 09:07 AM
Re: Save OS, Software Installed And Datas
The star package comes with Fedora Core 4, i'm not sure if is available on the Red Hat Enterprise 3 CD's.
Just remember to save every filesytem listed in the df -t ext3 output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 09:23 AM
10-18-2005 09:23 AM
Re: Save OS, Software Installed And Datas
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 08:04 PM
10-18-2005 08:04 PM
Re: Save OS, Software Installed And Datas
Did someone have the same experience,if yes, can you advice me about this operation ?
Regards.