Sponsored Content
Operating Systems Solaris D1000 Storedge array connection Post 302469959 by mnathan on Monday 8th of November 2010 07:09:16 PM
Old 11-08-2010
I checked this manual but I can't find it

---------- Post updated at 07:06 PM ---------- Previous update was at 07:04 PM ----------

I am using Dual SCSI card.

Is it you asking.

---------- Post updated at 07:09 PM ---------- Previous update was at 07:06 PM ----------

Quote:
Originally Posted by DukeNuke2
again, what kind of SCSI HBA do you use?
i am using dual scsi card.
 

10 More Discussions You Might Find Interesting

1. Solaris

probe-scsi-all hangs probing D1000

Hi folks, I´m having a problem with a Ultra60 box with diff scsi pci card conected to one D1000. The conection are correct because a checked the D1000 guide. When a do probe-scsi-all in the OBP, the D1000 blink all disks one time then the led of one of the disks powers off and then nothing... (2 Replies)
Discussion started by: spacewalker
2 Replies

2. Solaris

Using Enterprise 4500 with storedge D100 and storedge A5200

Sorry if this seems trivial. i have been given a task at work to configure a sun processing server "enterprise 4500" so it can work with the a storage server "storedge A5200" and "storedge D1000" the truth is i have never worked on a sun server before. i need a guideline (step by step) as to... (5 Replies)
Discussion started by: lawalidowu
5 Replies

3. Solaris

storEDGE A5000 disk Array

Do you know how do I make my solaris 8 detect the storEDGE A5000?. I have problem making it recognise, without that I cannot install VxVM. Any ideas? (7 Replies)
Discussion started by: calsum
7 Replies

4. UNIX for Advanced & Expert Users

d1000 or minipac with six disk slot

Hi All, Is there anyway two nodes can share D1000 or minipack with 6 disk slots. Right now I have minipacks and I am connecting to Sunblade 100 and Sunbladew 150 separately. I would like to connect two systems to one minipack and able see the all the disks on both systems. I do have D1000... (0 Replies)
Discussion started by: sriny
0 Replies

5. Solaris

Storedge D1000 sharing disks between two boxes

Hello, I have a d1000, it's connected to two servers, I want both servers to see all disks in the array. i.e. i have 6 disks, 3 in each side, I want both servers to see all 6 disks. It appears to be setup in a split bus mode now, ive looked thru the manuals and have become confused! So,... (2 Replies)
Discussion started by: BG_JrAdmin
2 Replies

6. Solaris

Storedge Configuration

Hi Community, I'm working on Solaris 10 installation with 1 Sun Server V490 and 1 StoredgeTek 3510 (Standalone configuration). I connected the Server to the Storedge with 1 fiber cables and I created 3 LUNs with RAID1 Configuration. Today I've a problem, infact I have to connect a second... (3 Replies)
Discussion started by: Sunb3
3 Replies

7. Solaris

Storedge IP

Hi Community, could you provide me a procedure or solaris 10 tool/command or Veritas command to check ths Storedge IP? Thank you!!! (4 Replies)
Discussion started by: Sunb3
4 Replies

8. Solaris

connection problem with Storedge D1000

Hi, Recently i was trying to connect Sun Storedge D1000 Array to E420 R (Practice servers). I connected the SCSI cable between array and server. I tried the following : #devfsadm (nothing showed up) #format (no new disk is shown here) i tried this process again after putting ON the... (2 Replies)
Discussion started by: bluegold86
2 Replies

9. Solaris

What is STOREDGE In SOLARIS?

Hi, My question is What is StorEdge in Solairs? What are A1000 AND D1000? (3 Replies)
Discussion started by: aparna66
3 Replies

10. Solaris

Solaris 10 ftp connection problem (connection refused, connection timed out)

Hi everyone, I am hoping anyone of you could help me in this weird problem we have in 1 of our Solaris 10 servers. Lately, we have been having some ftp problems in this server. Though it can ping any server within the network, it seems that it can only ftp to a select few. For most servers, the... (4 Replies)
Discussion started by: labdakos
4 Replies
bup-margin(1)						      General Commands Manual						     bup-margin(1)

NAME
bup-margin - figure out your deduplication safety margin SYNOPSIS
bup margin [options...] DESCRIPTION
bup margin iterates through all objects in your bup repository, calculating the largest number of prefix bits shared between any two entries. This number, n, identifies the longest subset of SHA-1 you could use and still encounter a collision between your object ids. For example, one system that was tested had a collection of 11 million objects (70 GB), and bup margin returned 45. That means a 46-bit hash would be sufficient to avoid all collisions among that set of objects; each object in that repository could be uniquely identified by its first 46 bits. The number of bits needed seems to increase by about 1 or 2 for every doubling of the number of objects. Since SHA-1 hashes have 160 bits, that leaves 115 bits of margin. Of course, because SHA-1 hashes are essentially random, it's theoretically possible to use many more bits with far fewer objects. If you're paranoid about the possibility of SHA-1 collisions, you can monitor your repository by running bup margin occasionally to see if you're getting dangerously close to 160 bits. OPTIONS
--predict Guess the offset into each index file where a particular object will appear, and report the maximum deviation of the correct answer from the guess. This is potentially useful for tuning an interpolation search algorithm. --ignore-midx don't use .midx files, use only .idx files. This is only really useful when used with --predict. EXAMPLE
$ bup margin Reading indexes: 100.00% (1612581/1612581), done. 40 40 matching prefix bits 1.94 bits per doubling 120 bits (61.86 doublings) remaining 4.19338e+18 times larger is possible Everyone on earth could have 625878182 data sets like yours, all in one repository, and we would expect 1 object collision. $ bup margin --predict PackIdxList: using 1 index. Reading indexes: 100.00% (1612581/1612581), done. 915 of 1612581 (0.057%) SEE ALSO
bup-midx(1), bup-save(1) BUP
Part of the bup(1) suite. AUTHORS
Avery Pennarun <apenwarr@gmail.com>. Bup unknown- bup-margin(1)
All times are GMT -4. The time now is 06:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy