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
06-19-2001 06:11 PM
06-19-2001 06:11 PM
Anyone out there had tried JFS3.3? I just read that it support ACL like HFS. But not allow to use it on core filesystems like /, /usr , /var, opt.
Anyone has experience to share on JFS 3.3
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 10:30 PM
06-19-2001 10:30 PM
SolutionI have had some experience with JFS 3.3, but it was some time ago, so I don't know how helpful this will be, but here goes anyway.
Firstly, JFS 3.3 will only work on HPUX 11.x systems, not 10.20. You should be able to get the JFS 3.3 bundle from the 11.x application CDs or download from HP's website.
Once JFS 3.3 is installed you will need to convert the file systems which you want to use ACLs on, to the version 4 disk layout. Use the vxupgrade command to do this.
eg, vxupgrade -n 4 /mount_point
This can be done whilst the filesystem is mounted and in use (vxupgrade will freeze the filesystem for a few seconds whilst it upgrades it). Make sure you have a backup first and my advise (particularly if this is a production system) would be to make the change outside of normal working hours.
As for converting the core O/S filesystems (/, /usr, /var, /opt), the reason that you shouldn't is that these filesystems are crucial for system recovery. According to the man pages for vxupgrade, the 11.x kernel and emergency recovery media are built from an older version of JFS, which won't work with version 4 disk layout. The man page goes on to add that HPUX 11.1x systems can have the core O/S filesystems upgraded to version 4.
For further reference try the HP Knowledge Base. You can try searching for these document IDs - JFS0008, JFS0009 and JFS0017 or enter "acl vxfs" as your search pattern.
Also, if you haven't got it already, download the "JFS Access Control Lists" manual from HP's website. http://docs.hp.com
Finally, be sure to read the man page on vxupgrade, as there are a few gotcha's that I haven't talked about.
Hope this helps.
Regards,
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 10:46 PM
06-19-2001 10:46 PM
Re: JFS 3.3
Yes, a little bit. We prepare for CIFS/9000 and installed JFS3.3 for this. It's a bit different to HFS (lsacl/getacl). The recommendation to exclude FS like /, /usr,... is because ignite does not handle ACLs. You have to obtain special license keys for JFS3.3 from hp. hp needs the machine code (uname -i) and the model. After install, enable it by typing vxlicense -c. OS is asking you for the key. Enter key and enable JFS3.3 with vxenablef -a. Check functionality with vxlicense -p.
Additional, have a look at http://docs.hp.com/hpux/onlinedocs/os/jfs_acl.pdf.
Hope this helps a bit.
RGDS, Holger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 11:08 PM
06-19-2001 11:08 PM
Re: JFS 3.3
The difference between JFS 3.3 and OnlineJFS 3.3 is that the OnlineJFS product allows you to grow/shrink filesystems dynamically, defragment your disks and do online backups, as well as change the version disk layout and use ACL's on JFS filesystems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 11:17 PM
06-19-2001 11:17 PM