Solstice DiskSuite


 
Thread Tools Search this Thread
Operating Systems Solaris Solstice DiskSuite
# 1  
Old 04-05-2006
Solstice DiskSuite

Has anybody every used Solstice DiskSuite? I am having trouble setting it up. I installed it without a problem, but do I really have to blow away the drives on the D1000 just to create a metastate database?
# 2  
Old 04-05-2006
If you have some space on the drive and a free partition, then no, you don't have to blow away the drives. Or, if you have free space / partitions on other drives (maybe a couple of internal drives) then you can use them for the metastate databases. You only need a small amount of space for the databases, it the partition that usually causes issues (lack thereof). You can grab space from the swap partition normally as long as you already have a free partition to use.

You might want to post what you are trying and the disks available (and the layout of those disks). Plus OS version...
# 3  
Old 04-05-2006
Solstice

Here is what I am trying to do:
I have a D1000 with 4 drives in it. I realize that I will eventually have to blow those 4 drives away (they are 4 mount points right now) in order to combine them.

Here is the output from df -k:
/dev/dsk/c0t0d0s0 1636211 1241613 345512 79% /
/proc 0 0 0 0% /proc
fd 0 0 0 0% /dev/fd
mnttab 0 0 0 0% /etc/mnttab
swap 3754736 8 3754728 1% /var/run
/dev/dsk/c2t0d0s7 17481546 3388303 13918428 20% /u01
/dev/dsk/c2t1d0s7 17481546 6178091 11128640 36% /u02
/dev/dsk/c2t9d0s7 17481546 7198263 10108468 42% /u04
/dev/dsk/c2t8d0s7 17481546 10204129 7102602 59% /u03
swap 3755656 928 3754728 1% /tmp
/dev/dsk/c0t0d0s7 31282168 24095148 6874199 78% /export/home

My goal is to comine /u01->/u04 to one drive. Any ideas on the steps needed?
# 4  
Old 04-05-2006
More info

I just checked:
c0t1d0 has some partitions defined on it, but not mounted.
# 5  
Old 04-05-2006
You might want to look a little closer at your drives - try the prtvtoc command and post the output for /dev/rdsk/c0t0d0s2, /dev/rdsk/c0t1d0s2, /dev/dsk/c2t0d0s2, /dev/dsk/c2t1d0s2, /dev/dsk/c2t9d0s2, and /dev/dsk/c2t8d0s2. This will let you see what may be available to allow you to put the metastate DB on.

Example:

# prtvtoc /dev/rdsk/c1t0d0s2
* /dev/rdsk/c1t0d0s2 partition map
*
* Dimensions:
* 512 bytes/sector
* 107 sectors/track
* 27 tracks/cylinder
* 2889 sectors/cylinder
* 24622 cylinders
* 24620 accessible cylinders
*
* Flags:
* 1: unmountable
* 10: read-only
*
* First Sector Last
* Partition Tag Flags Sector Count Sector Mount Directory
0 2 00 0 14774346 14774345
1 3 01 14774346 11264211 26038556
2 5 00 0 71127180 71127179
3 7 00 26038557 11264211 37302767
4 0 00 37302768 11264211 48566978
5 0 00 48566979 11264211 59831189
6 0 00 59831190 11264211 71095400
7 0 00 71095401 31779 71127179
#prtvtoc -f /dev/rdsk/c1t0d0s2
FREE_START=0 FREE_SIZE=0 FREE_COUNT=0 FREE_PART=
# 6  
Old 04-05-2006
Output

Here goes:
# prtvtoc /dev/rdsk/c2t0d0s7
* /dev/rdsk/c2t0d0s7 partition map
*
* Dimensions:
* 512 bytes/sector
* 64 sectors/track
* 64 tracks/cylinder
* 4096 sectors/cylinder
* 8673 cylinders
* 8671 accessible cylinders
*
* Flags:
* 1: unmountable
* 10: read-only
*
* Unallocated space:
* First Sector Last
* Sector Count Sector
* 35508224 8192 35516415
*
* First Sector Last
* Partition Tag Flags Sector Count Sector Mount Directory
2 5 01 0 35516416 35516415
7 0 00 0 35508224 35508223 /u01
# prtvtoc -f /dev/dsk/c2t0d0s7
FREE_START=35508224 FREE_SIZE=8192 FREE_COUNT=1 FREE_PART=013456

# prtvtoc /dev/dsk/c2t1d0s7
* /dev/dsk/c2t1d0s7 partition map
*
* Dimensions:
* 512 bytes/sector
* 64 sectors/track
* 64 tracks/cylinder
* 4096 sectors/cylinder
* 8673 cylinders
* 8671 accessible cylinders
*
* Flags:
* 1: unmountable
* 10: read-only
*
* Unallocated space:
* First Sector Last
* Sector Count Sector
* 35508224 8192 35516415
*
* First Sector Last
* Partition Tag Flags Sector Count Sector Mount Directory
2 5 01 0 35516416 35516415
7 0 01 0 35508224 35508223 /u02
# prtvtoc -f /dev/dsk/c2t1d0s7
FREE_START=35508224 FREE_SIZE=8192 FREE_COUNT=1 FREE_PART=013456


The other 2 disks are the same way.

As I also mentioned, there is a disk on the internal controller (c0t1d0) that has no mounted partitions at all. Its formatted, but that's it. I can change any of the partitions on this one and not affect any data.
# 7  
Old 04-05-2006
You didn't put the info for c0t0d0s2 - if there is a free partition on it, that and c0t1d0 would be the best place for the metastate databases since they are internal and especially if you are going to mirror the OS drive (c0t0d0) to c0t1d0. You can cut swap partition (at the end) and move it to another free partition (you don't need much...it matters how big your drive is - on a 9GB drive 2 cylinders or 3.50MB is enough to hold the metastate databases.

Also, make sure that c0t1d0 isn't being used as raw partitions by Sybase/Oracle or some other DB product.

As far as one of your other statements: "goal is to combine /u01->/u04 to one drive" Are you looking at striping across the drives or just making one HUGE logical volume (striping=faster access versus one HUGE drive=space)?

(And if anyone else wants to jump in here...I'm sort of busy this week and may not get back to answering the OP)
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solstice disksuite - mirror sync direction

Hi I have an existing mirror configured (d10) with submirrors (d11 and d12). I recently detached the d12 mirror for an upgrade. I know want to re-attach the d12 mirror to sync with the active mirror (d11). When I run the command metattach d10 d12 - which way will the sync occur? Will the... (1 Reply)
Discussion started by: samruthroy
1 Replies

2. 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

3. Solaris

Solstice 6.0.3 - Server is disabled Install base enabler

hi people, I receive this message in the nwadmin: Registration info event: Server is disabled Install base enabler License enabler: #none (Networker/10 Eval) has expired. What happened? Please help me... Thank you (0 Replies)
Discussion started by: denisgomes
0 Replies

4. Solaris

Solstice 6.0.3 - Recover: Cannot Start Session

Hi people, I have a Solstice Backup 6.0.3 installed in server X1 and one installed in server X2. I need to start de recover in X2 and the somes files existing in X1. - Well, i begin this process in X2 with #nwadmin -s X1 & and i select "Save Set/ Recover". I select the datas and click in... (0 Replies)
Discussion started by: denisgomes
0 Replies

5. Solaris

Looking for Solstice DiskSuite 4.2

Hi all, Do you know where I can download Soltice Disksuite 4.2 for Solaris 2.6 ? I haven't the CD labeled “Solaris Server Intranet Extensions 1.0” . Thanks in advance for your precious help. Bests Regards Hosni (2 Replies)
Discussion started by: hosni
2 Replies

6. 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

7. Solaris

Solstice Disksuite Question

According to the metadb man page: Now based on italicized part, if a mirror only has a single replica and never crashes, it should still function. Same with booting. I thought three replicas were necessary for the system to be able to come up but the comment about crashing tells me that... (2 Replies)
Discussion started by: BOFH
2 Replies

8. UNIX for Dummies Questions & Answers

How to remove Veritas Volume Manager 3.5 and install Solstice DiskSuite

I am brand new to UNIX and have been given the task to remove veritas volume manager 3.5 mirroring and install Disksuite mirror on two Solaris 5.8 servers. Does anyone know where I can find step by step instructions to perform these tasks? Thanks (1 Reply)
Discussion started by: mg2
1 Replies

9. UNIX for Dummies Questions & Answers

sun solstice, admintool, smc

hi, i tried these sun command on a sun0s 5.7 but get the "cant open display" message. please advise. i am using netterm to telnet. (5 Replies)
Discussion started by: yls177
5 Replies

10. UNIX for Dummies Questions & Answers

Solstice DiskSuite linear RAID Howto

Dear all i search a linear RAID Howto for the solaris os. Wiht the help of google and docs.sunc.com i found nothing... can you share your knowlage wiht me? thanx adme (1 Reply)
Discussion started by: adme
1 Replies
Login or Register to Ask a Question