Sponsored Content
Full Discussion: System Image of Unix
Top Forums UNIX for Advanced & Expert Users System Image of Unix Post 302447413 by dwiravi on Monday 23rd of August 2010 06:02:45 AM
Old 08-23-2010
System Image of Unix

Hi,

Is there any inbuild tool or software through which we can take system image of any unix system?

Please suggest.

Regards,
Ravi D
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

bitmap image in unix

On windows we can save the screen in a .bmp file format. I sit possible to do the same thing in Unix? (3 Replies)
Discussion started by: asutoshch
3 Replies

2. UNIX for Dummies Questions & Answers

loading a unix image

what filesystem does unix use? i have a server what had windows loaded on it and when i tried to load a unix image it gives me the error message: mit_hard0 failed Fatal error: a critical disk initialization utility has failed on the primary disk error: /mitram/lib/mit_hd has failed, exiting... (1 Reply)
Discussion started by: ahaurek
1 Replies

3. Linux

error while retrieving image using system imager

This is the error that I am getting while retrieving image from image server using system imager.... Listening on LPF/lo/<null> sending on Socket/fallback/fallback-net DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 5 DHCPDISCOVER on lo to 255.255.255.255 port 67 interval5... (1 Reply)
Discussion started by: nitesh_tarbani
1 Replies

4. Solaris

Create an ISO image of whole system

Hi All, Please help me with this. My plan is to create an ISO image of my current solaris 8 OS.Because we use a stripped out version of solaris 8 which is different than the standard one in CD. Will dd command will do ? My idea is to create a VMware image from iso file and play it in... (6 Replies)
Discussion started by: Jartan
6 Replies

5. UNIX for Advanced & Expert Users

transfering kernel image to another system

my server system is low on disk. To install a new kernel I think i shall do the following: 1. compile the kernel on another system. 2. copy bzImage along with config, System.map and of course the laodable module in /lib/modules and transfer them to the server. 3. Now, I can remove the... (0 Replies)
Discussion started by: dr_mabuse
0 Replies
VFS_COMMIT(8)						    System Administration tools 					     VFS_COMMIT(8)

NAME
vfs_commit - flush dirty data at specified intervals SYNOPSIS
vfs objects = commit DESCRIPTION
This VFS module is part of the samba(7) suite. The vfs_commit VFS module keeps track of the amount of data written to a file and synchronizes it to disk when a specified amount accumulates. vfs_commit is useful in two circumstances. First, if you have very precious data, the impact of unexpected power loss can be minimized by a small commit:dthresh value. Secondly, write performance can be improved on some systems by flushing file data early and at regular intervals. This module is stackable. OPTIONS
commit:dthresh = BYTES Synchronize file data each time the specified number of bytes has been written. The following suffixes may be applied to BYTES: o K - BYTES is a number of kilobytes o M - BYTES is a number of megabytes o G - BYTES is a number of gigabytes EXAMPLES
Synchronize the file data on the [precious] share after every 512 kilobytes (524288 bytes) of data is written: [precious] path = /data/precious vfs objects = commit commit:dthresh = 512K CAVEATS
On some systems, the data synchronization performed by commit may reduce performance. VERSION
This man page is correct for version 3.0.25 of the Samba suite. AUTHOR
The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed. Samba 3.5 06/18/2010 VFS_COMMIT(8)
All times are GMT -4. The time now is 06:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy