Unix, Linux, DevOps , Cloud computing and BigData Knowledge-Base
There are a number of differing scenarios under which the Solaris operating system may panic, hang, or exhibit other symptoms that lead the administrator to have to restart or reboot the system.
The Oracle Solaris 11 IP Multipathing (IPMP) feature has a new conceptual model. The IP interfaces are now grouped into a “virtual” group IP interface (e.g. ipmp0) that serves all your data IP addresses while any test addresses (probe-based failure detection) are assigned to the underlaying...
There are three management commands that help with troubleshooting NFS from both the server and client sides: mountstats Shows information about mounted NFS shares nfsstat Shows statistics of exported resources nfsiostat Shows statistics of NFS mounted shares First, let’s look at which resources are exported. For...
NFS (Network File System) for Beginners: In this post I am trying to build a base for the beginners. This post will help to proceed further with NFS complex tasks. What is NFS? NFS —> Network File System —> The Network File System (NFS) is a...
In our earlier post ( To get Started with ZFS ) , yogesh discussed about various ZFS pool and file system Operations. In this post I will be demonstrating the redundancy capability for different ZFS pools and also the recovery procedure from the disk failure scenarios....
What is this Membership for? Solaris Associate Membership will give you access to our On-Demand Video Learning Solaris Courses for one year. The Solaris Associate Membership includes Several Courses that are related to Solaris Operating System and you can access all of them for one year....
Here you go with the procedure to configure SAN ( EMC ) storage with native multipathing and veritas volume manager. You dont need to go with complete procedure in a single read, because it has different tasks involved and the procedure was well implemented on...
Below are the steps to setup ISCSI on Celerra Step:1 Validate network interface on data mover server_ifconfig server_2 -all Step:2 Create and mount a file system called iSCSI nas_fs -n iscsi -c size=100G pool=clar_r5_performance server_mount server_2 iscsi /iscsi Step:3 Create the celerra iSCSI target server_iscsi...