Re: Way to migrate AIX accounts to LINUX (Redhat)?

From: David Ballester - Kern Pharma (dballester_at_kernpharma.com)
Date: 11/21/05

  • Next message: Justin Bleistein: "Re: Way to migrate AIX accounts to LINUX (Redhat)?"
    Date:         Mon, 21 Nov 2005 15:40:17 +0100
    To: aix-l@Princeton.EDU
    
    

    El lun, 21-11-2005 a las 14:03 +0000, bbb bb escribió:
    > We are migrate our AIX servers to LINUX servers. I have questions about
    > migrate user accounts.
    >
    > AIX does not have /etc/shadow file and password not compatible on both
    > system.
    >
    > Does anyone has way or tool can handle this?
    >
    > Thanks.

    What Linux distro ? You can install webmin, a collection of bash/perl
    scripts to maintain the system, controlled by https web access. You will
    have a tool to create a bunch of users/groups from a batch file of this
    style:

    "create:username:passwd:uid:gid:realname:homedir:shell:min:max:warn:inactive:expire"

    Of course, the password can be specified in encripted mode, and you have
    several options on the creation process ( change gids/uids, create
    home...)

    As you can see if a script can do it, a human can do it; but on that way
    you avoid to lose time trying to know what commands generate the shadow
    part of the creation/update part of user, having the work done if you
    are on a hurry and after without pressure, look in depth

    HTH

    Regards

    -- 
    David Ballester Montolio
    GNU/Linux user #206389
    GNU/Linux - Unices Sysadmin
    Oracle DBA
    SAP-BC
    Kern Pharma - Grupo Indukern
    www.kernpharma.com
    skype: david.ballester
    "In this day and age, computer systems
    are getting faster and more capable, but
    they still do not eliminate the need for a
    sensible, intelligent person to run the
    show. Computers will never be 'smart
    enough for any fool to use.' ... When you
    go looking for a software package, don't
    just look for which one has the most
    automation. Don't believe that because
    it has all that automation, it will make
    your job or your life easier. It won't. ...
    There is no substitute for using your own
    brain to get a job done right."
        - Howard Chu of Highland
    

  • Next message: Justin Bleistein: "Re: Way to migrate AIX accounts to LINUX (Redhat)?"