HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: system recovery
Operating System - Linux
1827661
Members
3300
Online
109966
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
12-14-2004 06:55 PM
12-14-2004 06:55 PM
system recovery
Hello,
We are about to take several linux server to production. What system files we need to backup to make fast system recovery, and how ?
Thank you,
EF
We are about to take several linux server to production. What system files we need to backup to make fast system recovery, and how ?
Thank you,
EF
Everything is possible, if you don't know what you're talking about.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2004 07:12 PM
12-14-2004 07:12 PM
Re: system recovery
Hello,
I think all filesystem are important (/usr /etc /opt /var / even /home ...).
There is different way to backup your system:
-> you can backup all the disk with dd command, even the boot area will be backup:
# dd if= of= bs=1024 or 2048
-> you can backup only the fs by tar command or cpio, but to recovery a system you will reinstall first a new system and then recover your tape backup :
# tar -cvf /dev/rmt/ /etc /usr /var ...
I hope this could be helpful...
Stf ;-)
I think all filesystem are important (/usr /etc /opt /var / even /home ...).
There is different way to backup your system:
-> you can backup all the disk with dd command, even the boot area will be backup:
# dd if=
-> you can backup only the fs by tar command or cpio, but to recovery a system you will reinstall first a new system and then recover your tape backup :
# tar -cvf /dev/rmt/
I hope this could be helpful...
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2004 07:56 PM
12-14-2004 07:56 PM
Re: system recovery
There are several option:
1) create image of your whole system and burn on CDs or DVD or save on network storage.
Ghost, Mondorescue and others know to do this.
IMHO, the best method if your data doesn't change every day
2) use home-made scripts which will backup your data. In this case for restore you should install system from scratch and restore data from your archive
3) use some commercial system [Veritas and many others] for backup.
1) create image of your whole system and burn on CDs or DVD or save on network storage.
Ghost, Mondorescue and others know to do this.
IMHO, the best method if your data doesn't change every day
2) use home-made scripts which will backup your data. In this case for restore you should install system from scratch and restore data from your archive
3) use some commercial system [Veritas and many others] for backup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2004 10:36 PM
12-14-2004 10:36 PM
Re: system recovery
Hi Emir,
We have a very strong structure to do what you want. And better, it works for linux and windows systems. I'll try to explain our environment to you.
1 - We have a server running linux that we call a image server. It is a stage point to save our systems images.
2 - All images are backed up on tape after they are saved on the server.
3 - We use a bootable CD linux distro that has a software called partimage that we use to copy all disk images to the image server. The distro that we use is kurumim, a brasilian one based on knoppix.
4 - We also save all partions schema to redo it on a new disk (or full machine) if necessary before restore the saved images. We use sfdisk to do that.
5 - We also save the mbr image and use sfdisk too.
Saving or restoring images from/to a server is donne booting from cd, configuring the network environment (nic, default dateway, dns, etc...), accessing the image server via samba, redoing the disk partition if necessary, saving or restoring the partitions, saving or restoring the mbr and rebooting ther server from disk again.
That's the hole process in a big picture.
Hope it helps.
Xyko
We have a very strong structure to do what you want. And better, it works for linux and windows systems. I'll try to explain our environment to you.
1 - We have a server running linux that we call a image server. It is a stage point to save our systems images.
2 - All images are backed up on tape after they are saved on the server.
3 - We use a bootable CD linux distro that has a software called partimage that we use to copy all disk images to the image server. The distro that we use is kurumim, a brasilian one based on knoppix.
4 - We also save all partions schema to redo it on a new disk (or full machine) if necessary before restore the saved images. We use sfdisk to do that.
5 - We also save the mbr image and use sfdisk too.
Saving or restoring images from/to a server is donne booting from cd, configuring the network environment (nic, default dateway, dns, etc...), accessing the image server via samba, redoing the disk partition if necessary, saving or restoring the partitions, saving or restoring the mbr and rebooting ther server from disk again.
That's the hole process in a big picture.
Hope it helps.
Xyko
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP