Sponsored Content
Operating Systems AIX How to copy user policy from a server to another one? Post 302956174 by -=XrAy=- on Monday 28th of September 2015 04:15:46 AM
Old 09-28-2015
Quote:
Originally Posted by MichaelFelt
Personally, I have not worked enough with AIX Runtime Expert to give a quick example
Maybe I can help Smilie

The directory /etc/security/artex/samples holds a set of xml files with possible system settings which can be managed by artex.
Code:
.svn                       chssysProfile.xml          envProfile.xml             mkuser.defaultProfile.xml  secattrProfile.xml
acctctlProfile.xml         chsubserverProfile.xml     errdemonProfile.xml        namerslvProfile.xml        shconfProfile.xml
aixpertProfile.xml         chuserDBKLDAPProfile.xml   ewlmProfile.xml            nfsProfile.xml             smtctlProfile.xml
all.xml                    chuserDBKfilesProfile.xml  ffdcProfile.xml            nfsoProfile.xml            syscorepathProfile.xml
alogProfile.xml            chuserProfile.xml          filterProfile.xml          nisProfile.xml             sysdumpdevProfile.xml
authProfile.xml            classProfile.xml           gencopyProfile.xml         noProfile.xml              trcctlProfile.xml
authentProfile.xml         coreDBKfilesProfile.xml    iooProfile.xml             probevueProfile.xml        trustchkProfile.xml
chconsProfile.xml          coreProfile.xml            krecoveryProfile.xml       rasoProfile.xml            tsdProfile.xml
chdevProfile.xml           default.xml                login.cfgProfile.xml       roleProfile.xml            viosdevattrProfile.xml
chlicenseProfile.xml       devProfile.xml             lvmoProfile.xml            ruserProfile.xml           vmoProfile.xml
chservicesProfile.xml      dumpctrlProfile.xml        mktcpipProfile.xml         schedoProfile.xml

The following command/example save the settings of the login.cfg on the current server.
Code:
artexget -q -r -f xml /etc/security/artex/samples/login.cfgProfile.xml >/tmp/current.login.cfgProfile.xml

To restore these settings (copy the newly created file to another server and) run the following command:
Code:
artexset -l all /tmp/current.login.cfgProfile.xml

There is also a all.xml profile which contains all artex managed settings. This profile can be used to copy over the whole system settings inclusive of all known users and groups.

Regards
This User Gave Thanks to -=XrAy=- For This Post:
 

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

copy files from remote server (B) to target server (A)?

Hi All, what is the comand to log off the remote server? I have 2 servers A, B. I need to find all files older than 7 days on server B and copy over to server A. My logic is: login the remote server: ================= ssh hostB cd /data/test find . -mtime -7 -ls | awk '{print... (4 Replies)
Discussion started by: Beginer0705
4 Replies

2. Solaris

how to assign group policy to user in solaris

hi, how to assign group policy to user in solaris (1 Reply)
Discussion started by: meet2muneer
1 Replies

3. Solaris

password policy for new user

hi folk, i try to setup a new password policy for our solaris box user, below are the /etc/default/passwd/, but then when i tried to create a user, it didn't ask for numeric character, and the new password also didn't ask for special characters. # useradd testing # passwd testing New... (7 Replies)
Discussion started by: dehetoxic
7 Replies

4. Ubuntu

User and Password Policy

Hi linux expert, i would like to create a script for listing all user with there password policy. It should be in the following format: Last password change : Sep 19, 2011 Password expires : never Password inactive : never Account... (2 Replies)
Discussion started by: yprudent
2 Replies

5. Shell Programming and Scripting

Copy folder and files from unix server to linux server

We would be migrating unix solaries to Linux redhat. Basically source is unix and target is linux. i would like to copy entire file system unix/source/* to target linux/souce/* but target linux has only folder setup so what ever files copied need to be placed in the linux server with same... (8 Replies)
Discussion started by: balajikalai
8 Replies

6. Linux

User Account Policy

Hi, i have the following config in the system-auth files auth required /lib/security/$ISA/pam_env.so auth sufficient /lib/security/$ISA/pam_unix.so likeauth nullok auth required /lib/security/$ISA/pam_deny.so account required ... (2 Replies)
Discussion started by: yprudent
2 Replies

7. Shell Programming and Scripting

Shell script to copy a file from one server to anther server and execute the binary

Hi , Is there any script to copy a files (weblogic bianary + silent.xml ) from one server (linux) to another servers and then execute the copy file. We want to copy a file on multiple servers and run the installation. Thanks (1 Reply)
Discussion started by: Nawrajesh
1 Replies

8. Shell Programming and Scripting

How to scp File from root user in one server to say crt user in another server and avoid password?

Can someone help in writing some script through which I can transfer file (scp) from root user in abc server to crt user in hfg server and can give the crt user password in script itself so that it doesn't prompt me every time for password (4 Replies)
Discussion started by: Moon1234
4 Replies
All times are GMT -4. The time now is 10:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy