Here's the situation: I work in Chicago and support 50+ systems that are scattered across the country. I don't have a local HP system and I have all the application, patch, installation, what-have-you CDs here locally. I also have my handy-dandy, trusty Linux laptop with 2 (count 'em, 2) CD drives. How do I mount the HP CDs such that I can do swlist/install/etc off the remotely mounted CDs?
Normal mounts don't work - I kept getting the no sw depots on the source messages. Annoying. I finally posted a question to comp.sys.hp.hpux and got the answer
mount -o ro,norock,map=off /dev/cdrom /cdrom
The secret is the norock,map=off. That turns off rock ridge formats and filename remapping. Those two are what apparently kill the swdepots
exportfs -i ${system}:/cdrom
mount -o ro ${linux}:/cdrom /cdrom
swlist -s /cdrom
| Document: | |
| URL: | |
| Last updated: |