Loading...

2008-06-05

Install howto : opensolaris 2008.05 release on my dynabook

# Installation succeeded then after the system reboots.
1. From the GRUB menu, select the top line. 
Then edit (press the key button "E") the kernel line end to add "-m milestone=single-user", then press enter.
2. Next, press the key "B" button then system is booted with single-user.
3. # login with "single-user"
4. # ls /etc/X11/xorg.conf ---> # confirm the script :
    # vi xorg.conf 
5. Then command scripts :
    # svcadm milestone all ---> startx ---->>
6. Now, the GDM is started and the Login menu is displayed.
7. With the Dialog Box colomn, input the username and the password.
8. Press "Enter" key, then Log on to the GNOME Desktop.
9. After displaying the gnome splash screen, GNOME Desktop window is displayed.
10. Confirm the network connection with the command prompt on the gnome terminal.
     $ su -
     $ passwd ?
user@hogehost:~# svcs svc:/network/physical
     STATE    STIME     FMRI
     disabled 9:28:35   svc:/network/physical:default
     online   9:28:43   svc:/network/physical:nwam
     * command to disable the network (offline : nwam)
     # svcadm disable svc:/network/physical:nwam
     # svcadm enable svc:/network/physical:default
user@hogehost:~# svcs svc:/network/physical
     STATE   STIME      FMRI
    disabled 12:22:14   svc:/network/physical:nwam
    online   12:22:36   svc:/network/physical:default
user@hogehost:~#
* command to enable the network (online : nwam)
# svcadm disable svc:/network/physical:default
# svcadm enable svc:/network/physical:nwam
Then Brought the network interface iprb0 up, got address aaa.bbb.ccc.ddd.
# ifconfig -a
# ping aaa:bbb:ccc:ddd ----> aaa.bbb.ccc.ddd is alive.

0 Comments::