Problem with filesystem created after HACMP was shut down


 
Thread Tools Search this Thread
Operating Systems AIX Problem with filesystem created after HACMP was shut down
# 1  
Old 02-25-2012
Problem with filesystem created after HACMP was shut down

There is a shared volume group connected to two AIX systems A and B on a shared storage. The shared volume group was regularly attached to the system A and in case of a system A crash, the system B should take over the shared volume group and resources on it. Resources on the shared storage: filesystems and raw devices for Informix DB spaces, were also created through HACMP.

But after some time HACMP was abandonned. With HACMP shut down, some additional filesystems and raw devices were created on the shared volume group, while it was attached to the system A. One of additionally created filesystems was "/arc" over the logical volume "arclv" on the shared volume group.

The status of the logical volume on the system B is now:

Code:
smit storage
--> System Storage Management (Physical & Logical Storage)
  --> Logical Volume Manager
    --> Logical Volumes
      --> List All Logical Volumes by Volume Group
--------
--------
arclv            ???        144   144   4    closed/syncd  N/A
--------
--------

An attempt was made to change the type of the logical volume from "???" to "jfs2", as it was on the system A. The following result was obtained:

Code:
smit storage  # on system B
--> System Storage Management (Physical & Logical Storage)
  --> Logical Volume Manager
    --> Logical Volumes
      --> Set Characteristic of a Logical Volume
        --> Change a Logical Volume

1800-022 Error exit status (1) returned by
Command_to_Classify; the output is:
"0516-306 getlvodm: Unable to find  arclv in the Device
        Configuration Database.

How to fix the logical volume to be known to system B?


regards
yamanu

Last edited by zxmaus; 02-25-2012 at 09:36 PM.. Reason: please add code tags
# 2  
Old 02-25-2012
cold sync of the cluster - alternatively you can export and import the VG on node b but you will still have to sync some time as the cluster will error during next startup

Regards
zxmaus
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Facing problem with Alias created through script.

Hi Guru's, I am creating alias for db instance running on a server through script, am able to create them based on /etc/oratab entries and can use successfully with the below script. #!/bin/bash SCRIPT_PATH=${HOME}/scripts/db/script... (3 Replies)
Discussion started by: venky.b5
3 Replies

2. Solaris

Unable to mount ext4 filesystem (created from Ubuntu) in Solaris 11

Hello everyone, I am trying to mount an ext4 filesystem which I created from Ubuntu. But mount command fails saying: prakhar@Solaris:~$ sudo mount /dev/dsk/c10t0d0p1 /mnt Password: mount: /dev/dsk/c10t0d0p1 is not this fstype And I also tried this: prakhar@Solaris:~$ fstyp... (6 Replies)
Discussion started by: Prakhar Mishra
6 Replies

3. AIX

HACMP, NFS cross-mount problem. Can not move resource group

Hi, I'm new to HACMP. Currently I setup a cluster with nfs cross-mount follow this guide: kristijan.org NFS cross-mounts in PowerHA/HACMPMy cluster has two nodes: erp01 and erp02. I'm using nfs4 with filesystem for nfs is: /sapnfs Cluster start without problems. But I cannnot move RG (with... (3 Replies)
Discussion started by: giobuon
3 Replies

4. AIX

HACMP does not start db2 after failover (db2nodes not getting modified by hacmp)

hi, when I do a failover, hacmp always starts db2 but recently it fails to start db2..noticed the issue is db2nodes.cfg is not modified by hacmp and is still showing primary node..manually changed the node name to secondary after which db2 started immediately..unable to figure out why hacmp is... (4 Replies)
Discussion started by: gkr747
4 Replies

5. Ubuntu

How ttyUSB* created on my 3G modem problem

Hi I would like to ask if someone knows the explaination of the /dev/ttyUSB*. I had a internet connection 3G usb dongle modem and need to restart before it detected the mobile broadband in the network manager. Before i reinstalled the lucyd lynxs i never meet this problem. But after i... (0 Replies)
Discussion started by: jao_madn
0 Replies

6. AIX

Does HACMP have bugs increasing filesystem or Logical volumes

Hello, Does HACMP have bugs ? I have version 5.4 on AIX 6.1 and when I try to increase filesystem space or logical volume partitions which are under HACMP VG it gives me error: # lsvg rootvg pr0oravg px0oravg pb0oravg pr0sapvg px0sapvg pb0sapvg pr1_pr2_vg pr2_px1_vg # #... (11 Replies)
Discussion started by: filosophizer
11 Replies

7. AIX

How to increase the filesystem size in HACMP

How to increase the filesystem size in HACMP. what is the difference between normal chfs command and increase the filesystem size in HACMP. (4 Replies)
Discussion started by: AIXlearner
4 Replies

8. AIX

AIX 6.1 and NFS problem after HACMP config

Hello folks, I am facing a problem with NFS after doing the HACMP configuration Issue : The showmount -e pr2serv at pr1serv ,it is only showing 1 mount exported /oracle , instead of showing all 7 as per /etc/exports file. issue : while mounting /oracle at pr1serv getting permission... (8 Replies)
Discussion started by: filosophizer
8 Replies

9. Solaris

How do I export a zfs filesystem that I created?

I created a zpool and two ZFS volumes in OpenSolaris. I would like both ZFS volumes to be exportable. However, I don't know how to set that up. These are the steps I did: 1) Create the zpool using raidz1 across five disks. I have six disks and created a zpool across 5 of them. c4t0d0... (3 Replies)
Discussion started by: sqa777
3 Replies

10. AIX

HACMP problem

Am configuring an HACMP and found errors in syn. ERROR: Node: dbs104 has no available communication interface for takeover of service IP label: dbs103_svc, and will never acquire its resource group. (2 Replies)
Discussion started by: vjm
2 Replies
Login or Register to Ask a Question