Sponsored Content
Full Discussion: data integrity check needed
Top Forums Shell Programming and Scripting data integrity check needed Post 302690497 by hk_kamozalwar on Thursday 23rd of August 2012 05:35:15 AM
Old 08-23-2012
Thanks for the help
but in my situation I can't use archiving and also it is multiple directories of each @100 gb
 

8 More Discussions You Might Find Interesting

1. Solaris

File Integrity Check

Hi, I have two NFS shares mounted on a solaris system. share1 and share2 , both are from different NFS servers share1 has 500GB of data share 2 is empty. I am copying all the data from share1 to share2. It is like migrating the data from one NFS share to another. Is there... (8 Replies)
Discussion started by: athreyavc
8 Replies

2. Shell Programming and Scripting

Help Needed in arrangind data!

Dear All, Please view the below mentioned text and help me in arranging data in format like DATE TIME Value (2nd-Feild) e.g. 20-JUN-209 00:25:38 69.00 ........... ........... ........... ........... and so on till the file end. 20-JUN-2009 00:25:38, 195.20, ... (10 Replies)
Discussion started by: jojo123
10 Replies

3. Shell Programming and Scripting

Help needed with Sort and uniq data

Hi All, After Sorting directories and files i have got following output as below, now i only want the strings common in them, so the actual output should be as below in the bottom. How do i do that? Thanks -adsi File to be modified:- Common Components for ----> AA... (4 Replies)
Discussion started by: asirohi
4 Replies

4. Shell Programming and Scripting

Help needed to stick on variable data to an output

Hi all, I need help now to stick the value inside $RHAT_PRODUCT and display that in every line in the output. What changes in the code can i do. Please suggest Thanks Adsi #!/bin/sh ECHO=/bin/echo FIND=/bin/find AWK=/bin/awk LS=/bin/ls GREP=/bin/grep ... (1 Reply)
Discussion started by: asirohi
1 Replies

5. Shell Programming and Scripting

Help needed to sort data

Hello All, Today i have been asking lots of question, hope to become good in scripting soon with all the wonderful advices i get. The question is i want to sort data a get uniq string from it. The code i am using to generate the output is:- check_sun() { for i in $SUN_PLATFORM do $ECHO... (0 Replies)
Discussion started by: asirohi
0 Replies

6. UNIX for Advanced & Expert Users

AIX idea needed to check the logs updated date and time

Hi with the help of Gabriel canepa, i have just edited filename only in his code. The help which i got and he helped is 1) I have around 22 logs and each log should be updated in the last 24 hours from the current timestamp. 2) It should check for ERROR message (not error,Error) in the log and... (2 Replies)
Discussion started by: Kalaihari
2 Replies

7. UNIX for Dummies Questions & Answers

Integrity check for the backup

Hello I thought of different ways of integrity check for the backup and look for the fastest approach to start programming. in all these approaches randomness is used. I would appreciate if someone give more suggestions or correct me. 1- Machine Name Check We can check if the machines were... (5 Replies)
Discussion started by: frhling
5 Replies

8. Shell Programming and Scripting

What's the best way to check file permissions before moving files if needed?

Hello, I would like to know if it's a good practice to check the file permissions of the contents of a directory before moving them. For example: mv -- "$directory"/* "$directory"/.* "$directory"/..?* "$destination"The variables $directory and $destination contain the path to an existing... (6 Replies)
Discussion started by: Cacializ
6 Replies
dda(7D) 							      Devices								   dda(7D)

NAME
dda - MMS disk archiving driver SYNOPSIS
/devices/pseudo/dda@lun:bn DESCRIPTION
The Media Management System (MMS) is a distributed removable media management system based on the IEEE 1244 Media Management System speci- fication. MMS provides a uniform and consistent tape interface to client applications. The dda driver is a pseudo tape drive with filesystem file media. The dda driver is a minimal emulation of the st(7D) tape driver mtio(7I) interface with BSD no-rewind behavior and is used for MMS disk archiving. The dda driver should be used with a MMS MMP mount command han- dle. You configure DDA tapes, drives, and libraries for disk archiving using the mmsadm(1M) command. You also use mmsadm(1M) to mount and unmount dda media. CONFIGURATION
To set the number of disk archiving tape drives available for MMS disk archiving, edit the /kernel/drv/dda.conf configuration file. The default number of disk archiving tape drives is 20. The disk archiving tape drive devlinks are located in the /dev/dda directory. The DDA maximum block size is 262144 bytes and the minimum is 1 byte. FILES
/kernel/drv/dda 32-bit kernel module (x86) /kernel/drv/sparcv9/dda 64-bit kernel module (SPARC) /kernel/drv/amd64/dda 64-bit kernel module (x86) /kernel/drv/dda.conf dda configuration file ATTRIBUTES
See attributes(5) for a description of the following attributes: +--------------------+---------------------------------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+---------------------------------------------------------+ |Architecture | SPARC, x86 | +--------------------+---------------------------------------------------------+ |Availability | SUNWmmsr | +--------------------+---------------------------------------------------------+ |Interface Stability | Uncommitted | +--------------------+---------------------------------------------------------+ SEE ALSO
mt(1), mmsadm(1M), attributes(5), dmd(7D), st(7D), mtio(7I) IEEE 1244 Removable Media Standards Specification -- IEEE, 2000 SunOS 5.11 17 Oct 2008 dda(7D)
All times are GMT -4. The time now is 08:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy