- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Auto detect SCSI DAT
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
02-04-2004 04:52 AM
02-04-2004 04:52 AM
Is there possible to auto detect a new SCSI DAT under HP-UX 11.11 without reboot or use of SAM ?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 04:56 AM
02-04-2004 04:56 AM
Re: Auto detect SCSI DAT
and then
insf -e to build the device special file if not present.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 04:57 AM
02-04-2004 04:57 AM
Re: Auto detect SCSI DAT
# ioscan
# insf -e
# ioscan -funC tape
Last command should show the hardware.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 05:13 AM
02-04-2004 05:13 AM
Re: Auto detect SCSI DAT
Run
ioscan -fnC tape
This will detect the new device
Then run
insf
This will install the device files. The -e is not required & is used to reinstall device files if they've been removed.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 05:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 06:27 AM
02-04-2004 06:27 AM
Re: Auto detect SCSI DAT
This application will be then installed on 120 B2600/785 machines.
These machines will not be to install with the same software :
- 40 machines will be to install with :
HP-UX 11.11
Ingres 2.5
FTAM
OTS
OPENVIEW 6.0
- 40 machines will be to install with :
HP-UX 11.11
OTS
OPENVIEW 6.0
- 40 machines will be to install with :
HP-UX 11.11
X25
OTS
OPENVIEW 6.0
My customer does not want that I use a Ignite-ux server to install the whole of the machines.
For each type of machine, I thus created an bootable DVD using the command make_sys_image.
The users of these machines can install readers of DAT SCSI.
It is necessary that the detection of this reader DAT SCSI is done automatically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 07:40 AM
02-04-2004 07:40 AM
Re: Auto detect SCSI DAT
BCH> sea ipl
It will show the tape as sequential access device & then you can direct the system to boot from it.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 07:46 AM
02-04-2004 07:46 AM
Re: Auto detect SCSI DAT
it to be autodetected as a boot device. You would have
to use the commands mentioned above to search and then boot.
If you setup to boot automatically from tape (or DVD),
then it would require intervention later to boot from disk.
If you're talking about auto-detection once the system is up
and running, and a tape drive is added, then you can write a
script, as mentioned already, to perform an ioscan on preset
intervals, (via cron) and do the insf command.