Operating System - HP-UX
1836551 Members
2033 Online
110102 Solutions
New Discussion

Assistance for creating device files

 
SOLVED
Go to solution
ITeam
Super Advisor

Assistance for creating device files

We had a HP engingeer out yesterday to replace a DLT drive that was faulty. The engineer removed the external unit and connected the replacement without powering off the D class server. If I do "ioscan" it shows the new drive but without the device file and the old drive with a device file and listed as "NO_HW". We have now rebooted the server and the old drive has now gone but the device file for the new drive has still not been created.
The entry under "ioscan" is

target 11 8/12.2 tgt CLAIMED DEVICE
tape 2 8/12.2.0 stape CLAIMED DEVICE QUANTUM DLT8000

Could anyone assist me with the mknod creation of the device file.

Many thanks, Graeme.
4 REPLIES 4
Dave Chamberlin
Trusted Contributor
Solution

Re: Assistance for creating device files

Use:
insf -e -C tape
to create device files for tape devices.
Helen French
Honored Contributor

Re: Assistance for creating device files

Did you try this:

# insf -e

Set the SCSI ID same as of the older device.
Life is a promise, fulfill it!
Steve Steel
Honored Contributor

Re: Assistance for creating device files

Hi

Sam

Peripheral Devices

Tapes Drives

select it with space bar

action menu

creat device files

Or

man mksf
examples are ok

steve steel
If you want truly to understand something, try to change it. (Kurt Lewin)
PIYUSH D. PATEL
Honored Contributor

Re: Assistance for creating device files

Hi,

Use

#insf -e -C tape -H 8/12.2.0

Use the previous SCSI ID for the new drive.

Piyush