Sponsored Content
Full Discussion: Storedge IP
Operating Systems Solaris Storedge IP Post 302266945 by Sunb3 on Thursday 11th of December 2008 10:30:26 AM
Old 12-11-2008
Storedge IP

Hi,

the Storedge is a Sun StoredgeTek 3000 family
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

veritas/STOREDGE A1000

Hi, I am a Dba and very new to filesystems and stuff. I think that we have Veritas filesystems on my Sun SOlaris 5.8 box, how do I confirm this: all my filesystems are mounted like this: /dev/vx/dsk... Now we are also using disk arrays (storedge a1000) how do I access them from the system.... (1 Reply)
Discussion started by: knarayan
1 Replies

2. UNIX for Dummies Questions & Answers

Setting up storedge multipack

Can someone please help. I have been given the opportunity to set up a storedge multipack (6 x 36 gig drives). Equipment will attach to sun 420r with 2 x 36 gig drives. Solaris 8/ 4gig memory. Total disk space = (72gig + 216gig(storedge)) I plan to install a fresh copy of solaris on... (5 Replies)
Discussion started by: finster
5 Replies

3. UNIX for Advanced & Expert Users

sun storedge

I just installed sun storedge 3310 connected to a sunfire 280R with a total siz of 680GB and now am trying to create filesystems. issue format command and created my partitions, the largest size of the partition is 170GB. but I try to create new filesystems by using newfs like newfs... (3 Replies)
Discussion started by: hassan2
3 Replies

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

5. UNIX for Dummies Questions & Answers

Reading a tape from a StorEdge Autoloader L8.

Does anyone know how to read an LTO tape from this jukebox? (3 Replies)
Discussion started by: dr. phreeze
3 Replies

6. Solaris

How can i connect storedge A1000 to E250box?

Hello Experts, I am using E250 on that solais 10 5/08 installed. I am unable to see disks. I connected 2 disks in that storage of 18gb each. When I run format command it is showing that 2 disks one is operating system and another one is 6MB. I checked probe-scsi and probe-scsi-all at ok... (6 Replies)
Discussion started by: younus_syed
6 Replies

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

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

D1000 Storedge array connection

I am trying to connect D1000 storedge with my sun blade 1500 and i am getting the following error when booting the system. Oct 13 22:21:56 brampton rpcbind: rpcbind terminating on signal. Oct 13 22:22:02 brampton syseventd: SIGHUP caught - reloading modules Oct 13 22:22:02 brampton... (9 Replies)
Discussion started by: mnathan
9 Replies
DROP OPERATOR 
FAMILY(7) SQL Commands DROP OPERATOR FAMILY(7) NAME
DROP OPERATOR FAMILY - remove an operator family SYNOPSIS
DROP OPERATOR FAMILY [ IF EXISTS ] name USING index_method [ CASCADE | RESTRICT ] DESCRIPTION
DROP OPERATOR FAMILY drops an existing operator family. To execute this command you must be the owner of the operator family. DROP OPERATOR FAMILY includes dropping any operator classes contained in the family, but it does not drop any of the operators or functions referenced by the family. If there are any indexes depending on operator classes within the family, you will need to specify CASCADE for the drop to complete. PARAMETERS
IF EXISTS Do not throw an error if the operator family does not exist. A notice is issued in this case. name The name (optionally schema-qualified) of an existing operator family. index_method The name of the index access method the operator family is for. CASCADE Automatically drop objects that depend on the operator family. RESTRICT Refuse to drop the operator family if any objects depend on it. This is the default. EXAMPLES
Remove the B-tree operator family float_ops: DROP OPERATOR FAMILY float_ops USING btree; This command will not succeed if there are any existing indexes that use operator classes within the family. Add CASCADE to drop such indexes along with the operator family. COMPATIBILITY
There is no DROP OPERATOR FAMILY statement in the SQL standard. SEE ALSO
ALTER OPERATOR FAMILY [alter_operator_family(7)], CREATE OPERATOR FAMILY [create_operator_family(7)], ALTER OPERATOR CLASS [alter_opera- tor_class(7)], CREATE OPERATOR CLASS [create_operator_class(7)], DROP OPERATOR CLASS [drop_operator_class(7)] SQL - Language Statements 2010-05-14 DROP OPERATOR FAMILY(7)
All times are GMT -4. The time now is 09:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy