Sponsored Content
Operating Systems Solaris zfs maintenance under suncluster Post 302328866 by upengan78 on Thursday 25th of June 2009 10:58:14 AM
Old 06-25-2009
Quote:
Originally Posted by DukeNuke2
the cluster takes the zpool to the "export" state. just import (zpool import ...) the zpool and after that rename it and make the changes in cluster software...
Thank you very very much DukeNuke2 Smilie

For others who may want to know,
Quote:
I offlined resource group
imported the zpool on the node where I created it. I could see SUNW.nfs directory in zfs. renamed zfs, edited dfstab
clrg -e RG again.
One more question, do you know how to switch an already online resource group from one node to the other node?

Many thanks for very quick reply

---------- Post updated at 09:58 AM ---------- Previous update was at 09:42 AM ----------

Quote:
Originally Posted by upengan78
One more question, do you know how to switch an already online resource group from one node to the other node?

Many thanks for very quick reply
man scswitch

scswitch -z -h <new master node name> -g <resource group name> worked for me.

I hope this is the command one has to use to failover the resource group to other node.
 

10 More Discussions You Might Find Interesting

1. Solaris

Disk needs maintenance

Hi there, It's my first time here. I have an hard drive need a maintenance. here the result of metastat : Sun Microsystems Inc. SunOS 5.9 Generic May 2002 host2{11}: metastat d1: RAID State: Needs Maintenance Invoke: metareplace d1 c2t2d0s1 <new device> Interlace:... (3 Replies)
Discussion started by: Juterassee
3 Replies

2. Solaris

Suncluster query

Hello, I have 2 systems Solaris 10 sparc with latest patches, 2 transports connected and 1 public port each and fiber connections to SAN. This is first time I am doing a SUN cluster install (latest soft). I installed the software using ./installer and then tried to install using "scinstall"... (9 Replies)
Discussion started by: upengan78
9 Replies

3. UNIX and Linux Applications

Oracle Cluster Ready Services waiting for SunCluster on x86 to start

Recently i faced problem starting oracle application on my galaxy cluster on one node.In the log i found that the CRS demon was not started after the booting of the node , so i manually tried to start it but faced some error. So here are the work around that i had done and the CRS services got... (0 Replies)
Discussion started by: amitranjansahu
0 Replies

4. SuSE

Library Maintenance

How are libraries created and maintained? I tried the following to add prog.o to an existing library ar -r library.so prog.o but the output is "File format not recognized", on the other hand nm --print-armap library.so does print a table of contents. (2 Replies)
Discussion started by: jgt
2 Replies

5. UNIX for Dummies Questions & Answers

NEED MAINTENANCE ON DISK

hELLO PEOPLE I AM DETECTING IN THE MIRROR ON MY SPARC THAT IS A DISK ASKING FOR MAINTENANCE. d0: Mirror Submirror 0: d10 State: Needs maintenance Submirror 1: d20 State: Needs maintenance Pass: 1 Read option: roundrobin (default) Write option: parallel... (0 Replies)
Discussion started by: enkei17
0 Replies

6. Shell Programming and Scripting

maintenance script

Hi Guys i wonder if anyone can help. i want to create a script that checks multiple servers for disk space availible, cpu usage for past 24 hours. as well as check if all the hardware components are still doing their jobs. i will be doing this in the tcsh, can anyone help? OS = Sun Solaris 5.10... (2 Replies)
Discussion started by: brian112
2 Replies

7. Solaris

in-completed suncluster installation..

machine got into this mess after in-complete suncluster installation.. can't spawn the console-login service at all... Feb 11 00:07:13 svc.startd: svc:/system/cluster/cl_boot_check:default: Method "/usr/cluster/lib/svc/method/svc_boot_check start" failed with exit status 1. Feb 11 00:07:13... (1 Reply)
Discussion started by: ppchu99
1 Replies

8. Solaris

suncluster co-existing with Veritas Cluster

have a pair of sun servers, wanting to test drive a 2-node cluster using both software.. would like disable one of these cluster software while the othe is running.. Is it feasible at all ?? (2 Replies)
Discussion started by: ppchu99
2 Replies

9. Solaris

Apache2 maintenance

Hi! apache and tomcat are installed in default on solaris 10, after some configuration tomcat is enable, but apache status is maintenance... How to change its status to online...? The log say And when I tape the svcs -xv commande, this is the result bash-3.00# svcs -xv... (2 Replies)
Discussion started by: tood
2 Replies

10. Solaris

Maintenance mode

i booted into maintenance mode boot -- -s from the console I got the Root password for system maintenance (control-d to bypass) I did control -d and then logged in it told me that I was booting into boot -s but after I did a control -d and logged in who -r shows ... (9 Replies)
Discussion started by: goya
9 Replies
zdb(1M) 						  System Administration Commands						   zdb(1M)

NAME
zdb - ZFS debugger SYNOPSIS
zdb pool DESCRIPTION
The zdb command is used by support engineers to diagnose failures and gather statistics. Since the ZFS file system is always consistent on disk and is self-repairing, zdb should only be run under the direction by a support engineer. If no arguments are specified, zdb, performs basic consistency checks on the pool and associated datasets, and report any problems detected. Any options supported by this command are internal to Sun and subject to change at any time. EXIT STATUS
The following exit values are returned: 0 The pool is consistent. 1 An error was detected. 2 Invalid command line options were specified. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWzfsu | +-----------------------------+-----------------------------+ |Interface Stability |Unstable | +-----------------------------+-----------------------------+ SEE ALSO
zfs(1M), zpool(1M), attributes(5) SunOS 5.11 31 Oct 2005 zdb(1M)
All times are GMT -4. The time now is 11:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy