Operating System - HP-UX
1833527 Members
3420 Online
110061 Solutions
New Discussion

HP-UX -- > Solaris/AIX Question..

 
Anthony Goonetilleke
Esteemed Contributor

HP-UX -- > Solaris/AIX Question..

Can someone tell me how you find device files for certain devices in Solaris. i.e if I wanted to know what device file I need to use for a cdrom in HPUX I would use ioscan to get the information, is there an equivalent for Solaris also for AIX if anyone knows...

Thanks,
Anthony
Minimum effort maximum output!
6 REPLIES 6
Antoanetta Naghiu
Esteemed Contributor

Re: HP-UX -- > Solaris/AIX Question..

AIX: lsdev -C, Sun: sysdef
For more check this out: http://www.unixguide.net/unixguide.shtml and go under Unix Guide (table).
Alan Riggs
Honored Contributor

Re: HP-UX -- > Solaris/AIX Question..

In particular, for AIX:
lsdev -Ccdisk
Alan Riggs
Honored Contributor

Re: HP-UX -- > Solaris/AIX Question..

In particular, for AIX:
lsdev -Ccdisk
or
lscfg -v
Sanjeevi Velmurugan
New Member

Re: HP-UX -- > Solaris/AIX Question..

This is the cdrom device in Solaris boxes running on SPARC platform /vol/dev/dsk/c0t6d0/

Solaris has got volume manager which automatically mounts floppies and CD-Roms and accessible to all.

Craig Poole
New Member

Re: HP-UX -- > Solaris/AIX Question..

AIX - Run "cfgmgr", this will scan the hardware like HP's ioscan, and if the driver is not loaded, the O/S will inform you what driver is needed once this command completes.

Regards

Craig Poole
I'll never give up !!!
wyan lowe
Frequent Advisor

Re: HP-UX -- > Solaris/AIX Question..

there's the /proc filesystem, which can be used to go from physical hardware to logical device file, but it's hard to understand...

for disks, one possible option (becareful) is to type: "format"
and not to actually format any disks, but use menu interface to see what disks are available on the system
uses solaris disk suite, I think...

to mount/eject cdrom, its easy: mount cdrom
eject cdrom
don't have to worry about device files...