Sponsored Content
Full Discussion: Disksuite questions
Top Forums UNIX for Dummies Questions & Answers Disksuite questions Post 39848 by finster on Tuesday 2nd of September 2003 12:28:12 AM
Old 09-02-2003
Thanks.... c0t0d0 is the boot and is not include in the RAID. Need the space for program + oracle databases (large partitions due to med. network node build + collecting 30 days data on nodes)


I have played around and managed to create database replicas, and a RAID5 metadevice.

(I just picked 4 slices from 4 drives and created the metadevice for practice to get a feel for it).

# metastat
d10: RAID
State: Okay
Interlace: 64 blocks
Size: 62364843 blocks
Original device:
Size: 62365632 blocks
Device Start Block Dbase State Hot Spare
c0t1d0s6 3539 Yes Okay
c1t1d0s6 3539 Yes Okay
c1t2d0s6 3539 Yes Okay
c1t3d0s6 3539 Yes Okay


VFSTAB FILE:
# more vfstab
#device device mount FS fsck mount mount
#to mount to fsck point type pass at boot options
#
#/dev/dsk/c1d0s2 /dev/rdsk/c1d0s2 /usr ufs 1 yes -
fd - /dev/fd fd - no -
/proc - /proc proc - no -
/dev/dsk/c0t0d0s1 - - swap - no -
/dev/dsk/c0t0d0s0 /dev/rdsk/c0t0d0s0 / ufs 1 no
-
/dev/dsk/c0t0d0s6 /dev/rdsk/c0t0d0s6 /usr ufs 1 no
-
/dev/dsk/c0t0d0s3 /dev/rdsk/c0t0d0s3 /var ufs 1 no
-
/dev/dsk/c0t0d0s7 /dev/rdsk/c0t0d0s7 /export/home ufs 2
yes -
/dev/dsk/c0t0d0s5 /dev/rdsk/c0t0d0s5 /opt ufs 2 yes
-
swap - /tmp tmpfs - yes -
/dev/md/dsk/d10 /dev/md/rdsk/d10 /var/mail ufs 2 yes
-

_____________________________

Last line shows "d10" metadevice. I wanted to combine these partitions and create 1 partition (/db01).

How do I call this partition db01 and mount? I tried "/" and "/db01" in the vfstab file for mount point and it did not show up.

I have it mounting /var/mail (from someone else's example and it worked).
# df -k
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t0d0s0 4032504 63092 3929087 2% /
/dev/dsk/c0t0d0s6 4032504 800571 3191608 21% /usr
/proc 0 0 0 0% /proc
fd 0 0 0 0% /dev/fd
mnttab 0 0 0 0% /etc/mnttab
/dev/dsk/c0t0d0s3 4032504 114020 3878159 3% /var
swap 15718944 16 15718928 1% /var/run
swap 15719560 632 15718928 1% /tmp
/dev/dsk/c0t0d0s5 5773212 2133 5713347 1% /opt
/dev/dsk/c0t0d0s7 5040814 385457 4604949 8% /export/home
/dev/md/dsk/d10 30696394 9 30389422 1% /var/mail

__________________

Once I figure out how to do one metadevice (db01), I plan to create (db02,03, 04).

Also how can I access the new /db01 to install files?

Currently mounted to /var/mail/ and mail folder properties report 512 kb? But df -k reports full amount?

Please help again.

Last edited by finster; 09-02-2003 at 02:52 AM..
 

10 More Discussions You Might Find Interesting

1. Solaris

DiskSuite: Breaking mirrors.

Ok, so I have a remote system (7 states away) that's using SDS to manage the two 18 gig disks. /, swap, /var, /home, and /opt. The mirroring procedure I created uses installboot to ensure there's a bootblk on both disks of an SDS mirror. The system has a problem booting (can't write to... (21 Replies)
Discussion started by: BOFH
21 Replies

2. Solaris

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? (8 Replies)
Discussion started by: hshapiro
8 Replies

3. UNIX for Dummies Questions & Answers

disksuite and raidctl used together

I have a live Sunfire v440 server with 4 drives and I want to mirror drive 0 & 1 to 2 & 3. The on-board raid controller only allows for 1 live mirror. I was thinking of disksuite, but unfortunately the second disk is just one large partition with no free slices. I was thinking of using... (0 Replies)
Discussion started by: csgonan
0 Replies

4. UNIX for Dummies Questions & Answers

Solaris 10 disksuite

We recently got a third party in to upgrade our solaris 8 sparc server to solaris 10. A few month later I now have a disk mirror problem that I would normally fix by going into the GUI screen "metatool" It appears that the third party didn't install disksuite after the upgrade. Does anyone know... (10 Replies)
Discussion started by: miredale
10 Replies

5. Solaris

DiskSuite dilemma

Hello, We have this system a SunFire 280R running Solaris 8 Generic_117350-46. It has 2 36GB disks in it. They are mirrored with DiskSuite 4.2.1. When we execute a metastat all the devices report an Okay status, but when we go into metatool everything is in the Critical (maintenance)... (4 Replies)
Discussion started by: mgb
4 Replies

6. Solaris

mirroring with disksuite

hi all, i want to mirror two disks with disksuite under solaris 9 , doses smeone can explain me Briefly the essential steps to do that plz ? (3 Replies)
Discussion started by: lid-j-one
3 Replies

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

8. Solaris

Disksuite mirror expansion

Hi I had a disksuite mirror with two sub-mirrors which I wanted to expand. To expand this I had the bright idea of detaching one of the sub-mirrors and doing a metaclear on that submirror - then re-sized the underlying partition ( doubling it in size ) then I did a metainit on this partition as... (6 Replies)
Discussion started by: ianc1234
6 Replies

9. Solaris

disksuite mirroring d0 to d2 and d1 to d3

I have a SOlaris 10 v240 server. I'm installing disksuite to mirror the root drive D0 to D2. I also have one partition on disk 1 that I want to mirror to D3. I am not using ZFS right now. Can I add that to my initial mirroring configuration or can I only mirror 1 drive to 1 drive? Can I... (2 Replies)
Discussion started by: csross
2 Replies

10. Solaris

Disksuite question

Hello all, I have a Solaris Disksuite question :- I will be adding 4 new drives to an E250 server and need will be configuring 2 striped volumes each consisting 2 new disks with SVM. In the end i will have 2 volumes each of 72gb. So in effect i will have 1 volume called D7 and another volume... (6 Replies)
Discussion started by: commandline
6 Replies
JME(4)							   BSD Kernel Interfaces Manual 						    JME(4)

NAME
jme -- JMicron Technologies JMC250 Gigabit Ethernet and JMC260 Fast Ethernet controller driver SYNOPSIS
jme* at pci? dev ? function ? Configuration of PHYs is necessary. See mii(4). DESCRIPTION
The jme device driver supports network adapters based on the JMicron Technologies JMC250 Gigabit Ethernet and JMC260 Fast Ethernet chips. The following features are supported: IPv4 transmit/receive IP/TCP/UDP checksum offload IPv6 transmit TCP/UDP checksum offload IPv4 and IPv6 TCP segmentation offload VLAN tag insertion/removal Interrupt coalescing 10/100/1000Mbps operation in full-duplex mode 10/100Mbps operation in half-duplex mode Jumbo frames (up to 9022 bytes) Due to hardware limitation checksums and TCP segmentation offload can't be enabled if the configured MTU is larger than 4000 bytes. Interrupt coalescing can be controlled on a per-adapter basis through the following sysctls: hw.jme.jme<x>.int_rxtos jme receive interrupt moderation timer, in microseconds (defaults to 100) hw.jme.jme<x>.int_rxct jme receive interrupt moderation packet counter (defaults to 128) hw.jme.jme<x>.int_txto jme transmit interrupt moderation timer, in microseconds (defaults to 100) hw.jme.jme<x>.int_txct jme transmit interrupt moderation packet counter (defaults to 128) SEE ALSO
ifmedia(4), mii(4), netintro(4), pci(4), ifconfig(8) HISTORY
The jme device driver first appeared in NetBSD 5.0. BUGS
Hardware bugs prevent support of IPv6 receive TCP/UDP checksum offload in the JMC250 rev A2, and is disabled in the driver. This should be revisited when a newer hardware revision is available. BSD
October 17, 2008 BSD
All times are GMT -4. The time now is 06:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy