Search Results

Search: Posts Made By: S.Vishwanath
67,377
Posted By S.Vishwanath
Making a Script to Start as a Service
Hi,

I have a shell script t1.sh. on my solaris box.

So, what are the steps required to make this script run as a Service, when the system re-starts. (for ex:- at run level 3).
I know that I...
Forum: Solaris 12-15-2006
19,653
Posted By S.Vishwanath
"NO HARD Disks found" while installing Solaris 10 (latest-6/06) on Poweredge 2950.
We get the error "NO HARD Disks found" while installing Solaris 10 (latest-6/06) on Poweredge 2950.

We found that the LSISAS1068 driver is needed for this. But the provision is given only to...
3,470
Posted By S.Vishwanath
I'm here again to Convey My Sincere Thanks to...
I'm here again to Convey My Sincere Thanks to tmarikle for pointing out the exact location. Thanks again for the need full.

Well, after logging this problem, with the help of Google I was able to...
3,470
Posted By S.Vishwanath
Help Virus Attack Windows Oracle Patches.
Hi,

Our Network is attacked by Virus. We are currently looking for all Oracle
Database/Product (all possible versions) based patches.

Kindly let us know from where can we get them.

This is...
3,130
Posted By S.Vishwanath
Hi, from Gowda's Reply...What it sounds is...
Hi, from Gowda's Reply...What it sounds is like...

The applications (binary) are running fine as expected (it should not make difference whether it is a background process or a Unix Deamon). And...
2,365
Posted By S.Vishwanath
Ya, as explained by Bhargav, it gives the return...
Ya, as explained by Bhargav, it gives the return value of the Previous command.
In the above, when you run the jfdfkjd at the prompt, which is not a valid command, the system (shell) fired with...
5,743
Posted By S.Vishwanath
Also, I suspect some loose contact b/w the HBA...
Also, I suspect some loose contact b/w the HBA and the disks. In the show dev, if you are able to see some thing like pka and pkb, then you have the interface being detected properly. And if you...
5,743
Posted By S.Vishwanath
If you have a PCI/MCA card (HBA) properly...
If you have a PCI/MCA card (HBA) properly installed into the device, then all the device attached to the 1st HBA (PCI/MCA) card would be listed as dka...and simillary for the other devices attached...
10,976
Posted By S.Vishwanath
.profile gets executed only when you login...
.profile gets executed only when you login interactively. But rsh just try to execute the command you desired to execute, and in order to execute the command successfully, it need to verify the...
6,798
Posted By S.Vishwanath
HI, Unix Stores passwords in a text file. ...
HI,

Unix Stores passwords in a text file. Usually passwords were
stored in /etc/passwd file. So any body can see the contents of
the passwd file. Also can look into the password string...
2,566
Posted By S.Vishwanath
Hi, Yes, Google is absolutely Right. ...
Hi,

Yes, Google is absolutely Right.

The '!' allows you to have a (cofee-)break with the FTP and enter
in to shell from where you can return back (just for time being if you wish) with the...
Forum: Programming 12-28-2004
2,564
Posted By S.Vishwanath
Hi, Your question is not very clear. Do...
Hi,

Your question is not very clear.

Do you mean, that You want to use C++ programming langauge
and do a SQL programming ?

Vishwa
Forum: Programming 10-01-2004
2,886
Posted By S.Vishwanath
Hi, Well I got that.. But still thanks if...
Hi,

Well I got that..
But still thanks if you have taken look into this.

Here is how I got that..

char hexa[]="0xabcd1234";
char hexa1[10];...
Forum: Programming 10-01-2004
2,886
Posted By S.Vishwanath
Conversion of Hexa Value in String From to Primitive Hexavalue and back to String.
Hi,

In My Program I have HEXA value in a string array as below :

char hexa="0xabcd1234"; //This is how I'm getting source data.

Actaully I want this hexa value to be decremented with -1...
Forum: Programming 06-14-2004
5,008
Posted By S.Vishwanath
Hi Thanks for both Rusell & Drivers. This...
Hi

Thanks for both Rusell & Drivers.
This was just great for me.

Well then how different are the alarm() & ualarm().
Can we use them also. I'm bit puzzled with them.

Again Thanks for all...
Forum: Programming 06-14-2004
5,008
Posted By S.Vishwanath
Introducing Delay less then a second.
Hi,

I have a doubt in introducing a delay in the programs.
We know that we do have a sleep() function/api using which
we can bring a delay in terms of seconds.
A minimum delay can be atleast 1...
Forum: Programming 05-25-2004
2,073
Posted By S.Vishwanath
Regarding Function and Pointers.
HI,

Here is some thing that is puzzling me from a long time.
Can some body explain me this with example.

The question is :-

What is the difference between function pointer and pointer to a...
Forum: HP-UX 08-26-2003
9,743
Posted By S.Vishwanath
Getting Hardware Details on HP-UX
Hi All,

Please let me know the list of commands, that can give me the
list of hardwares available on the HP-UX Box.

I'm using HP-UX B.11.00.

I would like to know the list of HBA's, PCIMCA...
Forum: Filesystems, Disks and Memory 07-21-2003
28,736
Posted By S.Vishwanath
How to identify list of PowerSupply Units on Solaris 5.8(2.8) Box.
How will the solaris 5.8(2.8) list the power supply units if we have
2 powersupply in the box.

We know, if there are 2 disks it would list for ex:- as disk01, disk02. This is just for sake of...
2,014
Posted By S.Vishwanath
Regarding Synchronizing 2 CVS.
Hi

As a System Admin, I have to handle synchronzing 2 CVS.
But I'm new to CVS & hardly have any knowledge of such tools.

Please help me, is there any way, that can automatize the
process for...
2
8,881
Posted By S.Vishwanath
Snmp
Hi I have doubt/confusion on the SNMP Agents.

We know that these days use of SNMP is growing more.
Most of the venders who manufacture computer based accessories provide SNMP support with thier...
8,268
Posted By S.Vishwanath
Your command says that you have modified the...
Your command says that you have modified the permissions of the contents of the bin directory (i.e.) file in /bin directory
& not the permissions of the bin directory itself.

So, from the...
19,687
Posted By S.Vishwanath
Here is the small practical example. Just check...
Here is the small practical example. Just check it.
Just type them on the shell & observe the output.

$a=10 (I'm creating a shell variable named as 'a' with value 10.
$set (This will show...
Forum: HP-UX 10-29-2002
34,921
Posted By S.Vishwanath
Hi All, Thanks for all the support. ...
Hi All,

Thanks for all the support.
Especially I would like to thank KIE for his near reach for the solution.

The system did not had an route entre. That was the problem.
Know after setting...
Forum: IP Networking 10-28-2002
1,973
Posted By S.Vishwanath
You have not mentioned what you want to do on...
You have not mentioned what you want to do on unix. U can do lots on unix. viz., U can destroy Unix System toooo :D

If u r new to unix, then its better u learn how to interact with unix. I...
Showing results 1 to 25 of 48

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