Search Results

Search: Posts Made By: vkk
Forum: HP-UX 09-14-2011
5,462
Posted By vkk
Thats what I needed. I got it from...
Thats what I needed.

I got it from /etc/rc.config.d/netconf

DHCP_ENABLE[0]=0

Thank You so much
Forum: HP-UX 09-14-2011
5,462
Posted By vkk
[Solved] Static or DHCP IP in HP-UX
Hi,

I can find the IP details whether it is Static or dynamic in Linux machine from the location /etc/sysconfig/network-scripts/ifconfig-eth0 configuration file.

Can someone suggest a...
1,577
Posted By vkk
not displaying group name
I created a directory test. But it is not displaying the group name. Windows 2003R2 machine.

drwxr-xr-x 1 vivek 0 0 Sep 2 12:39 test

uid=1073778986(vivek) gid=1073742337(+Domain Users)...
7,774
Posted By vkk
hi, I didnot yet find a solution for...
hi,

I didnot yet find a solution for sending a single emails when IP is different..

my current code

#!/usr/bin/ksh
for server in `cat serverlist`
do
ser_name=`echo $server | cut -f2...
7,774
Posted By vkk
That worked...but I need to send a single email...
That worked...but I need to send a single email at the end of the check if the IP is different. I used the below code but it sends multiple email since it is in loop.

#!/usr/bin/ksh
for server...
7,774
Posted By vkk
I cannot separate the server name to nslookup. ...
I cannot separate the server name to nslookup.
while comparing in if [["new_ip" == "$old_ip"]]
it is taking both IP from the file to compare with new IP.

+ [[ 123.234.345.123 = 123.234.345.123...
7,774
Posted By vkk
still the same output...wrong one :(
still the same output...wrong one :(
7,774
Posted By vkk
$ ./ip_compare.sh IP is DIFFERENT IP is...
$ ./ip_compare.sh
IP is DIFFERENT
IP is DIFFERENT
IP is DIFFERENT
IP is DIFFERENT

Output is wrong.....I dont have a difference in IP..
7,774
Posted By vkk
Compare IP Address from nslookup and file
Hi,

I am trying to compare IP address of a server using nslookup with IP address in a file (serverlist). And if there is a difference in IP, it should send an email.
But there is some error in...
3,447
Posted By vkk
seteuid access denied - openSSH installation
Hi,

I have installed openssh in one of my windows servers following SUA community guidelines. I can successfully install and generate RSA DSA keys. But I cannot SSH to server from my Solaris...
4,249
Posted By vkk
Excellent!!! That worked...Thanks for your effort...
Excellent!!! That worked...Thanks for your effort :)
4,249
Posted By vkk
No change pravin... @ctsgnb: How using...
No change pravin...

@ctsgnb: How using awk???
4,249
Posted By vkk
Please find the output below i want my name to be...
Please find the output below i want my name to be there without deleting any line of the file.

#GROUP A belongs to Asia
GROUP A jojh hans local admin vkk
GROUP A gege fans michel jing jong
...
4,249
Posted By vkk
Thanks. But that is deleting all my other lines...
Thanks. But that is deleting all my other lines and displaying only that line alone. I need the file as such. :(

Is that because of "!d" in the command??
4,249
Posted By vkk
sed to find first appearance and append string
I have a file like below

#GROUP A belongs to Asia
GROUP A jojh hans local admin
GROUP A gege fans michel jing jong

#GROUP U belongs to USA
GROUP U jeff goal hello world

My requirement...
Showing results 1 to 15 of 15

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