Search Results

Search: Posts Made By: sssow
3,803
Posted By sssow
Changing TCP parameters in solaris10
Hi
I have to change some TCP settings in Solaris10 machine running on AMD. Is there any tool or GUI to do this. I want to see if there is any easy way to put them in the startup scripts.

Thanks
Forum: Fedora 09-20-2006
14,381
Posted By sssow
Did you lookat pmap pmap -x <PID>
Did you lookat pmap
pmap -x <PID>
1,984
Posted By sssow
You can telnet to that Unix Server if it is...
You can telnet to that Unix Server if it is accessible through network. You may want to try putty
Forum: HP-UX 08-26-2006
5,574
Posted By sssow
use set_params command
use set_params command
5,103
Posted By sssow
also, an unrelated suggestion. You dont have to...
also, an unrelated suggestion. You dont have to invoke gnuplot in interactive mode. You can put all the commands in a file and call gnuplot and it will create output as desired.
2,758
Posted By sssow
escape the brackets in insert statement. ...
escape the brackets in insert statement.

INSERT INTO SendMailDetails \(acctno, salutation, name\) values \('$acctno','$salutation','$name'\);

Not sure how it is going to work. You need to use...
2,431
Posted By sssow
Did you try gnuplot
Did you try gnuplot
Forum: Red Hat 08-18-2006
12,714
Posted By sssow
also try dmesg
also try dmesg
22,922
Posted By sssow
Using expect is one way to deal with the...
Using expect is one way to deal with the interactive apps.

But i think you can also try here document style like

command <<EOF
yes
true
and_so_on
EOF

This will invoke the command and...
1,853
Posted By sssow
There are many levels of testing: Unit testing,...
There are many levels of testing: Unit testing, functional testing, Integration testing, load/performance testing. Unit testing is done at unit level typically by using some thing like Junit by the...
12,522
Posted By sssow
try ipconfig on windows and ifconfig on unix
try ipconfig on windows and ifconfig on unix
7,114
Posted By sssow
try sar and look for %sys, %user, %iowait and...
try sar and look for %sys, %user, %iowait and %idle
Forum: Solaris 07-27-2006
7,650
Posted By sssow
take a look at the oracle installation manual. It...
take a look at the oracle installation manual. It contains a list of kernel parameters which are required to be tuned before starting the installation.
29,233
Posted By sssow
You cant run SQL Server on Unix. However, you can...
You cant run SQL Server on Unix. However, you can access the SQL Server running on Windows from a Unix machine using JDBC/ODBC
Forum: Solaris 07-10-2006
6,204
Posted By sssow
Seems like permisson issue. Try running as root...
Seems like permisson issue. Try running as root and see if it works..
16,296
Posted By sssow
cmd >log.txt 2>&1
cmd >log.txt 2>&1
7,539
Posted By sssow
ssh/rsh ]
ssh/rsh
]
3,842
Posted By sssow
Try X-deep/32 ...
Try X-deep/32

http://www.download.com/X-Deep-32/3000-2155_4-10320197.html

Also HummingBird exceed is very good. but it is not free
Forum: Solaris 06-21-2006
5,340
Posted By sssow
You may have to enable dhcp if you are given a...
You may have to enable dhcp if you are given a dynamic IP.
Forum: Solaris 06-20-2006
2,687
Posted By sssow
Are you seeing the GUI when you say...
Are you seeing the GUI when you say ./runInstaller

Did you export the DISPLAY before trying installer

DISPLAY=<EXCEED_IP_ADDRESS>:0.0
export DISPLAY

Was the question about what to do after...
Forum: Solaris 06-20-2006
2,113
Posted By sssow
ndd -get /dev/hme link_status ...
ndd -get /dev/hme link_status
link_mode
link_speed

replace hme with your interface
30,495
Posted By sssow
It may sound stupid, but if you want to use ssh...
It may sound stupid, but if you want to use ssh to execute it, why not copy the script using scp/rcp to Solaris machine first and execute it with ssh/rsh. What is the script doing? Does it have any...
2,382
Posted By sssow
from within the script? whoami shoud give the...
from within the script?
whoami shoud give the username

try echo $(whoami)
5,600
Posted By sssow
You have to set the CLASSPATH or specify the...
You have to set the CLASSPATH

or specify the classpath at runtime like

java -cp /local/foo classfile
Forum: Solaris 06-12-2006
3,390
Posted By sssow
look at -exec option of find find...
look at -exec option of find

find /source_dir/ Fexp*.* -mtime -3 -exec cp {} /target_dir \;
Showing results 1 to 25 of 173

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