04-23-2009
I havent labeled or done anything to it yet.. just put it in and the green light came on after a minute.
I'm running on SunOS hawk 5.6 Generic_105181-15 sun4u sparc SUNW,Ultra-4
Please let me know where to start.
9 More Discussions You Might Find Interesting
1. Filesystems, Disks and Memory
Hello, I have 4 disks to add on an Unix OS. 2 of them are already added. When I try to make the diskadd command, the system reply's that Diskadd was "Not Found". I already tried to go to the /etc/dskmgmt/ and call there the diskadd, but the system gives me the same error message.
Can anybody help... (4 Replies)
Discussion started by: luisjdm
4 Replies
2. Filesystems, Disks and Memory
I am using an ultra 10 with Solaris 9....
I want to add a new disk that I can play around with partitions, maybe mirroring - that type of thing.. Its a test box..
I need help on what I can buy - and what I need, cables etc to add new disk and install it...
Anyone got any pointers? (1 Reply)
Discussion started by: frustrated1
1 Replies
3. Solaris
Hi, boss
i have a question about the system add the new disk. I add 6 disks in Sunfire 880, i want to put these 6 disks in to service but i do not want re-install the system, some guys can give me some advie on this case?
thanks very much
the follow is detail
0. c1t0d0 <SUN72G cyl... (3 Replies)
Discussion started by: surainbow
3 Replies
4. Solaris
Previously , i remove the disk by
#vxdg -g testdg -k rmdisk testdg02
But i got error when i -k adddisk
bash-2.03# vxdisk list
DEVICE TYPE DISK GROUP STATUS
c0t0d0s2 auto:none - - online invalid
c0t1d0s2 auto:none ... (1 Reply)
Discussion started by: waibabe
1 Replies
5. Solaris
Hi,
Anyone can help me, just want to confirm, if possible adding a disk storage that we have a RAWDATA with +ASM in our database. If possible, what would you recommend "workaround used" from us to do and the preparation. And also how long the downtime will take.
Our disk continuous to grow,... (0 Replies)
Discussion started by: fpalero
0 Replies
6. Solaris
Hi,
I am new to solaris administration. I have scan the new EMC SAN disk. I am able to see the disk when i run the powermt display dev=all command o/p. I want to format the disk and add file system to that disk.
Can have formated the disk. and this the o/p of my format
bash-3.00# prtvtoc... (3 Replies)
Discussion started by: jpkumar10
3 Replies
7. Red Hat
Hi All,
I have an issue when trying to hot-add a SAN disk to an oracle enterprise linux 5.5 server.
The storage array we are using is an HP 24000, we have no issues with the disk usage for both ASM and LVM setup, it is just a simple matter of not being able to scan for new disk when it is... (4 Replies)
Discussion started by: Tommyk
4 Replies
8. UNIX for Dummies Questions & Answers
Hi,
This Linux server is a VM, on the VMware, I added new disk for this system. I was not able to see the new disk. I did try the scan command but didn't work. I then rebooted the system. Now when I do
fdisk -l
Disk /dev/sda: 161.0 GB, 161061273600 bytes
255 heads, 63 sectors/track,... (2 Replies)
Discussion started by: samnyc
2 Replies
9. Solaris
Hi,
Quick question.
I have a data zpool that consists of 1 disk.
pool: data
state: ONLINE
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
data ONLINE 0 0 0
c0t50002AC0014B06BEd0 ONLINE... (2 Replies)
Discussion started by: general_lee
2 Replies
LEARN ABOUT DEBIAN
mkqdisk
mkqdisk(8) Quorum Disk Management mkqdisk(8)
NAME
mkqdisk - Cluster Quorum Disk Utility
WARNING
Use of this command can cause the cluster to malfunction.
SYNOPSIS
mkqdisk [-?|-h] | [-L] | [-f label] [-c device -l label] [-d [-d ...]]
DESCRIPTION
The mkqdisk command is used to create a new quorum disk or display existing quorum disks accessible from a given cluster node.
OPTIONS
-c device -l label
Initialize a new cluster quorum disk. This will destroy all data on the given device. If a cluster is currently using that device
as a quorum disk, the entire cluster will malfunction. Do not run this on an active cluster when qdiskd is running. Only one
device on the SAN should ever have the given label; using multiple different devices is currently not supported (it is expected a
RAID array is used for quorum disk redundancy). The label can be any textual string up to 127 characters - and is therefore enough
space to hold a UUID created with uuidgen(1).
-f label
Find the cluster quorum disk with the given label and display information about it.
-L Display information on all accessible cluster quorum disks.
-d Increase debugging level. Specify multiple times for more information. Currently, specifying more than twice has no effect.
SEE ALSO
qdisk(5), qdiskd(8), uuidgen(1)
July 2006 mkqdisk(8)