Search Results

Search: Posts Made By: mhbd
Forum: HP-UX 09-08-2014
11,859
Posted By mhbd
Hi RudiC, thanks for the tips. I tried this...
Hi RudiC, thanks for the tips.

I tried this to try with 2 folders (fd000010 & fd000011)

#tar cvpf - fd000{010..011}/reports | { cd test-copy/ && tar xvpf - ; }

But it is giving error
...
Forum: HP-UX 09-08-2014
11,859
Posted By mhbd
Hello Guys, thanks for your comments and...
Hello Guys, thanks for your comments and suggestions.

Here is the current situation. I tried the command mentioned below in our test server which has same

folders structure as LIVE:

#tar...
Forum: HP-UX 09-05-2014
11,859
Posted By mhbd
Thanks a lot guys tar cvf - fd*/reports | {...
Thanks a lot guys

tar cvf - fd*/reports | { cd /TESTrun/ && tar xvf - ; }

This command worked fine.

But, the ownership and permission changed after copy. How to keep it same as source files?
Forum: HP-UX 09-03-2014
11,859
Posted By mhbd
We have around 700 such fd000100 folders e.g....
We have around 700 such fd000100 folders e.g. fd000101, fd000102, fd000103 and so on. Hence manual copy is not an option. I tried

cp -rp fd*/reports /Testrun

But it does not serve my purposes....
Forum: HP-UX 09-02-2014
11,859
Posted By mhbd
Recursive copy of Folders with files
Dear All,

I will appreciate any help received. Our system is running on hpux v1

My problem is as follows:

We have many customer folders with name fd000100, fd000101 and so on
e.g....
Forum: HP-UX 10-07-2009
11,961
Posted By mhbd
Hi, many thanks for your reply with suggestions....
Hi, many thanks for your reply with suggestions. Case 1 is not applicable as value of TMOUT is 0, it also not found in .profile, .login etc. /etc/skel is empty.

Now about case 2, I am now going...
Forum: HP-UX 10-06-2009
11,961
Posted By mhbd
hpux telnet session is getting hung after about 15 minutes
Hi All,

Our server OS info:

HPUX-UNIX>uname -a
HP-UX hps B.11.11 U 9000/800 2983362429 unlimited-user license

We access our server from Windows m/c through telnet sessions. But for unknown...
7,458
Posted By mhbd
MAX file size limited to 2GB
Hi All,

We are running HP rp7400 box with hpux 11iv1.

Recently, we changed 3 kernel parameters

a) msgseg from 32560 to 32767
b) msgmnb from 65536 to 65535
c) msgssz from 128 to 256
...
3,033
Posted By mhbd
kernel parameter values
Hi All

Need to find kernel parameter values of our UNIX box.

/filesys1/tmp>uname -a
HP-UX hps1_dc B.11.11 U 9000/800 1681349356 unlimited-user license
/filesys1/CDBLprodrun/tmp>

Can anyone...
4,841
Posted By mhbd
resize filesystems
Dear All

We have HP9000 rp7400 Server running with hp-ux 11i.

Our Disk storage has two volume groups and are allocated as follows:

1. /#vgdisplay -v
--- Volume groups ---
VG Name ...
2,276
Posted By mhbd
How to identify the inactive users using ftp cmd?...
How to identify the inactive users using ftp cmd? Is there any way i can write SQL cmd in ftp cmd? I know shell script can do that.
2,276
Posted By mhbd
ftp selected jpeg files from unix filesystem
Hi All

We have hp-ux 11iv1 system running with oracle8i database.

We have around 350,000 users, each user uploaded their own signatures and are stored in unix filesystems department wise.

A...
6,141
Posted By mhbd
I still could not figure out how to run following...
I still could not figure out how to run following 3 cmds parallel to take output of same time

sar -u 1 10 > $Currentdate.sar.txt
vmstat 1 10 > $Currentdate.vmstat.txt
iostat 1 10 >...
6,141
Posted By mhbd
Thank you guys for your help. fish007, i...
Thank you guys for your help.

fish007, i tried your script which works fine. But i forgot to mention that i need the output of the 3 cmds of same time using the script not sequencial.

Thanks...
6,141
Posted By mhbd
shell script
Hi All

Have to write a shell script for the follwing tasks:

1. Have to redirect three cmd outputs in three different files
ex: sar -u 1 10 >date.sar.txt
vmstat 1 10...
3,654
Posted By mhbd
Many thanks Perderabo.
Many thanks Perderabo.
3,654
Posted By mhbd
HP 9000 rp7420 server
Hi all,

I'm trying to find out info on HP 9000 rp7420 server.

16-way rp7420 server - what does 16-way stand for?

There is 32-way rpxxxx also.

I searched www.hp.com site but no luck.
...
9,666
Posted By mhbd
maxsize and maxdsiz values
Hi All,

How do I ensure that maxssiz and maxdsiz values currently defined is adequate for our system. What are the facts or parameters to be considered to determine these values.

/#model...
15,765
Posted By mhbd
ok no problem this will do too :)
ok no problem this will do too :)
15,765
Posted By mhbd
Hello grial The cmd was giving desired o/p...
Hello grial

The cmd was giving desired o/p just fine but in one case it gave the following o/p due to large size of the folders

Total size 6.83465e+07 KB

Now how do i change the count...
15,765
Posted By mhbd
Sorry grial, you are right, its correct. I was...
Sorry grial, you are right, its correct. I was confused with the word count.

Many thanks.
15,765
Posted By mhbd
Hi grial I just ran the cmd pasted below...
Hi grial

I just ran the cmd pasted below that u specified but it did not give me total in kb. Please check the o/p.

find . -type d -name target -exec du -sk {} \; | tee -a | awk '{count+=$1;...
15,765
Posted By mhbd
Hi grial I need to find total size of all...
Hi grial

I need to find total size of all 'target' folders (not individually) as there are hundreds of 'target' folders present in the specified path.

Thanks again.
15,765
Posted By mhbd
Hi grial If i'm not asking too much then can...
Hi grial

If i'm not asking too much then can u help me with a similar cmd to find total size of all target folders as there are hundreds of target folders present.

Now, I am copying the o/p in...
15,765
Posted By mhbd
Thanks grial This is exactly what i needed....
Thanks grial

This is exactly what i needed. cheers!
Showing results 1 to 25 of 39

 
All times are GMT -4. The time now is 05:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy