Search Results

Search: Posts Made By: Joseph_TKLee
Forum: Solaris 01-17-2013
6,566
Posted By Joseph_TKLee
Reason is the process sometimes consumes 100% cpu...
Reason is the process sometimes consumes 100% cpu usage.
Is it okay to restart during business hours?
Forum: HP-UX 01-16-2013
4,944
Posted By Joseph_TKLee
I believe you know about Mirror. DRD is for...
I believe you know about Mirror.
DRD is for normally OS patching like Solaris Live Upgrade..
We can do OS patch on DRD on business hours and then just reboot from DRD disk to get a patched OS.
It...
Forum: Solaris 01-16-2013
6,566
Posted By Joseph_TKLee
Cacaoadm - common agent container
Hi,
Is there anyone knows if I disable the service, what would affect to system?
svc:/application/management/common-agent-container-1:default

Thanks,
Joseph
4,137
Posted By Joseph_TKLee
Can you please show me the output of 'pgp -h' ?
Can you please show me the output of 'pgp -h' ?
4,137
Posted By Joseph_TKLee
You need to install pgp package and then you can...
You need to install pgp package and then you can extract it with the command.

# pgp -kv ==> Check user_id
# pgp -kx user_id ==> extract

I am not sure why you want to read public/secure key...
2,887
Posted By Joseph_TKLee
for V_STR in `cat file.1`; do ...
for V_STR in `cat file.1`; do
V_F1=`echo $V_STR | awk -F\| '{print $1}'`
V_F2=`echo $V_STR | awk -F\| '{print $2}'`
V_File=`grep $V_F2 file.2` && echo...
1,800
Posted By Joseph_TKLee
Can you please show me what output looks like? ...
Can you please show me what output looks like?
don't understand your question.

Cheers,
1,785
Posted By Joseph_TKLee
Tested it successfully. cat input.txt | awk...
Tested it successfully.

cat input.txt | awk '{ if ( $2 ~ /T$/ ) Total+=substr($2,1,length($2)-1)*1000000; else if ( $2 ~/G$/ ) Total+=substr($2,1,length($2)-1)*1000; else...
1,291
Posted By Joseph_TKLee
awk '/^[A-Z]/ {print $0} /^[0-9]/ { for...
awk '/^[A-Z]/ {print $0} /^[0-9]/ { for (i=1;i<=NF;i=i+2) print $i,$(i+1) }' input.txt


Cheers,
Forum: Hardware 12-10-2012
1,599
Posted By Joseph_TKLee
I would say the controllers you are talking about...
I would say the controllers you are talking about might be on a disk storage which has normally 2 controllers on it.

Cheers,
2,105
Posted By Joseph_TKLee
still don't understand. however you might use the...
still don't understand. however you might use the following command to get the output. Please note that you might need to add more code into it.
awk '/Drug/ {print "P11229 " $0} /Anta/ {print...
2,105
Posted By Joseph_TKLee
Not easy to understand your question. Please...
Not easy to understand your question.
Please update your question in a easy way to understand if possible.

Cheers,
23,940
Posted By Joseph_TKLee
From your log, I have made the commands below on...
From your log, I have made the commands below on Solaris OS.
# cat LOG | awk '{ for ( i=1;i<=NF;i++ ) Vword[$i]++ } END { for( WORD in Vword ) print WORD }' > word.tmp
# cat word.tmp | awk -F/...
Forum: What is on Your Mind? 12-05-2012
2,018
Posted By Joseph_TKLee
Best rules as a contractor
Started working as a contractor this Sep,2012.

Please share your experience to a newie contractor.

My career path.

Working as a contractor this Sep
Worked as Unix admin at the public...
Forum: Solaris 12-05-2012
1,557
Posted By Joseph_TKLee
What is output of the command below? # svcs...
What is output of the command below?

# svcs -xv
# dmesg


Cheers,
Forum: Solaris 12-05-2012
2,889
Posted By Joseph_TKLee
if /app is not in zfs which means it is just a...
if /app is not in zfs which means it is just a directory, you need to copy /app to a new pool to get free spaces of rpool.

Cheers,
Forum: HP-UX 12-05-2012
10,996
Posted By Joseph_TKLee
Are you talking about /ora00 filesystem which is...
Are you talking about /ora00 filesystem which is on ASM?
If yes, vg01a has /ora00 filesystem so you can export it as same as the normal way below.

# umount /ora00
# vgexport -pvs -m...
Forum: Solaris 12-04-2012
1,786
Posted By Joseph_TKLee
I used to migrate to a new haredware. You need...
I used to migrate to a new haredware.
You need to do it manually.
From top of my head, you need the following checklist.
1. /etc is important which has most of configuration files such as...
2,053
Posted By Joseph_TKLee
Sometimes, Understanding a question is much...
Sometimes, Understanding a question is much harder than providing a solution.

Cheers,
Korean :)
Forum: HP-UX 12-04-2012
4,149
Posted By Joseph_TKLee
Please check with dr_dt command. And also you...
Please check with dr_dt command.
And also you can do troubleshooting with the linke below.
CDE login screen not showing (http://fixunix.com/hp-ux/143288-cde-login-screen-not-showing.html)
...
2,280
Posted By Joseph_TKLee
crontab is defined in a file such as in...
crontab is defined in a file such as in /var/spool/cron/crontabs on Solaris.
You can make a script to automate crontab.

Cheers,
1,004
Posted By Joseph_TKLee
awk '{ for (i=1; i <=NF; i++) if(substr($i,1,1)...
awk '{ for (i=1; i <=NF; i++) if(substr($i,1,1) == "V") print $i }' file_name


Cheers,
1,118
Posted By Joseph_TKLee
It seems you need to create a script which is...
It seems you need to create a script which is called "test" which has same function of your c++ program.
your data file needs to be in your current directory where a script is otherwise you need to...
3,811
Posted By Joseph_TKLee
I suspect the code below. sar | tail -3 | head...
I suspect the code below.
sar | tail -3 | head -1 > $TMP2
You need to check $TMP2 with the following command which need to be in the script.
cat $TMP2 > /tmp/tmp2.output

You will figrue out...
Forum: HP-UX 12-03-2012
10,996
Posted By Joseph_TKLee
To Jps460, I have never seen any luns not under...
To Jps460,
I have never seen any luns not under VGs except raw devices for Oracle DB.
I am just wondering what purpose the luns are not under VGs is.
If you show me the output of bdf, I might give...
Showing results 1 to 25 of 40

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