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 biv343 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: rbri
  • Content: Threads
  • Order by date
  1. rbri

    Copying Wrong Data

    Hello Everyone, I am having a very odd thing happening I can't recall I have ever had this happen. I need to copy data from one Linux server to another from several different mount points. (i.e /0c, /0d, /0e). I wanted to set up a bash script to copy a fresh copy each day and run the script off...
  2. rbri

    List the connection strings for a website

    I wrote a vbscript to list all the websites on our web server I was asked to add the connection string information to my output. I have been searching now for 2 days and can't find anything does anyone know where that information is stored. In the IIS Manager under the icon labled "connection...
  3. rbri

    Perl and OpenOffice::OODoc

    Hello I need some help. I requested to give my manager a list of all Linux users that have sudo access in our environment. I generated a text file for him containing 2 columns one column with the group name and the other column with the user in that group I set up a cron to run the script a...
  4. rbri

    Enumerate AD

    Hello Everyone I wrote a Perl script to gather NIS and Active directory info. The issue I am having is the only way I have been able to enumerate AD is with this snippet. The $sNisInfo contains the "userID:GrpName:UserRealName:" from NIS. $result = $ldap->search( base...
  5. rbri

    Replace with SED

    Hello Everyone I am try to write a script that will change all the passwords in the passwd file to the same password. I have the script doing everything it needs until I encounter a password that has a "/" in it the SED substitution command fails because it gets to many slashes. I can get a...
  6. rbri

    Installing DBI and DBD::mysql Perl Modules

    Hello Everyone I hope this is in the correct forum. I have a Itanium machine running HP-UX 11.23 that I am trying to load the DBI and the DBD::mysql modules on I keep getting what seems to be syntax error's when I run the "make" command trying to install the DBI module. Here is the error I get...
  7. rbri

    Searching Active Directory

    Hello everyone I am having a strange thing happen and I wonder if anyone can help me see where I am going wrong. I wrote a vbscript/hta to search AD and display the results in a text box. The whole program works good until I was asked to add the field containing our mail stop. It took me awhile...
  8. rbri

    mysql will not start

    Hello Everyone mysql database wsa inistalled with the operating system and everything went through with no errors. When I try to start mysql it fails with this error. 050907 09:49:50 mysqld started 050907 9:49:50 [ERROR] Character set information not found in...
  9. rbri

    Trying to install PHPLICENSEWATCHER

    Hello Everyone I am trying to install a package called phplicensewatcher I downloaded it from the freshmeat site. It requires that Apache, php/pear and php/mysql plus mysql installed to run everything seem to be working execpt one thing it appears that the php programs can't find any of the...
  10. rbri

    Linux Networking Question

    I need some help setting up and configuring a group of Linux machines. Here is my issue. I want to have one server on my LAN and also conecting to a private network switch. I will have 5 linux servers behind the switch on the private network. This will be used to run parellal solver jobs such...
  11. rbri

    For Each looop will not stop

    Hello Everyone I am writing a script using the hta extension to get a GUI interface. One of my options to do is list the vendor daemon and port number it is using. the sub I use to populate the array is working and fill the array properly. When I call the sub that reads the array is having a...
  12. rbri

    Search Active Directory

    Hello Everyone I wrote a program that searches our Active Directory. It works great as long as I hard code all the variables into the program. I wanted to add the ability to allow a user other than myself to run the program so I added code to prompt a user to enter there loginID there password...
  13. rbri

    Send Command Line Data to a Pipe

    Hello Everyone Does anyone know how to send the output from a command line to a pipe so I can send that output to a textarea in a .hta script instead of cmd opening its own window and put the output to that. I looked up the cmd command and according to that a "/A" sends it to a pipe but, I can...
  14. rbri

    Send Errors to a File

    Hello Everyone Does anyone know if there is a way to specify a file to send errors to rather than the screen in the die function. I wrote a script to switch out report logs in a cron right now though all error messages go to the terminal. I would like to send them to a file that I could check...
  15. rbri

    System Command and Tk

    Hello Everyone I am writing a Perl menu program. My intensions are to have a program that I can execute various flexlm commands from. We have several different vendors that I serve licenses for and I use Macrovisions flexlm stuff to do that. I am attempting to write a menu type program that...
  16. rbri

    Automount in Linux ES3.1

    New to Linux support.... We just added an ES3.1 Linux server to out NIS domain. It appears that the server mounts all of the users homes that are listed in our auto_home map. My question is how do you configure automount within Linux? These mount points should only happen upon user login. Thanks
  17. rbri

    Cron Date Problem

    Hello Everyone I wrote a script to roll flexlm report logs once a month. I would like to include the month and year in the file name of the rolled report logs. This is where I am have my trouble I would like to roll them on the last day of the month but, I can't figure out how or even if cron...
  18. rbri

    Protection on attachments

    Hello Everyone I have a user who recieves attachments in Outlook that the only way he is able to make edits to them is to detach them and save them locally on his harddrive make the edits and then reattach them to an email. Is there a setting somewhere that I can set for him so he will be able...
  19. rbri

    Partition Size

    Hello everyone It's been awhile since I built a DOS 6.2 with Windows 3.1 machine but, I have a windows 2000 machine with virtual PC loaded on it and I want to build a DOS virtual PC. Would someone tell me what the max size of the partition I can make to load DOS 6.2 and install Windows 3.1. I...
  20. rbri

    Eliminate quotes in string

    Hello everyone A few days ago I posted a question that jonscott8 answered with exactly what I was trying to do. However to roll something like that to my user community and expect them to create the shortcut correctly might be a stretch. So I wrote a vbscript to create the shortcut for them and...

Part and Inventory Search

Back
Top