⟩ How to Make Successfully Resolve to server1.example.com where DNS Server is 192.168.0.254
1. Vi /etc/resolve.conf
search server1.example.com
nameserver 192.168.0.254
1. Vi /etc/resolve.conf
search server1.example.com
nameserver 192.168.0.254
Suppose One Logical Volume named lv1 is created under vg0. The Initial Size of that Logical Volume is 100MB. Now you required the size 500MB. Make successfully the size of that Logical Volume 500M without losing any data. As well as size should be increased online.
Tell me The System you are using is for NFS (Network File Services). Some important data are shared from your system. Make automatically start the nfs and portmap services at boot time.
Do you know Quota is implemented on /data but not working properly. Find out the Problem and implement the quota to user1 to have a soft limit 60 inodes (files) and hard limit of 70 inodes (files).
Explain One Package named zsh is dump on ftp//server1.example.com under /pub/updates directory and your FTP server is 192.168.0.254. Install the package zsh.
Suppose You are a System administrator. Using Log files very easy to monitor the system. Now there are 50 servers running as Mail, Web, Proxy, DNS services etc. You want to centralize the logs from all servers into on LOG Server. How will you configure the LOG Server to accept logs from remote host?
Explain In order to set the time zone to US/Eastern via Kickstart, what must be in the Kickstart configuration file? A. tz US/Eastern B. timezone US/Eastern C. It is not possible to set time zone D. timeconfig US/Eastern
Do you know One Logical Volume is created named as myvol under vo volume group and is mounted. The Initial Size of that Logical Volume is 124MB. Make successfully that the size of Logical Volume 245MB without losing any data. The size of logical volume 240MB to 255MB will be acceptable.
Explain What DHCP server option is used to specify the DNS server to clients? A. domain-name-servers B. dns C. domain-name D. routers
Explain Both RAID level 0 and Linear RAID provide capacity equivalent to the amount of storage you have. In other words, there is no space reserved for parity or error checking. What, then, is the difference between RAID level 0 and Linear RAID? A. When using Linear RAID, data is not striped across drives. B. When using Linear RAID, data is striped across drives. C. RAID 0 provides some amount of error checking. D. Linear RAID provides some amount of redundancy.
Which of the following is a journaling filesystem? A. ext2 B. vfat C. minix D. ext3