Need on Veritas filesystem, solaris


 
Thread Tools Search this Thread
Operating Systems Solaris Need on Veritas filesystem, solaris
# 1  
Old 07-14-2010
Need on Veritas filesystem, solaris

Hello Folks,

Was wondering if you can help me make the following disk back online,

Disk_22 auto - - error

I am using Solaris 9 and veritas version 4.

Anep
# 2  
Old 07-15-2010
I disk is available to OS ? check with format utility, if yes vxdiskadm utility can be use to initializes this disk in VxVm control

Seems disk is not in VxVm control
# 3  
Old 07-15-2010
use format to see if the disk is visible to OS. Label the disk.
vxdctl enable
vxdiskconfig
vxdisk online <disk>
# 4  
Old 07-16-2010
Please post vxdisk -e list o/p
# 5  
Old 07-16-2010
Bug

Try to find out the controller of this disk first using the command

# vxdisk list Disk_22

Once you get controller and path, check the same with format command.
# 6  
Old 08-03-2010
Code:
xxx# vxdisk -e list Disk_22
Device:    Disk_22
devicetag: Disk_22
type:      auto
flags:     online error private autoconfig
errno:     Device path not valid
Multipathing information:
numpaths:   2
c3t50060E8005BBB052d20s2        state=enabled
c3t50060E8005BBB052d20s2        state=disabled
xxx#

Code:
 22. c3t50060E8005BBB052d20 <HITACHI-OPEN-V-SUN-6004 cyl 65533 alt 2 hd 15 sec 768>
          /ssm@0,0/pci@19,700000/SUNW,qlc@1/fp@0,0/ssd@w50060e8005bbb052,14

# 7  
Old 10-14-2010
The issue is fixed- I just execute the following

vxdctl enable
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

How to increase the /var (UFS) filesystem and root disk under veritas control?

I need to increase the /var (UFS) filesystem and root disk under veritas control or root disk is encapsulated # df -k /var Filesystem kbytes used avail capacity Mounted on /dev/vx/dsk/var 13241195 12475897 674524 96% /var # fstyp /dev/vx/dsk/var ufs # pkginfo... (1 Reply)
Discussion started by: amity
1 Replies

2. Solaris

Solaris Filesystem vs. Windows FileSystem

Hi guys! Could you tell me what's the difference of filesystem of Solaris to filesystem of Windows? I need to compare both. I have read some over the net but it's so much technical. Could you explain it in a more simpler term? I am new to Solaris. Hope you help me guys. Thanks! (4 Replies)
Discussion started by: arah
4 Replies

3. Solaris

removing the filesystem from Veritas Volume Manager

Hi All, recently i had the project. Got 2 server, one is Mercury, and another is Procyon. two server was attached to EMC Box and use the Veritas Filesystem. My question is, 1. Is it possible first remove the filesystem(/u03,/u04) from Veritas in Procyon, no effect on the data? we still... (5 Replies)
Discussion started by: SmartAntz
5 Replies

4. Filesystems, Disks and Memory

Howto Convert a filesystem from Veritas to ZFS?

Hi Folks, Looking for info here more than any actual HowTo, does anyone know if there is an actual way of converting a Veritas or UFS filesystem to ZFS leaving the resident data intact. All that I have been able to find, including the commercial products seem to require the FS backed up from... (1 Reply)
Discussion started by: gull04
1 Replies

5. Solaris

Undo the Veritas mirroring and update from Solaris 8 to Solaris 10

Hi all I wish to undo the mirroring for root and update the Solaris version from 8 to 10. Since i am lack of knowledge and experience on this, hope you all can help me double check the step and correct me. Existing disk groups details root@leo # vxdg list NAME STATE ID... (3 Replies)
Discussion started by: SmartAntz
3 Replies

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

7. Solaris

solaris 8 with veritas

Hi All, I need info on veritas volume manager with solaris 8. Although I have worked with HP-UX 10-11 (vmm is integrted), I still don't know what is the command for modifying, monitoring and troubleshooting vvm on solaris 8. Is it the same? Can't find good documentation on my search with... (4 Replies)
Discussion started by: itik
4 Replies

8. Solaris

how to increase the filesystem size under veritas control

Hi all, aloe:root-> df �k Filesystem 1024-blocks Used Available Capacity Mounted on /dev/vx/dsk/rootvol 8254263 2064133 6107588 26% / /proc 0 0 0 0% /proc mnttab ... (2 Replies)
Discussion started by: krishna176
2 Replies

9. UNIX for Dummies Questions & Answers

veritas Filesystem for HP UX 11

Hello, We have a HP unix server running witch the veritas file system. Does anybody know the difference between the veritas filesystem and lvm? Why should you choose for veritas filesystem or lvm The server is running with a progress sql database HP UX 11. We have a little problem getting... (1 Reply)
Discussion started by: jjwillemse
1 Replies

10. UNIX for Dummies Questions & Answers

veritas filesystem and volume manager

WHat is the difference between Veritas filesystem and veritas volume manager? Regards (2 Replies)
Discussion started by: knarayan
2 Replies
Login or Register to Ask a Question