Re: How do you . . . . setting up a user to force him to change his password?
Thanks for pointing me in the right direction, this was the solution I was missing, wrote a great script to get the job done. James Chaplin Systems Programmer, MVS, zVM & zLinux Base Technologies, Inc Supporting the zSeries Platform Team -Original Message- From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Dominic Coulombe Sent: Tuesday, October 13, 2009 11:39 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: How do you . . . . setting up a user to force him to change his password? Hi, On Tue, Oct 13, 2009 at 11:31, CHAPLIN, JAMES (CTR) < james.chap...@associates.dhs.gov> wrote: [...] > > is there a command to modify the account without manually modifying the > /etc/shadow create date (to expire) to do this? > > Assuming the password can expire (EXPIRE_DATE != -1) : chage -d 0 username Regards, Dominic Coulombe -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
Re: How to share files/disk between 2 LPARS
Oops. Sent this to the List administrator. Thanks to all that replied. >(presumable you are using some sort of clustering FS, which one?) We're planning on using ocfs2 as our shared filesystem. The information contained in this e-mail message is intended only for the personal and confidential use of the recipient(s) named above. This message may be an attorney-client communication and/or work product and as such is privileged and confidential. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail, and delete the original message. -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
Re: Young Developers Get Old MainframersĀ¹ Jobs
How can we get the mainframe experience if there is no entry level jobs for us. Sunny Hu From: John Campbell To: LINUX-390@VM.MARIST.EDU Date: 10/12/2009 01:16 PM Subject: Re: Young Developers Get Old MainframersĀ¹ Jobs Sent by: Linux on 390 Port Howard Rifkind wrote: > So my friend, where are the jobs? Going to people off-shore, perhaps? > There is a whole bunch of highly experienced z/Mainframe systems and applications people out there without jobs. Just as Security == Inconvenience, Experience == High Pay Rates. Remember, just because you are able to wear multiple hats does NOT mean that you can occupy more than one cell in some bean-counter's spread-sheet... and, usually, the bean-counter will assume you are mainly wearing the hat that should be paid the least. :-) :-) :-) Anybody out there need a Linux GNUrd like me? -- John R. Campbell Speaker to Machines souperb at gmail dot com MacOS X proved it was easier to make Unix user-friendly than to fix Windows -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 Scanned by WCB Webgate2 AntiSpam/AntiVirus email gateway. This message is intended only for the addressee. It may contain privileged or confidential information. Any unauthorized disclosure is strictly prohibited. If you have received this message in error, please notify us immediately so that we may correct our internal records. Please then delete the original email. Thank you. (Sent by Webgate2)
Re: SuSE Withdrawal
>>> On 10/13/2009 at 11:02 AM, Richard Gasiorowski wrote: > From our company's Novell contact > > It is nothing exciting; IBM is not dropping SUSE support, just support for > a bundled stack of software, called ISSLE, which was geared for mid-market > companies. And, it was for Intel/AMD architectures only. Mark Post -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
Re: How do you . . . . setting up a user to force him to change his password?
Hi, On Tue, Oct 13, 2009 at 11:31, CHAPLIN, JAMES (CTR) < james.chap...@associates.dhs.gov> wrote: [...] > > is there a command to modify the account without manually modifying the > /etc/shadow create date (to expire) to do this? > > Assuming the password can expire (EXPIRE_DATE != -1) : chage -d 0 username Regards, Dominic Coulombe -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
Re: How do you . . . . setting up a user to force him to change his password?
Am Dienstag 13 Oktober 2009 17:31:01 schrieb CHAPLIN, JAMES (CTR): > When setting up a new user, I want to be able to expire the user's > temporary password, allowing the user to login with the temporary > password, but force him/her to create his own password on the first > login. > > I know how to set the INACTIVE value in the /etc/shadow file, but is > there a command to modify the account without manually modifying the > /etc/shadow create date (to expire) to do this? I think the expire feature of passwd might be your friend: # passwd -e -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
Re: Terminal server
>>> On 10/13/2009 at 8:45 AM, Thang Pham wrote: > I understand that RHEL 5.4 has a terminal server, is there any > documentation about how to install and use it? https://www.ibm.com/developerworks/linux/linux390/documentation_dev.html which points to How to Set up a Terminal Server Environment - SC34-2596-00 http://download.boulder.ibm.com/ibmdl/pub/software/dw/linux390/docu/l26dht00.pdf Mark Post -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
How do you . . . . setting up a user to force him to change his password?
I have been banging my head (and the keyboard with google.com/linux) trying to come up with an answer/solution. When setting up a new user, I want to be able to expire the user's temporary password, allowing the user to login with the temporary password, but force him/her to create his own password on the first login. I know how to set the INACTIVE value in the /etc/shadow file, but is there a command to modify the account without manually modifying the /etc/shadow create date (to expire) to do this? James Chaplin Systems Programmer, MVS, zVM & zLinux Base Technologies, Inc Supporting the zSeries Platform Team -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
Re: Terminal server
Hi, RHEL 5.4 added a TTY terminal server over IUCV. Here's a brief description, copied/pasted from the feature request bugzilla: "This implements the terminal server running on a dedicated z/VM guest. The terminal server is a user space program that accepts connections via the normal network and uses the AF_IUCV socket API to provide a console session to the Linux guests of the z/VM system that are enabled for the IUCV console." Note that while the description above mentions 'user space program', there is also an equivalent kernel piece that requires the RHEL 5.4 kernel as well as the RHEL 5.4 s390-utils package. As for documentation, check out the readme here: /usr/share/doc/s390utils-1.8.1/ts-shell/README.ts-shell -Brad Thang Pham wrote: I understand that RHEL 5.4 has a terminal server, is there any documentation about how to install and use it? - Thang Pham IBM Poughkeepsie - -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 -- Brad Hinson Sr. Support Engineer Lead, System z Red Hat, Inc. (919) 754-4198 www.redhat.com/z -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
Re: SuSE Withdrawal
>From our company's Novell contact It is nothing exciting; IBM is not dropping SUSE support, just support for a bundled stack of software, called ISSLE, which was geared for mid-market companies. It included a special web server configuration and was supposed to go after Windows servers running IIS and some of the File and Print space. ISSLE was a specialized SKU only promoted by IBM. It didn't sell well (most mid-market companies don't host their own websites anymore), so IBM decided to drop the SKU. Novell does not even offer the bundle itself. http://www-01.ibm.com/cgi-bin/common/ssi/ssialias?infotype=an&subtype=ca&htmlfid=897/ENUS207-070&appname=usn&language=enus 'Where ever you go - There you are ' Richard (Gaz) Gasiorowski Global Product Manager - System z Linux Virutalization Americas Regional Mainframe Services Manager RPE Portfolio Platform Services CSC 3170 Fairview Park Dr., Falls Church, VA 22042 845-889-8533|Work|845-392-7889 Cell|rgasi...@csc.com|www.csc.com This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose. From: Mike Friesenegger To: LINUX-390@VM.MARIST.EDU Date: 10/13/2009 10:34 AM Subject: Re: SuSE Withdrawal The Integrated Stack product offer from Novell and IBM is a software bundle for File and Print serving and Web Application and Database serving for System z and System p running on SLES. Novell discontinued this product. My guess is that IBM is removing this offer from their product list as well. Regards, Michael Friesenegger Linux/Data Center Technical Specialist email: mfrieseneg...@novell.com >>> On 10/13/2009 at 07:42 AM, in message <20091013134252.ga20...@saltmine.radix.net>, "David L. Craig" wrote: > Did anyone besides me notice this among today's > announcements? What exactly does it signify? > > http://www-01.ibm.com/common/ssi/rep_ca/0/897/ENUS909-210/ENUS909-210.PDF > > -- > > May the LORD God bless you exceedingly abundantly! > > Dave Craig > > - - - - - - - - - - - - - - - - - - - - > "'So the universe is not quite as you thought it was. > You'd better rearrange your beliefs, then. > Because you certainly can't rearrange the universe.'" > > --from _Nightfall_ by Asimov/Silverberg > > -- > For LINUX-390 subscribe / signoff / archive access instructions, > send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or > visit > http://www.marist.edu/htbin/wlvindex?LINUX-390 -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
Re: SuSE Withdrawal
The Integrated Stack product offer from Novell and IBM is a software bundle for File and Print serving and Web Application and Database serving for System z and System p running on SLES. Novell discontinued this product. My guess is that IBM is removing this offer from their product list as well. Regards, Michael Friesenegger Linux/Data Center Technical Specialist email: mfrieseneg...@novell.com >>> On 10/13/2009 at 07:42 AM, in message <20091013134252.ga20...@saltmine.radix.net>, "David L. Craig" wrote: > Did anyone besides me notice this among today's > announcements? What exactly does it signify? > > http://www-01.ibm.com/common/ssi/rep_ca/0/897/ENUS909-210/ENUS909-210.PDF > > -- > > May the LORD God bless you exceedingly abundantly! > > Dave Craig > > - - - - - - - - - - - - - - - - - - - - > "'So the universe is not quite as you thought it was. > You'd better rearrange your beliefs, then. > Because you certainly can't rearrange the universe.'" > > --from _Nightfall_ by Asimov/Silverberg > > -- > For LINUX-390 subscribe / signoff / archive access instructions, > send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or > visit > http://www.marist.edu/htbin/wlvindex?LINUX-390 -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
SuSE Withdrawal
Did anyone besides me notice this among today's announcements? What exactly does it signify? http://www-01.ibm.com/common/ssi/rep_ca/0/897/ENUS909-210/ENUS909-210.PDF -- May the LORD God bless you exceedingly abundantly! Dave Craig - - - - - - - - - - - - - - - - - - - - "'So the universe is not quite as you thought it was. You'd better rearrange your beliefs, then. Because you certainly can't rearrange the universe.'" --from _Nightfall_ by Asimov/Silverberg -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
Terminal server
I understand that RHEL 5.4 has a terminal server, is there any documentation about how to install and use it? - Thang Pham IBM Poughkeepsie - -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
Re: REXEC / RSH
Does your MVS machine have a DNS entry on your name servers? If not, try adding a hostname entry in the /etc/hosts file for the MVS IP-address. We had a similar problem on a z/VSE machine that was not known in DNS. The rexec service is always trying to resolve the IP-address to a hostname. Samir Reddahi - Confidentiality Notice - This communication and the information it contains is intended (a) for the person(s) or organization(s) named above and for no other person or organization, and (b) may be confidential, legally privileged and protected by law. Unauthorized use, copying or disclosure of any of it may be unlawful! If you receive this communication in error, please notify us immediately, destroy any copies and delete it from your computer system. Please consult our disclaimer on our site www.securex.eu Thank you. -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
Re: RMF PM presentation from System z Expo
Hi Ron We used this for all our LPAR based Linux images, if you are looking for a overview of what the system looks like it is great, you are looking for a display that tells you the system is slow or blocked etc you will need something else. RMFPM just reports the numbers you will have to decide from the numbers if there is a problem or not. The only major issue we had with it was the inability to set a threshold line with in the displays i.e. a line at 75% CPU so that when you looked at the screen you could see at a glance if there where any issues. Regards Gerard Ron Foster at Baldor-IS wrote: Hello, Last week my boss attended a presentation "Monitoring Linux Performance with RMF" Now he is wanting it installed and would like to evaluate it. Way back in the 2005 and 2006 time frame we looked at it. Primarily based on what we found on the internet, we discontinued it's use. I have done a little searching on the mailing list archives. I have not found very many good things to say about using RMF to monitor Linux. However, most of the threads mentioning this are a few years old. Does anyone have any comments about using RMF to monitor Linux? Is anyone using it? Anything we should look out for? Thanks, Ron -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390