- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Floating exception?
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
07-23-2001 06:15 AM
07-23-2001 06:15 AM
Today I noticed the following:
dax 24: df -k
/usr/local (lore:/export/lore/local.HPUX11.00) : 70807232 total allocated Kb
29180464 free allocated Kb
41626768 used allocated Kb
58 % allocation used
/home (lore:/export/lore/home) : 70807232 total allocated Kb
29180464 free allocated Kb
41626768 used allocated Kb
58 % allocation used
/usr/local (auto_apps ) : 70807232 total allocated Kb
29180464 free allocated Kb
41626768 used allocated Kb
58 % allocation used
/projects (auto_projects ) : 0 total allocated Kb
0 free allocated Kb
0 used allocated Kb
Floating exception
It used to list all the /home, /opt, etc. Why doesn't it now and what exactly is a floating exception?
Thanks a bunch,
Melissa
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 06:19 AM
07-23-2001 06:19 AM
Re: Floating exception?
In almost all cases, a floating exception is a divide by zero error. That dumb programmer should have tested his data better before doing a divide operation.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 06:20 AM
07-23-2001 06:20 AM
Re: Floating exception?
I have a RAID with 8 disks holding apps, projects, and local, and each of those is broken up into directories depending on the OS. Mounting information is on an NIS server and the system mounts the directory that corresponds with it's OS. Dax is running HPUX11.00, so it mounts /export/lore/local.HPUX11.00 on another machine hooked up the the RAID. This is working out for all my other HPs that are using this method, but it doesn't look like this one is taking it well. Any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 06:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 06:22 AM
07-23-2001 06:22 AM
Re: Floating exception?
# df -k
/home (lore:/export/lore/home) : 70807232 total allocated Kb
29180464 free allocated Kb
41626768 used allocated Kb
58 % allocation used
/usr/local (auto_apps ) : 0 total allocated Kb
0 free allocated Kb
0 used allocated Kb
Floating exception(coredump)
Have I not set something up quite right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 06:23 AM
07-23-2001 06:23 AM
Re: Floating exception?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 07:18 AM
07-23-2001 07:18 AM
Re: Floating exception?
Thanks,
Melissa