- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Can mondo do this?
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
08-19-2002 06:54 PM
08-19-2002 06:54 PM
Can mondo do this?
I am currently installing individual boxes of the same type and configuration into the remote field. Is it possible to use mondo to get a golden image of one system that's already configure, then just use the cds to automatically install the rest of the servers? The flavor I am using is RedHat 7.3. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 09:20 AM
08-20-2002 09:20 AM
Re: Can mondo do this?
or two. Boot the system and
NFS mount the golden image.
I think sfdisk will run a scripted partitioning of the disk. You may need a reboot
after partitioning.
The rest of the install should run mke2fs on the partions.
You can tar partion images and
just untar them from the NFS
mount. Compress the tars
for faster transfer.
If you don't want to use NFS you could burn your install
set to a CD.
The remaining step would be to setup the network.
/etc/HOSTNAME
/etc/hosts
and any other per computer customizations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 10:12 PM
08-20-2002 10:12 PM
Re: Can mondo do this?
We use a Kickstart server for this.
You only use one boot diskette or CD and all would be installed via network.
Look for bootstring ks=....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 06:40 AM
08-21-2002 06:40 AM
Re: Can mondo do this?
I would have gone the kickstart path but we have specific applications and drivers that were developed by us, and we an exact image of the server. The only thing that's different on each server is the hostname and ip.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 01:37 AM
08-22-2002 01:37 AM
Re: Can mondo do this?
You can configure kickstart to get YOUR configuration.
Your kernel your application your drivers ..
I use the preinstall section for it to do that.
That works perfect and i can easy change packets or scripts with editing the ks.cfg.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 03:33 AM
08-22-2002 03:33 AM
Re: Can mondo do this?
postinstall of course.