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
04-14-2008 11:16 PM
04-14-2008 11:16 PM
ls ll
I have a strange issue on my rp4440 server.
I've created oracle datafiles with a maximum size of 4GB on a filesystem.
In the enterprise manager I see the datafiles.
When I do a "ls" in the directory I see the datafiles. However when I do a "ll" the file is not there.
The filesystem is with "large files" turned on.
Thanks, Alfons
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2008 11:22 PM
04-14-2008 11:22 PM
Re: ls ll
what is the output of ll? nothing?
check the ll alias with "alias"
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2008 11:26 PM
04-14-2008 11:26 PM
Re: ls ll
Only files greater or equal then 2GB are missing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2008 11:33 PM
04-14-2008 11:33 PM
Re: ls ll
u mean nothing is printing if u are using ll
command
please clarify this one
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2008 11:38 PM
04-14-2008 11:38 PM
Re: ls ll
Some of the files I don't
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2008 11:41 PM
04-14-2008 11:41 PM
Re: ls ll
alias|grep ll
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2008 11:45 PM
04-14-2008 11:45 PM
Re: ls ll
I don't have an alias for ll.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2008 11:58 PM
04-14-2008 11:58 PM
Re: ls ll
./tmp.dbf not found
./moq_data01.dbf not found
./moq_data02.dbf not found
-rw-r---- 1 orap05 dbap05 20979712 Apr 15 cms_data01.dbf
-rw-r---- 1 orap05 dbap05 10493952 Apr 15 dcp_data01.dbf
and the rest of the datafiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2008 12:00 AM
04-15-2008 12:00 AM
Re: ls ll
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2008 12:05 AM
04-15-2008 12:05 AM
Re: ls ll
lc -l
and
find .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2008 12:19 AM
04-15-2008 12:19 AM
Re: ls ll
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2008 12:37 AM
04-15-2008 12:37 AM
Re: ls ll
The bundles from march 2006.
I will install the bundles from december 2007.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2008 01:02 AM
04-15-2008 01:02 AM
Re: ls ll
>And when I do a ls -al, the output is:
./tmp.dbf not found
There is little difference between the ls and the ll, except the latter is doing a stat(2).
So you have the file in the directory but the file isn't there.
It would be hard to believe that your ls(1) doesn't know how to handle large files?
Using tusc would tell you that.
>Oviwan: check the ll alias with "alias"
If you want to bypass aliases, just use:
$ \ll
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2008 02:25 AM
04-16-2008 02:25 AM
Re: ls ll
Thanks all off You...