- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- .. missing
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
02-08-2005 05:15 AM
02-08-2005 05:15 AM
.. missing
/data/sap/QA/ARCHIVE
# cd /data/sap/IQA/ARCHIVE
# ll ..
.. not found
As a regular user (csh as shell):
> cd /data/sap/IQA/ARCHIVE
> cd ..
..: No such file or directory
bdf works, cd absolute works
what happened to ..
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 05:21 AM
02-08-2005 05:21 AM
Re: .. missing
I think SCO patented it, thus HP took it away.
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 05:22 AM
02-08-2005 05:22 AM
Re: .. missing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 05:23 AM
02-08-2005 05:23 AM
Re: .. missing
IQA/QA
;p
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 05:28 AM
02-08-2005 05:28 AM
Re: .. missing
/data/sap/IQA/ARCHIVE
Here's the tree:
# ls -ald data
drwxr-xr-x 4 root sys 96 Mar 10 2004 data
# cd data
# ls -ald sap
drwxr-xr-x 4 myadm sapsys 96 Jun 21 2004 sap
# cd sap
ls -ald IQA
drwxr-xr-x 3 myadm sapsys 96 Aug 22 2003 IQA
# cd IQA
# ls -ald ARCHIVE
drwxr-xr-x 3 myadm sapsys 73728 Jun 19 2004 ARCHIVE
I can't un mount - as it is part of a cluster package...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 05:30 AM
02-08-2005 05:30 AM
Re: .. missing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 05:33 AM
02-08-2005 05:33 AM
Re: .. missing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 05:49 AM
02-08-2005 05:49 AM
Re: .. missing
using fsdb for that won't be fun I guess.
But I'll play around with it after work, I can't both try reproducing this here and come back tomorrow.
:))
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 05:55 AM
02-08-2005 05:55 AM
Re: .. missing
pd If directory, inode parent directory.
I think chances are 100x higher You know how to do that than I do.
[*]disclaimer:
this is more risky than reseating a cpu in a running, non-OLA/R system[**].
[**]reseating a cpu in a running, non-OLA/R system will probably cause long-term system interruption and unemployment :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 07:37 AM
02-08-2005 07:37 AM
Re: .. missing
# cat /etc/auto.direct (on all servers)
/data/sap/IQA/ARCHIVE svr031:/export/data/sap/IQA/ARCHIVE
had that - yet, filesystem was mounted as:
/data/sap/IQA/ARCHIVE on /dev/vg52/lvsaparchive
Incorrect...
exportfs was also incorrect:
/data/sap/IQA/ARCHIVE -access=svr041:svr042,root=svr041:svr042
What did I do?
exportfs -u /data/sap/IQA/ARCHIVE
umount /data/sap/IQA/ARCHIVE
mount /dev/vg52/lvsaparchive /export/data/sap/IQA/ARCHIVE
exportfs -i -o "access=svr041:svr042,root=svr041:svr042" /export/data/sap/IQA/ARCHIVE
Basically, I was telling autofs to mount /data/sap/IQA/ARCHIVE on /export/data/sap/IQA/ARCHIVE and yet there was no file system there - but a cd /data/sap/IQA/ARCHIVE took me to the local mount...
Rgds...Geoff