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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rzs0502

  1. rzs0502

    Code Deployment

    Hi TonHu The OS is AIX 5.3, and 6.1 I am looking at Puppet and Chef. It seems to be able to do what I want. Just need to into how to tie this in to Websphere. Thanks for the response. "If you always do what you've always done, you will always be where you've always been."
  2. rzs0502

    Unable to delete files as sudo

    That sounds strange. Have you tried escaping the special chars with '\' Eg. My_wierd\^\%_file What are you running to 'modify the directory'? "If you always do what you've always done, you will always be where you've always been."
  3. rzs0502

    Code Deployment

    Good day, We have a large Websphere application which is written by a vendor, and JAR files are released to internal support personnel. It is a hugely complex system and mistakes are made during releases to QA & Production. I've looked at Artifactory/Maven/Gradle etc. which have a lot of...
  4. rzs0502

    rcp connection refused

    Is the rshd daemon enabled in /etc/inetd.conf Refresh inetd service after altering. "If you always do what you've always done, you will always be where you've always been."
  5. rzs0502

    Python wrapper to Perl

    An old thread, but was wondering if you came right? You can use a Perl module called Inline::Python. http://search.cpan.org/~neilw/Inline-Python-0.20/Python.pod It will allow you to run Python code within Perl. You have to find a way to make them learn Python :-) "If you always do...
  6. rzs0502

    Recover mysql root password

    http://dev.mysql.com/doc/refman/5.5/en/encryption-functions.html "If you always do what you've always done, you will always be where you've always been."
  7. rzs0502

    Best dfs for this use...?

    Just a though - how about using FreeNAS for your storage. It now includes ZFS support so you'll have good performace with snapshots etc. Other clients can connect to the storage irrespective of OS. So you can have a mixture of OSes using the storage. Clustered filesystems like coda and ocfs can...
  8. rzs0502

    Fill FS with random characters but fast

    Also consider increasing your block size to maybe 512 or 1M "If you always do what you've always done, you will always be where you've always been."
  9. rzs0502

    Problem with vtmenu on hmc and ssh

    I don't think you can do that. When you ssh and get to the shell (restricted shell in this case), you get a valid tty device. When you remote execute a command via ssh, you do not get this. Maybe change your approach. What are you trying to achieve? "If you always do what you've always...
  10. rzs0502

    Hide Database Password in shell script

    Quite a few ways to do this. I've seen some use shc (external program) to compile a shell script into an executable. But then you have to recompile each time you change the password. I manage mine with a Python script that encrypts the password store. But here are another 2 options that look...
  11. rzs0502

    trying to use AIX mail to send a email

    Correct p5wiz The @ needs to be escaped myname\@company.org "If you always do what you've always done, you will always be where you've always been."
  12. rzs0502

    Samba authentication using Mysql

    Maybe this will help? http://pdbsql.sourceforge.net/pdb_mysql.html "If you always do what you've always done, you will always be where you've always been."
  13. rzs0502

    What to install to export display

    Can you try xhost + localhost These messages : Xlib: connection to "PC name" refused by server Xlib: No protocol specified Seem to mean that X is not running, or is not listening on the network "If you always do what you've always done, you will always be where you've always been."
  14. rzs0502

    Which UNIX would work best for me?

    Also take a look at the following site for equivalent of Windows software on Linux. It may come in handy http://www.linuxrsp.ru/win-lin-soft/table-eng.html "If you always do what you've always done, you will always be where you've always been."
  15. rzs0502

    Need help with script

    Have you tried hdparm or sdparm to disable the spin down? I can't try it at the moment, but you should be able to change the behaviour. "If you always do what you've always done, you will always be where you've always been."

Part and Inventory Search

Back
Top