Hi Coug,
Re: Cisco - if it's just Catalyst based switches, most of them now have GUIs to assist in addtion to CLI. Don't worry too much about the switches.
Re: Solaris - Oracle has
really good documentation, so don't be afraid to use it.
http://www.oracle.com/technetwork/documentation/solaris-10-192992.html
If you're an IEEE member, the IEEE online school has the complete Solaris 10 administrators course ware available (equivalent to the complete MCSE course). But will take about 4 weeks to get through if doing it full time and doesn't cover LDAP (Sun One) and a few other technologies.
As for the job you'll need to know the following:
1. What versions of Solaris are they using? (Solaris 10, Solaris 11, OpenSolaris).
2. Do they have current and valid support contracts with Oracle. (These are essential, otherwise you can't get patches for the OS).
3. Is all the hardware running Solaris under warranty, and what are the warranty conditions? (24/7 - 4hr response, 8/5 - next day response, etc).
4. How is the Solaris authentication environment setup? LDAP (Sun One Services), NIS+, LDAP w/Active Directory Integration?
5. File serving? NFS, CIFS (either SAMBA on S10, or native CIFS service on OS/S11).
6. What other applications are running on the boxes. (This is critical, as you'll be supporting those as well).
Solaris 10 can run on both UFS and ZFS - there are huge differences in volume management (not to mention if they are if they are using SVM (Sun Volume Management) for soft-raid).
So if you know the above you can tailor your learning, and if they are missing items 2 and 3 - my advise is WALK AWAY. You don't want to become the fall guy. Also try to find out why the old company/staff left?
Some quick tips on Solaris:
1. Solaris servers traditionally do NOT have a GUI installed, learn to love the CLI and SSH.
2. The default shell is NOT bash, and for the love of the world do NOT change it from what it is. You'll break the OS if you do.
3. Solaris doesn't use start-up scripts, instead has SMF (Sun Management Framework). Learn to use it.
4. Sol 10 and Sol 11 use different package management technologies. Learn package management and especially how to apply and remove patches, especially on Sol10.
5. Learn the basics of ZFS, snapshoting and boot environments. (This will save your arse if you f**k up).
6. Make sure you know vi, there is no nano, emacs or anything else.
7. Read:
http://www.c0t0d0s0.org/ and get the LKSF book here:
http://www.c0t0d0s0.org/pages/lksfbook.html
8. The Oracle online support forums are community based, and it's rare to see a response from someone who works at Oracle on a support request.
Otherwise just PM with any questions.