首記の件、以下のようなエラーメッセージにてSunRay subnet が
追加(設定)できません。同じような現象もしくは回避方法(修正箇所)
などわかるようでしたらご指摘頂きたくよろしくお願いします。
また足りない情報などございましたらこちらもご指摘願います。
初歩的な質問で申し訳ありませんが、よろしくお願いします。
#/opt/SUNWut/sbin/utadm -A 192.168.1.0
### Configuring /etc/nsswitch.conf
### Configuring Service information for Sun Ray
Selected values for subnetwork "192.168.1.0"
net mask: 255.255.255.0
no IP addresses offered
auth server list: 192.168.1.236
firmware server: 192.168.1.236
Accept as is? ([Y]/N): y
Error: unable to get information on primary interface
Error: unable to get information on the primary interface.
### Configuring firmware version for Sun Ray
Error: cannot set firmware version to network macro "192.168.1.0":
Configuration for DHCP subnet 192.168.1.0 does not exist.
### Configuring Sun Ray Logging Functions
# /opt/SUNWut/sbin/utadm -a e1000g0
### Configuring /etc/nsswitch.conf
### Configuring Service information for Sun Ray
Interface "e1000g0" is already configured as
hostname "192.168.1.236"
To configure e1000g0 as a dedicated interconnect:
remove the file /etc/hostname.e1000g0 and
remove the host entry 192.168.1.236 or use a different hostname.
Please use the -A option to configure support for shared networks.
参考までに
(1)
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 192.168.1.236 netmask ffffff00 broadcast 192.168.1.255
ether 0:c:29:ad:1a:ea
(2)
# netstat -rn
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ---------- ---------
default 192.168.1.1 UG 1 1
192.168.1.0 192.168.1.236 U 1 2 e1000g0
224.0.0.0 192.168.1.236 U 1 0 e1000g0
127.0.0.1 127.0.0.1 UH 6 270 lo0
(3)
# cat /etc/hosts
# Internet host table
#
::1 localhost
127.0.0.1 localhost
192.168.1.236 Sunray-srv2 loghost
~
(4)
# cat /etc/hostname.e1000g0
192.168.1.236
解決しました。
# /etc/hostname.e1000g0
192.168.1.236
となっておりましたので「IP address」を「hostnameへ変更」
Sunray-srv2 #hostnameへ変更
で問題なく進めました。お騒がせしました!
ご確認のほどよろしくお願いします。
"yoshida@trans" <yos...@trans-j.com> wrote:
> --