Solaris: df: cannot statvfs - ERROR

OS: Sun Solaris 8/10
Hardware: Fire-V880

Error Message:

df: cannot statvfs /oracle/test/vol158: I/O error
df: cannot statvfs /oracle/test/vol159: I/O error
df: cannot statvfs /oracle/test/vol160: I/O error
df: cannot statvfs /oracle/test/vol161: I/O error
/dev/vx/dsk/testdg/vol16
142369792 140858696 1499360 99% /oracle/test/vol16
df: cannot statvfs /oracle/test/vol162: I/O error
df: cannot statvfs /oracle/test/vol163: I/O error
df: cannot statvfs /oracle/test/vol164: I/O error
df: cannot statvfs /oracle/test/vol165: I/O error
# vxprint -vt grep -i disabled
v vol125 - DISABLED ACTIVE 243609600 SELECT - fsgen
v vol158 - DISABLED ACTIVE 284774400 SELECT - fsgen
v vol159 - DISABLED ACTIVE 284774400 SELECT - fsgen
v vol160 - DISABLED ACTIVE 284774400 SELECT - fsgen
v vol161 - DISABLED ACTIVE 284774400 SELECT - fsgen
v vol162 - DISABLED ACTIVE 284774400 SELECT - fsgen
You may get errors on Filesystems and the volumes will get disabled automatically.
This may be due to intermittent connection loss with the Storage.
1. Try to enable the volume with command vxvol enable volxxx
2. Then check the state of the PLEX and if the plex state is in "Recover" State then,
make the plex "Clean" and "Stale" using the following script if you have multiple volumes

for i in `vxprint grep "Disk group:" awk '{ print $3 }'` ; do
for j in `vxprint -g $i grep "RECOVER" awk '{ print $2 }'` ; do
vxmend -g $i fix stale $j
vxmend -g $i fix clean $j
done
done
Reference:

http://support.veritas.com/docs/231913

+++++Post Your Queries related to HP-UX/SOlaris/VCS/VXVM - http://unixadvice.formyjob.net/ +++++++++

---------------------------------------------------------------------------------------------------------------------------------
Solaris 10 Zone Control Commands



The following control commands can be used to manage and monitor transitions between states:


• zlogin options zone-name

• zoneadm -z zone-name boot

• zoneadm -z zone-name halt
• zoneadm -z zone-name install
• zoneadm -z zone-name ready

• zoneadm -z zone-name reboot

• zoneadm -z zone-name uninstall

• zoneadm -z zone-name verify

• zonecfg -z zone-name: Interactive mode; can be used to remove properties of the following types: fs, device, rctl, net, attr

• zonecfg -z zone-name commit

• zonecfg -z zone-name create

• zonecfg -z zone-name delete

• zonecfg -z zone-name verify

Solaris 10 Zone Control Commands



The following control commands can be used to manage and monitor transitions between states:


• zlogin options zone-name

• zoneadm -z zone-name boot

• zoneadm -z zone-name halt

• zoneadm -z zone-name install

• zoneadm -z zone-name ready

• zoneadm -z zone-name reboot

• zoneadm -z zone-name uninstall

• zoneadm -z zone-name verify

• zonecfg -z zone-name: Interactive mode; can be used to remove properties of the following types: fs, device, rctl, net, attr

• zonecfg -z zone-name commit

• zonecfg -z zone-name create

• zonecfg -z zone-name delete

• zonecfg -z zone-name verify

Solaris 11 Reference:
http://solaristipsandtricks.blogspot.in/#!/2011/12/solaris-11-smf-and-nscd.html

7 comments:

Anonymous said...

Excellent blog here! Also your web site loads up fast!
What host are you using? Can I get your affiliate link to your host?
I wish my web site loaded up as quickly as yours lol

Stop by my web blog - d'nest

Anonymous said...

Good day! This is my first visit to your blog! We are a team of volunteers
and starting a new initiative in a community in the same
niche. Your blog provided us useful information to
work on. You have done a marvellous job!

My homepage ... adventure chiang mai

Anonymous said...

Hey just wanted to give you a quick heads up. The words in
your content seem to be running off the screen in Internet explorer.
I'm not sure if this is a format issue or something to do with browser compatibility but I thought I'd post to let you know.
The design look great though! Hope you get the issue resolved soon.
Kudos

Here is my webpage; vera wang bridal shoes online

Anonymous said...

Right now it sounds like Expression Engine is the top
blogging platform available right now. (from what I've read) Is that what you are using on your blog?

Also visit my site; 7th grade math state test

Anonymous said...

Hey there! I've been following your blog for a while now and finally got the courage to go ahead and give you a shout out from Kingwood Tx! Just wanted to tell you keep up the great work!

Feel free to visit my webpage - ミュウミュウアウトレット

Anonymous said...

Appreciation to my father who shared with me regarding this website, this web site is really amazing.


Also visit my web page ... ミュウミュウ

Anonymous said...

I used to be able to find good advice from your articles.


Look at my website :: book promotion

Installing Ingress Controller - Kubernetes

Installing the Ingress Controller Prerequisites Make sure you have access to the Ingress controller image: For NGINX Ingress controll...