Changing password on multiple zLinux servers

2007-10-26 Thread CHAPLIN, JAMES (CTR)
Running zLinux as Guests on zVM is fantastic until it comes time to reset your password across multiple servers. The guest servers are multiply like rabbits. We are a shop new to Linux on the mainframe and have a question. Is there a way to apply without using LDAP, or to issue a series of

Re: Changing password on multiple zLinux servers

2007-10-26 Thread Richard Lynch
CHAPLIN, JAMES (CTR) wrote: Running zLinux as Guests on zVM is fantastic until it comes time to reset your password across multiple servers. The guest servers are multiply like rabbits. We are a shop new to Linux on the mainframe and have a question. Is there a way to apply without using LDAP,

Re: Changing password on multiple zLinux servers

2007-10-26 Thread RPN01
Actually, for users across multiple systems, I think LDAP is your friend. You can restrict users to specific Linux guests, a single password change effects the user across all the systems, it enforces the uid being the same across all the systems (important if you use nfs or ftp...) and you have a

Re: Changing password on multiple zLinux servers

2007-10-26 Thread Calvin Fisher
Since you are running on VM. It should be easy to come up with an exec that would use secuser to issue passwd commands to every linux server. Calvin Fisher CHAPLIN, JAMES

Re: Changing password on multiple zLinux servers

2007-10-26 Thread José L . Ramírez
Hi James, Maybe you can take a look at multixterm (http://expect.nist.gov/example/multixterm.man.html). I haven't used it but it seems to provide what you are looking for, before using the utility you need to install expect and tk. Regards, Jose -Original Message- From: RPN01

Re: Changing password on multiple zLinux servers

2007-10-26 Thread Alan Cox
Is there a way to apply without using LDAP, or to issue a series of commands like passwd across multiple servers either through SSH or other method from a single server. Where should I point my learning curve to There are - the cluster computing people have a pile of tools for issuing the same

Re: Changing password on multiple zLinux servers

2007-10-26 Thread RPN01
To expand James' answer a bit (I've never used the chpasswd command): for I in system1 system2 system3 ; do ssh [EMAIL PROTECTED] 'echo user:newpass | chpasswd' done The list of systems could be given by hand, as above, or could be pulled from a file, as in for I in `cat system.names` ; do

Re: Changing password on multiple zLinux servers

2007-10-26 Thread Fargusson.Alan
A little off topic, but coordinating UIDs doesn't matter to FTP because you supply a username when you login. With SCP and SFTP you can supply the username, but the default is the name you logged in with, but it does not use the UID (it uses the name). However, TAR and PAX archives store the

Re: Large Number of DASD on zLinux on zVM

2007-10-26 Thread Gary Detro
My guess is that you have not gone into YAST and activated them if it SuSE. Thanks, Gary L. Detro Senior IT Specialist 1177 S. Belt Line Rd; Coppell, TX 75019 Internal Mail Stop: 77-01-3001O; Coppell, TX Phone: 469-549-8174 (t/l 603-8174); Fax: 469-549-8235 (t/l 603-8235) Send me an email

Re: Changing password on multiple zLinux servers

2007-10-26 Thread Mark Post
On Fri, Oct 26, 2007 at 11:31 AM, in message [EMAIL PROTECTED], Fargusson.Alan [EMAIL PROTECTED] wrote: However, TAR and PAX archives store the UID (depending on some command line options), so they tend to cause the owner of a file to be wrong when restored on a different system then the

Re: Large Number of DASD on zLinux on zVM

2007-10-26 Thread Hall, Ken (GTI)
Is your dasd driver a module, and are you using an initrd? If this is the case, the range is taken from /etc/modprobe.conf in the initrd, not /etc. You need to rebuild the initrd and reboot. -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Ron Henry

Large Number of DASD on zLinux on zVM

2007-10-26 Thread Ron Henry
I have a RedHat Linux machine on zVM 5.2 and I am trying to put about 40 3390 mod 9s on it. Each device is a full-pack minidisk. The machine boots up fine and runs but doesn't have all its dasd. a #CP Q V DASD shows that the Linux machine has all the DASD mapped to virtual addresses 800-82B.

Re: Large Number of DASD on zLinux on zVM

2007-10-26 Thread RPN01
We run over 30 3390 mod 27 devices in a single Linux image w/o problems. Did you extend the /dev/dasd devices past /dev/dasdz? This could account for the problem... Although 800-81f is 31 devices, so I may be way off base. -- .~.Robert P. Nix Mayo Foundation /V\

Re: brain cramp on versioning info

2007-10-26 Thread CHAPLIN, JAMES (CTR)
rpm -q for software installed using rpms or for kernel info you can use: uname -v -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of LJ Mace Sent: Friday, October 26, 2007 12:15 PM To: LINUX-390@VM.MARIST.EDU Subject: brain cramp on versioning info What the

brain cramp on versioning info

2007-10-26 Thread LJ Mace
What the heck is the command to find the version(s) of software your on? I remember it is - but for the life of me I can't remember the exact command thanks brain dead Mace __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam

Re: Large Number of DASD on zLinux on zVM

2007-10-26 Thread Hall, Ken (GTI)
Udev should handle this on recent versions of Red Hat (RHEL). The nodes will automatically be built from dasda-dasdz, then dasdaa-dasdzz, and dasdaaa-dasdzzz. -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of RPN01 Sent: Friday, October 26, 2007 1:21 PM

Re: brain cramp on versioning info

2007-10-26 Thread Mark Post
On Fri, Oct 26, 2007 at 12:15 PM, in message [EMAIL PROTECTED], LJ Mace [EMAIL PROTECTED] wrote: What the heck is the command to find the version(s) of software your on? I remember it is - but for the life of me I can't remember the exact command I'm guessing you're thinking of

Re: Large Number of DASD on zLinux on zVM

2007-10-26 Thread Mark Post
On Fri, Oct 26, 2007 at 1:20 PM, in message [EMAIL PROTECTED], RPN01 [EMAIL PROTECTED] wrote: We run over 30 3390 mod 27 devices in a single Linux image w/o problems. Did you extend the /dev/dasd devices past /dev/dasdz? This could account for the problem... Although 800-81f is 31 devices,

Re: brain cramp on versioning info

2007-10-26 Thread LJ Mace
SPident..Good Lord I couldn't think of it thanks Mace --- Mark Post [EMAIL PROTECTED] wrote: On Fri, Oct 26, 2007 at 12:15 PM, in message [EMAIL PROTECTED], LJ Mace [EMAIL PROTECTED] wrote: What the heck is the command to find the version(s) of software your on? I remember it is

Re: Large Number of DASD on zLinux on zVM

2007-10-26 Thread Ron Henry
Thanks for the great input. I remade the initrd then didn't run the zipl command. Well, I said I was a rookie. THanks for the responses. Ron -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Mark Post Sent: Friday, October 26, 2007 1:28 PM To:

Re: Large Number of DASD on zLinux on zVM

2007-10-26 Thread RPN01
I always visualize these as one command, as: mkinitrd zipl This way, if mkinitrd is successful, then zipl runs immediately after, which is what I want. If you start typing it in this way, you'll be less likely to forget the second step. Now, if I could just remember to do the first step

Re: Changing password on multiple zLinux servers

2007-10-26 Thread Larry Ploetz
inline: Signature V3.part1.gifinline: Signature V3.part2.jpginline: Signature V3.part3.png

Re: brain cramp on versioning info

2007-10-26 Thread John Summerfield
CHAPLIN, JAMES (CTR) wrote: rpm -q for software installed using rpms or for kernel info you can use: uname -v rpm -qa --qf 'format string' rpm -qd rpm 06:50 [EMAIL PROTECTED] ~]$ rpm -qa kern\* --qf '%{name} %{version}\t%{release} %{arch} %{license}\n' kernel 2.6.18 8.1.4.el5 i686 GPLv2

Re: Changing password on multiple zLinux servers

2007-10-26 Thread Alan Altmark
On Friday, 10/26/2007 at 09:47 EDT, Alan Cox [EMAIL PROTECTED] wrote: There are - the cluster computing people have a pile of tools for issuing the same commands on many boxes at once and they'll work for virtual machines. On VM you can use the CP SEND command from the central server. No