Oracle Database Administration, Oracle Developer Suite, Oracle JDeveloper, Oracle BI Publisher, Oracle Forms/Reports,Oracle SQL Developer

Data Center Consolidation

Data center consolidation is the process of reducing the volume of physical IT assets through highly efficient and scalable technologies. Organizations leverage data center consolidation to reduce operating costs.

Analyse and Solve Serious Hardware and Sofware Problems

Listing several basic hardware and software troubleshooting steps with respect to operating systems, software programs, and computer hardware.

Mission Critical Systems

A mission critical system is a system that is essential to the survival of a business or organization. When a mission critical system fails or is interrupted, business operations are significantly impacted.

The best server hardware to maximize IT performance

Data center hardware advances target new workloads such as big data processing, as well as higher efficiency for existing apps and services. The best server hardware for your data center depends on existing and planned application architectures, data center operations staff skills and of course the IT budget.

NFS in Solaris

NFS Commands

mount -F nfs -o proto=udp apps4:/u02 /apps4_u02

mount -o rw,timeo=600,hard,wsize=32768,vers=3,rsize=32768,tcp

mount -F nfs -o rw,timeo=600,hard,wsize=32768,vers=3,rsize=32768 proto=udp apps4:/u02 /apps4_u02

mount -F nfs -o hard, bg,proto=tcp, vers=3, suid, rsize=32768, wsize=32768, intr,noac apps4:/u02 /apps4_u02

mount -F apps4:/u02 /apps4_u02 nfs - yes hard, bg,proto=tcp, vers=3, suid, rsize=32768, wsize=32768, intr,noac

Reference: NFS Commands

Install Gnome on Solaris 11

install Gnome on Solaris 11 you should follow my very short guide;

Login onto the console and use the following commands:

sudo pkg install slim_install
sudo svcadm enable gdm

And if you want to run the deskstop:
startx