In 2010, Sun was acquired by Oracle; Solaris support has been in demand ever since. Solaris first hit the market in 1993 as a proprietary operating system (OS), and since then, it has been known for its scalability (Oracle Solaris allows a developer to deploy...
PuTTY is one of the most popular terminal emulators in use today. Not only is it a free download, it is well written with many options for virtually any U*nx flavor. However, the defaults that come with the download need some adjusting for most implementations....
There are many solid advantages to choosing Solaris over Linux, which includes the Oracle Solaris software support system. Solaris runs on a UNIX system and has been around a lot longer than Linux. Linux may have made some big advances recently; however, it can be...
If you're having trouble with Live Upgrade on the Solaris system, IT support can help you get back up and running like normal. Even though IT can help, there is one thing you should do first. Check to ensure that all patching and packaging utilities are up-to-date. If you're unsure how to...
All business computer networks require constant upkeep and maintenance to keep them working smoothly and avoid missing deadlines. Oracle Solaris software, like all other operating systems, needs IT professionals to diagnose and repair problems that occur during daily network computer use. What is Oracle Solaris?...
Solaris, a UNIX operating system developed by Sun, replaced SunOS in 1993. Sun is now owned by Oracle, and the system is sometimes referred to as Oracle/Solaris. The Solaris OS is known for its scalability and DTrace, a tracing framework that troubleshoots application and kernel...
Q: Our company is going to have to power down all the servers in our data center / computer room because of required electrical maintenance. What steps should I take ahead of time to prepare for this? A: There are 3 main items that need...
The following is my procedure to patch a Sun x4540 booted on a ZFS filesystem with the 10_x86_Recommended_CPU_2012-01 patches from Oracle. # uname -a SunOS jumpstart 5.10 Generic_144489-17 i86pc i386 i86pcls # lustatus Boot Environment Name Is Complete Active Now Active On Reboot Can Delete Copy Status...
By default the e1000g network interface is set to auto-negotiation enabled, 1Gbps full-duplex. # ndd -set /dev/e1000g<instance> adv_autoneg_cap 0 # ndd -set /dev/e1000g<instance> force_speed_duplex <value> Value Setting Result 1 10Mb/s, half-duplex 2 10Mb/s, full-duplex 3 100Mb/s, half-duplex 4 100Mb/s, full-duplex I found this while reading...
A Gigabit capable port on some Solaris 10 systems made by Broadcom has difficulty negotiating speed and duplex settings with Cisco network switches. To resolve the situation, the bge interface in question was manually set to 100BaseT Full Duplex as follows. Modified /platform/sun4u/kernel/drv/bge.conf by adding the...