To save the bdf information on all mounted directories


 
Thread Tools Search this Thread
Operating Systems HP-UX To save the bdf information on all mounted directories
# 8  
Old 10-16-2008
No double posting, choose which one you want closed now
# 9  
Old 10-16-2008
please reply this one. I didnt get any response for previous one properly so I posted this.
# 10  
Old 10-16-2008
What wrong with Jims answer?

Quote:
Actually there is data center move
If you find the answers unsatifactory perhaps it comes from you not explaining correctly what you wish to do and give the details no?
1) What do you call a data center move:
a) moving it to another box
aa) but keeping the actual storage (we are on san...)
etc...
b) adding disks in new VG and trying to optimize using stripping:
bb) but creating same size FS
c) or ....
etc...

From what we know the only logical answer has already been given to you...
# 11  
Old 10-17-2008
Regarding To save the bdf information on all mounted directories

Here clearly I am explaining my requirement.

Data center move means all the mounted unix file system is going to be moved to differnt place. So I want to write a script which will give the bdf information before movement and after movement of unix file system.

e.g:- before moving I will give bdf>bdf_info.
After moving I will give bdf>bdf_info1
Now I want to compare the % difference between the disk usage from both the files.

Please help me on this. Sorry if i made any confusion.



QUOTE=vbe;302247773]What wrong with Jims answer?



If you find the answers unsatifactory perhaps it comes from you not explaining correctly what you wish to do and give the details no?
1) What do you call a data center move:
a) moving it to another box
aa) but keeping the actual storage (we are on san...)
etc...
b) adding disks in new VG and trying to optimize using stripping:
bb) but creating same size FS
c) or ....
etc...

From what we know the only logical answer has already been given to you...[/QUOTE]
# 12  
Old 10-17-2008
Sorry for repeating,
Quote:
Here clearly I am explaining my requirement.

Data center move means all the mounted unix file system is going to be moved to differnt place. So I want to write a script which will give the bdf information before movement and after movement of unix file system.
Im not sure you understand the confusion, from what point of vue are you talking about?
a users perspective or a systems administrator?
Me beeing sysadmin understand :
Data is stored on a file system, this file system is mounted on a mount point knowing that this is transparent for a user, he sees his data in a directory...

So for me, unmounting and mounting elsewhere has not changed the filesystem and so the size would be the same

Now moving for me, would be creating new filesystems and moving (or copying / then erase) the data from the first to second would then change things:
the second filesystem was empty now it has data in it ...
and bdf would show the changes , but then what are you trying to compare?
Since the filesystems arent the same there is nothing to compare but the occupancy on the new filesystem, and since it was a new FS, and you copied in one go it woulndnt have fragmentation and so it will quite surely occupy less space
# 13  
Old 10-17-2008
vbe is right - suppose the "old" filesystem was on a 50GB disk. New system is on a 100GB disk. Comparing free space on old vs free space on new makes no sense. So what are we trying to compare?

Are you worried you will lose files? If tar doesn't have errors you lost no files. If it does your new filesystem will have problems. And you will have to redo the operation. I really do not see what you are gaining by "5%" comparsion of anything. If you really want something useful try a checksum or a one-way hash on the "before" and the "after" datafiles, ignore the directories for now... if they match precisely, you won, if not you lose and have to try again.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Save value from output of Corestat and save in a list for each core

I am trying to modify the "corestat v1.1" code which is in Perl.The typical output of this code is below: Core Utilization CoreId %Usr %Sys %Total ------ ----- ----- ------ 5 4.91 0.01 4.92 6 0.06 ... (0 Replies)
Discussion started by: Zam_1234
0 Replies

2. HP-UX

Bdf in HP-UX

Hi guys, I have to make an output of several databases we've got running on our system with the command bdf. This has to be done every 3 months. I want to put it in an scriptfile and trigger it in crontab. In the output it must display the differences in diskspace between these three monts. Any... (3 Replies)
Discussion started by: djmental
3 Replies

3. Shell Programming and Scripting

search information in multiple files and save in new files

hi everyone, im stuck in here with shell :) can you help me?? i have a directory with alot files (genbank files ... all ended in .gbk ) more than 1000 for sure ... and i want to read each one of them and search for some information and if i found the right one i save in new file with new... (6 Replies)
Discussion started by: andreia
6 Replies

4. HP-UX

bdf hangs

hi, bdf command hangs but before it, it lists all the fstab content, so i cannot find the reason... could anybody give me any clue?? thanks a lot for your attention. regards Pablo i attach syslog Jan 14 16:30:00 sv23 vmunix: hp_dlpi_wput:Received an unrecognized primitive: 101d... (7 Replies)
Discussion started by: pabloli150
7 Replies

5. UNIX for Dummies Questions & Answers

Shell Scripts - Show all directories with full information ( and no files)

Hello all, i'm stumped.... I need to list all directories with all there info and exclude the files, then vice versa. I am not sure if I need to string several ls commands together or how to even do that. I believe I need to do some variation of ls -l but need to figure out how to take out the... (5 Replies)
Discussion started by: citizencro
5 Replies

6. UNIX for Dummies Questions & Answers

Help with retreiving files' information stored in different directories.

Dear All, I have a question. I have similarly named files stored in different directories and I'd like to retreive information from them remotely to perform other tasks. For example given: Folder 5 has files S5_SK1.chr01 S5_SK1.chr02 ....... Folder 6 has files S6_SK1.chr01 ... (3 Replies)
Discussion started by: pawannoel
3 Replies

7. Shell Programming and Scripting

Bdf output

Here is my bdf output #bdf Filesystem kbytes used avail %used Mounted on /dev/vg00/lvol3 2097152 217112 1865424 10% / /dev/vg00/lvol1 1835008 329040 1494288 18% /stand /dev/vg00/lvol7 10485760 7864080 2601240 75% /var /dev/vg00/lvol8 8454144 486597 7469647 ... (5 Replies)
Discussion started by: indrajit_renu
5 Replies

8. Shell Programming and Scripting

Run a bash script, display on the screen and save all information in a file including error info

Hi all, How to: Run a bash script, display on the screen and save all information in a file including error information. For example: I have a bash script called test.sh now I want to run the test.sh and display the output on the screen and save the output including error info to a file. ... (1 Reply)
Discussion started by: Damon sine
1 Replies

9. Shell Programming and Scripting

bdf error

I have this line in a sh script: bdf | grep /var/opt/vgdb | tr -s " " | cut -f4,6 -d" " | awk '{print $2" "$1}' > vgdb_free_space.txt if I run that line in the shell it works fine but when I ran the script got this error: add_database_files.sh: line 83: bdf: command not found also I tried... (4 Replies)
Discussion started by: C|KiLLeR|S
4 Replies

10. UNIX for Advanced & Expert Users

bdf question

Hi all i am working on script which uses "bdf" output to create excel sheet now when i check "Total" "Used" & "Available" i found that except root everywhere used + available != total here is example : part from bdf output : filesystem-total-used-available-%used-Mounted on ... (4 Replies)
Discussion started by: zedex
4 Replies
Login or Register to Ask a Question