PHV
has a great function to convert an IP to its decimal equivalent.
Public Function ip2num(ip)
Dim i, a, n
a = Split(ip, ".")
n = CDbl(0)
For i = 0 To UBound(a)
n = n * 256 + a(i)
Next i
ip2num = n
End Function
Works like a charm, now I am looking for a similar function
to convert a decimal...
Excellent. I knew there was a more
elegant way of doing this :)
The decimal (IP) makes for quick and easy sorting
of a list containing IP's.
My next task will be to "nslookup" the IP and
get its FQDN.
I have been scouring the web looking for a VBA function
to use in Excel to convert an IP address to its decimal representation.
I did not find any "open source" functions that would
accomplish what I am looking for. So I hacked together
this function as a starting point.
I am looking for...
Ah well I had hoped that I would not have to do that.
[cannon] Thats so Windoze...
In any case the re-install is under way..
How would I find out the dependencies of "init" ?
ie what files/libraries etc.. make up init ?
GJA
I have checked both /var/adm/messages[.0-1] and
dmesg. Neither reveal anything, messages just shows
the host going down on a signal 15. dmesg just reports
a date/time stamp.
I have looked at init on the host and the one on the CD.
They are both the same 48,984.
Would it help if I...
It does not get very far in the boot process.
It gets as far as ..
Initializing Memory
Rebooting with command: boot -s
Boot device: ....
SunOS Release 5.10 ....
Use it subject to license terms.
And thats it before the unceasing WARNING.
No it will not boot with either 'boot' or 'boot -s'...
I am getting this error upon boot up of a Ultra60
running Solaris10.
WARNING: init (1M) exited on fatal signal 9:
restarting automatically
and it never gets beyond that. It just keeps displaying
that error over and over....
I can boot from a CD with no problem. But then I don't
know what...
I am trying to convert dotted decimal strings
into their hex equivalent and vice versa...
For example
0.0.244.175.197.51 to
00.00.F4.AF.C5.33 or 0000f4afc533 or 00:00:F4:AF:C5:33
any ideas ? I know that you can print decimals
as hex with "%x"..
I am writing a perl program to map switch ports.
I am looking for an Excel function/VB that
will take an IP and return a hostname and vice/versa.
Example
A1 216.45.19.33
B1 =nslookup(A1) www.tek-tips.com would be in Cell B1
A1 www.tek-tips.com
B1 =nslookup(A1) 216.45.19.33
Has anyone 'deployed' Solaris 10 ?
I have setup a test server to try it
out and the one thing I found is that
you seem to need a working Solaris 9
box and upgrade to 10 ontop of it.
The 'beta' 10 I got was missing alot of
libraries/compilers etc.... So I had
to burn a set of '9' cd's and do...
You can find sudo here on sunfreeware
http://sunfreeware.secsup.org/programlistsparc8.html#sudo
as a package for Solaris8
for Solaris9
http://sunfreeware.secsup.org/programlistsparc9.html#sudo
Glenn.
In the Avaya Definity Little instruction book there is a
feature called 'Busy Verify' but I can't seem to find
out how to add it ?
Any ideas ? They mention ACA and Security Violations button, Cover message retrieval button, major/minor alarm buttons, Trunk ID buttons & Verify button.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.