Disk Mirrors in Reliant Unix - Problem?


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory Disk Mirrors in Reliant Unix - Problem?
# 1  
Old 12-16-2004
Disk Mirrors in Reliant Unix - Problem?

Hi Folks,

This one has me a bit confused.

I have a large system running Reliant 5.45 with an EMC 3930 disk array fibre attached. As part of our requirement I implemented host level mirroring in addition to the BCV functionality provided by the 3930.

When the mirrors are split and the second mirror is mounted on a different mount point the size appears to be incorrect.

e.g. the mirror is vdisk302

/dev/vd/vdisk302 41943040 23017929 18877168 55% /ciblive/batch/production/files/dailey

the submirror is vdisk202

/dev/vd/vdisk202 4179408 2680498 1448144 65% /export_aix/ciblive/batch/production/files/daily

If the disk is unmounted and mounted again using the same command the info is correct.

The application is stopped while the mirrors are split and an fsck is run over the second mirror to ensure that it will mount.

Any one seen this before?

Rgds

Dave
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Oneway mirrors

All, One-way mirror. Elements of the concat in Last-errd state. What would be the best way to correct it? metastat -s db2test -pc db2test/d220 p 5.0GB db2test/d200 db2test/d219 p 5.0GB db2test/d200 db2test/d218 p 5.0GB db2test/d200 db2test/d217 p 30GB db2test/d200... (0 Replies)
Discussion started by: ossupport55
0 Replies

2. Solaris

Help with attaching mirrors

Hi Guys, I need a help with attaching the sub mirrors as it keep throwing errors. I have done solaris live upgrade and it was succesful but it keeps throwing error only for root (s0) and swap (s1)when i try to attach them. For rest of the partitions for slices 3,4,5 on target 1 are able to... (4 Replies)
Discussion started by: phanidhar6039
4 Replies

3. Shell Programming and Scripting

converting from reliant 2 solaris

Hello... I am trying to convert my script from one to another unix flavor... from reliant to solaris...I did all but can not convert this awk/nawk: First code if code that works what I want under reliant and the second should do same under solaris but it does not I did so far from this :... (2 Replies)
Discussion started by: abdulaziz
2 Replies

4. SCO

Problem with sco unix 5.0.5 and copy disk

Hi, i'm from Argetina and my english is very poor. I'm trying to copy disk with sco unix 5.0.5 -60Gb IDE Disk- (7476, 255, 63) to other disk -IDE 80Gb- and g4u v2.3. After the copy, i'm trying the 80Gb disk and the roblem is the partition /u/disco is empty. Note: /u/disco is the... (0 Replies)
Discussion started by: sebpes
0 Replies

5. Shell Programming and Scripting

FTP on Reliant UNIX - script problem

Hello... I have script that works perfect on solaris but on Reliant UNIX sometimes it does not work ...I send files to my Xp(from Reliant UNIX) but if I try to send it to my solaris machine file can not be send... script is: #!/bin/ksh localFile=$1 remoteFile=$2 ... (0 Replies)
Discussion started by: amon
0 Replies

6. Shell Programming and Scripting

IInd Hard Disk Mounting Problem on 1st HDD On SCO UNIX Open Server

Hi Engg. ! :mad: I have a harddisk on which SCO UNIX Open Server was installed. There was some data (in .dbf format) on it. Present condition of HDD is that it is not booting. Now I want to mount this HDD through other HDD on which SCO UNIX Open Server is installed by attaching... (0 Replies)
Discussion started by: Niraj Gopal Sha
0 Replies

7. UNIX for Advanced & Expert Users

Reliant Unix and Disk Mirrors

Hi Folks, This is already posted on Disk & Memory, will post under expert incase there is someone here who has seen this before. This one has me a bit confused. I have a large system running Reliant 5.45 with an EMC 3930 disk array fibre attached. As part of our requirement I... (0 Replies)
Discussion started by: gull04
0 Replies

8. Solaris

Problems with migration from Reliant Unix to Solaris

:confused: Hello folks, my company had decided to migrate from Reliant Unix to Solaris. We have an amount of sources that have to be changed a little, because these UNIX'es are slightly different. Is there a tool (hopefully free), which can do this job? Does anyone know the exactly differences, I... (2 Replies)
Discussion started by: MS-No
2 Replies

9. UNIX for Dummies Questions & Answers

problems with "cp" (reliant unix 5.43)

Hi, I've got a problem with the copy - command (reliant unix 5.43). It appears to me rather difficult to copy large amount of data. A command like "cp *.jpg" is simply refused. Does anybody know something about such a kind of restriction? Something like ... only 256 files could be copied at... (2 Replies)
Discussion started by: sysadv
2 Replies
Login or Register to Ask a Question
NEWFS_V7FS(8)						    BSD System Manager's Manual 					     NEWFS_V7FS(8)

NAME
newfs_v7fs -- construct a new 7th Edition(V7) File System SYNOPSIS
newfs_v7fs [-FZ] [-B byte-order] [-n inodes] [-s sectors] [-V verbose] special DESCRIPTION
newfs_v7fs builds a 7th Edition(V7) file system on the specified special. If it is a device, the size information will be taken from the disk label and before running newfs_v7fs the disk must be labeled using disklabel(8); the proper fstype is ``Version 7''. Otherwise, the size must be specified on the command line. V7 filesystem's block size and sector size are 512 byte. Disk address limits are 24 bit. The following arguments are supported: -B byte-order Specify the metadata byte order of the file system to be created. Valid byte orders are 'be', 'le', and 'pdp'. If no byte order is specified, the file system is created in host byte order. -F Create file system to a regular file (needs the -s option). -n inodes This specifies the number of inodes for the filesystem. If the number of inodes exceeds 65536, it is reduced to 65536. -s sectors Create file system with specified number of disk sectors. -V verbose This controls the amount of information written to stdout: 0 No output. 1 Overall size, ilist size, endian and filename length. 2 A progress bar. 3 4 More verbose message. The default is 3. -Z Fill file with zeroes instead of creating a sparse file. SEE ALSO
disklabel(5), disktab(5), disklabel(8), diskpart(8) BSD
April 29, 2011 BSD