Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
213 views
Solaris ZFS - Interview Questions - UnixArena
Uploaded by
srinivas godavarthy
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Solaris_ZFS_-_Interview_Questions_-_UnixArena For Later
Download
Save
Save Solaris_ZFS_-_Interview_Questions_-_UnixArena For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
213 views
Solaris ZFS - Interview Questions - UnixArena
Uploaded by
srinivas godavarthy
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Solaris_ZFS_-_Interview_Questions_-_UnixArena For Later
Carousel Previous
Carousel Next
Save
Save Solaris_ZFS_-_Interview_Questions_-_UnixArena For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 5
Search
Fullscreen
Solaris ZFS - Interview Questions - UnixArena http://www.unixarena.com/2013/06/solaris-2fs-inte, 1o0f5 SOLARIS ZFS — INTERVIEW QUESTIONS te tmerview Questons, 25,25 Tuorals ‘As we know Oracle made ZFS is a default root ZFS - Q&A filesystem from Solaris 11 onwards. This shows Yow are tired their future plans of improving ZFS and making it as works best volume manager cum filesystem in near = COQRACLE future Customers would like to have ZFS in their SOLARIS. environment since its @ inbuilt volume manager and there is no adiitional operating cost unlike VXVM. They preferred ZFS data volumes in mid range servers and recommended as root FS in critical environment for its Liveupgrade facility. So each customer would lke to have ZFS knowledgeable system admins on their environment. Now a days you can expect more questions from ZFS in Solaris interviews. Here we will see some of common ZFS interview questions. More ZFS tips can be found here, 9 L.What is ZFS 7 A. ZFS is filesystem cum volume managed developed by sun microsystems (Now its Oracle).Itis a 128-it fle system Q 2.How to create new zpoal ? ‘A. The new zpool can be create using “zpool create pool_name cxtxdx cxtxdx" @ 3.What type of raid levels are supported in ZFS ? A 1. Striped Vdev's (RAIDO) 2. Mirrored Vadev's (RAIDI) 3. Striped Mitrored Vdev's (RAID1O) 4, RAIDZ (RAIDS-Single parity) 5, RAIDZ2 (RAIDS-Double parity) 6. RAIDZ3 (Tiple Parity) 4.5 it possible to reduce the zpool size ? |A. No You canst reduce the zpoo! size since all the disks will n stripped by default Q 5.How to list 2poo!’s ? ‘A. using “zpoo! list” command 08/21/2017 02:24 AMSolaris ZFS - Interview Questions - UnixArena, http://www.unixarena.com/2013/06/solaris-2fs-inte, 20f5 0.6, What is dataset in ZFS 7 A. ZFS dataset isa virtual filesystem like volume in VXVM terminology, Q T.How to create @ new dataset in ZFS 7 |A. Using 2fs create pool name/dataset_name (@ 8 How many LUNS or DISKS can be added to one ZPOOL ? ‘A. 264 LUNS or DISKS can be added to one zpool theoretically. © 9.How many dataset can be created per zpool ? ‘A, 264 dataset can be created In single zpo0l. Q.10.How many zpools can be created in Solaris global zone ? A284 zpools ca be created in a system, Q.11.How to list the 21s snapshots ? A. Use “Zs list [grep @ " to get the list of snapshots 0.12. Isit possible to use fsck in ZFS 7 ‘A. No.You can’t use fsck in ZFS.You can check the zpool integrity using “zpool scrub pool_name' Q 131s possible to extend zfs dataset in online ? A. Yes. you can increase the ZFS dataset size in online without un-mounting it @ 141s possible to extend zpool on fly ? ‘A. Yes. You can extend the zpool in online by just adding new disks using “zpool add pool_name cxtxdx ” command 9 15.What is minimum physical memory if you are using ZFS ? A, Normally we recommend to use 4GB physical memory © 16 Best practice of ZFS Mirrored Root Pool Disk Replacement, ‘A. You can perform the live disk replacement if the server supports hotplug and rpoo! is mirrored. Step: Offline the disk in 2po0! 4# zpool offline rpool cxtxcx Step:2 08/21/2017 02:24 AMSolaris ZFS - Interview Questions - UnixArena, http://www.unixarena.com/2013/06/solaris-2fs-inte, 30f5 LUnconfigure the disk from OS level # clgadm -c unconfigure c1::dskicextxdx. Step:3 Physical replace the disk Step:4 Reconfigure the disk in OS level # clgadm -c configure cl=dskloxtxd. Step:5 Confirm that the replacement disk has an SMI label and a slice 0 to match the existing root poo! configuration Step:6 Making ZFS aware by using below command # zpool replace rpool cxtxdxs0 step:6 Bring the disk in to 215 online, # zpool online rpool cxtxdxs0 Step:7 Install the bootblock. 4# installboot -F 2fs /usr/platformy* uname -1"Jb/ts/2fs/bootblk fdevirdsk/cxbxdxs0 0.17. How to destroy zfs dataset ? ‘A. Using “zfs destroy pool_name/dataset_ name” Q.18 How to set new mountpoint to 2fs dataset ? ‘A. Using “zfs set mountpoint 0.17 How to rename ZFS dataset ? ‘A. We can use “zfs rename pool_name/dataset_name_old pool_name/dataset_name_new” 1ew_mount_point pool name/dataset_name 0.1815 it possible to recover destroyed 2pool ? A. Yes.We can recover destroyed 2po0! 0.19 How to assign zpoolzts dataset to local zones ? 'A, We can assign zpool/zis to local zone. © 20How to increase rpool size ? ‘A, We can increase the rpool size by using new big disks 08/21/2017 02:24 AMSolaris ZFS - Interview Questions - UnixArena, http://www.unixarena.com/2013/06/solaris-2fs-inte, 40f5 Q 211s it possible to convert root filesystem from UFS to ZFS? A. Yes. we can convert root filesystem from UFS to ZFS using liveupgrade 9 22.:How to create ZFS dataset like vxvmyuts volume ? ‘A. By setting quota and reservation for dataset we can get volumes like vxvm. 023. ‘A. No.t will not consume any space when you create snapshot-The snapshot size will grow according to data napshot consume any disk space when you create it? ‘changes in the volume, Q 24. What is emulated volume in ZFS ? {A tis @ ZFS volume without ZFS filesystem on it.You can create UFS/VXFS on this, Q25.How to do the dry run on zpool? You can use ‘option to run dry run without performing any action.For an example if you want to know how the objects will be build using command without create the zpool,use -n option. 0 26. [sit possible to use ZFS as swap in solaris ? A. Yes.We can use ZFS emulated volume as swap. Q.27How to rename the zpool ? ‘A. We can rename the zpool using below method. Step:1 Export the zpoo! # zpool export pool_name Step:2 Import the zpool name using new name. 4# zpool import pool_name new_poolname © 30. Is it possible to create zpool using files ? {A Yes, we can create a zpoo! using files which are created by using mkfile command. & # mkfile 64m ftest 08/21/2017 02:24 AMSolaris ZFS - Interview Questions - UnixArena, http://www.unixarena.com/2013/06/solaris-2fs-inte, 5 ofS 4# zpool create arenzpool /test 0 31.00 we need to update Jetcivistab for ZFS datasets 7 A. By default,e no need to update vistab for zfs dataset. If you set 2/s mountpoint as legacy, then you have to update it Q 32.00 we need to maintain any configuration files for zpool ? ‘A. No Wie no need to maintain any configuration fles.8y default all device based zpool will be Imported and mounted ‘according to the mountpoint value. © 33. How to perform the zpool scrub to check zpoo! integrity ? ‘A. use command “pool scurb pool_name” 9 34.00 we have to run mkfs command to create a ZFS on zis datasets 7 |A. No.We no need to create ZFS filesystem using mkts.ZF5 will automatically create filesystem and mountpoint when you create dataset. It wll be automatically mount with dataset name if you didn’t mentioned the ‘mountpoint there, | would like every one to add ZFS related questions in the comment field.So that I can update this article with those questions and answers, Thank you for reading this article, Good luck for interview. 08/21/2017 02:24 AM
You might also like
Linux InterviewQuestions - For - Level - 2 - Ratnakar PDF
PDF
80% (10)
Linux InterviewQuestions - For - Level - 2 - Ratnakar PDF
225 pages
ZFS Deep Dive
PDF
No ratings yet
ZFS Deep Dive
49 pages
Openzfs Basics: George Wilson Matt Ahrens
PDF
No ratings yet
Openzfs Basics: George Wilson Matt Ahrens
39 pages
ZFS Overview
PDF
No ratings yet
ZFS Overview
40 pages
Getting Started With ZFS
PDF
No ratings yet
Getting Started With ZFS
43 pages
Zfs Introduction
PDF
No ratings yet
Zfs Introduction
17 pages
ZFS Cheatsheet: This Is A Quick and Dirty Cheatsheet On Sun's ZFS
PDF
No ratings yet
ZFS Cheatsheet: This Is A Quick and Dirty Cheatsheet On Sun's ZFS
7 pages
ZFS Commands
PDF
No ratings yet
ZFS Commands
3 pages
Solaris ZFS Command Line Reference (Cheat Sheet)
PDF
No ratings yet
Solaris ZFS Command Line Reference (Cheat Sheet)
4 pages
Oracle Solaris Zfs
PDF
No ratings yet
Oracle Solaris Zfs
32 pages
SPARC: Setting Up Disks For ZFS File Systems
PDF
No ratings yet
SPARC: Setting Up Disks For ZFS File Systems
8 pages
ZFS Imp
PDF
No ratings yet
ZFS Imp
24 pages
2010 Bsdday Zfs and Freebsd
PDF
No ratings yet
2010 Bsdday Zfs and Freebsd
20 pages
TR 3603
PDF
No ratings yet
TR 3603
11 pages
ZFS
PDF
No ratings yet
ZFS
2 pages
ZFS Solaris Command Line Reference (Cheat Sheet)
PDF
No ratings yet
ZFS Solaris Command Line Reference (Cheat Sheet)
6 pages
ZFS Command
PDF
No ratings yet
ZFS Command
13 pages
ZFS Cheat Sheet
PDF
No ratings yet
ZFS Cheat Sheet
22 pages
ZFS Overview and Design Guide PDF
PDF
No ratings yet
ZFS Overview and Design Guide PDF
79 pages
Solaris 11
PDF
No ratings yet
Solaris 11
7 pages
Zfs Tutorial Part 1: Getting Started
PDF
No ratings yet
Zfs Tutorial Part 1: Getting Started
18 pages
Introduction To ZFS R1d-1
PDF
No ratings yet
Introduction To ZFS R1d-1
13 pages
The ZFS Filesystem
PDF
No ratings yet
The ZFS Filesystem
36 pages
How To Backup and Restore ZFS
PDF
No ratings yet
How To Backup and Restore ZFS
3 pages
ZFS
PDF
100% (1)
ZFS
24 pages
Becoming A ZFS Ninja
PDF
No ratings yet
Becoming A ZFS Ninja
68 pages
ZFSNinja Slides PDF
PDF
No ratings yet
ZFSNinja Slides PDF
68 pages
Solaris P2V Using Zfs
PDF
No ratings yet
Solaris P2V Using Zfs
12 pages
ZFS Best Practices Guide - Siwiki
PDF
No ratings yet
ZFS Best Practices Guide - Siwiki
12 pages
ZFS On FreeBSD
PDF
No ratings yet
ZFS On FreeBSD
20 pages
1Z0 822 Demo 1
PDF
No ratings yet
1Z0 822 Demo 1
8 pages
Active Active ZFS File System
PDF
No ratings yet
Active Active ZFS File System
7 pages
Solaris Containers and ZFS Cheat Sheet
PDF
No ratings yet
Solaris Containers and ZFS Cheat Sheet
4 pages
ZFS Root File System
PDF
No ratings yet
ZFS Root File System
8 pages
Zfsboottalk Solaris Boot Zfsboot
PDF
No ratings yet
Zfsboottalk Solaris Boot Zfsboot
38 pages
Zfs
PDF
No ratings yet
Zfs
44 pages
Solaris ZFS-The Most Advanced File System On The Planet
PDF
No ratings yet
Solaris ZFS-The Most Advanced File System On The Planet
2 pages
Zfs Command Line Reference
PDF
No ratings yet
Zfs Command Line Reference
3 pages
Reaplace Disk in ZFS Pool
PDF
No ratings yet
Reaplace Disk in ZFS Pool
4 pages
Introduction To ZFS R1a
PDF
No ratings yet
Introduction To ZFS R1a
12 pages
Zettabyte File System
PDF
No ratings yet
Zettabyte File System
30 pages
1Z0-822-Demo
PDF
No ratings yet
1Z0-822-Demo
8 pages
USS V2R2 Latest Status and New Features
PDF
No ratings yet
USS V2R2 Latest Status and New Features
32 pages
HFS To ZFS MIgration
PDF
No ratings yet
HFS To ZFS MIgration
79 pages
Zfs Internals Uli Graef
PDF
No ratings yet
Zfs Internals Uli Graef
32 pages
Solaris Dynamic File System: Sun Microsystems, Inc
PDF
No ratings yet
Solaris Dynamic File System: Sun Microsystems, Inc
26 pages
XFS File System
PDF
No ratings yet
XFS File System
5 pages
Linux InterviewQuestions For Level 2 by Ratnakar
PDF
100% (1)
Linux InterviewQuestions For Level 2 by Ratnakar
286 pages
Zones With ZFS
PDF
No ratings yet
Zones With ZFS
3 pages
Zfs Admin
PDF
No ratings yet
Zfs Admin
49 pages
Linux SysAdmin Topic 104.odp
PDF
No ratings yet
Linux SysAdmin Topic 104.odp
66 pages
zOS - ZFS - Setup
PDF
No ratings yet
zOS - ZFS - Setup
18 pages
Linux InterviewQuestions For Level 2 by Ratnakar-1-1
PDF
No ratings yet
Linux InterviewQuestions For Level 2 by Ratnakar-1-1
275 pages
Solaris Cheat Sheet: Smit
PDF
100% (2)
Solaris Cheat Sheet: Smit
6 pages
HOW TO Migrate A UFS Root Filesystem To ZFS
PDF
No ratings yet
HOW TO Migrate A UFS Root Filesystem To ZFS
6 pages
Microsoft Test-King AZ-900 v2019-04-19 by - Martin 40q PDF
PDF
No ratings yet
Microsoft Test-King AZ-900 v2019-04-19 by - Martin 40q PDF
25 pages
AZ-900.exam.19q: Website: VCE To PDF Converter: Facebook: Twitter
PDF
No ratings yet
AZ-900.exam.19q: Website: VCE To PDF Converter: Facebook: Twitter
12 pages
AZ-900.exam.19q: Website: VCE To PDF Converter: Facebook: Twitter
PDF
No ratings yet
AZ-900.exam.19q: Website: VCE To PDF Converter: Facebook: Twitter
12 pages
Linux-Practicals Odt
PDF
No ratings yet
Linux-Practicals Odt
3 pages
Shell Scripting: Presented by - Mukesh Halwan Premkanth Mengani
PDF
No ratings yet
Shell Scripting: Presented by - Mukesh Halwan Premkanth Mengani
25 pages
Samba Server: Yum Install Samba - y
PDF
No ratings yet
Samba Server: Yum Install Samba - y
4 pages
How To Migrate The Local Zones On Solaris - UnixArena
PDF
No ratings yet
How To Migrate The Local Zones On Solaris - UnixArena
5 pages
MCQs EXAM
PDF
No ratings yet
MCQs EXAM
10 pages
Solaris Scs Aii
PDF
No ratings yet
Solaris Scs Aii
35 pages