What is the speciality of slice 2?


 
Thread Tools Search this Thread
Operating Systems Solaris What is the speciality of slice 2?
# 1  
Old 06-24-2011
What is the speciality of slice 2?

Code:
Part      Tag    Flag     Cylinders        Size            Blocks
  0       root    wm     259 - 2666        4.70GB    (2408/0/0)  9863168
  1       swap    wu       3 -  258      512.00MB    (256/0/0)   1048576
  2     backup    wm       0 - 4091        7.99GB    (4092/0/0) 16760832
  3 unassigned    wm    2667 - 2916      500.00MB    (250/0/0)   1024000
  4 unassigned    wm       0               0         (0/0/0)           0
  5 unassigned    wm       0               0         (0/0/0)           0
  6 unassigned    wm       0               0         (0/0/0)           0
  7 unassigned    wm       0               0         (0/0/0)           0
  8       boot    wu       0 -    0        2.00MB    (1/0/0)        4096
  9 alternates    wu       1 -    2        4.00MB    (2/0/0)        8192

i read in a book that slice 2 covers the entire disk and remaining slice occupy a particular set of cylinders. what is the point in slice 2 having the complete set of cylinders? what is the use of slice 2?
# 2  
Old 06-24-2011
Slice 2 in Solaris represents the entire disk. It maintains important data about the entire disk, such as the size of the actual disk and the total number of cylinders available for the storage of files and directories.
# 3  
Old 06-24-2011
I would ignore 'coolflyyy' reply, he seems to be 'trolling'.

beta17 said it right.
as I understand it, its some sort of 'virtual slice'. think its used when making a backup or similar.
its a bit tricky to resize it (shrik). because you would need to change drive geometry (if you ever need such operation)
# 4  
Old 06-24-2011
Quote:
Originally Posted by orange47
I would ignore 'coolflyyy' reply, he seems to be 'trolling'.
Thanks, banned.
# 5  
Old 06-24-2011
Thanks all Smilie that gives me some idea
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

ZFS - whole disk Vs slice

we have a ZFS file system that was created as a pool of just one disk (raid on a SAN) when this was created it was done as a whole disk, and so EFI label. now we want to mount this file system into an LDOM. my understanding of how ldom's and disk works this is that we can only do this as a... (1 Reply)
Discussion started by: robsonde
1 Replies

2. Solaris

clear swap slice

is there a command that would zero swap slice? I found these instructions: but hoping there is some swap-specific command (3 Replies)
Discussion started by: orange47
3 Replies

3. Linux

Expanding slice

Hi all I am testing backupPC as a backup solution for machines, as far as i knew, backuppc cannot combine more than storage from different slices so it have to be in one slice my question is, what is the easy way to offer a virtual logical drive expanded/expandable to backuppc, i mean i want to... (1 Reply)
Discussion started by: XP_2600
1 Replies

4. IP Networking

NEWBE Slice

I new to linux and am setting up a slice server. I actually made it to installing Apache but some how I messed up the ip tables. I cant access the server by sftp or putty. Im using the web interface at slice. I am logged in as a super user but cant do certain funtions. I guess i need to be logged... (0 Replies)
Discussion started by: DigitalExtreme
0 Replies

5. Solaris

how to mount back the slice 7

Hi, i encounter problem during middle progress of mirroring. i trying create a mirror (metainit) to my slice 7. Who's have any experience, can you please help me? i tried create a state database replica "metadb -afc1 /dev/dsk/cxtxdxs7" but at it show it cannot create caused /dev/dsk/cxtxdxs7... (2 Replies)
Discussion started by: webster5u
2 Replies

6. Solaris

Can't mount slice

Hey guys, This is how I originally had my drive setup... This is on a solaris 10 box ***BEFORE*** Current Disk = c0t1d0 Current partition table (original): Total disk cylinders available: 7506 + 2 (reserved cylinders) Part Tag Flag Cylinders Size Blocks... (2 Replies)
Discussion started by: kingdbag
2 Replies

7. Solaris

mirroring the boot slice (slice 8) on x86

Hi there I am about to mirror a Solaris 10 x86 box (SunFire X4100) onto a secondary disk using svm (current system is one disk). My question is this, on X86 boxes there is a slice 8 defined as boot partition (and also a slice 9, dunno what its used for tho). Do I need to mirror this boot slice... (0 Replies)
Discussion started by: hcclnoodles
0 Replies

8. AIX

4 procs, can I slice ?

if the system pegs at 100%, can I reserve .2cpu to allow for logins and such? the oracle rman/other activities take up some resources on occassion ... 3.8 procs for the system and .2 reserved? I'm not sure how to tackle this issue ... is this a good use for WLM? any thoughts? (1 Reply)
Discussion started by: A Stewart
1 Replies

9. UNIX for Advanced & Expert Users

artichture of Slice

Can any one Explain the artichture of Slice on SOLARIS PLATFORM. OR else where can i found artical on these topic. akram shaik OCA akram_tri_a@yahoo.com (2 Replies)
Discussion started by: smdakram
2 Replies

10. Filesystems, Disks and Memory

New Sds Slice

Hi, I'd like to add two new disk (mirrored each other) in a machine still on line. The machine is mirrored with SDS. the idea is to add two new disk and mirroring them in order to add a new mount point like "/produit" with only half of the new disk. who could send me exemples or tell me how to... (1 Reply)
Discussion started by: guillaume35
1 Replies
Login or Register to Ask a Question