Search Results

Search: Posts Made By: chrs0302
Forum: Solaris 12-25-2011
5,803
Posted By chrs0302
How to set permanent aliases?
Hi All

On my Solaris 10 X86, under my root directory I have a file called Aliases. It is owned by root (root:root) and the user (I mean root) has rwx permissions. In this file I have set some...
Forum: AIX 12-25-2011
8,356
Posted By chrs0302
How to create permanent Aliases?
Hi All

Under my root directory I have a file called Aliases. It is owned by root (root:root) and the user (I mean root) has rwx permissions. In this file I have set some aliases like the following...
Forum: Solaris 12-02-2009
4,280
Posted By chrs0302
Two instances of inetd causing alerts
Hello All

On one of our production servers we have two instances of inetd as shown below. Also we have noticed vtsk (SunVTS diagnostics) running on the server

$ ps -ef | grep inetd
root ...
Forum: Solaris 10-22-2009
1,904
Posted By chrs0302
Compiling Speed Issues in Solaris 10
Hello All

Our development team is about to compile a code and the issue is with time. This server's LDOM has 56 virtual CPUs each 1.4GHz and the memory is 8GB with 4 GB free. The problem is for...
Forum: Filesystems, Disks and Memory 10-16-2009
2,922
Posted By chrs0302
VERITAS Storage Foundation
Hi

I have some practical experience with VERITAS Volume Manager and File System. Now I want to appear for VERITAS Storage Foundation 5.0 certification. From my previous experience with Solaris...
2,737
Posted By chrs0302
Hi Jim mcnarama Your suggestion worked....
Hi Jim mcnarama

Your suggestion worked. Thanks for that

Hi TonyFullerMalv

The code is really nice. I tested and it worked. Thank you very much
9,347
Posted By chrs0302
Hi vgersh99 and cfajohnson Thank you for...
Hi vgersh99 and cfajohnson

Thank you for your attention and help. It is solved.

Regards
2,737
Posted By chrs0302
Disk Space
Hi

This is my script for disk space monitoring

clear

if [ $UID -ne 0 ]
then
echo "You must be root user to execute the script"
fi

ALERT_LEVEL=10
CONSUMPTION_LEVEL= `df -k | awk...
9,347
Posted By chrs0302
This is the part of the revised script if [...
This is the part of the revised script
if [ "${#}" -lt 1 ]
then
sd=`expr $n % 10`
sum=`expr $sum + $sd`
n=`expr $n / 10`
fi

This is the output

You must enter at least two digits
If you...
9,347
Posted By chrs0302
Printing the sum of a numbers
Hi

I am writing a script that will produce the total of the digits with in the number. Here is the script.

[root@***/]-bash# cat Sum_Digits
if [ "$? -lt 1" ]
then
echo "You must enter at...
2,286
Posted By chrs0302
Useful tutorials/links for beginers
Hello all
Pl try to send some useful tutorials and links to learn shell scripting at beginer level. I will summarize and thanks in advnace.

chrs0302
Forum: Solaris 11-28-2005
1,903
Posted By chrs0302
Oracle on Linux
Yeah. Thank you for that. It works on Solaris and I am searching for Linux too. Thanks for your help.
Forum: Solaris 11-28-2005
1,903
Posted By chrs0302
Oracle and Solairs
Hello

I want to know the two exact command for the following:

The one which tells you whether Oracle is installed or not?
If Yes what is the Oracle versions number?

I tried to check Oracle...
Forum: Solaris 11-08-2005
2,707
Posted By chrs0302
Installing samba-tng suite
Hello all

I am trying to install sara-sans(http://www.cisecurity.org/top20.htm) on a Solaris 9 server. The process highly recommends the installation of samba-tng suite. In the process of...
Forum: Solaris 10-18-2005
49,231
Posted By chrs0302
How to make a script executable by all users?
Hi networkfre@k

You are great. I got it. Let me point out my own mistake.
I was trying with chmod u+x <scriptname> instead of
chmod +x <scriptname>.

Once again thanks a lot
Forum: Solaris 10-17-2005
49,231
Posted By chrs0302
How to make a script executable by all users?
I have a script in my home direcroty which upon execution gives the essential system information like memory,cpu etc and is currently owned by root:root. Now I want to see that every non root user...
Forum: Solaris 09-21-2005
3,651
Posted By chrs0302
Remote Access
Thank you. I will let you know the output.
Forum: Solaris 09-21-2005
3,651
Posted By chrs0302
Remote Access
Hi

We access all our SPARC/x86 servers (Solaris 8,9 & 10) using ssh. I am looking for a open source tool that allows me to get the GUI on to my laptop. I tried with x-org and some other...
Forum: Solaris 08-05-2005
15,072
Posted By chrs0302
libncurses
Thanks for your interest.

I have set libncurses on my system as desired which is evident from the following output.

# find / -name libncurses* -print
/usr/lib/libncurses.so.5...
Forum: Solaris 08-02-2005
15,072
Posted By chrs0302
libncurses.so.5
I have a small sctipt called dict under my /usr/local/bin.

# cat dict
#!/usr/bin/ksh -f

set word=$1

# lynx is a text-based browser
# available free on the web/net.
lynx -cfg=/dev/null...
Forum: Solaris 08-02-2005
5,487
Posted By chrs0302
Hi Solea Thanks for the information. ...
Hi Solea

Thanks for the information.

Right now I am logging in as sudouser and then executing the associated commands by the follolwing syntax.

$ sudo passwd <username>

Very nice...
Forum: Solaris 07-29-2005
5,487
Posted By chrs0302
sudo documents
I have installed sudo on our development server (SPARC,Solaris 9) and trying to edit /etc/sudoers file using visudo. Referred the following sites and not able to find the way.
...
Forum: Solaris 07-07-2005
4,707
Posted By chrs0302
mysql-devel
I am trying to install Postfix on a Sun SPARC Solaris 9 server. I am not sure whether it is essential or not but still installed MySQL on that server and it is running fine.Now when I am trying to...
Forum: Solaris 06-24-2005
2,658
Posted By chrs0302
Initial RT Configuration
We are trying to set up a ticket request application on a Solaris 9 (SPARC) server.
http://wiki.bestpractical.com/index.cgi?SolarisInstallGuide

Apache has been configured and MySQL 4.1.12 was...
2,638
Posted By chrs0302
Initial RT Configuration
We are trying to set up a ticket request application on a Solaris 9 (SPARC) server.
http://wiki.bestpractical.com/index.cgi?SolarisInstallGuide

Apache has been configured and MySQL 4.1.12 was...
Showing results 1 to 25 of 26

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