LogoIts possible that sometime in your short, meaningless life, you may need to create an account that has a password that is set to never expire. This is somethimes the case with headless accounts and specialty accounts such as the type you might have to setup for monitoring or security scanning. You might also find yourself setting up shared headless accounts that have locked passwords in order to block direct logins. This second scenario can be especially troublesome when this is some sort of application or database user with cron jobs, as even an account without a password and expire and lock. If this occurs all of a users cron jobs will fail. All because the account expired.
Solaris 8
Disable SSH for SFTP Users in UNIX and Linux
SFTP is a file transfer mechanism that is an extension of the SSH (Secure Shell) protocol and by design they share the same configuration file (/etc/ssh/sshd_config). By default when a user is given access to a server via SSH they also gain access to a server via SFTP. however it is pretty easy to disallow … Continue reading Disable SSH for SFTP Users in UNIX and Linux
Solaris 9 Scan for New SAN Luns & and Vertias Volume Manager Quick Start
Today we are going to take a little trip into the past and learn about how to add disks to Solaris 9, put them under Veritas control, and, create a volume group and a volume. This information will come in very handy if you acidentally time travel back 10 years and are forced to get … Continue reading Solaris 9 Scan for New SAN Luns & and Vertias Volume Manager Quick Start
Solaris: Password Complexity and Truncation Issues
Wow. Look a Solaris post. So today I was forced to log into a couple of Solaris boxes and ran into a very annoying issue that I thought I would document for the other 5 people in the world who still use Solaris. Anway I was ssh'ing into the server and found that my password … Continue reading Solaris: Password Complexity and Truncation Issues
Recovering from failed vxevac
If you have ever evacuated disks in Veritas, every so often this will happen to hang. Usually you terminate your session or who knows what. Kinda like Joe Girardi's willingness to sacrifice outs for no good reason every time the Yankees hottest hitter is at the plate. It happens, you can't explain it, you move … Continue reading Recovering from failed vxevac
Solaris Package Management Cheat Sheet
Basic Solaris Package Management Commands
Changing a Solaris Server’s IP Address
The following steps may be used to change the IP address of a Solaris system. 1. Change the host's IP in /etc/hosts for the change to take effect after reboot. If you are using Solaris 10, you must also change the host's IP in /etc/inet/ipnodes for the change to take effect after reboot. 2. Run ifconfig interface ip_address … Continue reading Changing a Solaris Server’s IP Address