Please help Disk Suite on Solaris 8 FS full!!!


 
Thread Tools Search this Thread
Operating Systems Solaris Please help Disk Suite on Solaris 8 FS full!!!
# 8  
Old 04-02-2008
Firstly - consult the documentation of Sun Volume Manager(see below whythis product) you GOT TO know what your doing before you execute commands in a business\corporate\enterprise environment

Secondly, I'll give you the secret of Disksuite (which was then renamed to Solstice, and now SUN Volume Manager)
Disksuite mirrors Metadata, which essential represents VOLUMES.
And as a volume can span more than on disk....( ah !)

# metainit d10 1 2 c1t4d0s3 c1t5d0s3 -i 32k
# metainit d20 1 2 c1t6d0s3 c1t7d0s3 -i 32k

d10 or d20 - metadevice name
1 - Total Number of Stripe
2- Number of Slices to be added to stripe followed by slice name .
-i chunks of data written alternatively on stripes.
s3 = slice 3 = represents the entire disk


# metainit d10 -m d21

d21 being the mirror of d10

-

Their's the essential bones, you have the documentation to construct the body...Go Frankenstein !

---------------
Ms Stevie
# 9  
Old 04-02-2008
Correction:

# metainit d10 -m d20

(in this scanario)
# 10  
Old 04-03-2008
Thank you very much.

I just about had it right.

This is what I was thinking:

Format the drives to have all their space on slice 6 then...

#metainit d16 1 2 c1t4d0s6 c1t5d0s6 -i 32k
#metainit d26 1 2 c1t6d0s6 c1t7d0s6 -i 32k

#metainit d6 -m d16

#metattach d6 d26

then make the new file system:

#newfs /dev/md/rdsk/d6

then edit /etc/vfstab

test this editing by using:

# mountall -v

to mount the new fs using the new parameters in the vfstab file on the new metadevice

write data to it.

Done


Is that very much different from what you are doing? Looks like you just know a way to do it in fewer steps.

Thank you for the advice/help,
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solstice Disk Suite

I am doing disk mirroring and this command I entered: metainit d202 1 1 c0t1d0s0 gives me this error "metainit: d202: no such file or directory" The nmd value in /kernel/drv/md.conf is set to 2000. Any ideas what this error means? (3 Replies)
Discussion started by: bluridge
3 Replies

2. Solaris

solaris 8 / disk space almost full

Hi All, My Solaris 8 firewall server is getting full on the / filesystem. I don't know which one should I delete. I think there's no more to delete on the file like logs or temp file. Does someone knows about deleting a safe file (or folder) on FS like /usr, /opt, /platform, /kernel, /sbin?... (7 Replies)
Discussion started by: itik
7 Replies

3. Solaris

Disk Suite issue

Solaris 9 We had a problem server where only root was not mirrored (before my time). When I tried to mirror it, the live root slice bailed with errors at 97% so it couldn't be mirrored. It's a matched pair of boxes (nfs1 and nfs2) and they are interchangeable with regards to the NFS... (0 Replies)
Discussion started by: BOFH
0 Replies

4. UNIX for Dummies Questions & Answers

disk suite to mirror both d0 and d2

I have 2 drives on a sun solaris 8 server that is a live server. I am putting in an additional 2 drives and want to mirror the the first 2. I was thinking of using disksuite but one drive is the root drive with 1 maybe 2 free paritions. The other is only one partition (36G). I was wondering... (2 Replies)
Discussion started by: csgonan
2 Replies

5. Solaris

Mirroring 2 disks with Solstice Disk Suite

hello everybody, I have a system in Solaris 8 with SDS 4.2.1 I need to mirror the system disk which has the following characteristics : * /dev/rdsk/c0t0d0s2 partition map * * Dimensions: * 512 bytes/sector * 133 sectors/track * 27 tracks/cylinder * 3591 sectors/cylinder... (3 Replies)
Discussion started by: aribault
3 Replies

6. Solaris

Solaris Disk Suite

Hi I'm completely new to Solaris Disk Suite. Where can I go and read up about it. I've seen consultants run the meta- commands, but it doesn't make any sense to me. I would like to learn how it works and how to use it. Thanks (1 Reply)
Discussion started by: soliberus
1 Replies

7. UNIX for Dummies Questions & Answers

Size limitations with ufs/disk suite on Solaris 8?

I tried to build a 1.3 TB volume with disk suite, and recieved an error (don't remember the exact verbage, it was very late). It only built a 1 TB volume. newfs completed without error. I rebuilt the volume to be just under 1TB, and all was fine. Is there a limitation with disk suite, or ufs, that... (3 Replies)
Discussion started by: 98_1LE
3 Replies

8. Filesystems, Disks and Memory

Installing DISKS with Solaris Disk Suite

Hi, Ihave a Netra T1405 and would like to add 2 news disk (in mirror with SDS) in order to grow the size of the initial file system. The idea is to mount a new partition in order to setup new products... Could some one tell me the difrents steps to do this or give me links to documents. ... (1 Reply)
Discussion started by: guillaume35
1 Replies

9. UNIX for Dummies Questions & Answers

Disk Suite on Solaris 7

Does anyone know which packages I need to install to run Disk Suite on Solaris 7, or where I can find some documentation? (2 Replies)
Discussion started by: 98_1LE
2 Replies
Login or Register to Ask a Question