- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mount problem after dirty reboot
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2006 09:57 PM
тАО01-15-2006 09:57 PM
mount problem after dirty reboot
I have a HP-UX 11.0 800 server.
I attach some a info.log (sorry, I'm newby in volmgr :-()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2006 10:14 PM
тАО01-15-2006 10:14 PM
Re: mount problem after dirty reboot
what do you get on
mount -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2006 10:17 PM
тАО01-15-2006 10:17 PM
Re: mount problem after dirty reboot
This looks like a clearcase or clearquest server.
Just guessing.
You need to run fsck in order to fix the filesystems that will not mount.
They must be umounted:
fsck -F vxfs -o full -y /dev/vg01/rsag
Will fix the fs on logical volume /dev/vg01/rsag (sag)
Former colleagues should recognize this code.
:-)
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2006 10:20 PM
тАО01-15-2006 10:20 PM
Re: mount problem after dirty reboot
Followed by a dirty shutdown due to proper unmount of the file systems, you might require to run fsck. Run fsck on all the file systems. If it is not booting normally you can boot into single user mode using
PDC>hpux -is
Then run fsck on all file systems and reboot.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2006 10:43 PM
тАО01-15-2006 10:43 PM
Re: mount problem after dirty reboot
# mount -a
mount - Cannot open /dev/vg03/lvol1: No such device or address
mount - Cannot open /dev/vg02/lvol1: No such device or address
mount: /dev/vg01/lvol1 is already mounted on /datos
mount: /dev/vg00/lvol8 is already mounted on /var
mount: /dev/vg00/lvol7 is already mounted on /usr
mount: /dev/vg00/lvol6 is already mounted on /opt
mount: /dev/vg00/lvol5 is already mounted on /home
mount: /dev/vg00/lvol4 is already mounted on /tmp
mount: /dev/vg00/lvol1 is already mounted on /stand
# fsck -F vxfs -o full /dev/vg02/lvol1
cannot open device /dev/vg02/lvol1
file system check failure, aborting ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2006 10:54 PM
тАО01-15-2006 10:54 PM
Re: mount problem after dirty reboot
You have lost a disk.
If its on a SAN check with the admin. If its local,you will probably need to replace the disk and restore the data.
ioscan -fnC disk
Do you see the disks giving you trouble?
insf -C disk
May help, but only after disk replacement. Also, it could be a scsi cabling problem, not a dead disk. A physical inspection might help.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2006 11:00 PM
тАО01-15-2006 11:00 PM
Re: mount problem after dirty reboot
vgdisplay -v /dev/vg02
vgdisplay -v /dev/vg03
If not, try activating them using vgchange
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2006 11:12 PM
тАО01-15-2006 11:12 PM
Re: mount problem after dirty reboot
This was a SCSI cable problem :-( and system has not detected the external disk box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2006 11:20 PM
тАО01-15-2006 11:20 PM
Re: mount problem after dirty reboot
you should check a disk (dev/rdsk/cxdysz), not a logical volume (lvol..)
For cxdysz you have to check your system for the right numbers x,y and z.
Check your /etc/fstab to see what your vg02/lvol1 is (or should be).
Make an 'ioscan -fn' and look for your disk devices.
You also can look in SAM what's about your disks, but maybe you don't see your missed ones.
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2006 11:39 PM
тАО01-15-2006 11:39 PM
Re: mount problem after dirty reboot
That was a SCSI cable problem.