How to Install Samba Step by Step

Installation of Samba [root@node1 ~]# yum install samba Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile Resolving Dependencies –> Running transaction check —> Package samba.x86_64 0:4.8.3-4.el7 will be installed –> Processing Dependency:...

SPARC M7 Processor and Product Overview Assessment

1.  Which statement is true?   The S4 supports 16 threads per core The SPARC M7 processor uses the fourth generation CMT Core, referred to as S4 (*)       The SPARC M7 processor uses the fourth...

Oracle Exadata X8 and ZDLRA X8 Technical Introduction Assessment

1.  What major changes were made on the Exadata X8-2 Database server as compared to the Exadata X7-2 Database server? (Select all that apply)     More memory channels and faster memory         Faster CPUs (*)               ...

Oracle FS1 Flash Storage System Help Desk Support Consultant

1.  Which two (2) statements about a Pilot are true? (Select two)             It runs the FS1 software. (*) It has no connection to the Controllers. It is responsible for initiating a Call-Home. (*) It...

Oracle Server X8-2 X8-2L Technical Introduction Assessment

1.  Which command provides a summary of the installed memory types from the X8-2(L) ILOM CLI?           show /System/Dimms show /System/Memory (*) show /SP/memory/config show /FRU/DIMMs 2.  The Oracle X8-2 and...

Network Basics ( Information of OSI model and others)

OSI & TCP/IP models OSI model OSI (Open Systems Interconnection) model was created by the International Organization for Standardization (ISO), an international standard-setting body. It was designed to be a reference model for describing...

How to Create mount point in Solaris 10

# Format > disk >p > p>3 (30GB)        4 (30GB)         5 (30GB)than level : press l and continuecheck the partition is ok # newfs /dev/rdsk/c0t0d0s3# mkdir /var# mount...

How to clear fault alarms and other command of Serial Port

->show faulty or show /SP/faultmgnt->set /SYS/MB/CMP0/BOB0/CH0/D0 clear_fault_action=true  Are you sure you want to clear /SYS/MB/CMP0/BOB0/CH0/D0 (y/n)? Y->start /SP/faultmgmt/shell  Are you sure you want to start /SP/faultmgmt/shell (y/n)? Yfaultmgmtsp> helpfaultmgmtsp> fmadm -hfaultmgmtsp> fmadm faultyfaultmgmtsp> fmdump...

Solaris Run Level

Run Level Init State Purpose 0 Power-down Shut down the operating system so that it will be safe to turn off the power to the machine. S Single-user Run the system in a single-user...

How to configure ssh in both Solaris and Linux

For Solaris #vi /etc/ssh/sshd_config Go down & change Permitrootlogin from “NO” to “YES” then start ssh service #svcadm restart ssh For Linux # vi /etc/ssh/sshd_config Go down and check the information is same as below...