From here:
# lofiadm -a /path/to/cd.iso
returns (for first image): /dev/lofi/1
mount -o ro -F hsfs /dev/lofi/1 /mnt/iso1
To unmount:
# umount /mnt/iso1
# lofiadm -d /dev/lofi/1
Articles, notes and random thoughts on Software Development and Technology
From here:
# lofiadm -a /path/to/cd.iso
returns (for first image): /dev/lofi/1
mount -o ro -F hsfs /dev/lofi/1 /mnt/iso1
To unmount:
# umount /mnt/iso1
# lofiadm -d /dev/lofi/1
At power on: (useful reference)
Stop-A : stop the boot process, takes you to OBP ok prompt
Stop-N : reset to default NVRAM values
From go prompt (from article here):
setenv diag-switch? true
Turn off again with false
setenv auto-boot? false
true to enable again
boot disk
boot cdrom
where disk and cdrom are device aliases that you can view with
devalias
After going through all the setup options but before it gets to starting the actual install on an ESXi VM I get the error:
“ERROR: The disc you inserted is not a Solaris OS CD/DVD”
From this post here about the same error on a Dell server (I’m installing on a VM on an HP DL380 G7) with Solaris driver issues with ATAPI CD/DVD devices, I changed the virtual CD drive on my VM from SATA to IDE, and can now get past the error.
It arrived a couple of days earlier than expected, ahead of the other multiple parts that I needed (keyboard, mouse, scsi disk etc).
It’s a bit grubby and scratched up, but not that bad for an older machine:
It’s incredibly heavy though, wow, it must way at least 60 pounds.
Inside looks like there is the Creator 3D graphics card, and a SunPCI card (more on that later).
I have a Sun5c keyboard and mouse, so plugging them in, attaching a monitor and powering on …. nothing.
Uh oh.
I started to go down the path of running the diags over the serial connection, and using my Atari ST as a terminal, but before I got to far with that I though I should check basics and make sure everything is well seated.
Turns out both cards were only half in their slots. One more try, but still nothing. Next, pulled the CPU board out and gave it a blow and then reinserted…. power on, fans running, diags run and we have a banner:
Next up, waiting until Monday for my SCSI disk to arrive with disk sled, and then we’ll start a Solaris install!