07-04-2002
try nslookup <machinename>
nslookup 123zone.bla.net
Server: 123zone.bla.net <= Name of queried name server
Address: 129.62.16.4 <= IP address of queried name server
from the IP address you can find the information. But this works within a domain server. Is it within one domain? Perhaps you should try some software on website that offers ways to track down.
I suggest this site. Give a try.
http://visualroute.visualware.com/
(the Java loads are Slow, so patience needed)
9 More Discussions You Might Find Interesting
1. Solaris
Hello Everyone,
I am currently running a large Server with Veritas Volumen Manager, attached to a EMC.
uname -a
SunOS 5.8 Generic_117350-47 sun4u sparc SUNW,Sun-Fire-880
I have one directory that tends to change to a file.Once in a while and always in different time.The file is the... (1 Reply)
Discussion started by: Peterh
1 Replies
2. UNIX for Advanced & Expert Users
A perplexing mystery...
please note that i am not a lacky, and the error below is misleading
recently something i do all the time broke (a script).
now when i run this script i get this error.
/usr/bin/awk: 0403-027 The parameter list is too long.
note that the (parameter list is... (9 Replies)
Discussion started by: nullwhat
9 Replies
3. Filesystems, Disks and Memory
I burned identical raw encrypted data to three cds using my new external Toshiba drive. My internal IBM read only drive does not get an I/O Error when reading in Circumstance #1, but does get an I/O Error in Circumstance #2. But, the Toshiba drive can do both circumstances without an error.
... (1 Reply)
Discussion started by: darkstarxor
1 Replies
4. Shell Programming and Scripting
Can I make use of two command variable in case statement
case $2 $3 in
stp)
Firewall disabled
echo " Changing the http Proxy configuration "
;;
str)
Firewall enabled
echo " Setting right http Proxy... (4 Replies)
Discussion started by: raghunsi
4 Replies
5. Shell Programming and Scripting
Hi everyone,
I can't seem to understand the behavior of sort on a particular case.
cat tmp25
1 a
10 b
20 c
2 d
I do that:
sort -k1,1 tmp25
1 a
10 b
2 d
20 c
This one I understand, it's what i expected, from a string point of view 1<10<2<20
sort -k1... (9 Replies)
Discussion started by: a.brassac
9 Replies
6. Shell Programming and Scripting
Hello folks,
I have list of ips like
1.1.1.1
2.2.2.2
3.3.3.3
4.4.4.4
whois 1.1.1.1 |grep -E 'country|Country'
it show country=US or whatever.
so i have number of ips in text file, how i can use above script to automate output like
1.1.1.1 US
2.2.2.2 CA
3.3.3.3 FR (3 Replies)
Discussion started by: learnbash
3 Replies
7. UNIX for Dummies Questions & Answers
Hello,
running AIX 6.1
# ls -la /home/user1
drwxrwxrwx 8 user1 staff 4096 Apr 19 2011 .
drwxr-xr-x 8 bin bin 256 Feb 08 2011 ..
drwx---r-x 2 user1 staff 256 Apr 13 2011 dir1
# su - user2
$ cd /home/user1
$ ls dir1
ls: dir1: The file... (1 Reply)
Discussion started by: vilius
1 Replies
8. UNIX for Advanced & Expert Users
Hi Folks,
I am running on a CentOS 6.3 server, whose primary function until recently has been my Zimbra mail server exclusively. I added wordpress and I have not been disappointed, with this one exception of Apache mod_rewrite. I have already tried to set selinux to permisive to eliminate that... (5 Replies)
Discussion started by: cjm51213
5 Replies
9. Shell Programming and Scripting
so i noticed that when a shell script has a function defined in it, running "sh -x" on that shell script from the command line doesnt show what the function is doing. i like this.
is there anyway for anyone to get around that? to be able to see exactly what a function or functions are doing? (4 Replies)
Discussion started by: SkySmart
4 Replies
LEARN ABOUT DEBIAN
ecaccess-job-list
ECACCESS-JOB-LIST(1p) User Contributed Perl Documentation ECACCESS-JOB-LIST(1p)
NAME
ecaccess-job-list - List all ECaccess Jobs
SYNOPSIS
ecaccess-job-list -version|-help|-manual
ecaccess-job-list [-debug] [job-id]
DESCRIPTION
List all your ECaccess Jobs. When a job-id is specified then the details for this job are displayed.
The Job statuses can have the following values:
INIT Jobs are being initialised
STDBY Jobs are waiting for an event
EXEC Jobs are running
WAIT Jobs have been queued to the scheduler (e.g. LoadLeveler)
RETR Jobs will be resubmitted
STOP Jobs have NOT completed (error)
DONE Jobs have successfully completed
ARGUMENTS
job-id (optional)
The identifier of the ECaccess Job to retrieve the details.
OPTIONS
-version
Display version number and exits.
-help Print a brief help message and exits.
-manual Prints the manual page and exits.
-debug Display the SOAP messages exchanged.
EXAMPLES
ecaccess-job-list 124356
Give the informations concerning the ECaccess Job with identifier 124356.
ecaccess-job-list
List all your ECaccess Jobs in the spool.
SEE ALSO
ecaccess-queue-list, ecaccess-job-delete, ecaccess-job-get, ecaccess-job-restart, ecaccess-job-submit and ecaccess.
perl v5.14.2 2012-04-16 ECACCESS-JOB-LIST(1p)