- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swinstall error under HPUX 10.20
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
08-09-2001 03:13 AM
08-09-2001 03:13 AM
"-x allow_incompatible=true"
the install allows selection of that package, moves onto the analysis phase and fails with:
ERROR: "diogenes:/": One or more filesystems that appear in the filesystem table are not mounted and cannot be mounted.
Examination of the swagent log reveals:
ERROR: The /lib directory is on a mounted volume. Cannot install software unless /lib is on the root volume, due to shared libraries. (They reside in /lib, and must be present for most HP-UX commands to run.)
/lib is as normal a symlimk to /usr/lib, which
is mounted along with all the other mountpoints:
# df
/home (/dev/vg00/lvol4 ): 27844 blocks 3445 i-nodes
/opt (/dev/vg00/lvol5 ): 287708 blocks 38515 i-nodes
/tmp (/dev/vg00/lvol6 ): 24890 blocks 15180 i-nodes
/usr (/dev/vg00/lvol7 ): 133232 blocks 41014 i-nodes
/var (/dev/vg00/lvol8 ): 11428 blocks 69766 i-nodes
/stand (/dev/vg00/lvol1 ): 68144 blocks 7665 i-nodes
/ (/dev/vg00/lvol3 ): 115586 blocks 12041 i-nodes
Can anyone shed any light on this?
Thanks in advance,
Marc Rogers
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2001 04:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2001 04:20 AM
08-09-2001 04:20 AM
Re: swinstall error under HPUX 10.20
setuname -s HP-UX -t
Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2001 05:36 AM
08-09-2001 05:36 AM
Re: swinstall error under HPUX 10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2001 07:23 AM
08-09-2001 07:23 AM
Re: swinstall error under HPUX 10.20
I also see an error
ERROR: "diogenes:/": One or more filesystems that appear in the filesystem table are not mounted and cannot be mounted.
which means there is/are some filesystem(s)listed in /etc/fstab which is/are not mounted.
swinstall by default expects all the filesystems to be mounted. To disable this feature, use
swinstall -x mount_all_filesystems=false
option
-HTH
I am RU