- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swinstall mount option
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
01-29-2003 09:01 AM
01-29-2003 09:01 AM
Thanks,
Bosco.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 09:06 AM
01-29-2003 09:06 AM
SolutionYour problem is generated by your /etc/fstab. Basically, it is telling that it cannot mount all the filesystems defined in your /etc/fstab. You should take a look at your fstab to make sure only what you need is in there.
Then once that is fixed, you shouldn't have a problem with your mount option in swinstall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 09:07 AM
01-29-2003 09:07 AM
Re: swinstall mount option
You can do so in /var/adm/sw/defaults (system-wide) or $HOME/.swdefaults (user specific). See man swinstall for full details.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 09:07 AM
01-29-2003 09:07 AM
Re: swinstall mount option
If you get a failure message it's probabily due to the fact you have an FS in your /etc/fstab that is actually umountable.
check for the sanity of this file.
you can always perform swinstallation this -x mount_filesystems=false. check man swinstall.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 09:07 AM
01-29-2003 09:07 AM
Re: swinstall mount option
swacl -l depot
Just to get you started,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 09:08 AM
01-29-2003 09:08 AM
Re: swinstall mount option
If you wish to change this option, globally, do so in '/var/adm/sw/defaults'.
To do this only for a user, edit: '$HOME/.sw/defaults'
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 09:11 AM
01-29-2003 09:11 AM
Re: swinstall mount option
It is better not to disable this option. You want to make sure that all of your file systems are mounted so that the software won't get installed into root's file system. I would suggest to fix the problem instead of turning this option off. Comment/remove out the file system that is not mounted from /etc/fstab.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 09:33 AM
01-29-2003 09:33 AM
Re: swinstall mount option
There should be no problem setting 'mount_all_filesystems=false'. The man pages for 'swinstall' note that 'mount_all_filesystems' option is merely "a policy helps to ensure that files are not loaded into a directory that may be below a future mountpoint."
Regards!
...JRF...