Search Results

Search: Posts Made By: azrealhk
Forum: AIX 06-04-2006
12,279
Posted By azrealhk
you can try looking at the "ipcs -a" ...
you can try looking at the
"ipcs -a"
command which show the semaphores, message queues and shared memory

I am not too sure but I think it has a fields with the process ID.

The ipcs command...
Forum: Solaris 05-23-2006
10,992
Posted By azrealhk
Strange if you can get then your interface is...
Strange if you can get then your interface is correct
can you run

ndd -get /dev/eri adv_100fdx_cap
4,127
Posted By azrealhk
first: The solutions are sendmail and qmail,...
first:
The solutions are sendmail and qmail, you should google as there are lots of info on these on the web.
However.
1. You must have an internet connection and internet account, and a...
5,974
Posted By azrealhk
Add the swap space to vfstab # vi...
Add the swap space to vfstab

# vi /etc/vfstab
#device device mount FS fsck mount mount
#to mount to fsck point type pass at boot opt
/export/data/swapfile --swap -no -
Forum: Solaris 05-23-2006
10,992
Posted By azrealhk
please ouput ifconfig -a and ndd -get...
please ouput
ifconfig -a
and
ndd -get /dev/eri \?
5,925
Posted By azrealhk
I have seen ls, wc etc give false readings if the...
I have seen ls, wc etc give false readings if the file is opened by another program which is writing to it.

if the output is not flushed then file size etc remains the same.
try....

# cat...
11,430
Posted By azrealhk
Also do you need another "go" after the select...
Also do you need another "go"
after the select statements?
11,430
Posted By azrealhk
I am not too sure about sybase. But do you...
I am not too sure about sybase.

But do you see anything on the screen when you run it.

You could try adding 2>&1
just in case the output is going to stderr
10,543
Posted By azrealhk
if you are considering using the rlogin, you may...
if you are considering using the rlogin, you may choose to use "rsh" instead, as it is much easier if you are just running a script. To copy you can use "rcp".

In order to avoid the password etc....
9,478
Posted By azrealhk
This is a dangerous script and not really...
This is a dangerous script and not really recommended. Make sure you know what you are doing.

I will stick my head out, but claim not responsibility for any damage cause.

The following script...
2,135
Posted By azrealhk
You can try looking up the test command you...
You can try looking up the test command

you can use the if statement which also supports NOT,AND and OR.
Check you shell manuals for syntax e.g. man sh, man ksh, man csh

Here are some things...
Forum: Solaris 05-18-2006
6,265
Posted By azrealhk
Thanks for making my day. Just to say,...
Thanks for making my day.

Just to say, you're not going to get any answers here.
people who answer questions here, probably spend administering UNIX systems everyday, and a very fustrating part...
3,606
Posted By azrealhk
More information would help. What is the...
More information would help.

What is the machine you are trying to upload from (OS etc.)
What is the machine you are trying to upload to (OS etc.)

Do you connect through Local network,...
9,379
Posted By azrealhk
1. A.sh call B.sh just put B.sh as...
1.

A.sh call B.sh

just put
B.sh
as a command in the shell script e.g.
cp ... ...
ls ... ...
B.sh

etc...

Remeber the user running the script must also has execute permission for B.sh...
1
2,054
Posted By azrealhk
More information would be appreciated. What...
More information would be appreciated.

What is the server and OS.
Apache version.
Checked apache logs.
Checked system logs.
Is it regular at 30min? Check crontab??
46,709
Posted By azrealhk
system ("sort .....")
system ("sort .....")
2,778
Posted By azrealhk
You tar file is too big. split the tar into...
You tar file is too big.

split the tar into seperate commands

e.g.
tar -cvf backup1.tar / /var /opt
tar -cvf backup2.tar /usr /home

you get the idea
15,641
Posted By azrealhk
Cron jobs are just unix commands or scripts set...
Cron jobs are just unix commands or scripts set to run at a certain interval.

Therefore in general it is difficult to check what processes are from cronjobs.
If you really need to check which...
1,762
Posted By azrealhk
This is a big subject For shell scripts i...
This is a big subject

For shell scripts i would suggest you look at "tput" command and similar subjects, which allows you to clear screen, bold, positioning etc.

For C/C++ look at the "curses"...
1,684
Posted By azrealhk
You can probably chain a list of commands...
You can probably chain a list of commands together.

If you know which files and directories to tar, it will be much easier.

On solaris
you can tar and compress using

cd /aaa/bbb; tar cvf -...
Showing results 1 to 20 of 20

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