DiskSuite dilemma


 
Thread Tools Search this Thread
Operating Systems Solaris DiskSuite dilemma
# 1  
Old 09-30-2008
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) state?

Can anyone explain this phenom or how to rectify it?

Thanks,

Mike
# 2  
Old 09-30-2008
See question 7 on this page: FAQs : Ten common Solstice Disksuite questions

My solution is to ignore metatool. But I think you can turn on the metatool entries in inetd.conf and get it to work. It runs over the network,
# 3  
Old 10-01-2008
Quote:
Originally Posted by mgb
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) state?

Can anyone explain this phenom or how to rectify it?

Thanks,

Mike
metatool was created as a knee-jerk reaction to Veritas creating the old VxVA (tin can style) GUI. VxVA worked quite well and metatool has never been a brilliant tool.

Anybody with any experience/sense would be better to ignore metatool and stick with the command line - it really is not difficult.

It is not in with the more recent versions so get used to the command line.

The man pages are all pretty will documented with good examples.
# 4  
Old 10-01-2008
Quote:
Originally Posted by mgb
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) state?

Can anyone explain this phenom or how to rectify it?

Thanks,

Mike
I didn't find metatool command on my system but you can further disk status using command

iostat -En
format
# 5  
Old 10-01-2008
Quote:
Originally Posted by admin@solaris
I didn't find metatool command on my system but you can further disk status using command

iostat -En
format
That is because metatool was removed. You really don't need it.

iostat and format will tell you about the disks but they will not give you details regarding the state of the metadevices. Just stick with metastat and metastat -p.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

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

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

3. Red Hat

Patch management dilemma

I've inherited about 10 RHEL 3 boxes that are located in Europe behind a corporate firewall with no access to rhn.redhat.com I've been tasked with patching all of these systems but I ask, Does redhat issue patch bundles? In AIX, there are maintenance levels and Sun has patch clusters available... (4 Replies)
Discussion started by: Steelysteel
4 Replies

4. Shell Programming and Scripting

dilemma what to use c++ or script for demon process

Hello all i need to implement demon that needs to extract data from db load the data to memory and according to this data to perform actions like sending emails or write/update files this action needs to be preformed each 30 min's now i really don't know what to decide or to compile c++... (5 Replies)
Discussion started by: umen
5 Replies

5. What is on Your Mind?

Final Year Project dilemma

Hello everyone. Need some final year project ideas - what is actual/feasible and beneficial experience-wise? Preferably something related to Networking / Linux / UNIX / Security . Appreciate any help/idea. E.K. (0 Replies)
Discussion started by: reminiscent
0 Replies

6. Programming

dilemma in control flow

hello im facing a queer problem when i execute the foll code in unix # include <stdio.h> # include <unistd.h> main(int argc,char *argv) { FILE *fp = fopen("/ras/chirag/fifotest/file.fifo","a"); int i=1; fprintf(fp,argv); printf("I SLEEP"); system("date"); for (i=0;i<50;i++)... (2 Replies)
Discussion started by: tej.buch
2 Replies

7. UNIX for Dummies Questions & Answers

A Terminal Dilemma

Hi everyone, I hope this is the right place to ask this question... I have a contract to convert a mainframe/DB2 application to using AIX/Oracle. Everything went fine but we are now running into a terminal problem. With the Mainframe app, the clients had great response time from remote... (5 Replies)
Discussion started by: rocky_triton
5 Replies
Login or Register to Ask a Question