HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mount
Operating System - HP-UX
1833824
Members
2417
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
12-06-1999 10:36 AM
12-06-1999 10:36 AM
Mount
Hi
I have 2 disks "c0t4d0" and "c1t4d0" which where setup as mirrored dump
disks, plus mounted as /var/adm/crash.
I would like to separate the dump and crash devices.
I have created /dev/vg00/dump on c0t4d0 and /dev/vg00/crash on c1t4d0.(
lvcreate -l 2100 -n dump/crash -s y -C y -r n /dev/vg00 )
Then ran the lvlnboot -d dump /dev/vg00 - this has worked ok to create a dump
location.
When I run "mount /dev/vg00/crash /var/adm/crash" I
get "/dev/vg00/crash: unrecognized file system"
What Have I done wrong or forgotten, I come from a Sun background and hence
working with Logical Volumes (LVM)is all new.
Any help would be appreciated.
thankyou
I have 2 disks "c0t4d0" and "c1t4d0" which where setup as mirrored dump
disks, plus mounted as /var/adm/crash.
I would like to separate the dump and crash devices.
I have created /dev/vg00/dump on c0t4d0 and /dev/vg00/crash on c1t4d0.(
lvcreate -l 2100 -n dump/crash -s y -C y -r n /dev/vg00 )
Then ran the lvlnboot -d dump /dev/vg00 - this has worked ok to create a dump
location.
When I run "mount /dev/vg00/crash /var/adm/crash" I
get "/dev/vg00/crash: unrecognized file system"
What Have I done wrong or forgotten, I come from a Sun background and hence
working with Logical Volumes (LVM)is all new.
Any help would be appreciated.
thankyou
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-1999 11:22 PM
12-06-1999 11:22 PM
Re: Mount
Because your disks are mimorring, in order to mount these disks, you should do
first:
# vgchange -y a /dev/vg00
# mount /dev/zzz after warse
Good luck
first:
# vgchange -y a /dev/vg00
# mount /dev/zzz after warse
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-1999 11:23 PM
12-06-1999 11:23 PM
Re: Mount
You are correct to want to separate your crash and dump spaces. The only step
you forgot was to lay a file system down on your logical volume.
newfs -F vxfs /dev/vg00/rcrash
or
mkfs -F vxfs /dev/vg00/crash
should work. Then don't forget to add the file system into /etc/fstab so that
it will mount automatically at boot.
you forgot was to lay a file system down on your logical volume.
newfs -F vxfs /dev/vg00/rcrash
or
mkfs -F vxfs /dev/vg00/crash
should work. Then don't forget to add the file system into /etc/fstab so that
it will mount automatically at boot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-1999 07:51 AM
12-08-1999 07:51 AM
Re: Mount
You forgot the newfs -F ... command...
This works.
This works.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP