Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lvennard
  • Content: Threads
  • Order by date
  1. lvennard

    Lines from Net::Telnet

    This should be simple, but I'm doing something stupid. Im just trying to read the @lines from a command using Net::Telnet. I've followed the example, but still having trouble. My input_log shows the whole transaction, but it doesnt come out in the @lines array like it should... can anyone see...
  2. lvennard

    DB Modification Date

    Can anyone tell me how (if its possible) to query the database and ask for its: 1: Table modification date (the last time someone changed/add/deleted a table 2: Record modification date (the last time someone changed/add/deleted data I dont need both, but would...
  3. lvennard

    easy variable change

    I cant remeber how to do this but i've done it before in PHP. I want to take off the last charater of a value, like the perl chomp/chop function. $a = 75%; $rawvalue = rtrim ($a, "%"); NOW $rawvalue should equal "75" right? but it doesnt work. how do I chop off the last...
  4. lvennard

    Login Variable for Ip address

    Is there a new variable availible for netware to give my my ip address? If the answer is no, just say so and I'll stop looking. something like this? ex: WRITE "Your IP is : %IP_ADDRESS"
  5. lvennard

    Snmp - Adding Users

    Im setup to login locally first on my equipment. Id like to be able to write a script to add users and change passwords using snmp. Just to start, I am admin of the machines and have snmp enabled with the correct community strings... I can walk the entire device. Does anyone know the OID...
  6. lvennard

    Finding a new cluster member mac address

    I have a cluster on a remote site. We just mounted another 3548 in the rack and configure it for trunking across the Gig/e interfaces. When Im on the cluster master, I can see the cdp neighbor of the switch but I need to locate the mac to add it as a cluster member. How can I do it? My...
  7. lvennard

    Cdrom Tower

    Anyone gotten a cdrom tower to work with Linux. My tower is an older model. Its about 4 years old or so. It came with Discport software for Novell and NT, but no linux. If so, what software works and where can I find it?
  8. lvennard

    Adding two arrays without dupes

    For some reason, this doesnt work. Can someone look at it with fresh eyes and tell me what im doing wrong. I want to add two arrays and eliminate all duplicates. an example, array1="a, b, c, d" array2="a, b, e, f" Then Addarray="a, b, c, d, e, f&quot...
  9. lvennard

    Traffic Shape - Whats wrong here

    I'm trying to limit bandwidth to just our email server down to something, (i'll adjust to 15k later) on this 56k circuit. Last nite i applied the portion at the bottom of message (included is the regular information to help trouble shoot). However, it didnt work. Thoughts, suggestions...
  10. lvennard

    Keeping a process running after logout

    Keeping a process running after logout i would like to start a script "runallnite.sh" what i have to do now is set up a cron job to make it start. Is there anyway i can dial up, start it, disconnect, and keep it running? (without the cron job)
  11. lvennard

    does "sub" exsits in php?

    im not a native programer but the little bit i do know is that you can use a "sub routine" to change main variables. you use a "function" by passing variables to it and then returning the results. i just hate passing all of these variables over to the function. here is...
  12. lvennard

    logrotate - mail log files

    of course it wont let me see the mail files in /var/log/mail on my mandrake7.1 machine, but when i try to use "find / *" the list in the mail directory shows a ton of files. heres a snip ================== /var/log/mail/mail.info.2.gz.1.gz.2.gz.4.gz.2.gz.1.gz...
  13. lvennard

    Snmpwalk and 3500 clusters

    Id like to monitor my 3500's using snmp but i didnt want to assign an ip address to each slave, clustered switch. My commander switches are the only ones with ip addresses. Has anyone had luck doing an snmpwalk on the slave switches? Do i just need another mib? When i do a 'walk' it just...
  14. lvennard

    Helper and NT - Cat6k

    my lan/wan spans the whole state with tons of nt servers. everyone wants to log into other's nt servers. my helper list is now 3 pages long. my startup-config is approaching the same file size as the ios. (ok, a little joke) for every portchannel on all of my MSM's i have 3 pages of helpers...
  15. lvennard

    Searching for 'wild' ascii charaters

    i have a log file that continues to get wierd ascii characters in it. The log file reader stops cold when it encounters them. Ive written a script that removes most of the problem areas but i am unable to remove ?binary? code from the log file since i cannot match it. here is an example of a...
  16. lvennard

    Stopping a Service on another machine

    stopping a service is easy. net stop "microsoft dhcp server" but if i need to do it on another machine... that seems tough. i've tried net stop "\\machine2\microsoft dhcp server". and, well, no. thats why im here. looked at technet and searched for "stopping a service...
  17. lvennard

    isl trunking - howto?

    sorry for the rough picture ||=====|| |-----------| || ||----|________|-+-+-+WAN+-+-|-------|###LAN || || Cisco 7206 |_____| ||=====|| Cisco 2610 Cat6000 switch any ideas how to get the lan on the...
  18. lvennard

    4500 with 2eth ports as hub

    I have a 4500 router, with both e0 and e1. I want them to both be on the same lan. is there a way i can make both of them act as one hub? e0 is already assigned all the addresses and all i want is for e1 to "join" e0 without giving it any assignments. suggestions?
  19. lvennard

    Winnt 4 - Backing up Users

    im a non winnt guy but i have a need to backup the users that are on a winnt4 machine. if the hard drive goes, the data is worthless anyway. All i care about is the users and passwords assigned to that machine. Ive experimented with using the sam file in the c:\winnt\system32\config directory. I...

Part and Inventory Search

Back
Top