Operating System - Tru64 Unix
1831677 Members
2249 Online
110029 Solutions
New Discussion

Re: Tru64 on DS20

 
dzung_vna
Occasional Contributor

Tru64 on DS20

HI,
I haven been removed all file in /dev on
Tru64/Ds20.
Pls, tell me how can I do now
3 REPLIES 3
Ravi_8
Honored Contributor

Re: Tru64 on DS20

Hi,

You have done a blunder mistake.

try these things first

if (/dev files are removed)
then ( try building the kernel)

ifelse ( copy the /dev files from another same model system if you have and build the kernel)

ifelse ( restore the /dev from the backup if you have)

ifelse ( reinstall the OS is the only solution)

fi
never give up
Han Pilmeyer
Esteemed Contributor

Re: Tru64 on DS20

Is it V4 or V5?

With V4, you can boot from CD and then mount the root partition of the system disk. You should be able to recreate the device special files using the MAKEDEV command. Start with "MAKEDEV std", I think, and then add the other devices.

On V5 things are a bit more complicated. If you remove the hardware database too ("dn_setup -clean" may help) it will probably recreate everything on the next boot. All your disk device names may have changed after this.

If you're in a V5 cluster, you need a lot more help...

If this doesn't do the trick, the only course of action is to restore the files from backup or re-install.
dzung_vna
Occasional Contributor

Re: Tru64 on DS20

Hi,
Tks for your support.
I've been reinstall OS because it V5 and I don't have any backup.