Re: ipldevice astalavista wrote:
> Hi,
>
> AIX 5.3
>
> I have a machine where /dev/ipldevice doesn't exit
> I can reboot it safely ?
> How I can I re-create it ?
>
> Thanks in advance
>
>
I did this today, and there is probably a more accepted way.
I made a hard link from my rhdiskX device to /dev/ipldevice.
If your boot device is /dev/hdisk0, then the command line would be as
follows:
ln /dev/rhdisk0 /dev/ipldevice
Again, there is probably a more acceptable way to achieve this, but it
worked for me. |