- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: panic: Data page fault
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
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
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
10-10-2004 08:05 PM
10-10-2004 08:05 PM
panic: Data page fault
I have a vg00 volume group consist of 2 disks mirrored by Mirror/UX. Yesterday I need to extend /tmp (/dev/vg00/lvol4).
I've rebooted with hpux -lm, after that:
vgchange -a y /dev/vg00
lvextend -L 400 /dev/vg00/lvol4
extendfs /dev/vg00/lvol4
I've checked tried to mount /tmp, everything was ok, /tmp has a new size. But after reboot I'm getting system panic on console.
Is any way to fix it? I still can boot in hpux -lm mode.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2004 09:08 PM
10-10-2004 09:08 PM
Re: panic: Data page fault
i think you have done some mistakes.
extendfs should be done with rlvol option.
extendfs /dev/vg00/rlvol4
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2004 09:14 PM
10-10-2004 09:14 PM
Re: panic: Data page fault
now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2004 12:53 AM
10-11-2004 12:53 AM
Re: panic: Data page fault
pls check that /tmp is having which filesystem entry in /etc/fstab.
check in /etc/default/fs is the same filesystem as /tmp. extendfs /dev/vg00/rlvol4 used when /etc/default/fs and filesystem entry in /etc/fstab shows same.otherwise you should use
extendfs -F vxfs /dev/vg00/rlvol4 (for vxfs filesystem)
extendfs -F hfs /dev/vg00/rlvol4 (for hfs filesystem)
once you have extended the filesystem .so it will not allow you to extend it once more.
assuming you are having vxfs in /etc/fstab .
if you are able to mount /tmp
then create a new lv with a bigger size.
(as you are having mirror-ux create mirror by
lvextend -m 1 /dev/vg00/lvolxx /dev/dsk/cxtxdx
where is lvolxx is the newlv and /dev/dsk/cxtxdx is the second disk).
create file system by newfs.mount it on /tmp1
newfs -F vxfs /dev/vg00/rlvolxx .
copy all the files in /tmp in to that lv.
unmount /dev/vg00/lvol4 from /tmp
unmount new lvol from /tmp1
mount newlvol in /tmp
make necessary change in fstab for /tmp.
reboot the system.
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 03:06 AM
11-23-2004 03:06 AM