Search Results

Search: Posts Made By: ckwan
1,204
Posted By ckwan
Hi Robin, I can use awk command however...
Hi Robin,
I can use awk command however cannot achieve the output I wanted. This is for my own interest and this is not assignment.


awk '/Identifier "Name"/ { print $0;...
1,204
Posted By ckwan
Multiple selective keyword Report
Dear All,
I have a question on what is the best way to control and list out multiple selective keywords to print out the report
Below is the Sample output of the listing


Code1
Code1
Code1...
1,222
Posted By ckwan
How to display when nth line match a pattern?
Hi All,
I have sample of listing as following

Database 2 entry:

Database alias = PXRES
Database name = PXRES
Local database directory ...
Forum: Red Hat 10-10-2014
2,472
Posted By ckwan
To download mod_ssl for Red Hat Enterprise Linux Server release 5.6 Beta (Tikanga)
Hi,
Anyone know how and where to download mod_ssl package into Red Hat Enterprise Linux Server release 5.6 Beta (Tikanga) ?

could you also show what's the procedure to apply the mod_ssl into...
Forum: AIX 03-13-2014
1,655
Posted By ckwan
The issue is due to client conventional setup of...
The issue is due to client conventional setup of using db instance user and app user are similar, user afraid of app admin when login accidentally remove the database datafiles.
Forum: AIX 03-12-2014
1,655
Posted By ckwan
Prevent admin user accidentally remove database files.
Hi Folks,
Any system admin did provide AIX file system control to prevent user/ admin accidentally remove database files ?


Thanks.
1,661
Posted By ckwan
Hi All, I use anbu23 approach and modified a...
Hi All,
I use anbu23 approach and modified a little bit :


db2 list tablespaces show detail |awk 'NR > 2 {print $0}'|awk -v RS="" -v FS="[\n]" '{ print $2 ,$8,$9 }'|awk ' $2 >0 && $3 > 0 {...
1,661
Posted By ckwan
[Solved] Convert Row To column
Hi Folks,
I am using db2 command -> db2 list tablespace show detail


Tablespace ID = 10
Name = TSCDDHLMSUM
Type ...
Forum: AIX 01-26-2014
28,682
Posted By ckwan
Here the steps to perform HACMP Mirrorring ...
Here the steps to perform HACMP Mirrorring


To mirror in hacmp
------------------
smitty hacmp

system management (c-spoc)

HACMP Logical Volume Management

Shared Volume Groups

...
Forum: AIX 01-24-2014
2,624
Posted By ckwan
How to know the progress of HA C-SPOC Mirrorvg?
Hi,
Anyone know how to check the progress of the HACMP C-SPOC mirror for the vg ?

I know there is lsvg -l <appvg>, it show the open/stale .. but I couldn't see the progress of it.

...
Forum: AIX 01-16-2014
28,682
Posted By ckwan
Thanks for the reply. Can I conclude that if to...
Thanks for the reply. Can I conclude that if to mirrorvg to one disk I do not require perform extendvg unless more than 1 disk ?
Forum: AIX 01-16-2014
28,682
Posted By ckwan
Mirrorvg in HACMP
Hi All,
I have a db2 DPF database running in active/active using HACMP.
Would like to migrate the vol into different hdisk using mirrorvg. But I understand that HACMP require to use its own...
Forum: AIX 01-16-2014
28,682
Posted By ckwan
Mirrorvg to different multiple disks
Hi All,
I have a vg that consists of 2 physical disks (PV), To migrate the vg into these 2 new disks (presented from different SAN Storage), I use the mirrorvg command, but I am not sure the...
5,996
Posted By ckwan
How about this 1,$s/ //g
How about this


1,$s/ //g
1,854
Posted By ckwan
Thanks All, Yes you right 2>/dev/null will not...
Thanks All, Yes you right 2>/dev/null will not show the error out. Great for sharing.
1,854
Posted By ckwan
Refrain the Message of File Not exists display out
Hi All,
Would like to ask on how to refrain the message file not exists from display out.



if [ `ls ${src}_*/*.CTL |awk '{print $1}'|wc -l ` -gt 0 ]; then



When it...
2,337
Posted By ckwan
Yes this is part of script that run multiple...
Yes this is part of script that run multiple processes at once.


while [[ $i -lt ${MAX_PROCESS}-1 ]] ; do

let i=$(( $i + 1 ))
if [ $i = 1 ]; then
ostr=1
oend=$ttl_src_ru
...
2,337
Posted By ckwan
FASTEN count line of dat file and compare with the CTRL file
Hi All,
I thinking on how to accelerate the speed on calculate the dat file against the number of records CTRL file.

There are about 300 to 400 folder directories that contains both DAT and...
Forum: AIX 11-06-2013
9,002
Posted By ckwan
Thanks for all input. I suspect first action when...
Thanks for all input. I suspect first action when I did mirrorvg appvg hdisk16, didn't seems all mirror over to new disk. Yes next time I shall check before I perform unmirrorvg.
What's reason...
Forum: AIX 11-06-2013
9,002
Posted By ckwan
devdss1@root:/#lsvg -p appvg appvg: PV_NAME ...
devdss1@root:/#lsvg -p appvg
appvg:
PV_NAME PV STATE TOTAL PPs FREE PPs FREE DISTRIBUTION
hdisk3 active 136 112 28..16..14..27..27...
Forum: AIX 11-06-2013
9,002
Posted By ckwan
Unmirrorvg problem encounter
good Day everyone!
I issue a command unmirrorvg

unmirrorvg appvg hdisk3



There's no response whether it is successfully unmirror but when I check the lsvg -l appvg, it seems the...
Forum: AIX 10-03-2013
1,977
Posted By ckwan
AIX Memory and Performance Doubt
Hi All,
I have 5 Servers ( 3 DataStages Server and 2 Database Servers running HACMP and DPF).
My question is 1 of the Main Core DataStage Server has few unsolved issues that I will post the...
1,151
Posted By ckwan
Thanks for the sharing..your input is very much...
Thanks for the sharing..your input is very much great and awesome!
1,151
Posted By ckwan
Display Row to Columns Pattern
Hi All,
I have following pattern of output


Number of executions = 1
Number of compilations = 1
Total execution time (sec.microsec)= 0.263898
Statement text ...
2,402
Posted By ckwan
Thanks Ahamed. Could you explain a bit on the...
Thanks Ahamed. Could you explain a bit on the script you posted ? This is simple but quite powerful
Showing results 1 to 25 of 59

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