EXPIRE(1p) User Contributed Perl Documentation EXPIRE(1p)NAME
expire -- expire Interchange session files and databases
VERSION
1.1
SYNOPSIS
expire [-ra] [-e expr] [-c catalog] [-d dir] [sessiondb]
DESCRIPTION
Interchange's "expire" expires the various session database and temporary files used by the Interchange daemon.
If the program "tmpwatch" is available, it is called with the appropriate arguments. Otherwise, Interchange will remove all files itself
with a recursive routine.
OPTIONS -c name
Expires the catalog "name" according to its settings. Removes all temporary files that are in a subdirectory one level below the
directory itself.
-d dir
Sets the directory that will be checked for session files and/or temporary files.
-e spec
Accepts a Interchange expire time setting like "6 hours", "3 days", etc. The expire time is applied directly to sessions, and may be
padded for temporary files.
SEE ALSO expireall(1), http://www.icdevgroup.org/
AUTHOR
Mike Heins
perl v5.14.2 2012-01-23 EXPIRE(1p)
I am having problems with rcp on one particular machine that I have at work.
I can rcp from any host to any other host except this one box.
I get the following error message.
rcp daily_maint remote1:/root/daily_maint
remshd: Password for... (4 Replies)
login: TEST7
TEST7's Password:
Your password will expire: Wed Feb 19 14:28:08 2003
How can I the same information become in a script (as example
in the .profile)?????????
My login starts with .profile. These File is a menue with 24 lines and the message " Your password ....." disappear
to... (8 Replies)
Hi,
How to disable passwd expire in HP UNIX by not using SAM ?
In our system SAM have some strange bugs. However due to some reason, we cannot add that patch.
B. Rgds
Christina (3 Replies)
I noticed for some time now on solaris 8 whenever our root or oracle password expires after 12 weeks the cronjob for the expired user will totally stop working, it will start working again once the password has been changed.
I wonder if anybody encountered this problem and knows of a fix other... (4 Replies)
Hi
I am working with Solaris 4.1.3
The system uses CMIS protocol to communicate with other system.
The Live server is working properly.
The fall back system says
Licese CMIS expired.
all the files are exactly similar on both the systems
now if i change the... (4 Replies)
Hi,
I am using sftp in batch script for which all configuration for public/private keys are done and it works fine without asking a password. No issues till this point. Now I the problem I have is that if the password expires/someone changes the authentication keys at reote server then the... (4 Replies)
We've been having issues for about a year, although thankfully they are in-frequent and randam. Meaning it happened a couple of times within a 3 month period, then stopped for a couple of months and then started again. It has happened twice now in the last month. At the stroke of midnight, ... (5 Replies)
I was hoping that somebody could help me out with this.
I just deployed a new FTP server and I have a script that creates the new account. How would I go about having it expire 3 days after after creation?
useradd -s /bin/false -m -p $pass $username (7 Replies)
Dear Expert,
I have made a script for check the expired user and it will send alert if the password will expire less than 8 days.
#!/bin/ksh
# Script for check who will expired the password
#
currentdate=`perl -le 'print time'`
changeperiod=`echo $((84*86400))`
remindperiod=`echo... (4 Replies)
hey Guys, I haven't posted in a while, But you guys were really helpful alst time.
I have had a issue with User Passwords expiring, and since I dont check /var/cron/log on the regular I never know these suers are expiring, making certain nightly jobs not run.
With this script, I want to be... (14 Replies)
Never expired for root password
Guy's
I want to change the setting to keep the root password to be nerved expired!
Please advice with the sitting! (9 Replies)
hello
chage command is a useful command for set expire date (suspend user) :
-E switch will update the “Account expires” value as shown below:
chage -E "2009-05-31" username
how can i write this shell script which can find present date and plus it with the value that user set,
like today... (7 Replies)
Hello everybody, hope you all are having a good day.
Here is our (my) situation...
We have a process where we clone Solaris 8 hard disk drives then have to configure each drive for the system they will be used in. In the old cloning image the root password never expired. We also have... (7 Replies)
Hi everyone
Please i need urgent help...
I have installed solaris 11 using live media.. then i installed sunray.. every thing is fine.. but after system reboot i am unable to login on server on GUI it gives account expired error or some time authentication failed... but i can log in through... (11 Replies)
I have 500 servers, in which I am looking to get hostname and password length information.
when I am trying to run script(which I build), in which shows output in one line below and asking to reset password and also some of the servers does not give output.
Please help
#!/bin/bash
for... (9 Replies)