Unix, Linux, DevOps , Cloud computing and BigData Knowledge-Base
How to Modify Settings for the System Console This procedure shows how to change the console terminal type by using the svccfg command. Become the root role. $ su – Password: # Use the svccfg command to set the property for the service instance that you...
In this post I will try to make a base which is used in Storage Migrations in Unix. I will be taking this post as a base and will post the storage migrations posts with reference to this one. Here I will be considering Solaris OS...
There are many different ways you can share files with users on your network. This capability is important because you don’t always want your users storing things locally on their desktop or laptop. Should something happen to your end users’ systems, they would lose all their...
1. Kickstart can be accomplished only by using a PXE server. True or False? 1a. False. A PXE server eases the automation process but isn’t required for kickstart installations to work. 2. What port on the firewall needs to be open for the TFTP server to work?...
Solaris 10 Operating System introduced the Service Management Facility (SMF), which manages system services such as daemons. Debugging problems traditionally involves killing and restarting those daemons with debugging options. Under SMF the daemons will be immediately restarted so additional steps need to be taken.
In conventional IT systems, storage devices are connected to servers by means of SCSI cables. The idea behind storage networks is that these SCSI cables are replaced by a network, which is installed in addition to the existing LAN. Server and storage devices can exchange data...
We all know that storage is key requirement for any server environment and the requirement for storage is always dynamic in nature. When we talk about the cost, providing highly redundant storage to each server is most expensive task for any organization and no company...
Below are the steps commonly followed for the most of the enterprise networks where the data center located remotely and support performs build procedures remotely. 1. Procuring Hardware 2. Allocate DC space and Racking Hardware 3. Allocating network ports 4. Configuring remote consoles 5. Gather System...
Sometimes, you may not want to display any output from your script. This often occurs if you’re running a script as a background process. If any error messages occur from the script while it’s running in the background, the shell e-mails them to the owner of the...
There are several techniques that how an UNIX administrator can save his time during his regular job, and few of the techniques are like writing effective automation scripts for daily routine jobs, installing handy little desktop tools which helps for easy and quick access to...