- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Hp 11.0 [ largefiles nolargefiles]
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-22-2000 11:40 PM
10-22-2000 11:40 PM
Hp 11.0 [ largefiles nolargefiles]
I would like to know how the file system is created.
Is it with nolargefile or largefile.
In case If I have to switch over to LARGEFILE, what are the precautions to be taken. If iam right we can use fsadm command to switch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2000 11:48 PM
10-22-2000 11:48 PM
Re: Hp 11.0 [ largefiles nolargefiles]
if you have NOT OnlinJFS you have to do:
umount
fsadm -F
fs_typ may be hfs or vxfs, check with fstyp /dev/vgXX/lvolX
If you have OnlineJFS:
fsadm -F
For creating:
newfs -F
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2000 11:56 PM
10-22-2000 11:56 PM
Re: Hp 11.0 [ largefiles nolargefiles]
You can check the man pages for fsadm. To work on a specific filesystem type check fsadm_FStype(1M). It contains examples.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2000 01:08 AM
10-23-2000 01:08 AM
Re: Hp 11.0 [ largefiles nolargefiles]
As for precautions, just rememeber that old utilities like tar and cpio do NOT suport copying files > 2GB. They have inherent limitations that cannot and will not be overcome.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2000 02:29 AM
10-23-2000 02:29 AM
Re: Hp 11.0 [ largefiles nolargefiles]
I have enabled my Files system /dev/vg00/utemp to largefiles using SAM, after umounting the same. File System Type is VXFS.
When I tried to mount the same by checking 'Mount now' option in SAM, it is giving error Unable to Mount File system - Incompatible.....
What next
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2000 02:35 AM
10-23-2000 02:35 AM
Re: Hp 11.0 [ largefiles nolargefiles]
try it by command line:
mount /dev/vg00/utemp
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2000 02:35 AM
10-23-2000 02:35 AM
Re: Hp 11.0 [ largefiles nolargefiles]
Check the entry of your file system in /etc/fstab. The entry should have a largefiles option in it. Example:
My largefiles option is enabled on /DBCCFS2. It should have an entry like below on /etc/fstab:
/dev/vg07/dbccfs2 /DBCCFS2 vxfs log,nodatainlog,largefiles,rw,suid 0 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2000 04:01 AM
10-23-2000 04:01 AM
Re: Hp 11.0 [ largefiles nolargefiles]
In addition, there is a large filesystem paper, /usr/share/doc/lg_files.txt. This paper documents how to convert to largefiles and vice versa.