- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swcopy error
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
05-30-2002 10:13 AM
05-30-2002 10:13 AM
* Beginning Analysis
* Session selections have been saved in the file
"/.sw/sessions/swcopy.last".
ERROR: "wts15:/tmp/Patches": One or more
filesystems that appear in the filesystem table are not
mounted and cannot be mounted.
* The analysis phase failed for
"wts15:/tmp/Patches".
* Analysis had errors.
Thanks for your help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 10:18 AM
05-30-2002 10:18 AM
Re: swcopy error
Do you in fact have mountpoints in /etc/fstab that are no longer available? That is, have you 'lvremove'd any logical volumes but forgotten to edit /etc/fstab accordingly?
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 10:21 AM
05-30-2002 10:21 AM
Re: swcopy error
use -x mount_all_filesystems=false option with the commnad or if doing through the menu change the value of this parameter under option menu.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 10:22 AM
05-30-2002 10:22 AM
Re: swcopy error
# cd /etc
# mv fstab fstab.org
# vi fstab
==> delete approriately.
Re-run your stuff..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 10:31 AM
05-30-2002 10:31 AM
Re: swcopy error
1) /etc/fstab file and find out if any incorrect entries in that. Normally swinstall gives error about the CDROM mount entry in the fstab file. You can remove any entry if found not useful any more.
2) Select the option in swinstall menu - mount all file systems and make it false.
Normally when installing patches, check the patch description and see if any install insrtuctions given with that. This will eliminate a lot of your time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 10:33 AM
05-30-2002 10:33 AM
Re: swcopy error
I am currently using
for PFILE in PH*depot;
do
PNAME=`echo $PFILE | cut -d. -f1`
/usr/sbin/swcopy -s $PWD/$PFILE $PNAME @ $PDEPOT
done
where do I fit the -x mount_all_filesystems=false option.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 10:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 10:42 AM
05-30-2002 10:42 AM
Re: swcopy error
mount_all_filesystems=false !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 10:46 AM
05-30-2002 10:46 AM
Re: swcopy error
do a man swcopy and see the later part of it , in your case you can try
/usr/sbin/swcopy -x mount_all_filesystems=false -s $PWD/$PFILE $PNAME @ $PDEPOT
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 11:03 AM
05-30-2002 11:03 AM
Re: swcopy error
I guess I can't read today, either. Like Shiju, I was thinking 'swinstall' instead of 'swcopy'!
*No Points Please*.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 11:14 AM
05-30-2002 11:14 AM
Re: swcopy error
We all respect you a lot.
Manoj Srivastava