1. If the user is the admin:
a) Connect with root user through console and/or ssh, and change the password restriction parameters:
# chage -m 0 admin
# chage -M 99999 admin
b) Open a new SSH session and login using admin account as before
Note: If the root password is not known, follow the instructions listed in the "Recovering from an Expired CPM Root Interval Session" in the
XOS Configuration Guide.
2. If the user is other than admin and/or root:
a) Log in as user
admin user and then switch to Linux using the root login.
CBS# un su
# chage -m 0 user1
# chage -M 99999 user1
b) Open a new SSH session and log in using the
user1 account.
After the changes, the user (user1 and admin) should look like below:
# chage -l user1
Minimum: 0
Maximum: 99999
Warning: 7
Inactive: -1
Last Change: May 17, 2010
Password Expires: Never
Password Inactive: Never
Account Expires: Never
If you still have problems logging in, contact Crossbeam Support.
Workaround
N/A