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 SkipVought 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: lblauen
  • Order by date
  1. lblauen

    Script to help change passwd in AIX

    I'm looking for a script for AIX to help change roots password on many systems. We have to change roots password every other month and now I log into all the servers and make a new password for root. How can I do this in a script?? for i in `cat aixlist` do rsh $i passwd ?????? The aixlist has...
  2. lblauen

    Script to help change passwd in AIX

    No this is a script question. I too do #3 but there should be a easyer way to do it.
  3. lblauen

    Script to help change passwd in AIX

    I'm looking for a script for AIX to help change roots password on many systems. We have to change roots password every other month and now I log into all the servers and make a new password for root. How can I do this in a script?? for i in `cat aixlist` do rsh $i passwd ?????? The aixlist has...
  4. lblauen

    help with date command in script

    I'm trying to automate a backup so I wrote a batch file for test. This is for windowsxp. I will post it here. set d=%DATE% copy list.txt %d%.txt This fails because the date command has / in it and copy dosen't like the / copy list.txt fri 09/10/2004.txt Fails I even tryied copy list.txt...
  5. lblauen

    Is there a way to get rid of reply for each tape?

    An other way is with the following command. It doesn't ask for a reply. move drm * wherest=mountable tostate=vault remove=bulk s=dbs
  6. lblauen

    mail from command prompt???

    In unix I can send a email with the command mail -s "test" me.com. I need to do this in windows. On the unix system I run scripts and when they are complete they send me a email. How can I do this in windows?? I run bat files and other cmd files when they complete I want a email. Any ideas??????
  7. lblauen

    How to mount aix filesystem to windows2000

    what is SFU and who makes it??
  8. lblauen

    How to mount aix filesystem to windows2000

    Sorry but thats just way to diffcult to understand. I have read the doc and still haven't a clue on how to set this thing up. The install manual tells me to : Refer to the manual of your operating system for details on installing packages for your specific operating system. That is no help at...
  9. lblauen

    How to mount aix filesystem to windows2000

    I tried samba but it's docs don't tell you much about installing it. I have it installed I think but I can't get windows to see it. I guess my smb.conf file is wrong. I can do the command smbclient //mysystem/mydir from the AIX system and I get a prompt and can list my files. But from windows it...
  10. lblauen

    How to mount aix filesystem to windows2000

    What software or tools do I need to make this happen. Or any directions on how to do this. I need to mount a aix filesystem onto my windows 2000 system to use as a local disk for storage. I don't waht to ftp my files there. I would like to use the mount as a normal disk. Any ideas?? Thanks
  11. lblauen

    How to list services running from the /etc/services file

    What is the command to check what services are running from the /etc/services file in AIX. I need to check if the port 60000 or 60003 is active and running for db2. example of what I'm looking for I think. program vers proto port service 100000 4 udp 111 portmapper 100000...
  12. lblauen

    looking for a sample online worksheet for hacmp 5.1

    I'm trying to setup a hacmp cluster using the olpw product that came with hacmp 5.1. Most of it I can figure out but I'm having lots of problems using it. Does anyone have a sample output from the online planning worksheet for hacmp 5.1 It would be the java program output with a .ws extention...
  13. lblauen

    need simple script to rotate log files

    mtime won't work for this unless the date stamp is the same as the file date. If I copy the files to test this they all have the same date stamp. I need it to purge by file name. example the report file is in /tmp/report directory and the file name is report.txt.012904 or report.txt.013004 the...
  14. lblauen

    need simple script to rotate log files

    I think your mixed up vgersh99. I need script to rotate the reports and purge the oldest. I know how to find them. I'm not a programmer so I'm not sure how to make this happen. Like mv report.txt report.txt.`date +%m%d%y` This is how they are made. I then want to move the reports.txt.012904...
  15. lblauen

    need simple script to rotate log files

    I need a simple script to rotate some log files I have. They are as follows. I want to keep 30 days worth and lose the oldest. Or a setable # of days worth. They are made everyday. reports.txt.012404 reports.txt.012504 reports.txt.012604 reports.txt.012704 reports.txt.012804 reports.txt.012904...
  16. lblauen

    Having a ping and telnet problem long wait time.

    Finally got it fixed. It was nisplus causing the problems. I removed it and everything is running fine now. Thanks for the help and suggestions.
  17. lblauen

    need to control internet expoler access times

    looking for a free program to be able to set times that internet explorer can be run. Example: A program I can set the time say from 3pm to 6pm IE can be run. All other times IE would be unable to run. And maybe a warning that access is about to end say in 5 minutes so you could finish what you...
  18. lblauen

    Having a ping and telnet problem long wait time.

    Yes I do have /var/yp/binding. Whats it for?
  19. lblauen

    Having a ping and telnet problem long wait time.

    yes it take almost 1 minute for tn , ftp or ping to start. root@b4 :/ > vmstat kthr memory page faults cpu ----- ----------- ------------------------ ------------ ----------- r b avm fre re pi po fr sr cy in sy cs us sy id wa 1 1 127901...
  20. lblauen

    Having a ping and telnet problem long wait time.

    root@b4 :/ > no -a arpqsize = 12 arpt_killc = 20 arptab_bsiz = 7 arptab_nb = 73 bcastping = 0 clean_partial_conns = 0 delayack = 0 delayackports = {} dgd_packets_lost = 3...

Part and Inventory Search

Back
Top