- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Linux RedHat
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
02-02-2011 08:39 PM
02-02-2011 08:39 PM
Linux RedHat
We are running RedHat 4.0, I know on HP-UX there is the ignite tool to create the tape and net recovery and also can create the golden image to install the new OS
Is there any similar tool we can use on Linux ?
Thank you.
Michael.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2011 09:39 PM
02-02-2011 09:39 PM
Re: Linux RedHat
http://www.mondorescue.org/
For "golden image"-style installations, the Kickstart feature of the RedHat installer might be an appropriate choice.
Each RedHat installation produces a /root/anaconda-ks.cfg file. This is a Kickstart configuration template: if you want to exactly repeat a particular installation process, copy the template from the installed system, uncomment the disk partitioning directives (by default commented out for safety) and you have a fully functional Kickstart configuration file you can use to create exact copies of the original installation.
You can also write Kickstart configuration files manually, or install a "system-config-kickstart" tool for producing Kickstart configuration files.
For more details on how to use Kickstart, please see RedHat documentation:
https://www.redhat.com/docs/manuals/enterprise/
(For RHEL 4, Kickstart installations are covered in Chapter 1 of the RHEL 4 System Administration Guide. For RHEL 5 and 6, the Kickstart documentation is in the Installation Guide.)
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2011 10:23 PM
02-02-2011 10:23 PM
Re: Linux RedHat
So, the Mondo Rescue is the tool, that I can run make_tape_recovery and make_net_recovery, rigtht ?
And if I can run it for net_rec. I should have something similar to ignite server(on HP-UX, where archive file will be copied to, is it right ?
Also for /root/anaconda-ks.cfg file should be used on the server(like ignite server and the client should be on the same subnet ?
Thank you.
Michael.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2011 01:33 AM
02-03-2011 01:33 AM
Re: Linux RedHat
For MondoRescue, a generic writeable NFS server is enough for basic network functionality. MondoRescue will produce a set of CD or DVD images on the server; if you need to restore, you can burn the image files to appropriate media and reinstall the system using those. Such media can be used much like an Ignite recovery tape.
Or if you set up a network boot server (requires setting up at least DHCP & TFTP services + some configuration), you can use the image files to boot the system over the network for restore. (see README.pxe inside MondoRescue's "mindi" package)
The commands are not the same as on HP-UX: please see MondoRescue documentation.
http://www.mondorescue.org/docs/mondorescue-howto/backup-cmd.html
---------------------
The anaconda-ks.cfg file can be provided to the RedHat installer in many ways:
- on a floppy disk (if the installable system has a floppy drive)
- on a USB stick
- on a HTTP/FTP server that is accessible at installation time
- if you want, you can create a custom RHEL installation media that includes your Kickstart configuration file(s)
To start a Kickstart installation, you specify the "ks" boot option to the installation boot prompt. Please see RedHat documentation:
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/4/html/System_Administration_Guide/Kickstart_Installations-Starting_a_Kickstart_Installation.html
(If you create a custom installation media or a network boot server, you can include the ks boot option to the bootloader defaults, so you can install your preferred configuration in a fully automated fashion, or have a boot menu that allows you to choose one of your custom configurations.)
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2011 08:15 AM
02-03-2011 08:15 AM
Re: Linux RedHat
Michael.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2011 08:55 AM
02-03-2011 08:55 AM
Re: Linux RedHat
Mondo Rescue or anaconda-ks, or I should use the combination of both of them ?
Thank you.
Michael.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2011 07:16 AM
02-04-2011 07:16 AM
Re: Linux RedHat
If you already have a "refrence" server and would like to use that server to serve as template to install on other servers -- then MondoRescue is your best bet. Why? Becasue it allows you to create an BOOTABLE ISO Image that you can burn to USB or OCD/DVD Media or boot off using your vMedia infrastructure that is available on most PC Server these days.
HOWEVER - if your environment is a Virtual One -- i.e. vSPhere or KVM -- then you will be better off using the template/clone features of those Hypervisors...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2011 07:50 AM
02-04-2011 07:50 AM
Re: Linux RedHat
2) Also on the various existing clients I can run the backup to have the image on that server, so if I need to reinstall some of the clients I can use that archive and simply reinstall everything back
3) Also, I need to keep and update the latest patches that I can install fronm that server to any existing Linux client
For those 3 main things from above which tool I need better to use: Mondo Rescue or
/root/anaconda-ks.cfg or both
and if both which one for which step ?
Thank you.
Michael.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2011 07:54 AM
02-04-2011 07:54 AM
Re: Linux RedHat
As a BACKUP tool - it allows for rapid ercovery of your OS - from a bootable ISO Image of your OS created by MondoRescue.
As a CLONING Tool -- it allows you to restore a BACKUP of another Server's OS on to a different Server whilst giving you the ability to give it a new name, ip, etc...
So based on the above MondoRescue Functionaility -- I'd say you will be able to decide.
Anaconda/KickStart I do not think is a fit to your neesd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2011 08:18 AM
02-04-2011 08:18 AM
Re: Linux RedHat
Thank you.
Michael.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2011 08:21 AM
02-04-2011 08:21 AM
Re: Linux RedHat
Please go and read the documentation on the website at www.mondorescue.org
It offers excellent documentation and has even a lab guide of sorts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2011 08:23 AM
02-04-2011 08:23 AM
Re: Linux RedHat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2011 08:59 AM
02-08-2011 08:59 AM
Re: Linux RedHat
Thank you
Michael.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2011 10:50 AM
02-08-2011 10:50 AM
Re: Linux RedHat
afio-2.4.7-1.x86_64.rpm
buffer-1.19-1.x86_64.rpm
mindi-2.0.7.5-1.rhel5.x86_64.rpm
mindi-busybox-1.7.3-1.rhel5.x86_64.rpm
mondo-2.2.9.4-1.rhel5.x86_64.rpm
Then you simply rpm install all of them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2011 12:39 PM
02-09-2011 12:39 PM
Re: Linux RedHat
I can not find it under "downloads" where exectly I should look for them ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2011 01:10 PM
02-09-2011 01:10 PM
Re: Linux RedHat
It's really on the Website sir.... you just have to read and use due diligence on your end.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2011 12:41 PM
02-10-2011 12:41 PM
Re: Linux RedHat
so, I should download and install this Stuff:
/suse/10.0/i386/
afio-2.4.7-1.i386.rpm
buffer-1.19-1.i386.rpm
mindi-2.0.6-1.suse10.0.i586.rpm
mindi-busybox-1.7.3-1.suse10.0.i586.rpm
mondo-2.2.9.4-1.suse10.0.i586.rpm
Is it right or someting else?
Also where I can find the documentation how to configure it ?
Thank you.
Michael.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2011 01:41 PM
02-10-2011 01:41 PM
Re: Linux RedHat
www.mondorescue.org
http://www.mondorescue.org/docs.shtml
Or you can just launch the Interactive GUI... simply type "mondoarchive" and explore away.
Sample Script I use on my weekly OS Backups:
/usr/sbin/mondoarchive -O -i -N -d $MONDODEST -T $MONDOSCR -S $MONDOSCR -s 8960
m -E "'$EXCLUDE_LIST /var/tmp /tmp'" -p $MONDOFILE > ${MONDOLOGS}/${MONDOFILE}.
log
It creates an ISO (DVD Duakl Layer Sized) of our OS sans the non-OS mounts/filesystems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2011 02:50 PM
02-24-2011 02:50 PM
Re: Linux RedHat
Do I have the option: instead of creating the ISO image and burn it on DVD , just to create the archave with data and all client's configuration stuff, and to restore it via network to the client, so it can work the same way as make_net_recovery on HP-UX ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2011 01:21 AM
02-25-2011 01:21 AM
Re: Linux RedHat
However, to restore anything onto a PC system that has no OS, you must have some way to boot it to Mondo rescue environment (called Mindi). You must either set up a PXE boot server with a Mondo rescue boot option, or boot the system using a Mondo boot CD.
You really should read the documentation for Mondo: this is one of the standard examples.
http://www.mondorescue.org/docs/mondorescue-howto/backup-cmd.html#BACKUP-CMD-NETWORK
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2011 08:22 AM
03-02-2011 08:22 AM
Re: Linux RedHat
I am geetin the installation errors when was running rpm:
linux-lab1:/home/mprilu/mondo # rpm -Uvh mindi-2.0.7.6-1.suse10.0.i586.rpm
error: Failed dependencies:
mtools is needed by mindi-2.0.7.6-1.suse10.0.i586
linux-lab1:/home/mprilu/mondo # rpm -Uvh mondo-2.2.9.5-1.suse10.0.i586.rpm
error: Failed dependencies:
mindi >= 2.0.7 is needed by mondo-2.2.9.5-1.suse10.0.i586
newt >= 0.50 is needed by mondo-2.2.9.5-1.suse10.0.i586
libnewt.so.0.51 is needed by mondo-2.2.9.5-1.suse10.0.i586
linux-lab1:/home/mprilu/mondo #
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2011 11:10 AM
03-02-2011 11:10 AM
Re: Linux RedHat
mtools is needed by mindi-2.0.7.6-1.suse10.0.i586
>error: Failed dependencies:
mindi >= 2.0.7 is needed by mondo-2.2.9.5-1.suse10.0.i586
newt >= 0.50 is needed by mondo-2.2.9.5-1.suse10.0.i586
libnewt.so.0.51 is needed by mondo-2.2.9.5-1.suse10.0.i586
Mindi requires mtools, and mondo requires mindi, newt and libnewt.
Mtools, newt and libnewt are common utilities that should be available on your SuSE 10 installation media.
MK