- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disable searching of a CDROM device whith swinstal...
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
03-27-2001 02:35 AM
03-27-2001 02:35 AM
Despite I execute the swinstall with the "-s" opction, it always try to search a CDROM device using ioscan, so it take several minutes cause I have lots of disks connected to my system ( 2 XP ).
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2001 02:44 AM
03-27-2001 02:44 AM
Re: Disable searching of a CDROM device whith swinstall
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2001 02:46 AM
03-27-2001 02:46 AM
Re: Disable searching of a CDROM device whith swinstall
I dont believe thats correct. If you use swinstall/swcopy with the -s option first then it doesnt do an ioscan.
Only if you use the GUI does it do one as it has to build up a list of devices to install from.
If you do something like;
swinstall -s /SD_CDROM
Then it goes straight to the mounted CD, it does not to an ioscan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2001 02:52 AM
03-27-2001 02:52 AM
Re: Disable searching of a CDROM device whith swinstall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2001 02:53 AM
03-27-2001 02:53 AM
Re: Disable searching of a CDROM device whith swinstall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2001 02:56 AM
03-27-2001 02:56 AM
Re: Disable searching of a CDROM device whith swinstall
Supouse I`m tring to install a depot like this:
swinstall -s /tmp/patch.depot
Why swinstall try to search a CDROM device ( it use a ioscan command to do this and expend a lot of time ) ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2001 03:00 AM
03-27-2001 03:00 AM
Re: Disable searching of a CDROM device whith swinstall
Anyway, check if you have the latest sd-ux patches. for example: PHCO_21492 fixes a big number of bugs.
good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2001 03:30 AM
03-27-2001 03:30 AM
Re: Disable searching of a CDROM device whith swinstall
This is very interesting. I suspect you have an SD defaults file setup somewhere by someone which is always trying to access the CD.
Check in;
/var/adm/sw/defaults
(has anyone added anything to this file, the default one only has comments in it).
or $HOME/.sw/sessions
If this dir/file exists then remove it all. Then try your sw command again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2001 03:37 AM
03-27-2001 03:37 AM
Re: Disable searching of a CDROM device whith swinstall
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2001 03:57 AM
03-27-2001 03:57 AM
Re: Disable searching of a CDROM device whith swinstall
In you example above you said this;
swinstall -s /tmp/patch.depot
This command is missing the selection, which means if you executed it then it will try to fire up the GUI or text based GUI, thus searching for your CDROM. If you did a command on the above like this;
swlist -s /tmp/patch.depot
Then it wont search for your CDROM, correct ?
If you want to install a patch (or all patches) from /tmp/patch.depot then doing this;
swinstall -s /tmp/patch.depot \*
Will work without serching for your CDROM. Try it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2001 04:11 AM
03-27-2001 04:11 AM
Re: Disable searching of a CDROM device whith swinstall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2001 04:27 AM
03-27-2001 04:27 AM
Re: Disable searching of a CDROM device whith swinstall
Yes, the GUI or text based GUI always searches for a CDROM when launched, even if you have the option set in /var/adm/sw/defaults swinstall.source_cdrom =
The only way to stop this happening is to use swinstall/swcopy on the command line only, this never searches for a CDROM - it always goes straight to the depot/source youve specified using the -s option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2001 04:45 AM
03-27-2001 04:45 AM
Re: Disable searching of a CDROM device whith swinstall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2001 05:18 AM
03-27-2001 05:18 AM
Re: Disable searching of a CDROM device whith swinstall
Your right! On 10.20 just typing swinstall by itself when the GUI starts it doesnt search for the CDROM - just goes to the source selection window, but on 11 it displays the message "searching for CDROM.." (which can take ages) before going to the source selection window. Very interesting.
I wonder if theyve modified it in 11i ? Has someone got 11.11 yet and can try ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2001 07:36 AM