Search Results

Search: Posts Made By: snjksh
1,294
Posted By snjksh
Closing thread
Hi,

I guess, users do not have rights to close a thread.

Please close thread 'Small automation' as it is resolved.


Regards,
snjksh
1,377
Posted By snjksh
Robin : your option is better than mine. I will...
Robin : your option is better than mine. I will certainly use that.
1,587
Posted By snjksh
ssh with verbose
# chmod 700 ~/.ssh
# chmod 644 ~/.ssh/authorized_keys
# restorecon -R ~/.ssh

If it does not work , pls send output of the following command.

# ssh -vvv username@remote
Forum: Solaris 07-24-2013
4,646
Posted By snjksh
Can you re-install the network driver ..........
Can you re-install the network driver ..........
1,377
Posted By snjksh
Thanks Robin. It seems that I was not able...
Thanks Robin.

It seems that I was not able to explain need of this script. Let me try again ...

Objective of the script is not to restart the vsftpd service. Rather to minimize the typing of...
1,377
Posted By snjksh
sample script to start or stop any service
Frequently we need to stop or start services on Linux systems.

For exmaple : To start or stop vsftpd daemon

# /etc/init.d/vsftpd start

or

# /etc/init.d/vsftpd stop


Following script...
3,072
Posted By snjksh
Joing Linux systems to AD and move to OU
Hi,

We have joined Linux systems ( RHEL 6.3 ) to Windows AD ( 2008 R2 ).

System has been placed in the deafault location 'Computers' in AD. Then we manually move the systems to the respective...
10,885
Posted By snjksh
Sample script to ftp a file. Hope you know how to...
Sample script to ftp a file. Hope you know how to create zip ...............

#!/bin/bash
filename="/home/paul/myfile.tar.gz"
hostname="ftp.myhost.com"
username="username"
password="password"...
Forum: Solaris 07-19-2013
23,261
Posted By snjksh
zpool remove pool device
zpool remove pool device
Forum: Solaris 07-18-2013
1,536
Posted By snjksh
Can you try to login with a normal user ( if...
Can you try to login with a normal user ( if created ) from console ? and then su - root.
18,091
Posted By snjksh
haproxy configuration
You can use haproxy .......

Please go through the following article.
Configure HAProxy on CentOS/RHEL 5/6 - TecAdmin.net (http://tecadmin.net/configure-haproxy-on-centosrhel-56/#)
19,767
Posted By snjksh
Please make sure following permissions are...
Please make sure following permissions are properly set.

chmod 700 .ssh;
chmod 640 .ssh/authorized_keys
1,227
Posted By snjksh
uniq numbers with sorting
If you want uniq numbers with sorting

cat file |sort|uniq
3,114
Posted By snjksh
Please find the following ftp script to download...
Please find the following ftp script to download file from server.

=================================
HOST='Test03'
USER='user'
PASSWD='*****'
FILE='d.txt'
ftp -n $HOST <<END_SCRIPT
quote...
Forum: Red Hat 07-16-2013
1,607
Posted By snjksh
It is recommended to use different file system...
It is recommended to use different file system for /tmp and /var in production server.
Forum: Red Hat 11-18-2011
3,297
Posted By snjksh
Thanks :)
Thanks :)
Forum: Red Hat 11-18-2011
3,297
Posted By snjksh
lost+found
Hi,

What is lost+found in linux ?

Cheers,
snj
Forum: Red Hat 11-10-2011
3,674
Posted By snjksh
How to configure LUN
Hi ALL,

what are the steps to detect and configure a new attached lun in RHEL 5.3.

rgds,
snj.
Forum: Solaris 11-10-2011
9,230
Posted By snjksh
Thanks guys. rgds, snjksh
Thanks guys.

rgds,
snjksh
Forum: Solaris 09-07-2011
9,230
Posted By snjksh
new attached lun in solaris 10
hi,

what are the steps to detect and configure a new attached lun in Solaris 10.
Is there any difference between cfgadm and luxadm command ?

rgds,
snjksh
Forum: AIX 06-10-2010
8,720
Posted By snjksh
ldom and lpar
hi,

Plz let me know if the concept of sun ldom and aix lpar is same or not.

thnx,
snj
Forum: Solaris 06-10-2010
12,258
Posted By snjksh
ldom and zone
hi,

what is the difference between ldom and zone. can we install any other os than sun in ldom.

thanks,
snj.
Forum: Red Hat 05-30-2010
5,561
Posted By snjksh
veritas volume manager for x86 linux
Dear All,

I am running 32 bit RHEL5 in vmware platform ( windows XP ). Is there any free version of veritas volume manager available, if yes please provide the link.


Regards,
snjksh.
Forum: Solaris 04-23-2010
5,857
Posted By snjksh
prstat,vmstat,sar
Hi All,

I have monitored prstat,vmstat and sar -u on sun system for 24 hours. Following is the output.

Average Utilization :
vmstat : 65%
sar : 66%
prstat :51%.

vmstat and sar output are...
Forum: Solaris 04-23-2010
16,910
Posted By snjksh
Load Average and Lwps
NPROC USERNAME SWAP RSS MEMORY TIME CPU
320 oracle 23G 22G 69% 582:55:11 85%
47 root 148M 101M 0.3% 99:29:40 0.3%
53 rafmsdb ...
Showing results 1 to 25 of 25

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