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 Wanet Telecoms Ltd 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 markus38

  1. markus38

    Customizing wsm?

    OK, Sounds good? Where can I find the documentation on how to do this? Mark
  2. markus38

    Customizing wsm?

    Engineers, Does anybody know if it is possible to customize wsm in the same way as it was smitty? Mark
  3. markus38

    Changing the "From" line in sendmail to a different user

    Eric, Use the /usr/lib/sendmail program directly and add the lines shown here into your file followed by a blankline. For example... Subject: test message Reply-To: father.christmas@north.pole From: righthandknome@north.pole Message goes here...
  4. markus38

    Hello to all - need enlightenment on AIX and LVM

    Err... No the easiest way is to go to the smitty fs screen and add to the number of partitions that are allocated to that file system... Mark
  5. markus38

    Creating executables

    Yes, I stupid. Of course if you had a binary you could change the permissions so that strings wouldn't be able to run on it. gva(lucm02a):/home/lucm02a/C $ ./hide 1325 gva(lucm02a):/home/lucm02a/C $ strings hide hide: The file access permissions do not allow the specified action...
  6. markus38

    Creating executables

    Chari, Go to http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html where you will find sudo and many other interesting tools. Talking security in an ideal world only the bit of code that needs to execute as root should be executed as root, although it would be difficult to do...
  7. markus38

    error compiling apache

    Yes, Download a precompiled version :) http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html Mark
  8. markus38

    Hello to all - need enlightenment on AIX and LVM

    Yes, Go to http://www.redbooks.ibm.com/
  9. markus38

    Change the file date

    Hi, Sorry its been many years since I used IRIX, but surely it contains the "touch" command. Do a man touch. Mark
  10. markus38

    Hello to all - need enlightenment on AIX and LVM

    Solid7, Download the certification papers on AIX and you'll find a chapter or two dedicated to the subject, together with simple examples. In brief you have physical volumes, that's the hard disks, you have volume groups that are logical groups of hard disks, you have logical volumes that you...
  11. markus38

    Role Based Access Control

    Hi, There is a role type capabilities within the smitty interface based around group membership I believe. Going commercial Tivoli produce a product call Access Manager for operating systems that gives you Windows type and more access type kernel level permissions. (AMOS) Of course if your...
  12. markus38

    compiling openssh-4.0p1 under AIX 5.2

    Ok, Did so, but not sure how to get configure to use them... glib-1.2.10-2 libgcc-3.3.2-5 zlib-1.2.1-2 libstdc++-3.3.2-5 libstdc++-devel-3.3.2-5 Please advise? Mark
  13. markus38

    compiling openssh-4.0p1 under AIX 5.2

    Trying to compile openssh-4.0p1 on AIX. configure fails with the following? Any ideas? checking for socklen_t equivalent... configure: error: Cannot find a type to use in place of socklen_t
  14. markus38

    Number of days since ..

    stephnane, Two solutions. Check out the www.cpan.org site for date routines, a single line PERL solution. use Date::Calc qw(Add_Delta_DHMS); ($year2, $month2, $day2, $h2, $m2, $s2) = Add_Delta_DHMS( $year, $month, $day, $hour, $minute, $second, $days_offset, $hour_offset...
  15. markus38

    operator panel P520

    Hmm, You know HMCs are not that expensive R. If I use the WSM ... access the HMC then server and partition then server management And use the right mouse button I get a power off option... which is what you want? Yes? Mark

Part and Inventory Search

Back
Top