Tag Archives: Please Help

Vxfs mount: is corrupted. needs checking

By Justin John

Hi Gurus,
Please Help me to resolve below issue.

OS Version : HP-UX B.11.00 U 9000/800 62830930

When ever i try to mount following logical volumes, it throws me error.


mount -a
vxfs mount: /dev/datavg1/lvusr40 is corrupted. needs checking
vxfs mount: /dev/datavg1/lvusr38 is corrupted. needs checking
vxfs mount: /dev/datavg1/lvusr37 is corrupted. needs checking
vxfs mount: /dev/datavg1/lvusr36 is corrupted. needs checking
vxfs mount: /dev/datavg1/lvusr35 is corrupted. needs checking
vxfs mount: /dev/datavg1/lvusr34 is corrupted. needs checking
vxfs mount: /dev/datavg1/lvusr33 is corrupted. needs checking
vxfs mount: /dev/datavg1/lvusr32 is corrupted. needs checking
vxfs mount: /dev/datavg1/lvusr31 is corrupted. needs checking

fsck result on all the logical volumes


# fsck -F vxfs -o full /dev/datavg1/lvusr40
vxfs fsck: cannot read OLT extent 1
read of OLT copy failed
missing or invalid OLT copies, rewrite? (ynq)y
vxfs fsck: cannot write secondary OLT data
file system check failure, aborting …

vgdisplay -v /dev/datavg1


vgdisplay: Warning: couldn’t query physical volume “/dev/dsk/c10t1d0”:
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn’t query physical volume “/dev/dsk/c10t6d0”:
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn’t query physical volume “/dev/dsk/c11t1d0”:
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn’t query physical volume “/dev/dsk/c11t6d0”:
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn’t query all of the physical volumes.
— Volume groups —
VG Name /dev/datavg1
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 9
Open LV 9
Max PV

Source: FULL ARTICLE at The UNIX and Linux Forums

2 Line Jet Pump Loses Pressure and Volume/Takes 1 Hr to Recover. Please Help

By Ifixcars

Hello,
I am new to the forum so thank you in advance for any help. I have a 2 line jet pump in my crawl space that I was told by a plumber is not a shallow system. It had a new pressure tank and pump as of 8 years ago. The well is about 30 years old.

If I run the water, at first I have about 40 psi which is fine for outside use but after just a minute or two the water stops all together. It reduces to just drops. If I turn it off the pump takes an hour to recover and turn off. The pumps comes on at around 25-28 psi and turns off around 38-40 psi. The pressure tank has just under 25 psi in it. I am wondering if I could have a bad ejector or something.

The old pump had low pressure but the volume was ok. The old tank was water logged. Once I had this newer pump and tank installed, the pressure was better but only at the start of each use, then it would drop off. A few years ago the town made me convert to city water but I was allowed to keep my well for outside use. I turn the valve off to the outside hose bibs and drain them in the winter and every spring the pump still has pressure and doesn’t turn back on until I open the valves outside. The problem is that last year and this year the performance has dropped drastically.

Thank you very much

From: http://www.doityourself.com/forum/wells-sump-pumps-septic-sewage-systems/493191-2-line-jet-pump-loses-pressure-volume-takes-1-hr-recover-please-help.html

Writing excel file using perl : Excel file formatting changed

By mud_born

I am trying to create a program where user can input data in certain excel cells using user interface on internet….the programming is on perl and server is unix

But when i parse data into excel the formatting of sheets is turned to default and all macro coding removed.

What to do…Please Help:confused:

From: http://www.unix.com/shell-programming-scripting/221007-writing-excel-file-using-perl-excel-file-formatting-changed.html

Need to modify a delimited file using UNIX commands. Please find description

By ankurgoyal2408

i have a ‘|’ delimited file having 4 fields.
now i want to sort the data by combination of first three fields without changing order of 4th field.
input file looks like this:

3245|G|kop|45
1329|A|uty|76
9878|K|wer|12
3245|G|kop|15
1329|A|uty|56
9878|K|wer|2
3245|G|kop|105
1329|A|uty|506
9878|K|wer|20
3245|B|aop|15
1329|M|aty|56
9878|J|aer|2

now i want to have some modification of sorting that output file shoul look like:

3245|G|kop|45
3245|G|kop|15
3245|G|kop|105
1329|A|uty|76
1329|A|uty|56
1329|A|uty|506
9878|K|wer|12
9878|K|wer|2
9878|K|wer|20
3245|B|aop|15
1329|M|aty|56
9878|J|aer|2

Please Help. i am not getting desired output after many tries.

…read more
Source: FULL ARTICLE at The UNIX and Linux Forums

Renaming file that has multiple numbers as filename

By Priya Amaresh

Hi
I have a file with filename as “partition-setup-and-ipl.vtcmd.76217657132.9721536798”

Now i need to move this file as “partition-setup-and-ipl.vtcmd.76217657132.9721536798_org”

i tried with


# ls | grep -E "partition-setup-and-ipl.vtcmd.[0-9]+"
partition-setup-and-ipl.vtcmd.76217657132.9721536798
# mv partition-setup-and-ipl.vtcmd.[0-9]+ partition-setup-and-ipl.vtcmd.[0-9]+_org
mv: cannot rename partition-setup-and-ipl.vtcmd.[0-9]+ to partition-setup-and-ipl.vtcmd.[0-9]+_org:
No such file or directory


I feel i miss something in regular expression.. Please Help :rolleyes:

…read more
Source: FULL ARTICLE at The UNIX and Linux Forums

Linux Mint cp cannot stat"file" No suck file or directory

By jpxmp

Hello im new with linux and decided to try Mint but I use a capture device called Easycap and I succesfully installed in Ubuntu 12.1 and now when I try to install with this

Code:

mkdir ~/EASYCAP
cd ~/EASYCAP
cp -p ~/home/joseph/easycap_dc60.0.9.tar.gz
tar zxf ./easycap_dc60.0.9.tar.gz
cd easycap_dc60.0.9


In the part of cp -p I got a message
cp: cannot stat `/home/joseph/home/joseph/easycap_dc60.0.9.tar.gz’: No such file or directory

Please Help how do I install it 🙁

Source: FULL ARTICLE at The UNIX and Linux Forums