- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SAN file permissions getting changed
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
05-19-2005 02:29 AM
05-19-2005 02:29 AM
SAN file permissions getting changed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2005 02:31 AM
05-19-2005 02:31 AM
Re: SAN file permissions getting changed
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2005 02:33 AM
05-19-2005 02:33 AM
Re: SAN file permissions getting changed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2005 02:39 AM
05-19-2005 02:39 AM
Re: SAN file permissions getting changed
Our latest incident came when we deleted a file, and then on the next restart of the db the permissions changed back. Not sure if the db set up may have something that is causing the permission reset
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2005 03:32 AM
05-19-2005 03:32 AM
Re: SAN file permissions getting changed
I trust that you are using said "file" as a raw device and such device is a disk device that points to SAN storage. Pretty indicative that you're probably not using any volume manager.
Can you give us the name of the "file" and the complete path to said file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2005 12:56 AM
05-20-2005 12:56 AM
Re: SAN file permissions getting changed
Should contain 4 LUNâ s each on separate drive.
Each LUN managed as a RAW p
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2005 12:58 AM
05-20-2005 12:58 AM
Re: SAN file permissions getting changed
ls -l /emc/data00
ls -ld /emc/data00
bdf /rmc/data00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2005 01:55 AM
05-20-2005 01:55 AM
Re: SAN file permissions getting changed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2005 02:00 AM
05-20-2005 02:00 AM
Re: SAN file permissions getting changed
The EMC device you mention in all probability has its device tree recreated and along the way its permissions. If you're using LVM or even better VxVM, your access (permissions) to the raw devices will be maintained accross reboots and crashes.
The purpose of the ls -l is to establish if indeed you are not using any volume manager and other info.. Can you please post the info I am asking?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2005 09:42 AM
05-20-2005 09:42 AM
Re: SAN file permissions getting changed
The reason I say it doesn't explain what happend is that they're talking about the ownership not being carried over a reboot. HP also mentioned in response to my question to them that an "insf -e" is automatically run as part of reboot, and of course we know that HP documents that command could cause this. The last time the server has been rebooted was Apr. 22, so that doesn't explain what happened when they restarted the db??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2005 12:19 AM
05-23-2005 12:19 AM
Re: SAN file permissions getting changed
Also, I would have expected non use of LVM/VxVM for youe EMC Raw Devices would have meant using HP-UX device names i.e. /dev/rdsk/c10t5d0 instead of /emc/data00 - unless of course /emc/data00 is a link to /dev/rdsk/cXtYdZ? That's the reason I am asking for an ls -l of your /emc/data00.
I also have doubts whether say /dev/rdsk/cXtYdZ can maintain its non-root ownership accross reboots.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2005 02:12 AM
05-23-2005 02:12 AM
Re: SAN file permissions getting changed
Document description: Permission on disk/volume groups changes to root after reboot.
Document id: KBRC00011743
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2005 02:20 AM
05-23-2005 02:20 AM
Re: SAN file permissions getting changed
Group/raw device files permissions are fine with LVM or VxVM on HP-UX 11i since SEP 2002.
So is your /emc/data00 a link to /dev/rdsk/cXtYdZ? Why can't you give us an ls -ld /emc/data00 output so we can categorically say if you're using any volume manager or not?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 02:32 AM
05-25-2005 02:32 AM
Re: SAN file permissions getting changed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 02:37 AM
05-25-2005 02:37 AM
Re: SAN file permissions getting changed
ls -ld /emc/data00