Sponsored Content
Operating Systems Solaris Cannot mount Veritas volumes after cluster patch. Post 302587707 by buggin on Thursday 5th of January 2012 04:47:17 PM
Old 01-05-2012
At this point I'll be happy just to get everything mounted again. I just attempted another restore and it looks like I may have made some progress except for the "argument expected" before it completed.When I do a vxdisk list all of the FLEXLINE devices are shown but if I try to mount one of the volumes it hangs for a long time without any errors. And I can't seem to import the disk group either. I am a little concerned about committing the changes unless there's some way I can verify this configuration for sure. Any ideas?


-bash-3.00# vxconfigrestore -p 1206045518.165.server02
Diskgroup 1206045518.165.server02 configuration restoration started ......

Installing volume manager disk header for FLEXLINE0_0 ...
Installing volume manager disk header for FLEXLINE0_1 ...
Installing volume manager disk header for FLEXLINE0_10 ...
Installing volume manager disk header for FLEXLINE0_11 ...
Installing volume manager disk header for FLEXLINE0_12 ...
Installing volume manager disk header for FLEXLINE0_13 ...
Installing volume manager disk header for FLEXLINE0_14 ...
Installing volume manager disk header for FLEXLINE0_2 ...
Installing volume manager disk header for FLEXLINE0_3 ...
Installing volume manager disk header for FLEXLINE0_4 ...
Installing volume manager disk header for FLEXLINE0_5 ...
Installing volume manager disk header for FLEXLINE0_6 ...
Installing volume manager disk header for FLEXLINE0_7 ...
Installing volume manager disk header for FLEXLINE0_8 ...
Installing volume manager disk header for FLEXLINE0_9 ...
Installing volume manager disk header for FLEXLINE0_15 ...
Installing volume manager disk header for FLEXLINE0_16 ...
Installing volume manager disk header for FLEXLINE0_17 ...
Installing volume manager disk header for FLEXLINE0_18 ...
Installing volume manager disk header for FLEXLINE0_19 ...
Installing volume manager disk header for FLEXLINE0_20 ...
Installing volume manager disk header for FLEXLINE0_21 ...
Installing volume manager disk header for FLEXLINE0_22 ...
Installing volume manager disk header for FLEXLINE0_23 ...
Installing volume manager disk header for FLEXLINE0_24 ...
Installing volume manager disk header for FLEXLINE0_25 ...
Installing volume manager disk header for FLEXLINE0_26 ...
Installing volume manager disk header for FLEXLINE0_27 ...
Installing volume manager disk header for FLEXLINE0_28 ...
Installing volume manager disk header for FLEXLINE0_29 ...

/etc/vx/bin/vxconfigrestore: test: argument expected
 

8 More Discussions You Might Find Interesting

1. High Performance Computing

veritas cluster with kernel patch update

hi all, can someone please share their process on how to kernel patch a red hat ent 4 with veritas cluster 5? it's compose of a primary and backup node. the resources are db, disk, nic. it doesn't need to be detail, just give me the steps like: login to the backup node and update the... (0 Replies)
Discussion started by: itik
0 Replies

2. Linux

one nfs mount point for many logical volumes

hi i am wondering if it is possible to use one nfs mount point for several logical volumes. i have a top level directory /imaging with data1 - data50 below it. each dataX directory is a logical volume configured through LVM. if i mount them separately on the client (i.e. 50 lines in fstab... (1 Reply)
Discussion started by: user23
1 Replies

3. High Performance Computing

SUN Cluster Vs Veritas Cluster

Dear All, Can anyone explain about Pros and Cons of SUN and Veritas Cluster ? Any comparison chart is highly appreciated. Regards, RAA (4 Replies)
Discussion started by: RAA
4 Replies

4. UNIX for Dummies Questions & Answers

Move veritas filesystem space between Logical volumes

I have a veritas file system (fsA) that is nearing capacity. We have secondary file system (fsB). that is unused and would like to move some of it's disk space but I'm unsure as to how to do this with. /dev/vx/dsk/vg05/lvol05 25288704 21887258 3188911 88% ... (2 Replies)
Discussion started by: Steelysteel
2 Replies

5. OS X (Apple)

Mount a disk elsewhere /Volumes

When a new disk is connected to a Mac/OSX, it automatically mounts on /Volumes. Is it possible to manually mount it elsewhere? For example, on "/raid"? - m66 - (5 Replies)
Discussion started by: makrell66
5 Replies

6. Solaris

Veritas Cluster

How to create your cluster members routes and manual nat, and proxy. (2 Replies)
Discussion started by: padmaja@tech
2 Replies

7. Solaris

Sun cluster and Veritas cluster question.

Yesterday my customer told me to expect a vcs upgrade to happen in the future. He also plans to stop using HDS and move to EMC. Am thinking how to migrate to sun cluster setup instead. My plan as follows leave the existing vcs intact as a fallback plan. Then install and build suncluster on... (5 Replies)
Discussion started by: sparcguy
5 Replies

8. UNIX for Beginners Questions & Answers

How to extend a disk in veritas volume manager in veritas cluster?

Hi Experts, I wanted to extend a veritas file system which is running on veritas cluster and mounted on node2 system. #hastatus -sum -- System State Frozen A node1 running 0 A node2 running 0 -- Group State -- Group System Probed ... (1 Reply)
Discussion started by: Skmanojkum
1 Replies
installgrub(1M) 														   installgrub(1M)

NAME
installgrub - install GRUB in a disk partition or a floppy SYNOPSIS
/sbin/installgrub [-fm] stage1 stage2 raw-device The installgrub command is an -only program. GRUB stands for GRand Unified Bootloader. installgrub installs GRUB stage 1 and stage 2 files on the boot area of a disk partition. If you specify the -m option, installgrub installs the stage 1 file on the master boot sector of the disk. The installgrub command accepts the following options: -f Suppresses interaction when overwriting the master boot sector. -m Installs GRUB stage1 on the master boot sector interactively. The installgrub command accepts the following operands: stage1 The name of the GRUB stage 1 file. stage2 The name of the GRUB stage 2 file. raw-device The name of the device onto which GRUB code is to be installed. It must be a character device that is readable and writable. For disk devices, specify the slice where the GRUB menu file is located. (For Solaris it is the root slice.) For a floppy disk, it is /dev/rdiskette. Example 1: Installing GRUB on a Hard Disk Slice The following command installs GRUB on a system where the root slice is c0d0s0: example# /sbin/installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c0d0s0 Example 2: Installing GRUB on a Floppy The following command installs GRUB on a formatted floppy: example# mount -F pcfs /dev/diskette /mnt # mkdir -p /mnt/boot/grub # cp /boot/grub/* /mnt/boot/grub # umount /mnt # cd /boot/grub # /sbin/installgrub stage1 stage2 /dev/rdiskette /boot/grub Directory where GRUB files reside. See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ boot(1M), fdisk(1M), fmthard(1M), kernel(1M), attributes(5) Installing GRUB on the master boot sector (-m option) overrides any boot manager currently installed on the machine. The system will always boot the GRUB in the Solaris partition regardless of which fdisk partition is active. 24 May 2005 installgrub(1M)
All times are GMT -4. The time now is 03:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy